]> granicus.if.org Git - transmission/log
transmission
16 years agotrunk: dirty fix to ensure the right svn number is grabbed
Mitchell Livingston [Sun, 30 Nov 2008 17:46:19 +0000 (17:46 +0000)]
trunk: dirty fix to ensure the right svn number is grabbed

16 years ago(libT) #1537: uTorrent Mac Beta Peer ID
Charles Kerr [Sun, 30 Nov 2008 17:10:43 +0000 (17:10 +0000)]
(libT) #1537: uTorrent Mac Beta Peer ID

16 years ago(daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly
Charles Kerr [Sun, 30 Nov 2008 17:03:45 +0000 (17:03 +0000)]
(daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly

16 years agoenable keywords properties for $Id$
Charles Kerr [Sun, 30 Nov 2008 06:10:42 +0000 (06:10 +0000)]
enable keywords properties for $Id$

16 years ago#1379 lay some very early groundwork for "partial seeds" -- change tr_completion...
Charles Kerr [Sun, 30 Nov 2008 01:52:45 +0000 (01:52 +0000)]
#1379 lay some very early groundwork for "partial seeds" -- change tr_completion's enum to use the partial seed terminology

16 years ago(mac) jhujhiti patch to set a few warnings in the xcode projectfile
Charles Kerr [Sun, 30 Nov 2008 01:50:56 +0000 (01:50 +0000)]
(mac) jhujhiti patch to set a few warnings in the xcode projectfile

16 years ago(libT) add the #include guards to "private" third party header files.
Charles Kerr [Sun, 30 Nov 2008 01:43:18 +0000 (01:43 +0000)]
(libT) add the #include guards to "private" third party header files.

16 years agoannotate the ut_pex message to (1) take partial seeds into account, and (2) tell...
Charles Kerr [Sun, 30 Nov 2008 01:15:43 +0000 (01:15 +0000)]
annotate the ut_pex message to (1) take partial seeds into account, and (2) tell not to send periodic pex messages when there are no added or dropped peers.

16 years ago(libT) patch from jhujhiti to add ipv6 support.
Charles Kerr [Sun, 30 Nov 2008 00:47:18 +0000 (00:47 +0000)]
(libT) patch from jhujhiti to add ipv6 support.

16 years ago#1533 Remember selected preferences view across sessions
Mitchell Livingston [Sat, 29 Nov 2008 22:50:04 +0000 (22:50 +0000)]
#1533 Remember selected preferences view across sessions

16 years agomake groups tab a bit taller; when adding a group focus on the name field
Mitchell Livingston [Sat, 29 Nov 2008 22:14:40 +0000 (22:14 +0000)]
make groups tab a bit taller; when adding a group focus on the name field

16 years agoforce a single row to always be selected in the group list
Mitchell Livingston [Sat, 29 Nov 2008 21:58:09 +0000 (21:58 +0000)]
force a single row to always be selected in the group list

16 years agohide the color panel when adding/removing groups
Mitchell Livingston [Sat, 29 Nov 2008 21:46:34 +0000 (21:46 +0000)]
hide the color panel when adding/removing groups

16 years ago(libT) silence the net.c warnings I introduced yesterday :/
Charles Kerr [Sat, 29 Nov 2008 21:34:06 +0000 (21:34 +0000)]
(libT) silence the net.c warnings I introduced yesterday :/

16 years agofix a whoops with group row removal; when removing a row, select the row below it
Mitchell Livingston [Sat, 29 Nov 2008 21:29:06 +0000 (21:29 +0000)]
fix a whoops with group row removal; when removing a row, select the row below it

16 years agoremove unused GroupsWindow.xib; don't allow group rows to be renamed from the group...
Mitchell Livingston [Sat, 29 Nov 2008 21:03:47 +0000 (21:03 +0000)]
remove unused GroupsWindow.xib; don't allow group rows to be renamed from the group list

16 years agoremove an unused "Show Groups" menu item
Mitchell Livingston [Sat, 29 Nov 2008 20:41:31 +0000 (20:41 +0000)]
remove an unused "Show Groups" menu item

16 years ago(libT) #1532: patch from jhujhiti to remove (unused) fast extensions
Charles Kerr [Sat, 29 Nov 2008 20:37:34 +0000 (20:37 +0000)]
(libT) #1532: patch from jhujhiti to remove (unused) fast extensions

16 years agoremove references and dead code to the group window being its own window; other rearr...
Mitchell Livingston [Sat, 29 Nov 2008 20:29:54 +0000 (20:29 +0000)]
remove references and dead code to the group window being its own window; other rearrangements of code

16 years ago#1529 patch from ciaran to move the groups window into the preferences window
Mitchell Livingston [Sat, 29 Nov 2008 20:03:18 +0000 (20:03 +0000)]
#1529 patch from ciaran to move the groups window into the preferences window

16 years agosync trunk's news with the 1.4x branch
Charles Kerr [Sat, 29 Nov 2008 19:59:28 +0000 (19:59 +0000)]
sync trunk's news with the 1.4x branch

16 years ago(libT) re-enable lazy bitfields
Charles Kerr [Sat, 29 Nov 2008 19:16:31 +0000 (19:16 +0000)]
(libT) re-enable lazy bitfields

16 years agoAdding my email beside my name.
Malcolm Jarvis [Sat, 29 Nov 2008 07:24:44 +0000 (07:24 +0000)]
Adding my email beside my name.

16 years agouse tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008...
Charles Kerr [Fri, 28 Nov 2008 22:11:41 +0000 (22:11 +0000)]
use tr_bool instead of C bitfields.  (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx)

16 years ago(libT) fix potential underflow in bandwidth allocation code
Charles Kerr [Fri, 28 Nov 2008 21:35:01 +0000 (21:35 +0000)]
(libT) fix potential underflow in bandwidth allocation code

16 years ago(libT) make peer-io's output buffer size more flexible based on the peer's speed
Charles Kerr [Fri, 28 Nov 2008 16:00:29 +0000 (16:00 +0000)]
(libT) make peer-io's output buffer size more flexible based on the peer's speed

16 years ago(libT) disable the so_sndbuf / so_rcvbuf code for now
Charles Kerr [Fri, 28 Nov 2008 07:42:08 +0000 (07:42 +0000)]
(libT) disable the so_sndbuf / so_rcvbuf code for now

16 years ago(libT) #1527: don't send pex messages if we don't have any new information to send
Charles Kerr [Fri, 28 Nov 2008 05:48:17 +0000 (05:48 +0000)]
(libT) #1527: don't send pex messages if we don't have any new information to send

16 years ago(libT) tweak the speed allocation a little more.
Charles Kerr [Thu, 27 Nov 2008 18:56:58 +0000 (18:56 +0000)]
(libT) tweak the speed allocation a little more.

16 years ago(libT) #1491: json floats decimal separator depends on language settings
Charles Kerr [Thu, 27 Nov 2008 18:35:26 +0000 (18:35 +0000)]
(libT) #1491: json floats decimal separator depends on language settings

16 years ago(daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly
Charles Kerr [Thu, 27 Nov 2008 17:28:18 +0000 (17:28 +0000)]
(daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly

16 years ago(libT) fix typo that prevented bandwidth.h from being included in the tarball
Charles Kerr [Thu, 27 Nov 2008 10:23:54 +0000 (10:23 +0000)]
(libT) fix typo that prevented bandwidth.h from being included in the tarball

16 years ago(libT) fix a compiler warning.
Charles Kerr [Wed, 26 Nov 2008 18:54:35 +0000 (18:54 +0000)]
(libT) fix a compiler warning.

16 years ago(libT) make the the speed measurements a little more accurate
Charles Kerr [Wed, 26 Nov 2008 18:00:37 +0000 (18:00 +0000)]
(libT) make the the speed measurements a little more accurate

16 years ago(libT) slightly more accurate reporting of piece data vs. raw data
Charles Kerr [Wed, 26 Nov 2008 15:58:26 +0000 (15:58 +0000)]
(libT) slightly more accurate reporting of piece data vs. raw data

16 years ago(libT) remove debugging statement that got checked in by accident
Charles Kerr [Wed, 26 Nov 2008 05:58:10 +0000 (05:58 +0000)]
(libT) remove debugging statement that got checked in by accident

16 years ago(libT) performance tweaks
Charles Kerr [Wed, 26 Nov 2008 02:57:32 +0000 (02:57 +0000)]
(libT) performance tweaks

16 years ago(libT) fix cut and paste bug. I think this is the crash everyone in #transmission...
Charles Kerr [Wed, 26 Nov 2008 02:56:04 +0000 (02:56 +0000)]
(libT) fix cut and paste bug.  I think this is the crash everyone in #transmission is chiming in about.

16 years agomac builds again
Mitchell Livingston [Tue, 25 Nov 2008 22:21:14 +0000 (22:21 +0000)]
mac builds again

16 years ago(libT) yet another stab at getting bandwidth management under control. this version...
Charles Kerr [Tue, 25 Nov 2008 21:35:17 +0000 (21:35 +0000)]
(libT) yet another stab at getting bandwidth management under control.  this version may suck less than previous attempts.  It also breaks the mac build until someone adds iobuf.[ch] to xcode...

16 years ago#1029 show a warning dialog when removing a transfer's data if its directory contains...
Mitchell Livingston [Tue, 25 Nov 2008 03:04:17 +0000 (03:04 +0000)]
#1029 show a warning dialog when removing a transfer's data if its directory contains extra files

16 years ago(libT) I wonder if this will have any affect on the bug reported by Wizardling.
Charles Kerr [Mon, 24 Nov 2008 21:59:00 +0000 (21:59 +0000)]
(libT) I wonder if this will have any affect on the bug reported by Wizardling.

16 years ago(libT) add #ifdefs to ensure that client apps don't #include private libtransmission...
Charles Kerr [Mon, 24 Nov 2008 20:17:36 +0000 (20:17 +0000)]
(libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers.

16 years ago#1505 rearrange context menu's "Reveal Data File In Finder"
Mitchell Livingston [Mon, 24 Nov 2008 06:05:24 +0000 (06:05 +0000)]
#1505 rearrange context menu's "Reveal Data File In Finder"

16 years agoupdate project to include bandwidth.[ch]
Mitchell Livingston [Mon, 24 Nov 2008 05:53:48 +0000 (05:53 +0000)]
update project to include bandwidth.[ch]

16 years agooops, turn off a debugging message
Charles Kerr [Mon, 24 Nov 2008 04:35:34 +0000 (04:35 +0000)]
oops, turn off a debugging message

16 years ago(libT) #1468: another stab at getting the peer transfer speeds both fast and a little...
Charles Kerr [Mon, 24 Nov 2008 04:21:23 +0000 (04:21 +0000)]
(libT) #1468: another stab at getting the peer transfer speeds both fast and a little more consistent.

16 years ago(daemon) #1503: tr-remote debug prints wrong rpc post & response data
Charles Kerr [Sun, 23 Nov 2008 20:38:08 +0000 (20:38 +0000)]
(daemon) #1503: tr-remote debug prints wrong rpc post & response data

16 years ago(gtk) #1504: when the details dialog's peers list is sorted, some rows are duplicated
Charles Kerr [Sun, 23 Nov 2008 17:10:40 +0000 (17:10 +0000)]
(gtk) #1504: when the details dialog's peers list is sorted, some rows are duplicated

16 years ago(libT) revert r7099 based on forum feedback @ <http://forum.transmissionbt.com/viewto...
Charles Kerr [Sun, 23 Nov 2008 17:05:44 +0000 (17:05 +0000)]
(libT) revert r7099 based on forum feedback @ <http://forum.transmissionbt.com/viewtopic.php?f=4&t=6485>

16 years ago(libT) #1468: speed display is very jumpy
Charles Kerr [Sun, 23 Nov 2008 16:31:28 +0000 (16:31 +0000)]
(libT) #1468: speed display is very jumpy

16 years agominor code cleanup
Charles Kerr [Sun, 23 Nov 2008 16:30:09 +0000 (16:30 +0000)]
minor code cleanup

16 years ago(daemon) #1503: tr-remote debug prints wrong rpc post data
Charles Kerr [Sun, 23 Nov 2008 15:38:44 +0000 (15:38 +0000)]
(daemon) #1503: tr-remote debug prints wrong rpc post data

16 years ago(libT) silence a compiler warning
Charles Kerr [Fri, 21 Nov 2008 16:53:58 +0000 (16:53 +0000)]
(libT) silence a compiler warning

16 years ago(libT) define peer connections' sockets' so_sndbuf size in the tr_session struct.
Charles Kerr [Fri, 21 Nov 2008 16:32:55 +0000 (16:32 +0000)]
(libT) define peer connections' sockets' so_sndbuf size in the tr_session struct.

16 years ago(libT) #1488: peer port missing in json rpc interface
Charles Kerr [Thu, 20 Nov 2008 20:39:19 +0000 (20:39 +0000)]
(libT) #1488: peer port missing in json rpc interface

16 years ago(libT) #1486: Large file support broken on Windows
Charles Kerr [Thu, 20 Nov 2008 17:19:59 +0000 (17:19 +0000)]
(libT) #1486: Large file support broken on Windows

16 years ago(libT) another possible fix for #1468: Speed display is very jumpy
Charles Kerr [Thu, 20 Nov 2008 03:07:26 +0000 (03:07 +0000)]
(libT) another possible fix for #1468: Speed display is very jumpy

16 years ago(libT) #1482: fix another win32-related preallocate bug. Thanks to Spry and Lubomir...
Charles Kerr [Wed, 19 Nov 2008 17:48:24 +0000 (17:48 +0000)]
(libT) #1482: fix another win32-related preallocate bug.  Thanks to Spry and Lubomir for fixing my bugs. ;)

16 years ago(libT) #1480: RPC Server Deflated response
Charles Kerr [Wed, 19 Nov 2008 16:12:00 +0000 (16:12 +0000)]
(libT) #1480: RPC Server Deflated response

16 years ago(libt) #1482: libtransmission/fdlimit.c preallocateFile uses undeclared desiredFileS...
Charles Kerr [Wed, 19 Nov 2008 16:06:31 +0000 (16:06 +0000)]
(libt) #1482:  libtransmission/fdlimit.c preallocateFile uses undeclared desiredFileSize on WIN32

16 years ago#1476: crash on exit when stats window is open
Charles Kerr [Mon, 17 Nov 2008 05:05:11 +0000 (05:05 +0000)]
#1476: crash on exit when stats window is open

16 years ago(libT) better possible fix for #1468: Speed display is very jumpy
Charles Kerr [Mon, 17 Nov 2008 04:00:57 +0000 (04:00 +0000)]
(libT) better possible fix for #1468: Speed display is very jumpy

16 years agotrivial torrent table change
Mitchell Livingston [Mon, 17 Nov 2008 03:20:15 +0000 (03:20 +0000)]
trivial torrent table change

16 years ago(gtk) I hate, hate, hate having the speed display at the bottom.
Charles Kerr [Mon, 17 Nov 2008 01:22:48 +0000 (01:22 +0000)]
(gtk) I hate, hate, hate having the speed display at the bottom.

16 years agoincrease the socket's SNDBUF size
Charles Kerr [Sun, 16 Nov 2008 21:16:14 +0000 (21:16 +0000)]
increase the socket's SNDBUF size

16 years agorevert 7120; it was not a fix
Charles Kerr [Sun, 16 Nov 2008 21:15:37 +0000 (21:15 +0000)]
revert 7120; it was not a fix

16 years ago(libT) possible fix for #1468: Speed display is very jumpy
Charles Kerr [Sun, 16 Nov 2008 17:47:42 +0000 (17:47 +0000)]
(libT) possible fix for #1468: Speed display is very jumpy

16 years ago(libT) #1474: lazy bitfields don't work quite right in 1.40
Charles Kerr [Sun, 16 Nov 2008 08:56:18 +0000 (08:56 +0000)]
(libT) #1474: lazy bitfields don't work quite right in 1.40

16 years ago(gtk) #996: the Gnome HIG requires the statusbar to be at the bottom of the main...
Charles Kerr [Sun, 16 Nov 2008 07:26:35 +0000 (07:26 +0000)]
(gtk) #996: the Gnome HIG requires the statusbar to be at the bottom of the main window.

16 years ago(gtk) #1472: More detailed warning on removing active torrents
Charles Kerr [Sun, 16 Nov 2008 07:11:34 +0000 (07:11 +0000)]
(gtk) #1472: More detailed warning on removing active torrents

16 years ago(libT) get file preallocation working on Windows by copying how fsutil does it. ...
Charles Kerr [Sat, 15 Nov 2008 19:59:18 +0000 (19:59 +0000)]
(libT) get file preallocation working on Windows by copying how fsutil does it. (source: http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/4dabec8e-2909-40b3-b398-66bd4c587b9b/)

16 years agotrivial cleanups
Mitchell Livingston [Sat, 15 Nov 2008 19:47:57 +0000 (19:47 +0000)]
trivial cleanups

16 years ago#1406: need tr_getDefaultDownloadDir() for consistency between apps
Charles Kerr [Sat, 15 Nov 2008 17:39:54 +0000 (17:39 +0000)]
#1406: need tr_getDefaultDownloadDir() for consistency between apps

16 years ago(gtk) #1469: use "close" animation when sending to the notification area
Charles Kerr [Sat, 15 Nov 2008 04:38:31 +0000 (04:38 +0000)]
(gtk) #1469: use "close" animation when sending to the notification area

16 years agomake sure sparkle_dsa_pub.pem is copied to the tarball
Mitchell Livingston [Sat, 15 Nov 2008 02:08:10 +0000 (02:08 +0000)]
make sure sparkle_dsa_pub.pem is copied to the tarball

16 years ago(libT) fix r7109 oops spotted by BentMyWookie
Charles Kerr [Sat, 15 Nov 2008 01:07:08 +0000 (01:07 +0000)]
(libT) fix r7109 oops spotted by BentMyWookie

16 years ago(libT) some people have complained that Transmission doesn't upload enough until...
Charles Kerr [Sat, 15 Nov 2008 00:46:51 +0000 (00:46 +0000)]
(libT) some people have complained that Transmission doesn't upload enough until after downloading is complete.  This commit ought to fix that.

16 years ago(daemon) in the help and man page, add the word "global" to the global speed limit...
Charles Kerr [Thu, 13 Nov 2008 16:18:48 +0000 (16:18 +0000)]
(daemon) in the help and man page, add the word "global" to the global speed limit options, to clarify that they're not per-torrent

16 years agoif a user doesn't specify --enable-wx or --disable-wx, then assumne --disable-wx
Charles Kerr [Thu, 13 Nov 2008 04:20:18 +0000 (04:20 +0000)]
if a user doesn't specify --enable-wx or --disable-wx, then assumne --disable-wx

16 years ago(gtk) #1453: follow Gnome HIG; the "details" dialog should be a "properties" dialog
Charles Kerr [Thu, 13 Nov 2008 04:10:04 +0000 (04:10 +0000)]
(gtk) #1453: follow Gnome HIG; the "details" dialog should be a "properties" dialog

16 years agoundo r7104, based on negative feedback from Lacrocivous
Charles Kerr [Thu, 13 Nov 2008 03:58:54 +0000 (03:58 +0000)]
undo r7104, based on negative feedback from Lacrocivous

16 years agofollow glib-gettextize's suggestion of adding these to the m4 directory
Charles Kerr [Wed, 12 Nov 2008 06:12:21 +0000 (06:12 +0000)]
follow glib-gettextize's suggestion of adding these to the m4 directory

16 years ago(libT) #1447: Tracker request failed. Got HTTP Status Code: 0 (No Response)
Charles Kerr [Wed, 12 Nov 2008 04:27:02 +0000 (04:27 +0000)]
(libT) #1447: Tracker request failed. Got HTTP Status Code: 0 (No Response)

16 years ago(libT) #1450: warnings from build
Charles Kerr [Wed, 12 Nov 2008 04:25:38 +0000 (04:25 +0000)]
(libT) #1450: warnings from build

16 years ago(libT) don't use getrlimit() / setrlimit() anymore. this doesn't do much good and...
Charles Kerr [Wed, 12 Nov 2008 04:05:27 +0000 (04:05 +0000)]
(libT) don't use getrlimit() / setrlimit() anymore.  this doesn't do much good and could possibly do harm wrt fighting with libcurl for available sockets.

16 years ago(libT) better testing for fallocate() on linux
Charles Kerr [Wed, 12 Nov 2008 03:59:30 +0000 (03:59 +0000)]
(libT) better testing for fallocate() on linux

16 years agodon't invoke wx-config if the user specified --disable-wx
Charles Kerr [Wed, 12 Nov 2008 03:49:03 +0000 (03:49 +0000)]
don't invoke wx-config if the user specified --disable-wx

16 years agotrunk is now 1.40+
Mitchell Livingston [Mon, 10 Nov 2008 01:34:00 +0000 (01:34 +0000)]
trunk is now 1.40+

16 years agoappcast updated for 1.40
Mitchell Livingston [Sun, 9 Nov 2008 21:53:56 +0000 (21:53 +0000)]
appcast updated for 1.40

16 years agobump version to 1.40 in configure.ac
Charles Kerr [Sun, 9 Nov 2008 21:47:03 +0000 (21:47 +0000)]
bump version to 1.40 in configure.ac

16 years agoget ready for 1.40
Mitchell Livingston [Sun, 9 Nov 2008 21:40:12 +0000 (21:40 +0000)]
get ready for 1.40

16 years ago"sheets" in the web ui should appear from behind the "toolbar"
Mitchell Livingston [Sun, 9 Nov 2008 21:32:45 +0000 (21:32 +0000)]
"sheets" in the web ui should appear from behind the "toolbar"

16 years ago#1443: check for zlib fails when providing a specific path
Charles Kerr [Sun, 9 Nov 2008 15:43:31 +0000 (15:43 +0000)]
#1443: check for zlib fails when providing a specific path

16 years ago(gtk) #1445: Peer list seize the mouse cursor when trying to change column width
Charles Kerr [Sun, 9 Nov 2008 15:29:43 +0000 (15:29 +0000)]
(gtk) #1445: Peer list seize the mouse cursor when trying to change column width

16 years ago(gtk) sync up with launchpad's translations
Charles Kerr [Sun, 9 Nov 2008 15:19:45 +0000 (15:19 +0000)]
(gtk) sync up with launchpad's translations

16 years agoset a better, better default download location for the web ui 1.40
Mitchell Livingston [Sun, 9 Nov 2008 14:25:52 +0000 (14:25 +0000)]
set a better, better default download location for the web ui

16 years agoset a better default download location for the web ui
Mitchell Livingston [Sun, 9 Nov 2008 14:17:44 +0000 (14:17 +0000)]
set a better default download location for the web ui

16 years agofix a crasher by setting the default download directory
Mitchell Livingston [Sun, 9 Nov 2008 14:14:33 +0000 (14:14 +0000)]
fix a crasher by setting the default download directory

16 years agomore type conversions and remove pointless method call
Mitchell Livingston [Sun, 9 Nov 2008 12:33:09 +0000 (12:33 +0000)]
more type conversions and remove pointless method call