summaryrefslogtreecommitdiff
path: root/src/torrent.c
Commit message (Expand)AuthorAge
* Add option in menu to copy magnet linkGravatar George Kaklamanos2017-06-19
* Add corrupted size to general panelGravatar DriverXX2016-03-09
* Consistently include config.hGravatar Patrick Griffis2016-01-19
* deprecation fixes: change to GtkStock to themed icons for all cell renderersGravatar Alan F2014-01-08
* update year in copyright headers, fix the jumbled file lists (caused by unsor...Gravatar Alan Fitton2013-02-20
* update changelog and reindentGravatar Alan Fitton2012-09-05
* use json_node_really_get_double() on the seed ratio limits, maybe causing iss...Gravatar Alan Fitton2012-08-30
* issue 212 - hopefully fix magnet links making lots of notificationsGravatar Alan Fitton2012-08-28
* reindentGravatar Alan Fitton2012-08-27
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
* fix gtk2 support for new cell renderer and fix error reportingGravatar Alan Fitton2012-08-25
* new renderer mostly complete nowGravatar Alan Fitton2012-08-24
* consider seed ratios in the new cell renderer like Transmisson does, as well ...Gravatar Alan2012-08-24
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
* fix debug mode (used non-existent var in the model set). use the icons for qu...Gravatar Alan Fitton2012-07-15
* contributed patch for clickable urls in commentsGravatar Alan Fitton2012-03-01
* issue 175. make some (incomplete) changes as per the GTK+ best practices docu...Gravatar Alan Fitton2012-01-25
* forgot a file, reindentGravatar Alan Fitton2012-01-09
* issue 174 - exec crash, issue 173 - files first update performance fixed.Gravatar Alan Fitton2012-01-09
* reindent with gnu indent. add keyboard accelerators for view menu, fix toggle...Gravatar Alan Fitton2012-01-04
* change units to the IEC standard (and the Ubuntu units policy) for base2 (/10...Gravatar Alan Fitton2012-01-02
* file trees :D may do cascading priority changes sometime, but this is a start...Gravatar Alan Fitton2011-12-21
* 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
* issue 147Gravatar Alan Fitton2011-10-17
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
* add profiles to menu. disable downloading metadata stuff until I find a bette...Gravatar Alan Fitton2011-10-08
* make connect button a menu button with other profiles, also add a connection ...Gravatar Alan Fitton2011-10-07
* hopefully fix issue 132Gravatar Alan Fitton2011-10-03
* fix a warning caused by divide by zero on empty filesGravatar Alan Fitton2011-10-01
* on first use the notebook position was taking the pref get_int default of 0, ...Gravatar Alan Fitton2011-09-30
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
* issue 129, issue 130Gravatar Alan Fitton2011-09-26
* undo the last commit - mainly because G_GINT64_FORMAT will break some localis...Gravatar Alan Fitton2011-09-20
* use the gint64 format specifier %li, not %ld (long). hopefully silence the la...Gravatar Alan Fitton2011-09-20
* issue 85Gravatar Alan Fitton2011-09-16
* issue 104Gravatar Alan Fitton2011-09-16
* up/down queue keys with alt + up/downGravatar Alan Fitton2011-09-12
* use the same function used for torrent/recheck progress in peer progress.Gravatar Alan Fitton2011-09-12
* show progress in percent done columnGravatar Alan Fitton2011-09-11
* queue position settingGravatar 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 75 - show total number of seeders/leechers across trackers instead of s...Gravatar Alan Fitton2011-09-07
* issue 47 - add non-default column to display number of PEX and DHT peers to t...Gravatar Alan Fitton2011-09-07
* issue 40 - a free space indicator. also split stuff out on the statusbar to t...Gravatar Alan Fitton2011-09-05
* issue 70 - new statuses in RPC version >= 14. still need to add stateselector...Gravatar Alan Fitton2011-09-04
* switch from using the trackers struct to trackerstats - and add some of the n...Gravatar Alan Fitton2011-08-31
* put the destination combo into its own class, changing from the deprecated co...Gravatar Alan Fitton2011-05-11