Charles Kerr
|
f1221f958f
|
(trunk libT) dead code removal -- the buffer & buflen arguments to tr_ioTestPiece() were unused
|
2010-02-23 06:05:18 +00:00 |
Mitchell Livingston
|
8973806d44
|
in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers
|
2010-02-23 00:41:44 +00:00 |
Mitchell Livingston
|
c95104b0d9
|
replace a reference to "Clutch" to "web interface" in the daemon
|
2010-02-23 00:27:59 +00:00 |
Charles Kerr
|
1499f5c405
|
(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92(trunk libT) #2906 "remove unused code: Torrent.requests array is never sorted by time" -- added to trunk for 1.92
|
2010-02-22 15:07:14 +00:00 |
Mitchell Livingston
|
5b029c68cd
|
now it's 1.91+
|
2010-02-22 03:36:35 +00:00 |
Mitchell Livingston
|
592f6041e9
|
reset to 1.90
|
2010-02-22 02:41:02 +00:00 |
Mitchell Livingston
|
3ff11837d4
|
disable posix_memalign() on Mac - it requires 10.6
|
2010-02-22 02:36:17 +00:00 |
Charles Kerr
|
ed10dda36b
|
(trunk gtk) update translations from rosetta. New this time around: Faroese!
|
2010-02-22 02:26:23 +00:00 |
Mitchell Livingston
|
b562dc13ec
|
Mac has getpagesize() and posix_memalign()
|
2010-02-22 02:21:50 +00:00 |
Mitchell Livingston
|
db644587d0
|
update to 1.91+
|
2010-02-22 02:04:47 +00:00 |
Mitchell Livingston
|
4de974e329
|
update to 1.91
|
2010-02-22 01:15:11 +00:00 |
Mitchell Livingston
|
66142b69ae
|
update NEWS
|
2010-02-22 01:13:44 +00:00 |
Charles Kerr
|
204243c5bd
|
(trunk libT) #2952: "When possible, use posix_memalign() instead of valloc()" -- fixed in trunk for 1.91
|
2010-02-22 01:01:59 +00:00 |
Mitchell Livingston
|
f3b98a6c18
|
avoid unnecessary setting of id when calling tr_torrentSetAnnounceList
|
2010-02-22 00:15:27 +00:00 |
Charles Kerr
|
d0e5e68ac1
|
(trunk libT) when calling tr_torrentSetAnnounceList(), reset the tracker IDs to new, but unique, numbers synchronized between tr_info and the torrent stats
|
2010-02-22 00:11:19 +00:00 |
Charles Kerr
|
5e25252781
|
(trunk gtk) #2950 "In GTK+ client, Select-All + Stop sends a 'stopped' event even for already-stopped torrents" -- fixed in trunk for 1.91
|
2010-02-21 23:56:01 +00:00 |
Charles Kerr
|
c23044ee86
|
(trunk libT) when an rpc message torrent-stop or torrent-start comes in, check the torrent's currnet run state first instead of unconditionally calling tr_torrentStart() and tr_torrentStop()
|
2010-02-21 23:03:29 +00:00 |
Charles Kerr
|
27a64c18db
|
(trunk daemon) #2943 "watch.c matches every file containing '.torrent'" -- fix copy/paste error reported by Longinus00
|
2010-02-21 13:29:23 +00:00 |
Charles Kerr
|
c1a6e7b5d9
|
(trunk libT) #2933 "looking up torrents by info hash should be case-insensitive" -- fixed in trunk for 1.91
|
2010-02-21 00:26:54 +00:00 |
Charles Kerr
|
95236d1f3e
|
(trunk daemon) #2943 "watch.c matches everything containing '.torrent'" -- use Longinus00's patch to fix this in trunk for 1.91
|
2010-02-21 00:24:01 +00:00 |
Mitchell Livingston
|
fa7292cde7
|
display correct number of trackers to remove in the dialog box
|
2010-02-20 22:20:03 +00:00 |
Charles Kerr
|
71ed8193b8
|
(trunk libT) (1) reduce the default tracker announce timeout from 120 to 90 seconds. (2) for partial seeds, send an event=paused when we transition from being leeches to partial seeds, just as you would send an event=completed when becoming a seed
|
2010-02-20 21:03:49 +00:00 |
Charles Kerr
|
bf135da49a
|
(trunk libT) fix bug that prevented adding torrents by URL from an ftp source via http/rpc
|
2010-02-20 18:45:33 +00:00 |
Mitchell Livingston
|
36f519f7eb
|
update NEWS
|
2010-02-20 18:37:02 +00:00 |
Mitchell Livingston
|
0b3f22fc42
|
replace an invalid comment
|
2010-02-20 18:32:29 +00:00 |
Charles Kerr
|
462ce5b467
|
(trunk) update NEWS for 1.91
|
2010-02-20 18:25:52 +00:00 |
Charles Kerr
|
7a33a9170e
|
(trunk libT) revise r10238 to be a little more readable
|
2010-02-20 17:17:57 +00:00 |
Charles Kerr
|
9b68c1ec97
|
(trunk libT) comment out a couple of console debug messages
|
2010-02-20 16:33:20 +00:00 |
Charles Kerr
|
7feaa9faae
|
(trunk) #2938 -- sync gtk, mac, and cli clients with previous commit
|
2010-02-20 15:57:34 +00:00 |
Charles Kerr
|
5a9a07b71e
|
(trunk) #2938 "crash when adding a torrent by URL from an ftp source over RPC" -- fixed in trunk for 1.91
|
2010-02-20 15:57:05 +00:00 |
Charles Kerr
|
a973e38bb5
|
(trunk libT) #2922 "announce's 'download' field should follow the de facto standard" -- added to trunk for 1.91
|
2010-02-20 15:36:25 +00:00 |
Mitchell Livingston
|
c4dbf9f8be
|
dead code removal
|
2010-02-20 14:43:25 +00:00 |
Mitchell Livingston
|
633920d362
|
when the message log is full, only reload if the content changes
|
2010-02-20 14:29:33 +00:00 |
Charles Kerr
|
069d092301
|
(trunk libT) #2924 "1.90 crashes on startup" -- more changes in the vein of r10233
|
2010-02-20 03:41:47 +00:00 |
Charles Kerr
|
483086ef3d
|
(trunk libT) #2924 "1.90 crashes on startup" -- fix typo from previous commit r10233 :/
|
2010-02-20 01:22:10 +00:00 |
Charles Kerr
|
2f86872b0f
|
(trunk libT) #2924 "1.90 crashes on startup" -- another experimental fix, inspired by the suggestion in http://forum.transmissionbt.com/viewtopic.php?p=45027&sid=9cfe1679bebdefb27dd288010cbff80d#p45027 that the bug may have been introduced in r10089.
|
2010-02-20 01:11:55 +00:00 |
Charles Kerr
|
1230a30991
|
(trunk libT) #2924 "1.90 crashes on startup" -- revert r10230's experimental code; it didn't work :(
|
2010-02-19 17:08:13 +00:00 |
Charles Kerr
|
8bd433e235
|
(trunk gtk) #2932 "The 'comment' field in the Torrent Properties dialog loses selection" -- fixed in trunk for 1.91
|
2010-02-19 14:49:03 +00:00 |
Charles Kerr
|
761547d1d2
|
(trunk libT) #2924 "1.90 crashes on startup" -- experimental commit
|
2010-02-19 07:04:54 +00:00 |
Charles Kerr
|
3c936b2849
|
(trunk libT) #2907 "Speed Limit mode not retained after relaunch" -- fixed in trunk for 1.91
|
2010-02-19 06:19:47 +00:00 |
Charles Kerr
|
8a949d0abf
|
(trunk daemon) fix error message typo reported by Longinus00
|
2010-02-19 05:40:19 +00:00 |
Charles Kerr
|
0ecee636d7
|
(trunk daemon) print a warning to stderr when tr_daemon() can't open /dev/null
|
2010-02-19 05:25:58 +00:00 |
Mitchell Livingston
|
fea912dd21
|
update to 1.90+
|
2010-02-18 03:52:03 +00:00 |
Mitchell Livingston
|
c62c1bf742
|
tweak NEWS
|
2010-02-18 03:15:04 +00:00 |
Mitchell Livingston
|
d909dfb111
|
update Brazilian Portuguese for 1.9
|
2010-02-18 02:50:17 +00:00 |
Mitchell Livingston
|
06df33e6cd
|
fix typo in French localization
|
2010-02-17 04:16:12 +00:00 |
Charles Kerr
|
3b66622014
|
(trunk) tweak 1.90 NEWS; bump configure.ac
|
2010-02-16 16:00:31 +00:00 |
Charles Kerr
|
9750da9e93
|
(trunk gtk) update translations from rosetta
|
2010-02-16 15:56:34 +00:00 |
Mitchell Livingston
|
abec600d35
|
update French localization for 1.9
|
2010-02-16 12:53:17 +00:00 |
Mitchell Livingston
|
b65ead918f
|
small tweaks
|
2010-02-16 03:29:31 +00:00 |