Commit Graph

6089 Commits

Author SHA1 Message Date
Charles Kerr 3ce59ff0c6 fix the linux build 2008-12-02 04:20:43 +00:00
Mitchell Livingston 31482813b9 BeOS and Amiga support is, at least for now, a lost cause and hasn't worked for long over a year - removing from the source (if you for whatever unknown reason still need this, get it through SVN) 2008-12-02 03:57:01 +00:00
Charles Kerr 0d5fed6442 (libT) re-apply jhujhiti's IPv6 patch. This merges in my tr_port cleanup, so any new bugs are mine :/ 2008-12-02 03:41:58 +00:00
Charles Kerr eeb05d1489 (cli) #1547: free memory read 2008-12-02 02:04:32 +00:00
Mitchell Livingston 087f9d75c8 update strings and news 2008-12-02 00:57:13 +00:00
Mitchell Livingston c2b6fde6dd #1548 Peers rapidly connect and reconnect after removing fast support. 2008-12-02 00:37:10 +00:00
Mitchell Livingston 1a3bb8f3cf add GroupsPrefsControllerto Makefile.am; add a warning 2008-12-01 23:09:48 +00:00
Charles Kerr 92fe161633 remove GroupsWindow from Makefile.am to get the linux build working again 2008-12-01 21:47:51 +00:00
Charles Kerr a14621c363 (libT) janitorial: use the tr_port type whenever we have a `port' as a function argument or as a field in a struct. 2008-12-01 20:51:01 +00:00
Charles Kerr 7fa9813955 (libT) #252: revert r7195 (jhujhiti's IPv6 test patch). It seems to be the culprit in a `thrashing' issue reported by Waldorf and m1b in irc -- the behavior appeared between r7183 and r7187 -- so this commit is to trigger off a nightly build w/o the patch to test with in irc. 2008-12-01 20:21:06 +00:00
Charles Kerr a588eaddc8 (libT) fix a small pex memory leak 2008-12-01 05:57:59 +00:00
Charles Kerr 37414ea274 (libT) fix memory leak introduced in r7186 2008-12-01 05:56:39 +00:00
Mitchell Livingston b2359530fd whoops 2008-12-01 01:44:58 +00:00
Mitchell Livingston 1dc7ba9583 rename GroupsWindowController.[hm] to GroupsPrefsController.[hm] and change it to an NSObject; remove dead code 2008-12-01 01:44:38 +00:00
Mitchell Livingston 1d7a63c1cf [7198] for all configurations 2008-11-30 23:27:39 +00:00
Mitchell Livingston fc550e0226 small adjustments to the groups tab 2008-11-30 21:45:11 +00:00
Charles Kerr f4f908be92 (libT) #1542: SIGSEGV in tr_publisherPublish 2008-11-30 21:36:49 +00:00
Mitchell Livingston 757f8d6bb4 #757 trio of group support patches 2008-11-30 21:23:59 +00:00
Mitchell Livingston d67c4a2697 add an image for the groups preferences pane 2008-11-30 19:35:10 +00:00
Mitchell Livingston 452c66d9d8 patch from ciaran for #757 to add separate download locations for each group (when added) 2008-11-30 19:23:15 +00:00
Mitchell Livingston 1dde7e9557 (trunk) update version.sh again 2008-11-30 19:19:30 +00:00
Mitchell Livingston ee4f7374f8 whoops trunk version number 2008-11-30 18:02:18 +00:00
Mitchell Livingston 3fe04a34cc trunk: dirty fix to ensure the right svn number is grabbed 2008-11-30 17:46:19 +00:00
Charles Kerr f0571fe25d (libT) #1537: uTorrent Mac Beta Peer ID 2008-11-30 17:10:43 +00:00
Charles Kerr d440523475 (daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly 2008-11-30 17:03:45 +00:00
Charles Kerr 6c0ae34071 enable keywords properties for $Id$ 2008-11-30 06:10:42 +00:00
Charles Kerr c910993b68 #1379 lay some very early groundwork for "partial seeds" -- change tr_completion's enum to use the partial seed terminology 2008-11-30 01:52:45 +00:00
Charles Kerr e24b2b289b (mac) jhujhiti patch to set a few warnings in the xcode projectfile 2008-11-30 01:50:56 +00:00
Charles Kerr 66beb8db29 (libT) add the #include guards to "private" third party header files. 2008-11-30 01:43:18 +00:00
Charles Kerr bffb4e6d4c annotate the ut_pex message to (1) take partial seeds into account, and (2) tell not to send periodic pex messages when there are no added or dropped peers. 2008-11-30 01:15:43 +00:00
Charles Kerr a2ad4f6543 (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
Mitchell Livingston 76cde98d0b #1533 Remember selected preferences view across sessions 2008-11-29 22:50:04 +00:00
Mitchell Livingston cee7972629 make groups tab a bit taller; when adding a group focus on the name field 2008-11-29 22:14:40 +00:00
Mitchell Livingston 45e59c8bb7 force a single row to always be selected in the group list 2008-11-29 21:58:09 +00:00
Mitchell Livingston 877cc03308 hide the color panel when adding/removing groups 2008-11-29 21:46:34 +00:00
Charles Kerr 40299a2284 (libT) silence the net.c warnings I introduced yesterday :/ 2008-11-29 21:34:06 +00:00
Mitchell Livingston 128c91479a fix a whoops with group row removal; when removing a row, select the row below it 2008-11-29 21:29:06 +00:00
Mitchell Livingston 69877384f1 remove unused GroupsWindow.xib; don't allow group rows to be renamed from the group list 2008-11-29 21:03:47 +00:00
Mitchell Livingston c0034ecc6e remove an unused "Show Groups" menu item 2008-11-29 20:41:31 +00:00
Charles Kerr 40b5fc5351 (libT) #1532: patch from jhujhiti to remove (unused) fast extensions 2008-11-29 20:37:34 +00:00
Mitchell Livingston d6fce3abcb remove references and dead code to the group window being its own window; other rearrangements of code 2008-11-29 20:29:54 +00:00
Mitchell Livingston 16e6aadec3 #1529 patch from ciaran to move the groups window into the preferences window 2008-11-29 20:03:18 +00:00
Charles Kerr 99e686d785 sync trunk's news with the 1.4x branch 2008-11-29 19:59:28 +00:00
Charles Kerr 7fee78a697 (libT) re-enable lazy bitfields 2008-11-29 19:16:31 +00:00
Malcolm Jarvis b086799c77 Adding my email beside my name. 2008-11-29 07:24:44 +00:00
Charles Kerr d12af295c1 use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
Charles Kerr b3c4061b1c (libT) fix potential underflow in bandwidth allocation code 2008-11-28 21:35:01 +00:00
Charles Kerr ca433d44ae (libT) make peer-io's output buffer size more flexible based on the peer's speed 2008-11-28 16:00:29 +00:00
Charles Kerr 516ba0564a (libT) disable the so_sndbuf / so_rcvbuf code for now 2008-11-28 07:42:08 +00:00
Charles Kerr b46375fd8c (libT) #1527: don't send pex messages if we don't have any new information to send 2008-11-28 05:48:17 +00:00