Commit Graph

10512 Commits

Author SHA1 Message Date
Mitchell Livingston 73956c6a4f store secondsDownloading and secondsSeeding as ints instead of time_t 2011-02-26 15:01:07 +00:00
Mitchell Livingston 6092362c1e revert the last commit 2011-02-26 14:59:05 +00:00
Mitchell Livingston 39709abd6e store secondsDownloading and secondsSeeding as ints instead of time_t 2011-02-26 14:56:58 +00:00
Jordan Lee d4525b5f95 (trunk qt) #4064 "add uTP codetip to torrnet peers details in" -- done. 2011-02-26 14:02:27 +00:00
Jordan Lee cc430deb53 (trunk) update .gitignore with patch from taem 2011-02-26 13:59:43 +00:00
Jordan Lee eb31887bbf Add a placeholder for 2.30 that mentions that the 'lazy bitfield' feature has been superceded. 2011-02-25 15:24:19 +00:00
Jordan Lee cff172bbd5 (trunk libT) peer-mgr.c peerCallbackFunc(): Replace some "should always be true" tests with assert()s. These tests used to be useful, but I don't think they are anymore. The assert()s have been put in their place to test that theory... 2011-02-25 01:48:46 +00:00
Jordan Lee 3136946851 (trunk) #2338 "Add uTP support" -- have the autoconf system default to build uTP support iff a C++ compiler can be found by AC_PROG_CXX 2011-02-25 01:44:32 +00:00
Mitchell Livingston 957b14a7f6 update jquery to 1.5.1 2011-02-25 00:06:16 +00:00
Mitchell Livingston 0cb651af29 change the default toolbar to separate the remove button and the pause/resume all button with a space instead of a separator 2011-02-24 23:40:36 +00:00
Jordan Lee c36ee39a03 (trunk qt) fix build issue reported by taem 2011-02-24 18:05:00 +00:00
Jordan Lee 9d95bd151d (trunk libT) #4035 "In seed state, transmission disconnect from leechers" -- fixed. 2011-02-24 14:35:45 +00:00
Jordan Lee 6dc20636bb (trunk libT) utils-test.c: remove some debugging stubs that should not have been checked in 2011-02-24 04:16:47 +00:00
Jordan Lee 25366156b1 (trunk libT) make the tr_bitsetToBenc() and tr_bitsetFromBenc() functions follow bitset.c's variable naming convention of how the "this" pointer is named 2011-02-24 04:14:12 +00:00
Jordan Lee f4992d885c (trunk libT) if we're a partial seed and the peer has everything we have, disconnect. 2011-02-24 01:50:35 +00:00
Mitchell Livingston 1319d9c99b (trunk) small update to Russian translation 2011-02-23 22:52:44 +00:00
Jordan Lee 4b3046be8c (trunk qt) #4052 "Qt Client Kazakh translation" -- added. Translation by taem. 2011-02-23 15:56:00 +00:00
Jordan Lee 0c6c569b69 (trunk libT) minor cleanup: improve the function names torrentConstructor() and torrentDestructor().
These functions actually allocate/free the memory where these objects reside, so it's clearer to name them torrentNew() and torrentDelete().
2011-02-23 06:18:09 +00:00
Jordan Lee bf8e4594e0 (trunk libT) minor cleanup: improve the function names peerConstructor() and peerDestructor().
These functions actually allocate/free the memory where these peer objects reside, so it's clearer to name them peerNew() and peerDelete().
2011-02-23 06:14:06 +00:00
Jordan Lee f2b4a59eda (trunk libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed.
If we use composition on these objects we can save a handful of pointers per peer. This isn't a big deal, but it's an easy/safe change to do.
2011-02-23 06:01:16 +00:00
Jordan Lee 2b9db3c242 (trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
Excuse the sprawl. Much of this didn't fit into self-contained commits.
2011-02-23 03:54:04 +00:00
Jordan Lee 6754258823 (trunk qt) #4050 "transmission-qt translations don't load under Linux" -- fixed via patch from taem 2011-02-23 02:16:16 +00:00
Jordan Lee 094b726316 (trunk libT) remove unused code: tr_bitfieldIsEmpty() 2011-02-21 15:43:41 +00:00
Jordan Lee 32237dbdb0 (trunk libT) remove unused functions: tr_bitsetDifference() tr_bitfieldDifference() 2011-02-21 15:36:07 +00:00
Mitchell Livingston 541effd743 slightly simplify filter code 2011-02-21 04:18:58 +00:00
Mitchell Livingston 5ecebd1bea Mac build compiles with r12003 2011-02-21 01:42:17 +00:00
Jordan Lee 6ab918a202 (trunk libT) code cleanup: moving bitset functions to their own .c file. 2011-02-21 01:40:19 +00:00
Jordan Lee 25ad6bbad2 (trunk libT) remove dead code in peer-common.h: the tr_addreq_t enum 2011-02-21 01:15:13 +00:00
Jordan Lee 1ccdb1a797 (trunk libT) web.c: free the unprocessed tasks before exiting the libcurl thread.
This is rare but can happen during shutdown if there are unresponsive trackers. Cleaning up the tasks improves the S/N ratio in valgrind a bit.
2011-02-21 01:13:28 +00:00
Jordan Lee 779f52069a (trunk libT) ensure that the last few log messages actually get logged before shutdown finishes. 2011-02-20 19:12:45 +00:00
Mitchell Livingston 9d805527e3 silence a warning 2011-02-20 15:05:01 +00:00
Mitchell Livingston c1ac1d629f restore cmd-option-f to select the search filter field when the torrent table view is selected 2011-02-20 04:34:46 +00:00
Mitchell Livingston 7ba8bcb2b6 make sure filter buttons' tooltips are updated when the bar is shown 2011-02-20 04:23:09 +00:00
Mitchell Livingston 8425f84d74 replace renegade #include with #import 2011-02-20 04:17:46 +00:00
Mitchell Livingston 89175bea5f localize the filter bar 2011-02-20 04:16:38 +00:00
Mitchell Livingston e5b0de31a6 add missing xibs to makefile 2011-02-20 04:11:58 +00:00
Mitchell Livingston 6d10cd2c9c move the filter bar into its own xib 2011-02-20 03:58:50 +00:00
Mitchell Livingston a41e93c506 change the status bar's left menu to be within the button (in the xib) 2011-02-20 00:33:49 +00:00
Mitchell Livingston 5c419c6256 remove unused variables 2011-02-20 00:24:25 +00:00
Mitchell Livingston 543063b4b8 move the status bar into its own xib file 2011-02-20 00:22:55 +00:00
Mitchell Livingston bb00924a4c remove the status bar view's observer on dealloc 2011-02-19 21:38:38 +00:00
Mitchell Livingston 7cf8470ec7 when resizing the filter bar, use the filter bar width instead of the status bar width; silence a warning 2011-02-19 21:12:45 +00:00
Jordan Lee e77a627d3c (trunk libT) mark the two "progress" args to tr_torrentSetLocation() as volatile. 2011-02-19 20:10:05 +00:00
Mitchell Livingston 33422cc9d5 the check mark indicating completed peers in the inspector was being stretched because the x-coordinate wasn't being floor()ed 2011-02-19 19:30:24 +00:00
Jordan Lee bd5739fc54 (trunk) fix uTP FTBFS in Wheezy, patch by taem 2011-02-19 17:58:08 +00:00
Jordan Lee 4f5a8dbec3 (trunk libutp) silence a couple of useless asserts.
From 577e03dc3e
2011-02-19 17:52:02 +00:00
Jordan Lee 0a8535d9a5 (trunk gtk) #4040 "Show the torrent name in the Peers Tab's tooltips" -- done. 2011-02-19 13:04:09 +00:00
Jordan Lee 05ff024dd8 (trunk libT) #3372 "What happened with closing idle peers?" -- fixed. 2011-02-19 12:32:41 +00:00
Jordan Lee 7a8ab0ddbe (trunk libT) closeBadPeers() part 2 of 2: this function was serving two purposes, which wasn't clear from its name. refactor slightly to make the purpose and name match. 2011-02-19 12:30:18 +00:00
Jordan Lee 1592953439 (trunk libT) closeBadPeers() part 1 of 2: don't bother sorting these peers by activity -- we're closing -all- of them, so sorting them is pointless. 2011-02-19 12:24:00 +00:00