Commit Graph

6263 Commits

Author SHA1 Message Date
Charles Kerr 6e66d09fbf (trunk libT) fix minor r7266 oops that could keep us from disconnecting if we made a peer connection to ourself 2008-12-10 05:20:28 +00:00
Charles Kerr 8eecf37a54 (trunk libT) #1580: increase the read buffer for the "verify local data" reader to make it a little faster 2008-12-10 03:45:57 +00:00
Charles Kerr 0a63e94096 (trunk libT) fix r7336 oops reported by RolCol, m1b, and KyleK 2008-12-10 03:44:20 +00:00
Charles Kerr 7eee937c56 (trunk libT) experimental code to try & fix the "one torrent / one peer eats all my bandwidth" issue reported in the forums & irc 2008-12-09 22:05:45 +00:00
Charles Kerr 2efe49c2eb (trunk libT) better fix for the previous commit 2008-12-09 21:39:05 +00:00
Charles Kerr b4470fff72 (trunk libT) fix blocklist.c build error on cygwin by adding #include <errno.h>. reported by stdisease 2008-12-09 21:31:03 +00:00
Charles Kerr 3a970c9fd9 (trunk libT) fix INET6_ADDRSTRLEN build error on cygwin, reported by stdisease in #transmission 2008-12-09 20:56:24 +00:00
Charles Kerr a33b78fc53 (daemon) #1510: kysucix's patch to give an option to delete local data via RPC when removing a torrent. 2008-12-09 17:01:49 +00:00
Charles Kerr 519b4d3f5e (trunk libT) if an individual torrent's speed limit is set, don't pay attention to the global speed limit 2008-12-09 15:09:26 +00:00
Mitchell Livingston df4c46b73a revert last change - it didn't load the values properly 2008-12-09 01:01:29 +00:00
Mitchell Livingston f36d99ad74 load the rules table before showing the group rules sheet 2008-12-09 00:51:08 +00:00
Mitchell Livingston 87ebddb71d update the localizable strings file 2008-12-08 23:42:32 +00:00
Mitchell Livingston acf4f375bb add a description to the groups rules sheet 2008-12-08 23:38:01 +00:00
Charles Kerr 718c1caa96 (trunk libT) #1565: give the peer requests a higher send priority. thanks to jusid for testing and sleuthing above & beyond the call of duty 2008-12-08 20:36:36 +00:00
Charles Kerr 81e636ad89 (libT) #1577: honor the peer's BEP 10 reqq key, if they provide it. 2008-12-08 20:23:10 +00:00
Mitchell Livingston 2ace157452 layout adjustment of info text in the preferences window 2008-12-08 04:22:53 +00:00
Mitchell Livingston b75cfdec54 auto-group considers all trackers 2008-12-08 04:11:08 +00:00
Mitchell Livingston 6e519855b8 make sure the group info is updated when adding/removing groups 2008-12-08 03:55:08 +00:00
Mitchell Livingston 1e7807356f missed adding the new GroupsRules xib 2008-12-08 03:26:53 +00:00
Mitchell Livingston 678a3f7c3e #1575 Auto-select a group for new torrents according to criteria for each group 2008-12-08 03:26:28 +00:00
Mitchell Livingston e3b039cd21 missed one 2008-12-07 22:42:01 +00:00
Mitchell Livingston 9701e65bd8 use the short username for the Bonjour web ui name 2008-12-07 22:35:49 +00:00
Mitchell Livingston 79e215ced5 disable the file filter for single-file transfers; update NEWS 2008-12-07 21:51:01 +00:00
Mitchell Livingston bf42f318a0 small alignment changes to the file filter 2008-12-07 21:43:29 +00:00
Mitchell Livingston 647001166f add a search field to filter the file table in the inspector 2008-12-07 21:32:03 +00:00
Mitchell Livingston d0e8c7260a better string comparison of filter text 2008-12-07 19:44:47 +00:00
Mitchell Livingston 7265b4f98d add support to filter file list (not yet implemented in the interface) 2008-12-07 18:20:14 +00:00
Mitchell Livingston bdbe24b6e3 store a flat (non-nested) list of files for each transfer 2008-12-07 02:36:26 +00:00
Mitchell Livingston 418d04374c simplify the code for moving rows in the groups table and fix a bug with disabled elements when adding a group when there are no previous groups 2008-12-06 20:41:18 +00:00
Mitchell Livingston 5e0550e3dc grammar fix 2008-12-06 18:40:37 +00:00
Charles Kerr ed515e16be (trunk) #1571: updated the README file 2008-12-06 17:04:24 +00:00
Charles Kerr 5999fef70a (trunk libT) #1569: tr_sessionIsSpeedLimitEnabled() returns wrong value 2008-12-06 17:01:18 +00:00
Charles Kerr b0bc5888da (clutch) #1567: Web interface uses wrong boolean type in JSON messages 2008-12-06 16:56:26 +00:00
Mitchell Livingston 246dff73a4 #1570 Streamlined macosx/version.sh 2008-12-06 15:06:59 +00:00
Mitchell Livingston 31911bea10 remove a poorly placed semicolon 2008-12-06 04:02:53 +00:00
Mitchell Livingston 399485bf6c add an option to disable Bonjour broadcasting of the web ui link 2008-12-06 02:59:04 +00:00
Charles Kerr 76ce949419 (libT) fix a minor memory leak. 2008-12-06 02:21:50 +00:00
Charles Kerr 11cda23c81 #1566: dpkg-buildpackage fails if make has not been run 2008-12-06 02:13:49 +00:00
Mitchell Livingston d105873df1 kill some unneeded logging 2008-12-06 01:28:08 +00:00
Mitchell Livingston df26589f6c missed one 2008-12-06 01:19:09 +00:00
Mitchell Livingston 28414a9ed3 #1395 - patch from Waldorf: Bonjour support for Web Interface 2008-12-06 01:18:25 +00:00
Charles Kerr 9e98dcd248 (libT) minor cleanup: using tr_bool, fixing up bad code indentation, using %zu on size_t instead of casting to int... 2008-12-05 22:56:19 +00:00
Charles Kerr eb90a55608 (libT) #1562: 1.40 sends unnecessary `cancel' messages when choked 2008-12-05 01:12:55 +00:00
Charles Kerr 8d459f06b9 (gtk) undo r7271 damage: I checked in an extra file I didn't intend to. 2008-12-04 17:05:34 +00:00
Charles Kerr a0943ae56f (gtk) #1560: tr_strlsize() type conflict 2008-12-04 17:02:37 +00:00
Charles Kerr 5e03c94701 update news 2008-12-04 16:15:51 +00:00
Charles Kerr 5d36543c40 (libT) #1557: handshake peer-id doesn't match the peer-id sent in the tracker announce 2008-12-04 05:27:59 +00:00
Charles Kerr 223deaf2b6 (libT) #1545: 1.41b1: speed temporarily jumps to 2x the upload limit 2008-12-04 03:31:14 +00:00
Charles Kerr 11e3957887 add "downloaders" to the spec; it's already in trunk 2008-12-04 00:27:04 +00:00
Charles Kerr 8d43c3e42a (gtk) #1555: I can't add more trackers to torrent 2008-12-03 19:54:14 +00:00