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

16 years ago(win32) Fix case of included header filenames
Mukund Sivaraman [Fri, 5 Sep 2008 14:32:03 +0000 (14:32 +0000)]
(win32) Fix case of included header filenames

16 years ago(win32) Rename rpc.[ch] to rpcimpl.[ch]
Mukund Sivaraman [Fri, 5 Sep 2008 14:31:58 +0000 (14:31 +0000)]
(win32) Rename rpc.[ch] to rpcimpl.[ch]

16 years ago(win32) Add mmap implementation
Mukund Sivaraman [Fri, 5 Sep 2008 14:31:52 +0000 (14:31 +0000)]
(win32) Add mmap implementation

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

16 years ago(libT) possible solution to the peer hammering problem reported by Switeck
Charles Kerr [Fri, 5 Sep 2008 05:14:49 +0000 (05:14 +0000)]
(libT) possible solution to the peer hammering problem reported by Switeck

16 years ago(libT) change benc's integral type from int to size_t, squashing a couple of minor...
Charles Kerr [Thu, 4 Sep 2008 14:42:32 +0000 (14:42 +0000)]
(libT) change benc's integral type from int to size_t, squashing a couple of minor warnings

16 years ago(gtk) r6692 tweak: lower the spinbutton delay a little in the prefs dialog
Charles Kerr [Wed, 3 Sep 2008 20:00:27 +0000 (20:00 +0000)]
(gtk) r6692 tweak: lower the spinbutton delay a little in the prefs dialog

16 years ago#1209: shttpd crash when setting port to one already in use
Charles Kerr [Wed, 3 Sep 2008 19:59:09 +0000 (19:59 +0000)]
#1209: shttpd crash when setting port to one already in use

16 years agopump the web connections more frequently when there are tasks pending. this may...
Charles Kerr [Wed, 3 Sep 2008 19:13:19 +0000 (19:13 +0000)]
pump the web connections more frequently when there are tasks pending.  this may speed up the shutdown flurry of `stop' announcements

16 years ago#450: OpenSSL in FreeBSD basesystem doesn't have openssl.pc
Charles Kerr [Wed, 3 Sep 2008 19:02:59 +0000 (19:02 +0000)]
#450: OpenSSL in FreeBSD basesystem doesn't have openssl.pc

16 years ago#1249: fix BSD "make install" issue
Charles Kerr [Wed, 3 Sep 2008 18:07:09 +0000 (18:07 +0000)]
#1249: fix BSD "make install" issue

16 years ago(gtk) #1244: Crashing while scrolling up used port
Charles Kerr [Wed, 3 Sep 2008 17:50:31 +0000 (17:50 +0000)]
(gtk) #1244: Crashing while scrolling up used port

16 years ago(gtk) unclutter the prefs dialog a bit
Charles Kerr [Wed, 3 Sep 2008 16:29:59 +0000 (16:29 +0000)]
(gtk) unclutter the prefs dialog a bit

16 years agoRevert r6688 (this was no bug)
Mukund Sivaraman [Wed, 3 Sep 2008 08:24:42 +0000 (08:24 +0000)]
Revert r6688 (this was no bug)

16 years ago#1252 - Extranious semi-colon
Malcolm Jarvis [Wed, 3 Sep 2008 03:58:18 +0000 (03:58 +0000)]
#1252 - Extranious semi-colon

16 years agoFix use of key
Mukund Sivaraman [Wed, 3 Sep 2008 01:36:59 +0000 (01:36 +0000)]
Fix use of key

16 years agoFix bug in schedule calculation
Mukund Sivaraman [Wed, 3 Sep 2008 01:36:48 +0000 (01:36 +0000)]
Fix bug in schedule calculation

16 years ago(gtk) #989: add a checkbox to auto-update the blocklist once a week
Charles Kerr [Tue, 2 Sep 2008 20:59:00 +0000 (20:59 +0000)]
(gtk) #989: add a checkbox to auto-update the blocklist once a week

16 years ago(gtk) #964: tweak the scheduler's prefs dialog a bit
Charles Kerr [Tue, 2 Sep 2008 18:22:23 +0000 (18:22 +0000)]
(gtk) #964: tweak the scheduler's prefs dialog a bit

16 years agomissed on mainRunLoop
Mitchell Livingston [Mon, 1 Sep 2008 23:41:46 +0000 (23:41 +0000)]
missed on mainRunLoop

16 years agoruns on Tiger again, although blocklist auto-update won't be reliable on Tiger
Mitchell Livingston [Mon, 1 Sep 2008 23:17:30 +0000 (23:17 +0000)]
runs on Tiger again, although blocklist auto-update won't be reliable on Tiger

16 years agoif the blocklist downloader is running, don't allow the schedule to be reset
Mitchell Livingston [Mon, 1 Sep 2008 15:51:47 +0000 (15:51 +0000)]
if the blocklist downloader is running, don't allow the schedule to be reset

16 years agoability to auto-update the blocklist automatically weekly (mac)
Mitchell Livingston [Mon, 1 Sep 2008 15:46:00 +0000 (15:46 +0000)]
ability to auto-update the blocklist automatically weekly (mac)

16 years agoApply changes in scheduled limits when they're updated during the schedule
Mukund Sivaraman [Mon, 1 Sep 2008 10:01:13 +0000 (10:01 +0000)]
Apply changes in scheduled limits when they're updated during the schedule

16 years agoChange info messages on scheduled limits
Mukund Sivaraman [Mon, 1 Sep 2008 08:19:57 +0000 (08:19 +0000)]
Change info messages on scheduled limits

16 years agoCorrect the key name for scheduled upload limits
Mukund Sivaraman [Mon, 1 Sep 2008 08:19:52 +0000 (08:19 +0000)]
Correct the key name for scheduled upload limits

Also, widget sensitivity is handled elsewhere.

16 years agoFix use of new Glib API which fails on older Glib build machines
Mukund Sivaraman [Mon, 1 Sep 2008 04:54:13 +0000 (04:54 +0000)]
Fix use of new Glib API which fails on older Glib build machines

16 years agoAdd simple scheduled bandwidth control for the GTK client (bug #964)
Mukund Sivaraman [Mon, 1 Sep 2008 04:47:02 +0000 (04:47 +0000)]
Add simple scheduled bandwidth control for the GTK client (bug #964)

This is similar to how the Mac OS X version of Transmission
does it.

16 years ago"Last updated: never" if there's no blocklist
Mitchell Livingston [Mon, 1 Sep 2008 04:04:00 +0000 (04:04 +0000)]
"Last updated: never" if there's no blocklist

16 years agoadd a field indicating when the blocklist was last updated
Mitchell Livingston [Mon, 1 Sep 2008 03:26:04 +0000 (03:26 +0000)]
add a field indicating when the blocklist was last updated

16 years agothis should've been part of the last commit
Mitchell Livingston [Sun, 31 Aug 2008 21:14:24 +0000 (21:14 +0000)]
this should've been part of the last commit

16 years agomake sure the blocklist sheet's initial text matches the current download status...
Mitchell Livingston [Sun, 31 Aug 2008 21:10:45 +0000 (21:10 +0000)]
make sure the blocklist sheet's initial text matches the current download status (this will matter later on)

16 years agoadd BlocklistDownloaderViewController.[hm] to the makefile
Mitchell Livingston [Sun, 31 Aug 2008 20:51:36 +0000 (20:51 +0000)]
add BlocklistDownloaderViewController.[hm] to the makefile

16 years agosome more streamlining of the blocklist code
Mitchell Livingston [Sun, 31 Aug 2008 20:48:10 +0000 (20:48 +0000)]
some more streamlining of the blocklist code

16 years agoblocklist xib needs to reference the new blocklist view class
Mitchell Livingston [Sun, 31 Aug 2008 20:29:16 +0000 (20:29 +0000)]
blocklist xib needs to reference the new blocklist view class

16 years agocancel blocklist download when quitting; cleanup
Mitchell Livingston [Sun, 31 Aug 2008 20:26:41 +0000 (20:26 +0000)]
cancel blocklist download when quitting; cleanup

16 years agosome cleanup of the blocklist code, and store the date of the last blocklist update
Mitchell Livingston [Sun, 31 Aug 2008 20:05:46 +0000 (20:05 +0000)]
some cleanup of the blocklist code, and store the date of the last blocklist update

16 years agoinitial separation of blocklist downloader and the corresponding view
Mitchell Livingston [Sun, 31 Aug 2008 19:47:11 +0000 (19:47 +0000)]
initial separation of blocklist downloader and the corresponding view

16 years agoturn on "Build independent targets in parallel"
Mitchell Livingston [Sat, 30 Aug 2008 12:35:16 +0000 (12:35 +0000)]
turn on "Build independent targets in parallel"

16 years agorename "Development" to "Debug"
Mitchell Livingston [Sat, 30 Aug 2008 01:23:52 +0000 (01:23 +0000)]
rename "Development" to "Debug"

16 years agoupdate a whole bunch of project build settings, especially for extra debug info in...
Mitchell Livingston [Sat, 30 Aug 2008 01:23:07 +0000 (01:23 +0000)]
update a whole bunch of project build settings, especially for extra debug info in release and release-debug

16 years agobetter r6662
Charles Kerr [Fri, 29 Aug 2008 20:21:43 +0000 (20:21 +0000)]
better r6662

16 years ago(clutch) #1240: inspector's layout is broken
Charles Kerr [Fri, 29 Aug 2008 17:57:53 +0000 (17:57 +0000)]
(clutch) #1240: inspector's layout is broken

16 years agobetter [6658]
Mitchell Livingston [Fri, 29 Aug 2008 01:13:33 +0000 (01:13 +0000)]
better [6658]

16 years agotrunk: update the list of mac files to include in the tarball
Mitchell Livingston [Fri, 29 Aug 2008 00:39:02 +0000 (00:39 +0000)]
trunk: update the list of mac files to include in the tarball

16 years agoif the quick look window is in the middle of opening and the selection changes, updat...
Mitchell Livingston [Thu, 28 Aug 2008 02:25:57 +0000 (02:25 +0000)]
if the quick look window is in the middle of opening and the selection changes, update the window

16 years agoupdate NEWS
Mitchell Livingston [Thu, 28 Aug 2008 00:47:50 +0000 (00:47 +0000)]
update NEWS