Charles Kerr
|
1c8426cfee
|
(trunk libT) fix some #include statements
|
2010-01-20 23:58:09 +00:00 |
|
Charles Kerr
|
649819d1be
|
(trunk libT) fix tiny typo in previous commit... :/
|
2010-01-20 20:25:13 +00:00 |
|
Charles Kerr
|
2dce44fbe7
|
(trunk libT) still too wordy
|
2010-01-20 20:15:23 +00:00 |
|
Charles Kerr
|
5b1af96165
|
(trunk libT) #2676 "Transmission writes to non-existent drive in '/Volumes'" -- we're already stopping the torrent when the local data disappears, but let's add a more explicit and helpful error message to help users diagnoses the problem.
|
2010-01-20 20:08:12 +00:00 |
|
Charles Kerr
|
5c26afdb52
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
|
Charles Kerr
|
a5446669b4
|
(trunk libT) #2711 "no metadata exchange when using magnet links and trackerless torrents" -- fixed
|
2010-01-04 20:28:54 +00:00 |
|
Charles Kerr
|
42fb92170a
|
(trunk libT) remove dead code: tr_announce_list_err
|
2010-01-04 20:14:25 +00:00 |
|
Charles Kerr
|
59c10a3dc8
|
(trunk libT) #2722 "crash when removing/modifying trackers" -- fixed
|
2010-01-04 09:11:27 +00:00 |
|
Charles Kerr
|
6f68e30f37
|
(trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked}
|
2010-01-04 09:05:02 +00:00 |
|
Charles Kerr
|
be77238af4
|
(trunk libT) #2709 "RPC files-unwanted" out-of-bounds access
|
2010-01-03 17:21:10 +00:00 |
|
Charles Kerr
|
6b8fb48d64
|
(trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway
|
2010-01-01 22:26:35 +00:00 |
|
Mitchell Livingston
|
f2bbae3fd8
|
some more insignificant changes I have sitting around locally
|
2009-12-31 03:19:54 +00:00 |
|
Mitchell Livingston
|
90ecb67c92
|
fix bug from r9820 where file progress was either 0.0 or 1.0
|
2009-12-29 01:35:52 +00:00 |
|
Mitchell Livingston
|
f6a5117ef9
|
calculate proper file progress for 0-byte files (fixes #2689)
|
2009-12-25 16:56:33 +00:00 |
|
Charles Kerr
|
3e2269e5e3
|
(trunk libT) #2632 "Add streaming capability to libtransmission (but not the Transmission GUI clients)" -- revert this feature due to pushback from devs and users and the 1.80 freeze
|
2009-12-24 18:01:48 +00:00 |
|
Charles Kerr
|
12ffdb7d87
|
(trunk libT) #2632 "Add streaming capability to libtransmission (but not the Transmission GUI clients)" -- implemented
|
2009-12-24 01:02:54 +00:00 |
|
Charles Kerr
|
20a4560198
|
(trunk libT) remove the test for duplicate trackers in the announce list.
|
2009-12-12 04:12:04 +00:00 |
|
Charles Kerr
|
1c772bd1fe
|
(trunk libT) finally get rid of the last remnants of tr_timer
|
2009-12-10 05:52:46 +00:00 |
|
Charles Kerr
|
4b3b5dcd8a
|
(trunk libT) by request, remove a clientData argument from tr_torrentDeleteLocalData() (reverts r9690)
|
2009-12-09 03:51:21 +00:00 |
|
Charles Kerr
|
5f9f97ee2a
|
(trunk libT) by request, add a clientData argument to tr_torrentDeleteLocalData()
|
2009-12-09 03:40:35 +00:00 |
|
Charles Kerr
|
c5af8965e0
|
(trunk libT) the deleteFunc passed in as the second argument to tr_torrentDeleteLocalData() should /not/ be called unless the file being passed to it actually exists. Reported by livings124
|
2009-12-09 03:00:20 +00:00 |
|
Charles Kerr
|
907c67ba78
|
(trunk libT) remove unnecessary #includes
|
2009-12-07 03:57:55 +00:00 |
|
Charles Kerr
|
78ead8c3dd
|
(trunk) update the copyright notices
|
2009-12-05 02:19:24 +00:00 |
|
Charles Kerr
|
de0d6af06b
|
(trunk libT) remove unnecessary code
|
2009-11-28 16:25:05 +00:00 |
|
Charles Kerr
|
e1c6b792aa
|
(trunk libT) #2610 "avoid unnecessary calls to time(NULL)"
|
2009-11-26 18:47:08 +00:00 |
|
Charles Kerr
|
cebcc3b6ef
|
(trunk libT) #2096 "magnet links" -- add a callback for clients to know when a magnet torrent's metainfo is finished downloading.
|
2009-11-26 17:58:44 +00:00 |
|
Charles Kerr
|
04011d212b
|
(trunk libT) #2110: "allow adding torrents with no trackers" -- fix crash in tr_torrentSetAnnounceList() when the new number of trackers is 0. Reported by Rolcol.
|
2009-11-25 18:57:54 +00:00 |
|
Charles Kerr
|
197cf649bf
|
(trunk) more magnet work. fix a couple of bugs reported by rolcol: (1) crash with incomplete dir + magnet links; (2) dialog focus issue in the gtk client
|
2009-11-25 08:22:57 +00:00 |
|
Charles Kerr
|
5e51618f83
|
(trunk libT) fix the resume files' "percent done" bug that was introduced yesterday with the magnet link commit
|
2009-11-25 05:10:27 +00:00 |
|
Charles Kerr
|
034023f148
|
(trunk libT) fix another edge case for magnet links
|
2009-11-24 19:08:13 +00:00 |
|
Charles Kerr
|
c102f199c3
|
(trunk libT) don't allow duplicate torrents to be added via magnet links
|
2009-11-24 17:31:20 +00:00 |
|
Charles Kerr
|
3610c5ea62
|
(trunk) more magnet fixes
|
2009-11-24 17:10:40 +00:00 |
|
Charles Kerr
|
f69e335291
|
(trunk) #2096: Magnet, BEP #9 support
|
2009-11-24 02:16:31 +00:00 |
|
Charles Kerr
|
1cbbcf9fa1
|
(trunk libT) jch's patches 0001 through 0004 for ticket #2576, IPv6 support for DHT (BEP #32)
|
2009-11-24 01:59:51 +00:00 |
|
Mitchell Livingston
|
be85dc0fac
|
a couple of more swarm speed removals
|
2009-11-22 01:12:44 +00:00 |
|
Mitchell Livingston
|
2b492cdb6e
|
#2592 remove swarm speed from libtransmission
|
2009-11-22 01:03:36 +00:00 |
|
Charles Kerr
|
b906c125ac
|
(trunk libT) #2548: T's request queue can send out too many duplicate requests
|
2009-11-08 23:20:00 +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 |
|
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
|
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 |
|
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
|
a34d742e36
|
(trunk libT) OS X fix for tr_torrentDeleteLocalData() -- .DS_Store gave it trouble
|
2009-10-30 04:23:51 +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
|
b5042148e8
|
(trunk libT) #2539: "incomplete folder" feature may lead to deleted files
|
2009-10-29 17:00:22 +00:00 |
|