1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

5489 commits

Author SHA1 Message Date
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
Malcolm Jarvis
74be26b29e * Possible fix for 1183
* Standardise the type of quotes used in index file.
2008-08-12 04:01:56 +00:00
Charles Kerr
bfb765db3b (web) #1116: clean the remainings of php 2008-08-12 01:28:50 +00:00
Charles Kerr
0a8725a6bc (web) #1160: web ui inconsistent names 2008-08-12 01:06:16 +00:00
Charles Kerr
290bb86f30 (gtk) #1182: "Untranslatable" strings 2008-08-12 00:52:34 +00:00
Charles Kerr
51aff87443 lots of C correctness tweaks suggested by sparse/cgcc 2008-08-11 19:05:02 +00:00