summaryrefslogtreecommitdiff
path: root/src/requests.c
Commit message (Collapse)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
| | | | | This still needs some work in a few headers that depend on it
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* 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
| | | | as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this.
* issue 184 - calculate ratio from have valid instead of downloaded, as ↵Gravatar Alan Fitton2012-05-27
| | | | Transmission does.
* issue 158Gravatar Alan Fitton2012-01-23
|
* part of issue 175 - regression not doing refresh when adding/deletingGravatar Alan Fitton2012-01-23
|
* a torrent priority right click menu. change the refresh on interactive ↵Gravatar Alan Fitton2012-01-13
| | | | action behavior to make sure priority/other changes are refreshed immediately.
* 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
* (no commit message)Gravatar Alan Fitton2011-10-03
|
* issue 137Gravatar Alan Fitton2011-10-03
|
* use an icon for file wanted/unwantedGravatar Alan Fitton2011-10-03
|
* issue 145 - fix my broken regex which was causing filenames to be treated as ↵Gravatar Alan Fitton2011-10-03
| | | | URLs. issue 141 - patch for showing mime type icons in file list.
* 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).
* issue 78 - contributed patch for drag'n'drop supportGravatar Alan Fitton2011-09-20
|
* fix for non-existant torrent filesGravatar Alan Fitton2011-09-18
|
* base64.c has gone from being a base64 implementation to a small wrapper ↵Gravatar Alan Fitton2011-09-18
| | | | around GMappedFile and the glib base64 encoder. Makes more sense in util.c now.
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 104Gravatar Alan Fitton2011-09-16
|
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|
* more queues supportGravatar Alan Fitton2011-09-11
|
* for view menu check items, set their active in an expose event so they're ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* queue position settingGravatar Alan Fitton2011-09-11
|
* issue 75 - show total number of seeders/leechers across trackers instead of ↵Gravatar Alan Fitton2011-09-07
| | | | sending/receiving peers. add new non-default columns for sending to us, receiving from us, and connected.
* issue 47 - add non-default column to display number of PEX and DHT peers to ↵Gravatar Alan Fitton2011-09-07
| | | | torrent treeview
* switch from using the trackers struct to trackerstats - and add some of the ↵Gravatar Alan Fitton2011-08-31
| | | | new columns into the trackers model and treeview
* issue 58Gravatar Alan Fitton2011-08-27
|
* reindent. remote prefs was sending the active encryption preference, lower ↵Gravatar Alan Fitton2011-04-23
| | | | cased, which won't work with i18n - fixed.
* after a move or properties change (via dialog) on a single torrent, perform ↵Gravatar Alan Fitton2011-04-23
| | | | a refresh on it. on multiple, refresh everything. add an optional torrent priority, id column, date done column.
* updating a torrents file or trackers doesn't make it recently active, so ↵Gravatar Alan Fitton2011-04-16
| | | | these changes could get missed if doing active only updates. for these: send the torrent id as the request tag, which Transmission passes back, then we request an update just for that torrent.
* handle broken torrent files properlyGravatar Alan Fitton2011-04-13
|
* fix the recently-active updates, add search columns for peers/file treeviewGravatar Alan Fitton2011-04-12
|
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* 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.
* added columnGravatar Alan Fitton2011-04-09
|
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
| | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* a much better system for suspending tracker/file updates until a change has ↵Gravatar Alan Fitton2011-02-27
| | | | been acknowledged. fix for issue 17 (bandwidth priorities). use transmission-remote-gtk icon in .desktop instead of transmission.
* 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
|
* statistics!Gravatar Alan Fitton2011-02-14
|
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)