]> granicus.if.org Git - transmission/log
transmission
16 years ago(libT) remove dead code
Charles Kerr [Mon, 6 Oct 2008 19:44:38 +0000 (19:44 +0000)]
(libT) remove dead code

16 years ago(rpc) slightly better errno handling
Charles Kerr [Mon, 6 Oct 2008 16:33:33 +0000 (16:33 +0000)]
(rpc) slightly better errno handling

16 years agoslightly more efficient serving of static files & rpc responses
Charles Kerr [Mon, 6 Oct 2008 13:36:06 +0000 (13:36 +0000)]
slightly more efficient serving of static files & rpc responses

16 years agoupdate NEWS for web client
Mitchell Livingston [Mon, 6 Oct 2008 03:30:48 +0000 (03:30 +0000)]
update NEWS for web client

16 years agoadd a note to help's FAQ about overhead rates being displayed
Mitchell Livingston [Mon, 6 Oct 2008 02:35:26 +0000 (02:35 +0000)]
add a note to help's FAQ about overhead rates being displayed

16 years agoon the iPhone/iPod touch, have the web ui be treated as a full-screen web app when...
Mitchell Livingston [Mon, 6 Oct 2008 02:13:12 +0000 (02:13 +0000)]
on the iPhone/iPod touch, have the web ui be treated as a full-screen web app when launched from the home screen

16 years ago(libT) #1318: transmission daemon eats all resources
Charles Kerr [Mon, 6 Oct 2008 01:52:29 +0000 (01:52 +0000)]
(libT) #1318: transmission daemon eats all resources

16 years agofix a null pointer dereference
Charles Kerr [Sun, 5 Oct 2008 22:51:18 +0000 (22:51 +0000)]
fix a null pointer dereference

16 years agosync libtransmission to miniupnpc-20081002
Charles Kerr [Sat, 4 Oct 2008 15:23:47 +0000 (15:23 +0000)]
sync libtransmission to miniupnpc-20081002

16 years agoupdated to miniupnpc-20081002
Charles Kerr [Sat, 4 Oct 2008 15:10:24 +0000 (15:10 +0000)]
updated to miniupnpc-20081002

16 years ago(rpc) #1319: possible fix for the deflate bug
Charles Kerr [Fri, 3 Oct 2008 23:20:44 +0000 (23:20 +0000)]
(rpc) #1319: possible fix for the deflate bug

16 years ago(rpc) #1319 as pointed out by spry, deflate()'s output can sometimes be larger than...
Charles Kerr [Fri, 3 Oct 2008 20:46:58 +0000 (20:46 +0000)]
(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.

16 years ago(rpc) more robust `deflate' wrangling, possibly fixing ticket #1319
Charles Kerr [Fri, 3 Oct 2008 17:38:14 +0000 (17:38 +0000)]
(rpc) more robust `deflate' wrangling, possibly fixing ticket #1319

16 years agowhen adding a torrent through rpc, respect the paused flag (although now a torrent...
Mitchell Livingston [Fri, 3 Oct 2008 11:21:40 +0000 (11:21 +0000)]
when adding a torrent through rpc, respect the paused flag (although now a torrent cannot be added in the "queued" state)

16 years agomaybe fix the mac build
Charles Kerr [Fri, 3 Oct 2008 04:57:06 +0000 (04:57 +0000)]
maybe fix the mac build

16 years ago(libT) finish killing tr_errno.
Charles Kerr [Fri, 3 Oct 2008 04:49:06 +0000 (04:49 +0000)]
(libT) finish killing tr_errno.

16 years ago(libT) eliminating tr_errno, part 4: don't use it in recalculateHash()
Charles Kerr [Fri, 3 Oct 2008 00:51:40 +0000 (00:51 +0000)]
(libT) eliminating tr_errno, part 4: don't use it in recalculateHash()

16 years ago(libT) eliminating tr_errno, part 3: don't use it in tr_cpBlockBitfieldSet()
Charles Kerr [Thu, 2 Oct 2008 23:37:58 +0000 (23:37 +0000)]
(libT) eliminating tr_errno, part 3: don't use it in tr_cpBlockBitfieldSet()

16 years ago(libT) eliminating tr_errno, part 2: don't use it in reqListPop() or reqListRemove()
Charles Kerr [Thu, 2 Oct 2008 20:55:05 +0000 (20:55 +0000)]
(libT) eliminating tr_errno, part 2: don't use it in reqListPop() or reqListRemove()

16 years ago(libT) eliminating tr_errno, part 1: make tr_ioTestPiece return an int instead of...
Charles Kerr [Thu, 2 Oct 2008 20:30:29 +0000 (20:30 +0000)]
(libT) eliminating tr_errno, part 1: make tr_ioTestPiece return an int instead of a tr_errno.

16 years ago(gtk) #1265: In Details->Tracker one can only remove one tracker at a time
Charles Kerr [Thu, 2 Oct 2008 19:51:16 +0000 (19:51 +0000)]
(gtk) #1265: In Details->Tracker one can only remove one tracker at a time

16 years ago(gtk) #1294: Don't auto-delete torrents when adding from Transmisson's config folder
Charles Kerr [Thu, 2 Oct 2008 17:10:01 +0000 (17:10 +0000)]
(gtk) #1294: Don't auto-delete torrents when adding from Transmisson's config folder

16 years ago(rpc) fix rpc server memory leak that snuck in over the past few days' switch from...
Charles Kerr [Thu, 2 Oct 2008 16:50:05 +0000 (16:50 +0000)]
(rpc) fix rpc server memory leak that snuck in over the past few days' switch from shttpd to evhttp

16 years ago(gtk) #1290: removing torrent in web/remote interface crashes GTK+ client
Charles Kerr [Thu, 2 Oct 2008 16:42:35 +0000 (16:42 +0000)]
(gtk) #1290: removing torrent in web/remote interface crashes GTK+ client

16 years ago(rpc) fix minor path resolution glitch when serving up clutch files
Charles Kerr [Thu, 2 Oct 2008 16:24:44 +0000 (16:24 +0000)]
(rpc) fix minor path resolution glitch when serving up clutch files

16 years ago(libT) housekeeping: tr_torrent.handle --> tr_torrent.session
Charles Kerr [Thu, 2 Oct 2008 15:53:33 +0000 (15:53 +0000)]
(libT) housekeeping: tr_torrent.handle --> tr_torrent.session

16 years ago(gtk) #1026: "new torrent" dialogue: remember last announce URL
Charles Kerr [Thu, 2 Oct 2008 15:29:45 +0000 (15:29 +0000)]
(gtk) #1026: "new torrent" dialogue: remember last announce URL

16 years ago#450: OpenSSL in FreeBSD basesystem doesn't has openssl.pc..
Charles Kerr [Thu, 2 Oct 2008 02:57:29 +0000 (02:57 +0000)]
#450: OpenSSL in FreeBSD basesystem doesn't has openssl.pc..

16 years ago(gtk) #1314: gtk client crashes sometimes when updating the tooltip for the "Ask...
Charles Kerr [Thu, 2 Oct 2008 02:13:26 +0000 (02:13 +0000)]
(gtk) #1314: gtk client crashes sometimes when updating the tooltip for the "Ask Tracker for More Peers" button

16 years ago(rpc) #1261: session-get's speed-limit-down & speed-limit-up fields have the wrong...
Charles Kerr [Wed, 1 Oct 2008 23:30:27 +0000 (23:30 +0000)]
(rpc) #1261: session-get's speed-limit-down & speed-limit-up fields have the wrong units

16 years agomake sure the rpc whitelist check actually is hooked up to something
Mitchell Livingston [Wed, 1 Oct 2008 23:05:21 +0000 (23:05 +0000)]
make sure the rpc whitelist check actually is hooked up to something

16 years agoadd option to enable/disable rpc whitelist
Mitchell Livingston [Wed, 1 Oct 2008 23:02:37 +0000 (23:02 +0000)]
add option to enable/disable rpc whitelist

16 years agoadd a separate flag for enabling/disabling the rpc address whitelist
Charles Kerr [Wed, 1 Oct 2008 22:59:29 +0000 (22:59 +0000)]
add a separate flag for enabling/disabling the rpc address whitelist

16 years agosupport the new whitelist
Mitchell Livingston [Wed, 1 Oct 2008 22:17:25 +0000 (22:17 +0000)]
support the new whitelist

16 years ago#1309: Web/RPC interface ACL ignored
Charles Kerr [Wed, 1 Oct 2008 20:23:57 +0000 (20:23 +0000)]
#1309: Web/RPC interface ACL ignored

16 years ago(libT) better handling of Shad0w-style peer ids that don't have trailing dashes,...
Charles Kerr [Wed, 1 Oct 2008 18:11:28 +0000 (18:11 +0000)]
(libT) better handling of Shad0w-style peer ids that don't have trailing dashes, such as Osprey Permaseed

16 years agoEnable libz on Max
Eric Petit [Wed, 1 Oct 2008 16:24:26 +0000 (16:24 +0000)]
Enable libz on Max

16 years agoadd support for compressing the content served by the rpc server -- rpc responses...
Charles Kerr [Wed, 1 Oct 2008 15:53:56 +0000 (15:53 +0000)]
add support for compressing the content served by the rpc server -- rpc responses and clutch html/css/js files

16 years ago(libT) maybe fix the evhttp issues that softwareelves reported
Charles Kerr [Wed, 1 Oct 2008 04:26:38 +0000 (04:26 +0000)]
(libT) maybe fix the evhttp issues that softwareelves reported

16 years agoremove a redundant framework reference and other trivial changes
Mitchell Livingston [Wed, 1 Oct 2008 02:40:04 +0000 (02:40 +0000)]
remove a redundant framework reference and other trivial changes

16 years agopass 0.0.0.0 in as the rpc server address
Charles Kerr [Tue, 30 Sep 2008 18:31:04 +0000 (18:31 +0000)]
pass 0.0.0.0 in as the rpc server address

16 years agoupdate NEWS
Mitchell Livingston [Tue, 30 Sep 2008 17:57:02 +0000 (17:57 +0000)]
update NEWS

16 years agosend NULL as the address to evhttp_bind_socket()
Charles Kerr [Tue, 30 Sep 2008 16:18:44 +0000 (16:18 +0000)]
send NULL as the address to evhttp_bind_socket()

16 years ago(libT) d'oh, left out an important line last night while testing the rpc server w...
Charles Kerr [Tue, 30 Sep 2008 16:04:41 +0000 (16:04 +0000)]
(libT) d'oh, left out an important line last night while testing the rpc server w/softwareelves

16 years ago(daemon) #1310: Output of transmission-remote --list gets unaligned when up/download...
Charles Kerr [Tue, 30 Sep 2008 15:54:14 +0000 (15:54 +0000)]
(daemon) #1310: Output of transmission-remote --list gets unaligned when up/download speed exceeds 1000 KB/s

16 years agoagain verify that ip addresses are valid for the acl (removed in [6803])
Mitchell Livingston [Tue, 30 Sep 2008 14:08:21 +0000 (14:08 +0000)]
again verify that ip addresses are valid for the acl (removed in [6803])

16 years ago(libT) make sure to init the rpc server with the correct event base.
Charles Kerr [Mon, 29 Sep 2008 04:26:52 +0000 (04:26 +0000)]
(libT) make sure to init the rpc server with the correct event base.

16 years agoadd some debugging messages for the RPC server
Charles Kerr [Mon, 29 Sep 2008 03:02:27 +0000 (03:02 +0000)]
add some debugging messages for the RPC server

16 years ago(clutch) #1296: Peer count on web interface is wrong
Charles Kerr [Sun, 28 Sep 2008 16:11:12 +0000 (16:11 +0000)]
(clutch) #1296: Peer count on web interface is wrong

16 years ago(libT) #1267: when making new torrents, don't allow 0-byte files
Charles Kerr [Sun, 28 Sep 2008 16:02:13 +0000 (16:02 +0000)]
(libT) #1267: when making new torrents, don't allow 0-byte files

16 years ago(gtk) #1306: clicking in a blank area in a list clears the selection.
Charles Kerr [Sat, 27 Sep 2008 18:01:31 +0000 (18:01 +0000)]
(gtk) #1306: clicking in a blank area in a list clears the selection.

16 years agoattempt to fix #1293
Mitchell Livingston [Fri, 26 Sep 2008 21:58:00 +0000 (21:58 +0000)]
attempt to fix #1293

16 years agoupdate the daemon manpage to explain wildcarding in the ACL
Charles Kerr [Fri, 26 Sep 2008 16:51:12 +0000 (16:51 +0000)]
update the daemon manpage to explain wildcarding in the ACL

16 years ago(libT) uncrustify
Charles Kerr [Fri, 26 Sep 2008 15:40:24 +0000 (15:40 +0000)]
(libT) uncrustify

16 years agoMore Mac fixes
Eric Petit [Fri, 26 Sep 2008 09:09:15 +0000 (09:09 +0000)]
More Mac fixes

16 years agoFixes Mac build
Eric Petit [Fri, 26 Sep 2008 08:41:11 +0000 (08:41 +0000)]
Fixes Mac build

16 years agoa little more cleanup of the rpc server stuff.
Charles Kerr [Fri, 26 Sep 2008 04:41:13 +0000 (04:41 +0000)]
a little more cleanup of the rpc server stuff.

16 years ago(libT) more rpc-server cleanup
Charles Kerr [Fri, 26 Sep 2008 00:58:06 +0000 (00:58 +0000)]
(libT) more rpc-server cleanup

16 years agodelete the shttpd directory.
Charles Kerr [Thu, 25 Sep 2008 18:49:27 +0000 (18:49 +0000)]
delete the shttpd directory.

16 years agorpc-server cleanups. add true wildmat control. break the Mac build a little harder.
Charles Kerr [Thu, 25 Sep 2008 18:48:09 +0000 (18:48 +0000)]
rpc-server cleanups.  add true wildmat control.  break the Mac build a little harder.

16 years ago(libT) experimental code to serve clutch/rpc via evhttpd
Charles Kerr [Thu, 25 Sep 2008 05:03:39 +0000 (05:03 +0000)]
(libT) experimental code to serve clutch/rpc via evhttpd

16 years ago(gtk) #1289: duplicate of progress info in torrent activity tab
Charles Kerr [Tue, 23 Sep 2008 20:06:26 +0000 (20:06 +0000)]
(gtk) #1289: duplicate of progress info in torrent activity tab

16 years agorun libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised...
Charles Kerr [Tue, 23 Sep 2008 19:11:04 +0000 (19:11 +0000)]
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened

16 years agounless muks screams too loudly, this will probably be the scheme for code formatting.
Charles Kerr [Sun, 21 Sep 2008 22:40:12 +0000 (22:40 +0000)]
unless muks screams too loudly, this will probably be the scheme for code formatting.

16 years agoconfig file for `uncrustify' source code formatter
Charles Kerr [Sat, 20 Sep 2008 16:07:15 +0000 (16:07 +0000)]
config file for `uncrustify' source code formatter

16 years ago(wx) get the wxWidgets port building again. :)
Charles Kerr [Fri, 19 Sep 2008 17:17:34 +0000 (17:17 +0000)]
(wx) get the wxWidgets port building again. :)

16 years agofix at least one possible cause for the new crash reported by persept
Charles Kerr [Fri, 19 Sep 2008 17:03:25 +0000 (17:03 +0000)]
fix at least one possible cause for the new crash reported by persept

16 years ago(web) by Paweł Golonko
Charles Kerr [Fri, 19 Sep 2008 16:17:35 +0000 (16:17 +0000)]
(web) by Paweł Golonko
1: fix #1172 part 3
2: fix sort-by-progress reported by tziOm
3. fix preferences dialog typo

16 years ago(web) add filter icon submitted by Paweł Golonko
Charles Kerr [Thu, 18 Sep 2008 21:37:27 +0000 (21:37 +0000)]
(web) add filter icon submitted by Paweł Golonko

16 years ago(web ui) preference dialog cleanups and other small fixes by Paweł Golonko
Charles Kerr [Thu, 18 Sep 2008 21:25:23 +0000 (21:25 +0000)]
(web ui) preference dialog cleanups and other small fixes by Paweł Golonko

16 years ago(libT) apply a line from #1181's fix that was accidentally applied to the 1.3x branch...
Charles Kerr [Thu, 18 Sep 2008 16:18:50 +0000 (16:18 +0000)]
(libT) apply a line from #1181's fix that was accidentally applied to the 1.3x branch instead of trunk.  both are in sync now wrt #1181.

16 years agohopefully this will lead to more line numbers in crash logs
Mitchell Livingston [Thu, 18 Sep 2008 11:05:04 +0000 (11:05 +0000)]
hopefully this will lead to more line numbers in crash logs

16 years agoadd new compile-time throttle options suggested by persept
Charles Kerr [Thu, 18 Sep 2008 03:55:31 +0000 (03:55 +0000)]
add new compile-time throttle options suggested by persept

16 years agoupdate mac version script to only check macosx and libtransmission directories (elimi...
Mitchell Livingston [Thu, 18 Sep 2008 01:04:24 +0000 (01:04 +0000)]
update mac version script to only check macosx and libtransmission directories (eliminates 11 harmless errors when compiling) - thanks Balrog

16 years agofirst draft at having more accurate speed controls
Charles Kerr [Wed, 17 Sep 2008 19:44:24 +0000 (19:44 +0000)]
first draft at having more accurate speed controls

16 years ago(gtk) silence a compiler warning
Charles Kerr [Wed, 17 Sep 2008 01:55:41 +0000 (01:55 +0000)]
(gtk) silence a compiler warning

16 years agosync to 1.3x's NEWS
Charles Kerr [Wed, 17 Sep 2008 01:46:41 +0000 (01:46 +0000)]
sync to 1.3x's NEWS

16 years agogcc 4.2; Mac build now requires Xcode 3.1
Mitchell Livingston [Wed, 17 Sep 2008 01:38:07 +0000 (01:38 +0000)]
gcc 4.2; Mac build now requires Xcode 3.1

16 years agoupdate trunk for 1.34; update appcast
Mitchell Livingston [Wed, 17 Sep 2008 01:00:45 +0000 (01:00 +0000)]
update trunk for 1.34; update appcast

16 years ago(gtk) #1274: Cannot resize columns in 'File' tab of 'Details' window
Charles Kerr [Tue, 16 Sep 2008 18:28:22 +0000 (18:28 +0000)]
(gtk) #1274: Cannot resize columns in 'File' tab of 'Details' window

16 years agoIncrement str so loop progresses
Mukund Sivaraman [Tue, 16 Sep 2008 07:10:04 +0000 (07:10 +0000)]
Increment str so loop progresses

16 years agoSparkle 1.5 requires signing of the update
Mitchell Livingston [Sun, 14 Sep 2008 21:39:16 +0000 (21:39 +0000)]
Sparkle 1.5 requires signing of the update

16 years agodon't allow Sparkle to be set to automatically download updates (who knows if a futur...
Mitchell Livingston [Sun, 14 Sep 2008 20:08:51 +0000 (20:08 +0000)]
don't allow Sparkle to be set to automatically download updates (who knows if a future version might have new requirements that can't be checked automatically, such as all transfers being finished to avoid data loss - it's happened before)

16 years agoadd Sparkle 1.5b6
Mitchell Livingston [Sun, 14 Sep 2008 20:02:42 +0000 (20:02 +0000)]
add Sparkle 1.5b6

16 years agoremove Sparkle 1.5b5
Mitchell Livingston [Sun, 14 Sep 2008 20:02:07 +0000 (20:02 +0000)]
remove Sparkle 1.5b5

16 years ago(gtk) make the per-torrent speed limit gui controls' behavior match that of the prefe...
Charles Kerr [Sun, 14 Sep 2008 19:39:07 +0000 (19:39 +0000)]
(gtk) make the per-torrent speed limit gui controls' behavior match that of the preference dialgo's speed limit gui controls

16 years ago(libT) #1269: check for the `downloaded' key in the announce repsonse. a successful...
Charles Kerr [Sun, 14 Sep 2008 00:57:11 +0000 (00:57 +0000)]
(libT) #1269: check for the `downloaded' key in the announce repsonse.  a successful announce response already resets the rescrape countdown, so that half of the ticket is redundant.

16 years ago(gtk) minor comment changes
Charles Kerr [Mon, 8 Sep 2008 15:17:18 +0000 (15:17 +0000)]
(gtk) minor comment changes

16 years agosmall alignment issue in the network tab
Mitchell Livingston [Mon, 8 Sep 2008 02:09:34 +0000 (02:09 +0000)]
small alignment issue in the network tab

16 years agoupdate localizable strings
Mitchell Livingston [Sun, 7 Sep 2008 21:49:41 +0000 (21:49 +0000)]
update localizable strings

16 years agoAlso delay the port check if port forwarding was just disabled
Eric Petit [Sun, 7 Sep 2008 20:33:10 +0000 (20:33 +0000)]
Also delay the port check if port forwarding was just disabled

16 years agoremove an unused method; trivial type changes
Mitchell Livingston [Sun, 7 Sep 2008 17:57:58 +0000 (17:57 +0000)]
remove an unused method; trivial type changes

16 years agotrivial changes
Mitchell Livingston [Sun, 7 Sep 2008 16:08:29 +0000 (16:08 +0000)]
trivial changes

16 years agoadd a link to trac to the Help menu
Mitchell Livingston [Sun, 7 Sep 2008 14:51:50 +0000 (14:51 +0000)]
add a link to trac to the Help menu

16 years agoupdate the help to point to the trac mainpage instead of timeline
Mitchell Livingston [Sun, 7 Sep 2008 14:42:43 +0000 (14:42 +0000)]
update the help to point to the trac mainpage instead of timeline

16 years agoif delay is off, perform the port check probe without any timer; on 10.5, set the...
Mitchell Livingston [Sat, 6 Sep 2008 21:57:13 +0000 (21:57 +0000)]
if delay is off, perform the port check probe without any timer; on 10.5, set the port checker to ignore remote cache data on top of local cache data

16 years agoDo not delay port checking if port forwarding is disabled
Eric Petit [Sat, 6 Sep 2008 15:07:09 +0000 (15:07 +0000)]
Do not delay port checking if port forwarding is disabled

16 years agoredo [6731] using the built-in stringByTrimmingCharactersInSet:
Mitchell Livingston [Sat, 6 Sep 2008 13:49:20 +0000 (13:49 +0000)]
redo [6731] using the built-in stringByTrimmingCharactersInSet:

16 years ago[1235] allow the adding of trackers with leading and trailing whitespace
Mitchell Livingston [Sat, 6 Sep 2008 13:37:33 +0000 (13:37 +0000)]
[1235] allow the adding of trackers with leading and trailing whitespace

16 years ago(libT) calculate a piece's checksum on the stack, rather than the heap
Charles Kerr [Sat, 6 Sep 2008 13:25:21 +0000 (13:25 +0000)]
(libT) calculate a piece's checksum on the stack, rather than the heap