summaryrefslogtreecommitdiff
path: root/src/trg-client.c
Commit message (Expand)AuthorAge
* fix memory leak on response from first response from server (HTTP conflict wi...Gravatar Alan Fitton2012-01-12
* fix the performance problems with the torrent add dialog on torrents with man...Gravatar Alan Fitton2012-01-08
* reindent with gnu indent. add keyboard accelerators for view menu, fix toggle...Gravatar Alan Fitton2012-01-04
* make the torrent add tree view and the files tree view fairly consistent, sha...Gravatar Alan Fitton2012-01-04
* timeout and retries settingsGravatar Alan Fitton2012-01-02
* keyboard acceleratorsGravatar Alan Fitton2012-01-02
* put the general panel in a scroll windowGravatar Alan Fitton2012-01-02
* change units to the IEC standard (and the Ubuntu units policy) for base2 (/10...Gravatar Alan Fitton2012-01-02
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
* run GNU indent everything. not done this for a while because it was producing...Gravatar Alan Fitton2011-12-11
* add some comments at the top of some files, also add a timeout of 20 seconds ...Gravatar Alan Fitton2011-11-30
* make the execute command tree view in preferences a generic widget, the "pers...Gravatar Alan Fitton2011-10-21
* use previous change to remove some unnecessary code and so intervals are take...Gravatar Alan Fitton2011-10-19
* implement a TRG_PREFS_CONNECTION flag which gets prefs for the connected profileGravatar Alan Fitton2011-10-19
* issue 155Gravatar Alan Fitton2011-10-19
* add libproxy/libmodman to win32 installerGravatar Alan Fitton2011-10-11
* restore status icon tooltipsGravatar Alan Fitton2011-10-09
* makes more sense to increment the connection id just before a connection atte...Gravatar Alan Fitton2011-10-07
* fix small memory leak and make connection id atomicGravatar Alan Fitton2011-10-07
* make connect button a menu button with other profiles, also add a connection ...Gravatar Alan Fitton2011-10-07
* issue 78 - contributed patch for drag'n'drop supportGravatar Alan Fitton2011-09-20
* 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