Charles Kerr
|
e8c2f6cf15
|
(trunk libT) #3836 "libevent2 support" -- optimize serialization of json strings for libevent2's new evbuffer API. This also fixes #3843
|
2010-12-21 22:07:15 +00:00 |
|
Charles Kerr
|
dc5a61be49
|
(trunk libT) #3836 "libevent2 support" -- silence a pair of 'unused variable' compiler warnings
|
2010-12-20 12:49:12 +00:00 |
|
Charles Kerr
|
dc4880a477
|
(trunk libT) revert experimental patch r11527 from #3658
|
2010-12-20 12:44:16 +00:00 |
|
Charles Kerr
|
345b14adbc
|
(trunk) #3836 "libevent2 support" -- bump libevent2 requirement to 2.0.10. This will break the Mac build for a minute intil BMW applies his Mac patch
|
2010-12-20 02:07:51 +00:00 |
|
Charles Kerr
|
f713451647
|
(trunk libT) #3531 "Pausing 500 torrents uses 650 MB of memory" -- on OS X, when saving a benc/json file, send a hint to the OS to not cache the file.
|
2010-12-17 15:36:31 +00:00 |
|
Charles Kerr
|
47a60e005e
|
(trunk libT) #2955 "lazy torrent verification" -- speed up setLocalErrorIfFilesDisappeared(). this makes a big difference when loading a lot of torrents on startup.
|
2010-12-17 14:57:19 +00:00 |
|
Charles Kerr
|
ffa977b25a
|
fix minor signed/unsigned warning
|
2010-12-16 16:43:15 +00:00 |
|
Charles Kerr
|
3e848396bb
|
(trunk libT) make tr_torrentDeleteLocalData() a private function
|
2010-12-16 03:41:46 +00:00 |
|
Charles Kerr
|
821d315453
|
(trunk) #3675 "Not all .part files are removed" -- added patch for libtransmission and GTK+ client
|
2010-12-16 03:38:07 +00:00 |
|
Charles Kerr
|
d40a60bd02
|
(trunk libT) #3675 "Not all .part files are removed" -- flush the cache before removing local data.
|
2010-12-15 20:28:49 +00:00 |
|
Charles Kerr
|
f1e236693d
|
(trunk libT) #3764 "script-torrent-done shouldn't block libtransmission" -- handle zombie processes.
|
2010-12-15 15:35:06 +00:00 |
|
Charles Kerr
|
9a5a429761
|
(trunk libT) #3764 "script-torrent-done shouldn't block libtransmission" -- add the "calling script ..." line back into the logfile.
|
2010-12-15 14:55:20 +00:00 |
|
Charles Kerr
|
082475e43b
|
(trunk libT) #3764 "script-torrent-done shouldn't block libtransmission" -- fixed.
|
2010-12-15 04:35:41 +00:00 |
|
Charles Kerr
|
4ca695c090
|
(trunk libT) #3656 "endgame could be faster" -- revert the test code from r11528
|
2010-12-14 18:36:31 +00:00 |
|
Charles Kerr
|
f8355d654f
|
(trunk libT) #3242 "use added.f's 'connectable' flag" -- added.
|
2010-12-14 18:33:48 +00:00 |
|
Charles Kerr
|
a9d0190a0e
|
(trunk libT) #3826 "all data fails its checksum test in uClibc 0.9.27" -- refinement of r11530 based on research by iz0bbz to find which version of uClibc added a fix.
|
2010-12-14 14:41:23 +00:00 |
|
Charles Kerr
|
6e52ccb239
|
(trunk libT) #3826 "don't use pread() or pwrite() on uclibc" -- fixed.
|
2010-12-14 05:07:06 +00:00 |
|
Charles Kerr
|
a31e23f094
|
(trunk libt) #2955 "lazy torrent verification" -- don't force a reverify after moving a torrent's contents to a new direction
|
2010-12-13 20:01:38 +00:00 |
|
Charles Kerr
|
79d4967ee6
|
(trunk libT) #3656 "endgame could be faster" -- another experimental patch, added to trunk for reality testing in the nightly builds.
|
2010-12-12 23:29:52 +00:00 |
|
Charles Kerr
|
492c4bbe0b
|
(trunk libT) #3658 "don't initiate new peer connections if our bandwidth is maxed out" -- added to trunk for nightly build users to kick around a bit. this is an experimental patch and I'm not sure how I feel about it.
|
2010-12-12 23:27:30 +00:00 |
|
Charles Kerr
|
3a5d17cfde
|
(trunk) #1538 "Make Web UI URL configurable" -- added to trunk. Patch by wereHamster
|
2010-12-12 18:22:11 +00:00 |
|
Charles Kerr
|
27a1b2dc33
|
(trunk) one of the periodic, banal "remove-trailing-spaces from lines of source code" cleanup commits
|
2010-12-12 16:43:19 +00:00 |
|
Charles Kerr
|
ec18abf0a9
|
(trunk libT) raise the default cache size from 2 MB to 4 MB
|
2010-12-12 05:59:19 +00:00 |
|
Charles Kerr
|
006014edab
|
(trunk) #3817 "Use the OS' proxy support" -- implemented for Qt
|
2010-12-11 21:27:15 +00:00 |
|
Charles Kerr
|
0e9247b84a
|
(trunk) #3817 "use the OS' proxy support" -- implemented for libtransmission, transmission-gtk
|
2010-12-10 18:51:05 +00:00 |
|
Charles Kerr
|
f4ee84069e
|
(trunk libT) fix typo in error message reported by Rolcol
|
2010-12-10 03:28:27 +00:00 |
|
Charles Kerr
|
43ed57b278
|
(trunk libT) #2955 "Lazy Verification (aka Just-in-Time Verification)" -- implemented.
|
2010-12-09 20:43:23 +00:00 |
|
Charles Kerr
|
df26058ee8
|
#3677 (libT) "Save .resume files less frequently to avoid excessive disk IO" -- fixed.
|
2010-12-09 16:54:14 +00:00 |
|
Charles Kerr
|
b87826333c
|
(trunk libT) #3806 "logging error in net.c" -- fixed.
|
2010-12-08 17:22:00 +00:00 |
|
Charles Kerr
|
a16fb94756
|
(trunk libT) #3813 "libtransmission doesn't build on Solaris 10 because of strsep call()" -- fixed.
|
2010-12-08 14:57:34 +00:00 |
|
Charles Kerr
|
aa79cbcbf2
|
(trunk libT) #3600 "Improve rechokeDownloads' peer limiter" -- fixed with patch from Longinus00
|
2010-12-04 17:17:44 +00:00 |
|
Charles Kerr
|
8ba76790e2
|
#3781: remove redundant debug messages
|
2010-12-04 14:53:53 +00:00 |
|
Charles Kerr
|
e8ba22fc11
|
fix irrelevant text formatting error. :/
|
2010-12-03 23:14:04 +00:00 |
|
Charles Kerr
|
e957353a85
|
(trunk libT) r11448 seems to have been a red herring, so undo that commit.
|
2010-12-03 23:10:24 +00:00 |
|
Charles Kerr
|
cef4c4da88
|
(trunk libT) possibly fix the "no announce scheduled" issue reported in the forums
|
2010-12-03 22:56:17 +00:00 |
|
Charles Kerr
|
11b34daea2
|
(trunk libT) possibly fix the "no announce scheduled" issue reported in the forums
|
2010-12-03 21:53:37 +00:00 |
|
Charles Kerr
|
2ce03097ee
|
(trunk libT) #3781 -- remove excessive bencode debug messages.
|
2010-12-01 04:54:18 +00:00 |
|
Charles Kerr
|
c064ef3c79
|
(trunk libT) #3682 "reduce memory footprint caused by tr_history" -- done. Patch by Longinus00
|
2010-11-16 15:17:34 +00:00 |
|
Mitchell Livingston
|
904f09a076
|
#3741 Session-get reports rpc-version 10 instead of 11
|
2010-11-14 18:17:52 +00:00 |
|
Charles Kerr
|
9335e02e6d
|
(trunk libT) add some new bugs to the code so that it will crash when vraa tries to use it
|
2010-11-11 15:31:11 +00:00 |
|
Charles Kerr
|
5bc663be6c
|
(trunk libT) #3727 "Fix NAT-PMP race between renewal and expiry" -- committed patch from bodgit
|
2010-11-07 21:33:01 +00:00 |
|
Charles Kerr
|
d2837efc71
|
(trunk libT) anal correctness fix in the blocklist comments
|
2010-11-07 02:53:50 +00:00 |
|
Charles Kerr
|
6e29ad9459
|
(trunk libT) #3716 "take torrent priority into account when choosing which torrent to verify next" -- done.
|
2010-11-06 15:59:51 +00:00 |
|
Charles Kerr
|
b1a7b981a2
|
(trunk) #3697 "https://trac.transmissionbt.com/ticket/3697" -- make "blocklist.bin" visible in transmission.h
|
2010-11-01 00:12:30 +00:00 |
|
Charles Kerr
|
92620b72b0
|
(trunk) #3697 "make blocklist URL configurable" -- implemented in GTK+, Qt, and RPC
|
2010-10-31 17:16:12 +00:00 |
|
Charles Kerr
|
22c622a92f
|
(trunk) #3688 "remove proxy support" -- remove from libtransmission
|
2010-10-31 17:05:31 +00:00 |
|
Charles Kerr
|
498452fba4
|
(trunk libT) #3689 "libtransmission/announcer.c's announceURLIsSupported() function is redundant" -- removed.
|
2010-10-30 16:19:27 +00:00 |
|
Charles Kerr
|
e8503b9d84
|
(trunk libT) testing over; reverting r11360
|
2010-10-30 05:24:50 +00:00 |
|
Charles Kerr
|
9a6f76d77a
|
(trunk libT) experimentally disable DHT by default
|
2010-10-30 02:49:36 +00:00 |
|
Charles Kerr
|
8e548aafcb
|
(trunk libT) #3687 "The V=XXXX key/val pair in our DHT messages seems to have no purpose" -- removed.
|
2010-10-30 01:48:45 +00:00 |
|