summaryrefslogtreecommitdiff
path: root/src/session-get.c
Commit message (Collapse)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* use json_node_really_get_double() on the seed ratio limits, maybe causing ↵Gravatar Alan Fitton2012-08-30
| | | | issue 213.
* parse the version out of the version string using locale agnostic ↵Gravatar Alan Fitton2012-01-15
| | | | g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
* show alt speed limits in status bar speed, like primary speed limits.Gravatar Alan Fitton2012-01-04
|
* "turtle" mode in the status bar. for easy activation of alternative speed ↵Gravatar Alan Fitton2011-12-23
| | | | limits.
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* accept URLs and magnet links as application arguments, DHT on magnet ↵Gravatar Alan Fitton2011-10-01
| | | | warning, fix files model to accept new files after first update (required for magnet).
* some stuff to dispatch strings instead of JsonNode, but nothing uses it yet.Gravatar Alan Fitton2011-09-19
|
* 118Gravatar Alan Fitton2011-09-19
|
* issue 40 - a free space indicator. also split stuff out on the statusbar to ↵Gravatar Alan Fitton2011-09-05
| | | | the right side. I never liked that statusbar :o now use GtkLabels inside a HBox instead of 1 GtkStatusBar.
* issue 69 - use rpc-version instead of version to show/hide tracker changing ↵Gravatar Alan Fitton2011-09-01
| | | | features
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
|
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
|
* reannounce, blocklist enable/url/updateGravatar Alan Fitton2011-02-19
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* cache-size-mb was implemented 2.10, so check if it's present (will support ↵Gravatar Alan Fitton2011-02-14
| | | | >= 2.0)
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* dont hardcore svgiconsdir in makefile, add missing gconf configure.ac macroGravatar Alan Fitton2011-02-04
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30