Mitchell Livingston
|
2a3515a4e7
|
add a note to help's FAQ about overhead rates being displayed
|
2008-10-06 02:35:26 +00:00 |
Mitchell Livingston
|
2699e3c915
|
on the iPhone/iPod touch, have the web ui be treated as a full-screen web app when launched from the home screen
|
2008-10-06 02:13:12 +00:00 |
Charles Kerr
|
7249493759
|
(libT) #1318: transmission daemon eats all resources
|
2008-10-06 01:52:29 +00:00 |
Charles Kerr
|
5391f768f4
|
fix a null pointer dereference
|
2008-10-05 22:51:18 +00:00 |
Charles Kerr
|
2a5e92fb7c
|
sync libtransmission to miniupnpc-20081002
|
2008-10-04 15:23:47 +00:00 |
Charles Kerr
|
ed3474c98f
|
updated to miniupnpc-20081002
|
2008-10-04 15:10:24 +00:00 |
Charles Kerr
|
cc1302c9c8
|
(rpc) #1319: possible fix for the deflate bug
|
2008-10-03 23:20:44 +00:00 |
Charles Kerr
|
77d3e0613d
|
(rpc) #1319 as pointed out by spry, deflate()'s output can sometimes be larger than the native form. In these cases, use the smaller of the two sources.
|
2008-10-03 20:46:58 +00:00 |
Charles Kerr
|
4f5a6de98d
|
(rpc) more robust `deflate' wrangling, possibly fixing ticket #1319
|
2008-10-03 17:38:14 +00:00 |
Mitchell Livingston
|
1716f3c55d
|
when adding a torrent through rpc, respect the paused flag (although now a torrent cannot be added in the "queued" state)
|
2008-10-03 11:21:40 +00:00 |
Charles Kerr
|
24b75a7d74
|
maybe fix the mac build
|
2008-10-03 04:57:06 +00:00 |
Charles Kerr
|
4fab4c9e9b
|
(libT) finish killing tr_errno.
|
2008-10-03 04:49:06 +00:00 |
Charles Kerr
|
2918e2efaf
|
(libT) eliminating tr_errno, part 4: don't use it in recalculateHash()
|
2008-10-03 00:51:40 +00:00 |
Charles Kerr
|
5178988964
|
(libT) eliminating tr_errno, part 3: don't use it in tr_cpBlockBitfieldSet()
|
2008-10-02 23:37:58 +00:00 |
Charles Kerr
|
f9345da6ae
|
(libT) eliminating tr_errno, part 2: don't use it in reqListPop() or reqListRemove()
|
2008-10-02 20:55:05 +00:00 |
Charles Kerr
|
79d8a5cdf3
|
(libT) eliminating tr_errno, part 1: make tr_ioTestPiece return an int instead of a tr_errno.
|
2008-10-02 20:30:29 +00:00 |
Charles Kerr
|
262370f7ea
|
(gtk) #1265: In Details->Tracker one can only remove one tracker at a time
|
2008-10-02 19:51:16 +00:00 |
Charles Kerr
|
7b980aa9b7
|
(gtk) #1294: Don't auto-delete torrents when adding from Transmisson's config folder
|
2008-10-02 17:10:01 +00:00 |
Charles Kerr
|
f3d75b3b57
|
(rpc) fix rpc server memory leak that snuck in over the past few days' switch from shttpd to evhttp
|
2008-10-02 16:50:05 +00:00 |
Charles Kerr
|
1bd9dd04b8
|
(gtk) #1290: removing torrent in web/remote interface crashes GTK+ client
|
2008-10-02 16:42:35 +00:00 |
Charles Kerr
|
d7a5cf0828
|
(rpc) fix minor path resolution glitch when serving up clutch files
|
2008-10-02 16:24:44 +00:00 |
Charles Kerr
|
b1ef118e3f
|
(libT) housekeeping: tr_torrent.handle --> tr_torrent.session
|
2008-10-02 15:53:33 +00:00 |
Charles Kerr
|
9337a6f69f
|
(gtk) #1026: "new torrent" dialogue: remember last announce URL
|
2008-10-02 15:29:45 +00:00 |
Charles Kerr
|
0386f8ca9d
|
#450: OpenSSL in FreeBSD basesystem doesn't has openssl.pc..
|
2008-10-02 02:57:29 +00:00 |
Charles Kerr
|
ee635d9af5
|
(gtk) #1314: gtk client crashes sometimes when updating the tooltip for the "Ask Tracker for More Peers" button
|
2008-10-02 02:13:26 +00:00 |
Charles Kerr
|
e830fa23d4
|
(rpc) #1261: session-get's speed-limit-down & speed-limit-up fields have the wrong units
|
2008-10-01 23:30:27 +00:00 |
Mitchell Livingston
|
c1af45ab28
|
make sure the rpc whitelist check actually is hooked up to something
|
2008-10-01 23:05:21 +00:00 |
Mitchell Livingston
|
79e7223421
|
add option to enable/disable rpc whitelist
|
2008-10-01 23:02:37 +00:00 |
Charles Kerr
|
6cba9305ae
|
add a separate flag for enabling/disabling the rpc address whitelist
|
2008-10-01 22:59:29 +00:00 |
Mitchell Livingston
|
a616666541
|
support the new whitelist
|
2008-10-01 22:17:25 +00:00 |
Charles Kerr
|
bddf34d7a8
|
#1309: Web/RPC interface ACL ignored
|
2008-10-01 20:23:57 +00:00 |
Charles Kerr
|
60f84b35d9
|
(libT) better handling of Shad0w-style peer ids that don't have trailing dashes, such as Osprey Permaseed
|
2008-10-01 18:11:28 +00:00 |
Eric Petit
|
23d8a4f615
|
Enable libz on Max
|
2008-10-01 16:24:26 +00:00 |
Charles Kerr
|
585a9783ad
|
add support for compressing the content served by the rpc server -- rpc responses and clutch html/css/js files
|
2008-10-01 15:53:56 +00:00 |
Charles Kerr
|
859af09f37
|
(libT) maybe fix the evhttp issues that softwareelves reported
|
2008-10-01 04:26:38 +00:00 |
Mitchell Livingston
|
830bb2f57b
|
remove a redundant framework reference and other trivial changes
|
2008-10-01 02:40:04 +00:00 |
Charles Kerr
|
f6a770f1db
|
pass 0.0.0.0 in as the rpc server address
|
2008-09-30 18:31:04 +00:00 |
Mitchell Livingston
|
9ccaaabc73
|
update NEWS
|
2008-09-30 17:57:02 +00:00 |
Charles Kerr
|
1c20c64062
|
send NULL as the address to evhttp_bind_socket()
|
2008-09-30 16:18:44 +00:00 |
Charles Kerr
|
c55a20b074
|
(libT) d'oh, left out an important line last night while testing the rpc server w/softwareelves
|
2008-09-30 16:04:41 +00:00 |
Charles Kerr
|
59e5e7c95b
|
(daemon) #1310: Output of transmission-remote --list gets unaligned when up/download speed exceeds 1000 KB/s
|
2008-09-30 15:54:14 +00:00 |
Mitchell Livingston
|
6b637753c7
|
again verify that ip addresses are valid for the acl (removed in [6803])
|
2008-09-30 14:08:21 +00:00 |
Charles Kerr
|
86b6e00321
|
(libT) make sure to init the rpc server with the correct event base.
|
2008-09-29 04:26:52 +00:00 |
Charles Kerr
|
713b99d64b
|
add some debugging messages for the RPC server
|
2008-09-29 03:02:27 +00:00 |
Charles Kerr
|
9c9beb7cba
|
(clutch) #1296: Peer count on web interface is wrong
|
2008-09-28 16:11:12 +00:00 |
Charles Kerr
|
4caac75646
|
(libT) #1267: when making new torrents, don't allow 0-byte files
|
2008-09-28 16:02:13 +00:00 |
Charles Kerr
|
4bf3577fba
|
(gtk) #1306: clicking in a blank area in a list clears the selection.
|
2008-09-27 18:01:31 +00:00 |
Mitchell Livingston
|
89b6c61326
|
attempt to fix #1293
|
2008-09-26 21:58:00 +00:00 |
Charles Kerr
|
d75410656d
|
update the daemon manpage to explain wildcarding in the ACL
|
2008-09-26 16:51:12 +00:00 |
Charles Kerr
|
b8cff462a7
|
(libT) uncrustify
|
2008-09-26 15:40:24 +00:00 |