Commit Graph

5494 Commits

Author SHA1 Message Date
Mukund Sivaraman 317281f87c Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates
the dbus bindings.
2008-08-17 12:39:26 +00:00
Mitchell Livingston e56a34000b update release notes url 2008-08-17 01:12:56 +00:00
Mitchell Livingston ac70f13ff1 update appcast a bit 2008-08-16 23:54:46 +00:00
Charles Kerr d06f101e57 #220: lazy bitfields 2008-08-16 21:06:57 +00:00
Mitchell Livingston 6111a82a5f adjustments to the releasenotes 2008-08-16 19:52:22 +00:00
Mitchell Livingston 16ae41ad72 update the appcast with a new look 2008-08-16 19:45:38 +00:00
Mitchell Livingston f8077b5bca the default is now to not limit upload and to have a default of 50 kb/s 2008-08-16 18:05:48 +00:00
Charles Kerr 93898401fb more connection management changes 2008-08-16 16:00:49 +00:00
Charles Kerr 839cfe9155 (gtk) #1193: add a shadow to the torrent list 2008-08-16 06:17:42 +00:00
Charles Kerr c3eb56a6e0 (libT) some more peer connection management: (1) reset `numFails' to zero after a successful connect (2) tweak the reconnect intervals a bit 2008-08-16 06:07:11 +00:00
Charles Kerr 52efe10ec5 a few attempts to reduce the "router death" load: lower the total number of connections made per second. increase the intervals for reconnecting to some peers. simplify the code a bit. 2008-08-16 05:12:55 +00:00
Charles Kerr 94ac86bec6 (libT) route all outbound peer protocol messages through the outMessages buffer, to ensure that they're sent in sequence. previously the outbound pex message wasn't queued in this way. 2008-08-16 05:11:28 +00:00
Mitchell Livingston 7aedca7c43 Sparkled 2008-08-15 23:12:58 +00:00
Mitchell Livingston cec1ab34e8 trunk: update NEWS 2008-08-15 22:57:07 +00:00
Charles Kerr 21976d47df #1196: configure switch --enable-darwin is dubious 2008-08-15 21:01:02 +00:00
Charles Kerr 24362e1b94 (libT) fix a couple of compiler warnings from gcc -Wmissing-prototypes -Wdeclaration-after-statement 2008-08-15 20:28:43 +00:00
Charles Kerr 7b8b26bcbb fix shttpd issue reported by Gimp_ 2008-08-15 19:45:46 +00:00
Mukund Sivaraman ca6909db33 Enable checking of deprecated GTK usage (in beta/unstable releases only) 2008-08-15 19:31:59 +00:00
Mukund Sivaraman 2a8a474bca Make URL clickable in about dialog 2008-08-15 17:45:18 +00:00
Mukund Sivaraman 3d97ed16b2 Add autogen.sh to EXTRA_DIST 2008-08-15 15:50:35 +00:00
Mitchell Livingston 2bf3559d13 initial Sparkle 1.5 b5 commit 2008-08-15 01:44:46 +00:00
Mitchell Livingston 30a8c07e00 remove Sparkle 1.1 2008-08-15 01:43:30 +00:00
Mitchell Livingston 69423b2449 remove a nonexistent cli file from the xcode project 2008-08-14 21:54:02 +00:00
Mitchell Livingston fa2bc23cda remove potentially invalid tracker url's in the creator window 2008-08-14 21:47:23 +00:00
Charles Kerr d7ab0d8a15 possible quick-fix for the "wasted data due to collisions" bug reported in http://forum.transmissionbt.com/viewtopic.php?f=3&t=5643. surely it's not this easy, but let's see 2008-08-14 20:17:55 +00:00
Mukund Sivaraman faad3cd2ae Remove obsolete macro call 2008-08-14 17:47:23 +00:00
Charles Kerr d6b2cbae9b (libT) add unit tests for tr_bitfieldAddRange() 2008-08-14 14:38:13 +00:00
Charles Kerr 94c106388b (libT) don't use goto when we don't have to :) 2008-08-14 11:45:12 +00:00
Mukund Sivaraman 11ad6c7087 Optimize tr_bitFieldAddRange()
Also add comments documenting the usage of these functions.
2008-08-14 11:31:25 +00:00
Mukund Sivaraman 21010afa50 Fix leak; err is not used anyway 2008-08-14 11:23:16 +00:00
Mukund Sivaraman 39c8cdce5f Replace values.h with limits.h 2008-08-14 11:14:57 +00:00
Mukund Sivaraman de62de3e19 Replace random number generation code 2008-08-14 11:11:25 +00:00
Mukund Sivaraman a8a57d0024 Fix leaks of dbus proxy and conn 2008-08-14 10:58:37 +00:00
Mukund Sivaraman 3895b39d60 Fix leak of torrents 2008-08-14 10:39:27 +00:00
Mukund Sivaraman b6791332cd Respect non-standard install paths for web interface files 2008-08-14 10:35:11 +00:00
Charles Kerr 50dcfb2ba0 (gtk) #826: Transmission doesn't open torrents via web browser 2008-08-14 03:37:02 +00:00
Mitchell Livingston 12a10f514f always manually remove torrents from libT, even when removed through rpc 2008-08-14 02:18:14 +00:00
Charles Kerr f4a5315ec4 #1156: make the RPC callbacks a little more flexible to make thread issues easier on the mac client 2008-08-14 02:12:29 +00:00
Malcolm Jarvis bbd05758a6 #1125 - If a torrent has 0% completed, the progressbar is 1 pixel long 2008-08-14 01:40:08 +00:00
Malcolm Jarvis 49d3a7fc9f #1124 - Make progress bars match that of the transmission client 2008-08-14 01:36:20 +00:00
Charles Kerr 0048047647 (libT) tr_bitfieldRemRange speedup. (muks) 2008-08-13 19:25:08 +00:00
Charles Kerr 540c68ee01 update the regression tests to hammer tr_bitfieldRemRange() a little harder 2008-08-13 18:55:27 +00:00
Charles Kerr e8946b8691 fix a cut/paste error in the spec. 2008-08-13 17:02:51 +00:00
Charles Kerr 0cf05b8f2f fix an error in the rpc spec's example: "sort-method" didn't make the final cut, so remove it. 2008-08-13 16:57:12 +00:00
Charles Kerr dd51caee94 #1186: crash by maliciously-crafted .torrent files w/piece length of zero 2008-08-13 14:19:25 +00:00
Charles Kerr d521734c8d (gtk) #1185: crash by maliciously-crafted .torrent files "creator" field 2008-08-13 03:05:51 +00:00
Charles Kerr 939eed339a (libT) recognize BitSpirit peer-ids. 2008-08-12 17:33:36 +00:00
Charles Kerr fb6db8d5ef readability tweak: remove thread names. (muks) 2008-08-12 14:03:03 +00:00
Charles Kerr 02448556f9 fix r6496 oops: common.css wasn't supposed to be checked in 2008-08-12 13:53:10 +00:00
Charles Kerr c75c512ff1 readability improvments #1, #2, #3, #4. (muks) 2008-08-12 13:51:11 +00:00