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 |
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 |