Charles Kerr
|
2be28fe9dd
|
(trunk libT) #2993 "'Downloaded' much greater than 'Have' or 'Verified'" -- found a weighted piece sorting issue while trying to confirm or refute this issue.
|
2010-03-03 04:16:18 +00:00 |
|
Charles Kerr
|
22320d2356
|
(trunk libT) fix potential NULL pointer dereference in libtransmission
|
2010-03-02 04:51:40 +00:00 |
|
Charles Kerr
|
fe54fded77
|
(trunk web) #2917 "Turtle mode button tooltip" -- added to trunk for 1.92
|
2010-03-01 16:35:54 +00:00 |
|
Charles Kerr
|
446379a464
|
(trunk libT) #2964 "Multiple simultaneous DNS resolve operations fail on some platforms causing unnecessary delays in successful announces" -- fixed in trunk for 1.92. Thanks to gongloo for the patch.
|
2010-03-01 15:29:28 +00:00 |
|
Charles Kerr
|
3e9d545713
|
(trunk libT) #2995 "Incompletely downloaded files not trashed" -- fixed in trunk for 1.92
|
2010-02-28 15:27:48 +00:00 |
|
Charles Kerr
|
14beb6f5a3
|
(trunk web) #2992: "web client reports ratios of -1 and -2" -- fixed in trunk for 1.92. Thanks to Longinus00 for the patch.
|
2010-02-28 14:31:45 +00:00 |
|
Charles Kerr
|
2060557f6d
|
(trunk daemon) #2949 "standardize inotify watchdir implementation" -- fixed in trunk for 1.92. Thanks to Longinus00 for another patch :)
|
2010-02-27 22:13:29 +00:00 |
|
Charles Kerr
|
a5c714d16b
|
(trunk gtk) #2991 "Transmission "Set Location" - dialog doesn't disappear" -- fixed in trunk for 1.92
|
2010-02-27 21:00:46 +00:00 |
|
Charles Kerr
|
54b394d160
|
(trunk libT) #2984 "Transmission 1.91/OSX deletes completed download" -- experimental commit, and more debug messages
|
2010-02-27 18:52:46 +00:00 |
|
Charles Kerr
|
58bc905f55
|
(trunk gtk) #2989 "Some session prefs changed via remote aren't affected in transmission gtk+'s GUI" -- fixed in trunk for 1.92. Thanks to Longinus00 for the patch.
|
2010-02-27 18:00:24 +00:00 |
|
Charles Kerr
|
4d748e5cbf
|
(trunk web) #2981 "update jQuery to v1.4.2" -- fixed in trunk for 1.92
|
2010-02-26 18:02:51 +00:00 |
|
Charles Kerr
|
dc15f9f747
|
(trunk) #2941 "Compile error when libintl is not present" -- fixed in trunk for 1.92
|
2010-02-26 16:51:27 +00:00 |
|
Charles Kerr
|
2b21104ae9
|
(trunk gtk) #2980 "'Open Folder' behavior can be confusing for single-file torrents" -- fixed in trunk for 1.92
|
2010-02-26 15:06:26 +00:00 |
|
Mitchell Livingston
|
bd635f22d0
|
for scrapes: add a new field to distinguish from error messages returned from the tracker, and scrape timeouts, so that they can be displayed differently
|
2010-02-25 23:06:05 +00:00 |
|
Charles Kerr
|
ed032ec4de
|
(trunk libT) #2940: "don't listen for create events in daemon's inotify watchdir implementation" -- fixed in trunk for 1.92
|
2010-02-25 18:21:19 +00:00 |
|
Mitchell Livingston
|
13fa343a2e
|
update miniupnp and libnatpmp makefiles
|
2010-02-25 12:53:21 +00:00 |
|
Mitchell Livingston
|
a3328e519c
|
update miniupnp to 1.4
|
2010-02-25 12:39:22 +00:00 |
|
Mitchell Livingston
|
d35e2487ef
|
update libnatpmp to 20100202
|
2010-02-25 12:29:43 +00:00 |
|
Mitchell Livingston
|
5fd8bef417
|
#2968 "Add" window -> Low Priority goes to High
|
2010-02-25 01:56:56 +00:00 |
|
Charles Kerr
|
fb6708858b
|
(trunk gtk) #2972 "The "Torrent Options" dialog's Torrent Priority row gets too much vertical stretch" -- fixed in trunk for 1.92
|
2010-02-24 20:12:07 +00:00 |
|
Charles Kerr
|
a1e4c093f4
|
(trunk daemon) #2970: "daemon writes 'closing daemon' to syslog after closing syslog" -- fixed in trunk for 1.92
|
2010-02-24 18:14:40 +00:00 |
|
Charles Kerr
|
7138a3e346
|
(trunk web) #2966: "Patch: Present time with correct number of digits in the web interface" -- added to trunk for 1.92. thanks to gongloo for the patch.
|
2010-02-24 04:35:51 +00:00 |
|
Charles Kerr
|
4401dcaa28
|
(trunk libT) #2965: "buffer overflow if too many tr= args in a magnet link" -- fixed in trunk for 1.92. thanks to pjz for the patch.
|
2010-02-24 04:23:36 +00:00 |
|
Charles Kerr
|
91ee0ae3a5
|
(trunk gtk) #2963 "The default focus in Add dialog should be set on Add button" -- implemented in trunk for 1.92
|
2010-02-23 21:58:43 +00:00 |
|
Charles Kerr
|
6d639f354b
|
(trunk libT) use tr_valloc() in a couple of places where we allocate largish, short-term buffers
|
2010-02-23 07:29:21 +00:00 |
|
Charles Kerr
|
fad8f285a8
|
(trunk libT) use jch's suggestion of having a per-session page-aligned memory buffer for general reuse. (http://trac.transmissionbt.com/ticket/2551#comment:5)
|
2010-02-23 07:20:57 +00:00 |
|
Charles Kerr
|
5667b80ba6
|
(trunk libT) try to make the posix_memalign() #includes work right on Darwin too
|
2010-02-23 06:15:47 +00:00 |
|
Charles Kerr
|
c615514944
|
(trunk libT) add a wrapper function tr_valloc() to try posix_memalign(), getpagesize(), valloc() etc
|
2010-02-23 06:06:45 +00:00 |
|
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 |
|