summaryrefslogtreecommitdiff
path: root/src/trg-client.c
Commit message (Expand)AuthorAge
...
* some stuff to dispatch strings instead of JsonNode, but nothing uses it yet.Gravatar Alan Fitton2011-09-19
* 118Gravatar Alan Fitton2011-09-19
* add a null check in trg_response_freeGravatar Alan Fitton2011-09-19
* changes to make memory profiling easierGravatar Alan Fitton2011-09-18
* Big changeset, may break stuff. Unfortunately you can't magically jump into t...Gravatar Alan Fitton2011-09-18
* issue 85Gravatar Alan Fitton2011-09-16
* issue 85Gravatar Alan Fitton2011-09-16
* issue 106Gravatar Alan Fitton2011-09-16
* fix potential config mutex deadlockGravatar Alan Fitton2011-09-16
* more windows portabilityGravatar Alan Fitton2011-09-13
* for view menu check items, set their active in an expose event so they're syn...Gravatar Alan Fitton2011-09-11
* use thread local storage to keep one curl client per thread (by default 3) in...Gravatar Alan Fitton2011-09-11
* issue 89Gravatar Alan Fitton2011-09-09
* update the free space indicator using a signal from TrgClientGravatar Alan Fitton2011-09-06
* issue 40 - a free space indicator. also split stuff out on the statusbar to t...Gravatar Alan Fitton2011-09-05
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ...Gravatar Alan Fitton2011-09-03
* issue 69 - use rpc-version instead of version to show/hide tracker changing f...Gravatar Alan Fitton2011-09-01
* switch from using the trackers struct to trackerstats - and add some of the n...Gravatar Alan Fitton2011-08-31
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
* issue 60 - a seperate update interval setting for if the application is minim...Gravatar Alan Fitton2011-08-30
* Profile support! Please test and report bugs, as the config system is totally...Gravatar Alan Fitton2011-08-27
* fix crash on stats dialogGravatar Alan Fitton2011-04-20
* oops.. json_array_get_elements() returns a newly allocated list, not the one ...Gravatar Alan Fitton2011-04-16
* fix two fairly minor memory leaksGravatar Alan Fitton2011-04-16
* handle broken torrent files properlyGravatar Alan Fitton2011-04-13
* spawn requests from a thread poolGravatar Alan Fitton2011-04-13
* tidy sources with GNU indent after recent changes. on seconds thoughts, don't...Gravatar Alan Fitton2011-04-12
* some quite significant changes to only receive/update recently-active torrent...Gravatar Alan Fitton2011-04-12
* for gconf integers, fallback to our own defaultsGravatar Alan Fitton2011-04-11
* support proxy configuration using libproxy (optional). might add a getenv() f...Gravatar Alan Fitton2011-03-07
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
* tracker manipulation almost complete, addition needs some work. configurable ...Gravatar Alan Fitton2011-02-17
* a bunch of changes needed to facilitate changing trackers (unfinished). also ...Gravatar Alan Fitton2011-02-17
* statistics!Gravatar Alan Fitton2011-02-14
* ssl supportGravatar Alan Fitton2011-02-11
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
* detect gconf error using GError instead of NULL strings... (these will always...Gravatar Alan Fitton2011-02-09
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
* hello world!Gravatar Alan Fitton2011-01-30