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

16 years ago(clutch) fix variablename typo. this is from a patch in ticket #1172
Charles Kerr [Wed, 27 Aug 2008 19:46:38 +0000 (19:46 +0000)]
(clutch) fix variablename typo.  this is from a patch in ticket #1172

16 years ago(cli) #1226: errors should print to stderr
Charles Kerr [Wed, 27 Aug 2008 19:22:03 +0000 (19:22 +0000)]
(cli) #1226: errors should print to stderr

16 years ago(daemon) #1234: Improve transmission-remote's help info to not confuse a user
Charles Kerr [Wed, 27 Aug 2008 19:19:38 +0000 (19:19 +0000)]
(daemon) #1234: Improve transmission-remote's help info to not confuse a user

16 years agofix a confusing extraneous line in the previous commit
Charles Kerr [Wed, 27 Aug 2008 18:56:36 +0000 (18:56 +0000)]
fix a confusing extraneous line in the previous commit

16 years ago(libT) maybe fix the hangs reported by users in the recent nightlies.
Charles Kerr [Wed, 27 Aug 2008 18:50:21 +0000 (18:50 +0000)]
(libT) maybe fix the hangs reported by users in the recent nightlies.

16 years agoFix coding style of last commit
Mukund Sivaraman [Wed, 27 Aug 2008 15:47:41 +0000 (15:47 +0000)]
Fix coding style of last commit

16 years agoReturn early if no URL is passed
Mukund Sivaraman [Wed, 27 Aug 2008 15:46:50 +0000 (15:46 +0000)]
Return early if no URL is passed

16 years agoenable lazy bitfields
Mitchell Livingston [Tue, 26 Aug 2008 21:44:51 +0000 (21:44 +0000)]
enable lazy bitfields

16 years ago(clutch) #1232: useless slash of inspector's Web UI "Tracker" field
Charles Kerr [Tue, 26 Aug 2008 20:18:50 +0000 (20:18 +0000)]
(clutch) #1232: useless slash of inspector's Web UI "Tracker" field

16 years agoclarify part of the RPC spec
Charles Kerr [Tue, 26 Aug 2008 15:27:00 +0000 (15:27 +0000)]
clarify part of the RPC spec

16 years ago#1217: libt/shttpd: "shttpd crash in decide_what_to_do()"
Charles Kerr [Tue, 26 Aug 2008 15:22:00 +0000 (15:22 +0000)]
#1217: libt/shttpd: "shttpd crash in decide_what_to_do()"

16 years ago(shttpd) replace VERSION with SHTTPD_VERSION.
Charles Kerr [Mon, 25 Aug 2008 20:32:26 +0000 (20:32 +0000)]
(shttpd) replace VERSION with SHTTPD_VERSION.
(shttpd) make shttpd_edit_passwords() a public function for now to fix the build.

16 years agoupgrade to shttpd 1.42
Charles Kerr [Mon, 25 Aug 2008 19:32:06 +0000 (19:32 +0000)]
upgrade to shttpd 1.42

16 years agosave the add window's location (#1221), and adjust the initial placement of most...
Mitchell Livingston [Sat, 23 Aug 2008 00:25:34 +0000 (00:25 +0000)]
save the add window's location (#1221), and adjust the initial placement of most other windows

16 years ago#1210 on Mac, the web ui should now work when Transmission's path contains a space
Mitchell Livingston [Fri, 22 Aug 2008 23:55:33 +0000 (23:55 +0000)]
#1210 on Mac, the web ui should now work when Transmission's path contains a space

16 years ago#1222: web access authentication text
Charles Kerr [Fri, 22 Aug 2008 23:04:16 +0000 (23:04 +0000)]
#1222: web access authentication text

16 years ago#1224 memory leak when updating blocklist: autoreleased with no pool
Mitchell Livingston [Fri, 22 Aug 2008 22:59:20 +0000 (22:59 +0000)]
#1224 memory leak when updating blocklist: autoreleased with no pool

16 years ago(cli) #1223 ratio display in CLI client malformed
Charles Kerr [Fri, 22 Aug 2008 22:54:59 +0000 (22:54 +0000)]
(cli) #1223 ratio display in CLI client malformed

16 years agouncrash the build
Charles Kerr [Fri, 22 Aug 2008 20:53:19 +0000 (20:53 +0000)]
uncrash the build

16 years agocrash deeper inside libtransmission. do not use this build; it crashes on purpose...
Charles Kerr [Fri, 22 Aug 2008 20:06:51 +0000 (20:06 +0000)]
crash deeper inside libtransmission.  do not use this build; it crashes on purpose to test part of the nightly build system

16 years ago(libT) add an environmental variable to enable libcurl verbosity
Charles Kerr [Fri, 22 Aug 2008 19:14:19 +0000 (19:14 +0000)]
(libT) add an environmental variable to enable libcurl verbosity

16 years ago#1214: add RPC support for per-peer status,ul,dl,address info
Charles Kerr [Fri, 22 Aug 2008 17:59:31 +0000 (17:59 +0000)]
#1214: add RPC support for per-peer status,ul,dl,address info

16 years agoforce Transmission to crash when started. don't use this revision; it's for testing...
Charles Kerr [Fri, 22 Aug 2008 17:14:29 +0000 (17:14 +0000)]
force Transmission to crash when started.  don't use this revision; it's for testing the nightly build system.

16 years agoDon't use memmove() for simple assignment
Mukund Sivaraman [Fri, 22 Aug 2008 16:34:16 +0000 (16:34 +0000)]
Don't use memmove() for simple assignment

16 years agoUse stricter type for enums
Mukund Sivaraman [Fri, 22 Aug 2008 16:30:07 +0000 (16:30 +0000)]
Use stricter type for enums

16 years agoDon't move all the rest of peers if current peer is choked
Mukund Sivaraman [Fri, 22 Aug 2008 16:30:02 +0000 (16:30 +0000)]
Don't move all the rest of peers if current peer is choked

Only move the last peer into place.

16 years agoUse stricter type for enums
Mukund Sivaraman [Fri, 22 Aug 2008 16:13:52 +0000 (16:13 +0000)]
Use stricter type for enums

16 years agoRemove unused missingBlockCount
Mukund Sivaraman [Fri, 22 Aug 2008 16:03:49 +0000 (16:03 +0000)]
Remove unused missingBlockCount

16 years ago(libT) remove a little more dead code
Charles Kerr [Fri, 22 Aug 2008 15:33:55 +0000 (15:33 +0000)]
(libT) remove a little more dead code

16 years agoaccording to vraa's profiling, the highest CPU hit other than encryption is in peerPu...
Charles Kerr [Fri, 22 Aug 2008 15:15:02 +0000 (15:15 +0000)]
according to vraa's profiling, the highest CPU hit other than encryption is in peerPulse().  do we really need to call it every 50 msec?  change the peerPulse() interval to 250 msec.

16 years ago(libT) say goodbye to the last `ii' variable in libT
Charles Kerr [Fri, 22 Aug 2008 15:13:01 +0000 (15:13 +0000)]
(libT) say goodbye to the last `ii' variable in libT

16 years ago(libT) more dead code removal: tr_compareUint32(), tr_compareUint64(), tr_strcmp...
Charles Kerr [Fri, 22 Aug 2008 14:52:20 +0000 (14:52 +0000)]
(libT) more dead code removal: tr_compareUint32(), tr_compareUint64(), tr_strcmp(), tr_strcasecmp()

16 years agoSort piece_data_time in descending order.
Mukund Sivaraman [Fri, 22 Aug 2008 02:34:22 +0000 (02:34 +0000)]
Sort piece_data_time in descending order.

Also fix code style in some places.

16 years agoFurther fix/cleanup compare code
Mukund Sivaraman [Fri, 22 Aug 2008 02:15:37 +0000 (02:15 +0000)]
Further fix/cleanup compare code

16 years agoundo part of r6616 to address the assertion failure reported by andersos and Waldorf
Charles Kerr [Fri, 22 Aug 2008 01:27:00 +0000 (01:27 +0000)]
undo part of r6616 to address the assertion failure reported by andersos and Waldorf

16 years agofix #include warning
Charles Kerr [Fri, 22 Aug 2008 01:05:38 +0000 (01:05 +0000)]
fix #include warning

16 years ago* add DISABLE_GETTEXT preprocessor directive to turn off i18n in libtransmission...
Charles Kerr [Thu, 21 Aug 2008 21:04:57 +0000 (21:04 +0000)]
* add DISABLE_GETTEXT preprocessor directive to turn off i18n in libtransmission for embedded devices.
* remove `wchar.h' #include from shttpd that broke the compile on embedded devices.

16 years ago(libT) more dead code removal: tr_compareTime() and tr_compareDouble()
Charles Kerr [Thu, 21 Aug 2008 20:39:57 +0000 (20:39 +0000)]
(libT) more dead code removal: tr_compareTime() and tr_compareDouble()

16 years agomaybe fix m1b's tracker issue
Charles Kerr [Thu, 21 Aug 2008 20:18:34 +0000 (20:18 +0000)]
maybe fix m1b's tracker issue

16 years ago(libT) remove some dead functions: tr_calloc(), tr_compareUint16(), tr_compareUint32()
Charles Kerr [Thu, 21 Aug 2008 19:03:56 +0000 (19:03 +0000)]
(libT) remove some dead functions: tr_calloc(), tr_compareUint16(), tr_compareUint32()

16 years ago(libT) avoid an unnecessary memory alloc
Charles Kerr [Thu, 21 Aug 2008 18:40:40 +0000 (18:40 +0000)]
(libT) avoid an unnecessary memory alloc

16 years agofix metainfo bug from earlier today. (m1b, andersos)
Charles Kerr [Thu, 21 Aug 2008 17:03:44 +0000 (17:03 +0000)]
fix metainfo bug from earlier today.  (m1b, andersos)

16 years agomore metainfo/bencode cleanup
Charles Kerr [Thu, 21 Aug 2008 16:12:17 +0000 (16:12 +0000)]
more metainfo/bencode cleanup

16 years agobencode cleanup: remove unused functions and unnecessary #includes
Charles Kerr [Thu, 21 Aug 2008 14:57:59 +0000 (14:57 +0000)]
bencode cleanup: remove unused functions and unnecessary #includes

16 years agoupdate the trunk version to 1.33+
Mitchell Livingston [Thu, 21 Aug 2008 03:51:14 +0000 (03:51 +0000)]
update the trunk version to 1.33+

16 years agoupdate the appcast and NEWS
Mitchell Livingston [Thu, 21 Aug 2008 03:47:59 +0000 (03:47 +0000)]
update the appcast and NEWS

16 years agotrunk: update NEWS
Mitchell Livingston [Wed, 20 Aug 2008 21:53:52 +0000 (21:53 +0000)]
trunk: update NEWS

16 years agomore metainfo cleanup
Charles Kerr [Wed, 20 Aug 2008 21:01:17 +0000 (21:01 +0000)]
more metainfo cleanup

16 years agoget rid of strlcat_utf8()
Charles Kerr [Wed, 20 Aug 2008 19:21:57 +0000 (19:21 +0000)]
get rid of strlcat_utf8()

16 years agoallocate torrent/resume filenames on the heap instead of the stack
Charles Kerr [Wed, 20 Aug 2008 19:00:52 +0000 (19:00 +0000)]
allocate torrent/resume filenames on the heap instead of the stack

16 years agomake tr_bencDictFindType() private.
Charles Kerr [Wed, 20 Aug 2008 18:42:45 +0000 (18:42 +0000)]
make tr_bencDictFindType() private.

16 years agoUse signed integers for storing the random values
Mukund Sivaraman [Wed, 20 Aug 2008 16:19:47 +0000 (16:19 +0000)]
Use signed integers for storing the random values