]> granicus.if.org Git - transmission/log
transmission
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

16 years ago(win32) Don't use files in /tmp/ for test on win32
Mukund Sivaraman [Sat, 6 Sep 2008 07:26:29 +0000 (07:26 +0000)]
(win32) Don't use files in /tmp/ for test on win32

16 years ago(win32) Stack smash test fails with too much depth on win32
Mukund Sivaraman [Sat, 6 Sep 2008 07:26:25 +0000 (07:26 +0000)]
(win32) Stack smash test fails with too much depth on win32

16 years ago(win32) Convert spaces to tabs in Makefile.am
Mukund Sivaraman [Sat, 6 Sep 2008 04:37:08 +0000 (04:37 +0000)]
(win32) Convert spaces to tabs in Makefile.am

16 years ago(win32) Add application icon as a resource
Mukund Sivaraman [Sat, 6 Sep 2008 04:31:08 +0000 (04:31 +0000)]
(win32) Add application icon as a resource

16 years ago(win32) Don't build the GTK+ client as a console application
Mukund Sivaraman [Sat, 6 Sep 2008 04:23:28 +0000 (04:23 +0000)]
(win32) Don't build the GTK+ client as a console application

16 years agoget rid of a pointless seek() call
Charles Kerr [Sat, 6 Sep 2008 03:02:30 +0000 (03:02 +0000)]
get rid of a pointless seek() call

16 years agoInclude crypto.h for randint test
Mukund Sivaraman [Sat, 6 Sep 2008 02:09:53 +0000 (02:09 +0000)]
Include crypto.h for randint test

16 years agoTest val instead of i
Mukund Sivaraman [Sat, 6 Sep 2008 02:08:43 +0000 (02:08 +0000)]
Test val instead of i

16 years agoadd a unit test to exercise tr_cryptoRandInt()
Charles Kerr [Sat, 6 Sep 2008 02:04:37 +0000 (02:04 +0000)]
add a unit test to exercise tr_cryptoRandInt()

16 years ago(gtk) #1192: 1.3x's method of setting file priorities & download flags is unpopular
Charles Kerr [Sat, 6 Sep 2008 01:52:47 +0000 (01:52 +0000)]
(gtk) #1192: 1.3x's method of setting file priorities & download flags is unpopular

16 years ago(gtk) #1259: GLib-GObject-WARNING **: value "-100" of type `gint' is invalid or out...
Charles Kerr [Sat, 6 Sep 2008 01:32:15 +0000 (01:32 +0000)]
(gtk) #1259: GLib-GObject-WARNING **: value "-100" of type `gint' is invalid or out of range for property `value' of type `gint'

16 years ago(gtk) *incomplete* fix for #1192. this actually breaks things in the short term;...
Charles Kerr [Fri, 5 Sep 2008 21:01:00 +0000 (21:01 +0000)]
(gtk) *incomplete* fix for #1192. this actually breaks things in the short term; I'll finish the rest ASAP

16 years ago(libT) #1255: fails to parse announce URLs that have leading or trailing spaces
Charles Kerr [Fri, 5 Sep 2008 19:11:30 +0000 (19:11 +0000)]
(libT) #1255: fails to parse announce URLs that have leading or trailing spaces

16 years agoFixes Mac build
Eric Petit [Fri, 5 Sep 2008 16:14:19 +0000 (16:14 +0000)]
Fixes Mac build

16 years ago(win32) Fix the GTK+ client to build for win32
Mukund Sivaraman [Fri, 5 Sep 2008 15:13:09 +0000 (15:13 +0000)]
(win32) Fix the GTK+ client to build for win32

16 years ago(win32) There is no SIGHUP
Mukund Sivaraman [Fri, 5 Sep 2008 15:13:06 +0000 (15:13 +0000)]
(win32) There is no SIGHUP

16 years ago(win32) Don't build daemon on win32 yet
Mukund Sivaraman [Fri, 5 Sep 2008 15:13:03 +0000 (15:13 +0000)]
(win32) Don't build daemon on win32 yet

16 years ago(win32) Replace missing symbols with values
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:35 +0000 (14:32 +0000)]
(win32) Replace missing symbols with values

16 years ago(win32) Add getpagesize() and getregionsize() implementations
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:32 +0000 (14:32 +0000)]
(win32) Add getpagesize() and getregionsize() implementations

16 years ago(win32) Fix types and alignment in interlocked exchange
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:28 +0000 (14:32 +0000)]
(win32) Fix types and alignment in interlocked exchange

16 years ago(win32) Conditionally build shttpd win32 code
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:24 +0000 (14:32 +0000)]
(win32) Conditionally build shttpd win32 code

16 years ago(win32) Don't use dllimport/dllexport (part 3)
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:20 +0000 (14:32 +0000)]
(win32) Don't use dllimport/dllexport (part 3)

16 years ago(win32) Don't build minissdpc.c on win32
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:17 +0000 (14:32 +0000)]
(win32) Don't build minissdpc.c on win32

16 years ago(win32) Add includes for natpmp
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:13 +0000 (14:32 +0000)]
(win32) Add includes for natpmp

16 years ago(win32) Don't use dllimport/dllexport (part 2)
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:09 +0000 (14:32 +0000)]
(win32) Don't use dllimport/dllexport (part 2)