Commit Graph

8053 Commits

Author SHA1 Message Date
Mitchell Livingston 4f1fd62cbf use a 10.6-method for displaying the per-torrent action menu 2009-11-04 03:00:49 +00:00
Mitchell Livingston 4df6e0e723 on non-folder torrents, the per-torrent action menu shouldn't show the file 2009-11-04 02:46:56 +00:00
Mitchell Livingston dd5fa2e6b8 more typo fixes 2009-11-04 02:45:58 +00:00
Mitchell Livingston 3474b7c2d0 nothing of significance 2009-11-02 01:40:39 +00:00
Mitchell Livingston 77d7a53181 fix typo 2009-11-02 01:40:26 +00:00
Mitchell Livingston 9a2cc68cdc for now, manually update error messages on the Mac client to use the proper wording for the "move file" menu item 2009-11-02 01:33:15 +00:00
Mitchell Livingston aac02231c4 4.3 not 4.2 2009-11-02 01:10:04 +00:00
Mitchell Livingston a43b73aad0 only mark a function as hot when compiled with GCC >= 4.3 2009-11-02 01:09:11 +00:00
Charles Kerr 4d817b0701 (trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies...(trunk libT) undo r9465 + r9466, which was the experimental new request manager. It still still needs some tinkering before it's ready for the nightlies... 2009-11-02 00:17:30 +00:00
Mitchell Livingston e47af45db1 sleep for 0.05 seconds, and use cocoa to do it 2009-11-01 22:26:35 +00:00
Mitchell Livingston 2c3d75fbd2 200 microseconds for real 2009-11-01 22:00:51 +00:00
Mitchell Livingston a03dd39510 attempt to get the move functionality not to hang on Mac by 1. having the while loop wait for 200 microseconds, and 2. making the status variable volatile. 2009-11-01 21:56:50 +00:00
Charles Kerr 296411e093 (trunk libT) turn off a debugging message in the terminal 2009-11-01 03:56:10 +00:00
Charles Kerr 0a4d8602e0 (trunk libT) #2548: T's request queue can send out too many duplicate requests 2009-11-01 02:10:47 +00:00
Charles Kerr 37dda955a1 (trunk libT) use __attribute__((nonnull)) where appropriate. remove two unused functions tr_int2ptr(), tr_ptr2int() 2009-11-01 01:35:06 +00:00
Charles Kerr 060bd2f722 (trunk libT) #2547: fix tr_lowerBound() 2009-10-31 22:16:06 +00:00
Mitchell Livingston 085302f15f simplify the time machine updating method 2009-10-31 16:25:00 +00:00
Mitchell Livingston 821b215f37 Get rid of another warning 2009-10-31 02:49:59 +00:00
Kevin Glowacz 4cf0d0986a (trunk web) show pieces info in the inspector 2009-10-31 02:19:45 +00:00
Kevin Glowacz f6c6ebdf70 (trunk web) remove all references to tracker as it no longer exists in this fashion. fixes #2509 2009-10-31 02:19:38 +00:00
Mitchell Livingston e8aa2f0335 eliminate another warning 2009-10-31 02:11:35 +00:00
Mitchell Livingston 15ad92b728 silence 2 warnings 2009-10-31 02:09:21 +00:00
Mitchell Livingston 6985118bd4 #2540 Web Interface shows no torrent information in inspector. This still leaves the tracker field unset (see #2509) 2009-10-31 01:34:27 +00:00
Charles Kerr 3a75050be4 (trunk libT) undo all the test commits for #2533 from r9445 through r9451. The problem appears to be an llvm issue, reported upstream @ apple dev center bug #7353773 2009-10-31 00:54:03 +00:00
Mitchell Livingston e777fefd63 dead code removal 2009-10-30 22:53:30 +00:00
Mitchell Livingston 5126de2802 left out a break 2009-10-30 22:53:23 +00:00
Mitchell Livingston 930d5f161a switch compiler back to gcc 4.2 to fix #2533 2009-10-30 22:47:54 +00:00
Charles Kerr 7113ae2502 (trunk libT) BANG 2009-10-30 22:03:32 +00:00
Charles Kerr 9ae5ce0bf8 (trunk libT) tear out another line of code. subtle, this isn't. this is like figuring out which neighbor is stealing your newspaper in the morning by secretly shooting a different neighbor each morning until the paper stops disappearing. 2009-10-30 21:51:59 +00:00
Charles Kerr 66eac308ef (trunk libT) still banging along at #2533 2009-10-30 21:41:41 +00:00
Charles Kerr 632f98c8fd throwing darts in the dark. this smells like a compiler bug. 2009-10-30 17:29:51 +00:00
Charles Kerr 8bdaedc723 (trunk libT) lather, rinse, repeat 2009-10-30 17:17:53 +00:00
Charles Kerr 586deb9d12 (trunk libT) Adding term debug messages to help track down #2533 w/m1b and *acrocivious 2009-10-30 16:46:33 +00:00
Charles Kerr a7361372c3 Adding term debug messages to help track down #2533 w/m1b 2009-10-30 16:24:58 +00:00
Charles Kerr 08e936704c (trunk libT) fix signed/unsigned comparison warnings on amd64 2009-10-30 14:53:17 +00:00
Charles Kerr a34d742e36 (trunk libT) OS X fix for tr_torrentDeleteLocalData() -- .DS_Store gave it trouble 2009-10-30 04:23:51 +00:00
Charles Kerr f5b97d43c9 (trunk libT) portability improvements to tr_moveFile() 2009-10-30 03:53:41 +00:00
Charles Kerr ea072953c5 (trunk libT) one-liner fix for #2544 (launchpad 458735): crash in port forwarding if evtimer gets deleted 2009-10-30 03:20:53 +00:00
Charles Kerr d60fa654cb (trunk libT) fix regression introduced by #2539 that caused single-file torrents to not be deleted even if the user requested it 2009-10-30 02:58:30 +00:00
Charles Kerr 08fea5612f (trunk daemon) yet another commit for #2119 "daemon should reload settings.json on SIGHUP 2009-10-29 23:18:53 +00:00
Charles Kerr 35d8a00912 (trunk libT) another hammer-the-network-less patch like r9414 2009-10-29 18:11:10 +00:00
Charles Kerr c61f8987de (trunk libT) #2538 startup takes too long 2009-10-29 17:25:03 +00:00
Charles Kerr df7e2dcf30 (trunkg gtk) fix confusing phrasing in the gtk preferences dialog 2009-10-29 17:04:49 +00:00
Charles Kerr b5042148e8 (trunk libT) #2539: "incomplete folder" feature may lead to deleted files 2009-10-29 17:00:22 +00:00
Charles Kerr 3680896a19 (trunk libT) #2508 atom->port never updated 2009-10-29 16:10:03 +00:00
Mitchell Livingston 632ccf066a trivial cleanup and update strings file 2009-10-29 02:45:58 +00:00
Mitchell Livingston c4c2d918ec whoops 2009-10-29 01:47:01 +00:00
Mitchell Livingston d5cd854bcb remove the mac's redundant location check when adding a transfer 2009-10-29 01:44:54 +00:00
Mitchell Livingston f254b9eb54 change the text at the bottom of the peer info tab from 3 columns to a single line 2009-10-28 21:05:50 +00:00
Charles Kerr c9b071015f (trunk libT) #2530: Announce attempt to invalid tracker occurs too often 2009-10-28 04:53:39 +00:00