]> granicus.if.org Git - transmission/log
transmission
15 years ago(trunk libT) #2531: when the user moves a torrent from one location to another, we...
Charles Kerr [Tue, 27 Oct 2009 23:00:34 +0000 (23:00 +0000)]
(trunk libT) #2531: when the user moves a torrent from one location to another, we don't need to reverify if the files are just rename()d

15 years ago(trunk daemon) #2155: transmission-remote should allow per-torrent speeds
Charles Kerr [Tue, 27 Oct 2009 21:30:00 +0000 (21:30 +0000)]
(trunk daemon) #2155: transmission-remote should allow per-torrent speeds

15 years ago(trunk libT) #2518: overzealously alarmist re unresponsive trackers
Charles Kerr [Tue, 27 Oct 2009 21:03:13 +0000 (21:03 +0000)]
(trunk libT) #2518: overzealously alarmist re unresponsive trackers

15 years ago(trunk libT) fix #2534: if port forwarding is disabled, tr_sessionClose() closes...
Charles Kerr [Tue, 27 Oct 2009 20:29:02 +0000 (20:29 +0000)]
(trunk libT) fix #2534: if port forwarding is disabled, tr_sessionClose() closes a random file descriptor

15 years ago(trunk libT) add a wrapper function, tr_netCloseSocket(), around EVUTIL_CLOSESOCKET...
Charles Kerr [Tue, 27 Oct 2009 20:27:27 +0000 (20:27 +0000)]
(trunk libT) add a wrapper function, tr_netCloseSocket(), around EVUTIL_CLOSESOCKET() so that not all of our code has to #include evutil

15 years ago(trunk libT) use part of hexum's patch from <http://forum.transmissionbt.com/viewtopi...
Charles Kerr [Tue, 27 Oct 2009 20:06:55 +0000 (20:06 +0000)]
(trunk libT) use part of hexum's patch from <http://forum.transmissionbt.com/viewtopic.php?p=41572#p41572>.  The part added sorts peers by their overall speed when deciding which ones to disconnect from first, and which to request from first.

15 years ago(trunk daemon) #2119: add 'break' to the SIGHUP switch
Charles Kerr [Tue, 27 Oct 2009 16:46:06 +0000 (16:46 +0000)]
(trunk daemon) #2119: add 'break' to the SIGHUP switch

15 years ago(trunk libT) There seems to be a lot of talk about T hosing routers, preventing other...
Charles Kerr [Tue, 27 Oct 2009 16:08:38 +0000 (16:08 +0000)]
(trunk libT) There seems to be a lot of talk about T hosing routers, preventing other network traffic, etc.  As an experiment let's try reducing the number of new connections we allow per second and see if/how that affects performance.

15 years agobump the ratio buffer size to 12, to be on the safe side
Mitchell Livingston [Tue, 27 Oct 2009 04:35:34 +0000 (04:35 +0000)]
bump the ratio buffer size to 12, to be on the safe side

15 years agoallocate much less memory for the ratio text
Mitchell Livingston [Mon, 26 Oct 2009 23:57:09 +0000 (23:57 +0000)]
allocate much less memory for the ratio text

15 years agopotential fix to #2519
Mitchell Livingston [Mon, 26 Oct 2009 23:43:15 +0000 (23:43 +0000)]
potential fix to #2519

15 years agofix a crash when trying to delete data that doesn't exist
Mitchell Livingston [Mon, 26 Oct 2009 02:33:23 +0000 (02:33 +0000)]
fix a crash when trying to delete data that doesn't exist

15 years agoonly set the inspector reveal button image on 10.5
Mitchell Livingston [Mon, 26 Oct 2009 02:02:25 +0000 (02:02 +0000)]
only set the inspector reveal button image on 10.5

15 years agowe should use the size of the array that we're actually using
Mitchell Livingston [Sun, 25 Oct 2009 21:31:01 +0000 (21:31 +0000)]
we should use the size of the array that we're actually using

15 years agodelay part of generating the message log text until after choosing a location
Mitchell Livingston [Sun, 25 Oct 2009 21:30:19 +0000 (21:30 +0000)]
delay part of generating the message log text until after choosing a location

15 years agoget rid of 2 more warnings
Mitchell Livingston [Sun, 25 Oct 2009 19:29:30 +0000 (19:29 +0000)]
get rid of 2 more warnings

15 years agoupdate strings file
Mitchell Livingston [Sun, 25 Oct 2009 19:00:09 +0000 (19:00 +0000)]
update strings file

15 years agoon second thought, the other UI's might want this value sooner or later, and it's...
Mitchell Livingston [Sun, 25 Oct 2009 18:49:20 +0000 (18:49 +0000)]
on second thought, the other UI's might want this value sooner or later, and it's cheaper to calculate it in the stat function

15 years agosince the Mac UI is the only one to use it, move percentRatio calculation into the...
Mitchell Livingston [Sun, 25 Oct 2009 18:45:35 +0000 (18:45 +0000)]
since the Mac UI is the only one to use it, move percentRatio calculation into the Mac code

15 years agoone less warning
Mitchell Livingston [Sun, 25 Oct 2009 16:31:28 +0000 (16:31 +0000)]
one less warning

15 years agorestore the check for remaining disk space
Mitchell Livingston [Sun, 25 Oct 2009 13:42:22 +0000 (13:42 +0000)]
restore the check for remaining disk space

15 years agosince Transmission will now create missing directories, don't have the check/pop...
Mitchell Livingston [Sun, 25 Oct 2009 13:20:52 +0000 (13:20 +0000)]
since Transmission will now create missing directories, don't have the check/pop-up for missing location when starting

15 years agodisplay an error when moving data fails
Mitchell Livingston [Sun, 25 Oct 2009 03:08:13 +0000 (03:08 +0000)]
display an error when moving data fails

15 years agorestore the check of moving a folder into itself
Mitchell Livingston [Sun, 25 Oct 2009 03:05:25 +0000 (03:05 +0000)]
restore the check of moving a folder into itself

15 years agosmooth out the upload eta the same way as the download eta
Mitchell Livingston [Sun, 25 Oct 2009 02:42:57 +0000 (02:42 +0000)]
smooth out the upload eta the same way as the download eta

15 years agowhen calculating the "smoothed" eta, 1. only factor in previous speeds when those...
Mitchell Livingston [Sun, 25 Oct 2009 02:36:03 +0000 (02:36 +0000)]
when calculating the "smoothed" eta, 1. only factor in previous speeds when those speeds were recent (ie. if we just resumed from pause, discard the previous speed) and 2. factor in if the speed was 0 as well

15 years ago(trunk) update to 1.76+
Mitchell Livingston [Sun, 25 Oct 2009 01:45:38 +0000 (01:45 +0000)]
(trunk) update to 1.76+

15 years agostore the donate ask date right away, instead of after the user clicks yes/no
Mitchell Livingston [Sat, 24 Oct 2009 20:44:48 +0000 (20:44 +0000)]
store the donate ask date right away, instead of after the user clicks yes/no

15 years ago(trunk) add SIGKILL handling to daemon, gtk clients. This is revision of r9387 for...
Charles Kerr [Sat, 24 Oct 2009 16:18:40 +0000 (16:18 +0000)]
(trunk) add SIGKILL handling to daemon, gtk clients.  This is revision of r9387 for #2119

15 years ago(trunk) fix r9380 #2412 timing issue
Charles Kerr [Fri, 23 Oct 2009 05:48:56 +0000 (05:48 +0000)]
(trunk) fix r9380 #2412 timing issue

15 years ago(trunk) #2527: daemon should log messages to syslog
Charles Kerr [Fri, 23 Oct 2009 05:00:16 +0000 (05:00 +0000)]
(trunk) #2527: daemon should log messages to syslog

15 years ago(trunk) trunk's just been too stable lately. #2119: reload settings.json on SIGHUP
Charles Kerr [Fri, 23 Oct 2009 03:41:36 +0000 (03:41 +0000)]
(trunk) trunk's just been too stable lately.  #2119: reload settings.json on SIGHUP

15 years ago(trunk) update NEWS
Mitchell Livingston [Thu, 22 Oct 2009 21:51:35 +0000 (21:51 +0000)]
(trunk) update NEWS

15 years ago(trunk libT) undo today's earlier commit r9381 for #2508 -- looks like I introduced...
Charles Kerr [Thu, 22 Oct 2009 19:08:45 +0000 (19:08 +0000)]
(trunk libT) undo today's earlier commit r9381 for #2508 -- looks like I introduced a bug into the patch.

15 years ago(trunk libT) revert r9345, because all our .torrent and .resume files' hex letters...
Charles Kerr [Thu, 22 Oct 2009 18:48:26 +0000 (18:48 +0000)]
(trunk libT) revert r9345, because all our .torrent and .resume files' hex letters are in lowercase

15 years ago(trunk libT) #2508: atom->port never updated
Charles Kerr [Thu, 22 Oct 2009 15:05:56 +0000 (15:05 +0000)]
(trunk libT) #2508: atom->port never updated

15 years ago(trunk libT) #2412: tracker query should use bind address
Charles Kerr [Thu, 22 Oct 2009 05:15:34 +0000 (05:15 +0000)]
(trunk libT) #2412: tracker query should use bind address

15 years ago(trunk) update NEWS
Mitchell Livingston [Thu, 22 Oct 2009 03:37:44 +0000 (03:37 +0000)]
(trunk) update NEWS

15 years ago(1.7x) #2439 changing sort order to queue will automatically re-sort
Mitchell Livingston [Thu, 22 Oct 2009 03:24:58 +0000 (03:24 +0000)]
(1.7x) #2439 changing sort order to queue will automatically re-sort

15 years agoIn NEWS, add a link to http://trac.transmissionbt.com/query?milestone=1.76&group...
Charles Kerr [Thu, 22 Oct 2009 03:08:27 +0000 (03:08 +0000)]
In NEWS, add a link to http://trac.transmissionbt.com/query?milestone=1.76&group=component&groupdesc=1&order=severity

15 years ago(trunk) sync NEWS with the 1.7x branch
Charles Kerr [Thu, 22 Oct 2009 03:04:01 +0000 (03:04 +0000)]
(trunk) sync NEWS with the 1.7x branch

15 years ago(trunk libT) #2518: r9334 overzealously alarmist wrt unresponsive trackers
Charles Kerr [Thu, 22 Oct 2009 01:28:39 +0000 (01:28 +0000)]
(trunk libT) #2518: r9334 overzealously alarmist wrt unresponsive trackers

15 years ago(trunk libT) #2510: port messages not sent for outgoing peer connections
Charles Kerr [Thu, 22 Oct 2009 01:03:17 +0000 (01:03 +0000)]
(trunk libT) #2510: port messages not sent for outgoing peer connections

15 years agofix Quick Look from the file inspector
Mitchell Livingston [Thu, 22 Oct 2009 00:10:41 +0000 (00:10 +0000)]
fix Quick Look from the file inspector

15 years ago#2524 torrent peer limit not saved right away
Mitchell Livingston [Wed, 21 Oct 2009 23:32:02 +0000 (23:32 +0000)]
#2524 torrent peer limit not saved right away

15 years agomore efficient time machine location check
Mitchell Livingston [Wed, 21 Oct 2009 23:13:02 +0000 (23:13 +0000)]
more efficient time machine location check

15 years agoblock while moving a file (for now)
Mitchell Livingston [Wed, 21 Oct 2009 22:23:08 +0000 (22:23 +0000)]
block while moving a file (for now)

15 years agoupdate the time machine exclude list when the file is moved through rpc
Mitchell Livingston [Wed, 21 Oct 2009 22:20:43 +0000 (22:20 +0000)]
update the time machine exclude list when the file is moved through rpc

15 years agodon't try to reveal files that don't exist
Mitchell Livingston [Wed, 21 Oct 2009 22:15:36 +0000 (22:15 +0000)]
don't try to reveal files that don't exist

15 years agolibT doesn't need to create the Incomplete directory until it's needed
Charles Kerr [Wed, 21 Oct 2009 19:33:37 +0000 (19:33 +0000)]
libT doesn't need to create the Incomplete directory until it's needed

15 years ago(trunk libT) show sha1's hex letters in uppercase, as suggested by waldorf
Charles Kerr [Wed, 21 Oct 2009 16:24:58 +0000 (16:24 +0000)]
(trunk libT) show sha1's hex letters in uppercase, as suggested by waldorf

15 years ago(trunk libT) add callback notification when a torrent has been moved via RPC
Charles Kerr [Wed, 21 Oct 2009 14:02:02 +0000 (14:02 +0000)]
(trunk libT) add callback notification when a torrent has been moved via RPC

15 years agolets not leak a string
Mitchell Livingston [Wed, 21 Oct 2009 13:03:37 +0000 (13:03 +0000)]
lets not leak a string

15 years agouse libtransmission for moving, incomplete directory, and directory controlling in...
Mitchell Livingston [Wed, 21 Oct 2009 13:01:14 +0000 (13:01 +0000)]
use libtransmission for moving, incomplete directory, and directory controlling in general (still rough around the edges)

15 years ago(trunk libT) add a couple of hooks for the mac client to use when migrating from...
Charles Kerr [Wed, 21 Oct 2009 05:03:10 +0000 (05:03 +0000)]
(trunk libT) add a couple of hooks for the mac client to use when migrating from its earlier move-on-complete code

15 years ago(trunk libT) #2520: tor->isRunning is not always saved to .resume file
Charles Kerr [Wed, 21 Oct 2009 02:45:49 +0000 (02:45 +0000)]
(trunk libT) #2520: tor->isRunning is not always saved to .resume file

15 years ago(trunk libT) #1483: fix bug introduced in r9328
Charles Kerr [Tue, 20 Oct 2009 20:19:41 +0000 (20:19 +0000)]
(trunk libT) #1483: fix bug introduced in r9328

15 years ago(trunk gtk,qt) synchronize the gtk, qt preferences dialogs a bit
Charles Kerr [Tue, 20 Oct 2009 14:01:15 +0000 (14:01 +0000)]
(trunk gtk,qt) synchronize the gtk, qt preferences dialogs a bit

15 years ago(trunk libT) change the new public API a little bit -- clearer, but a little wordier
Charles Kerr [Tue, 20 Oct 2009 04:43:51 +0000 (04:43 +0000)]
(trunk libT) change the new public API a little bit -- clearer, but a little wordier

15 years ago(trunk libT) semi-paranoid safeguard: when searching for a torrent's file, look for...
Charles Kerr [Tue, 20 Oct 2009 04:15:10 +0000 (04:15 +0000)]
(trunk libT) semi-paranoid safeguard: when searching for a torrent's file, look for finished versions (normal filename) before unfinished ones (with the .part suffix). In the unlikely event of a bug where both exist, it's better for Transmission to use the finished one...

15 years ago(trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean...
Charles Kerr [Tue, 20 Oct 2009 03:14:44 +0000 (03:14 +0000)]
(trunk libT) make the ".part" suffix an optional feature as per BMW's request.  Clean up the code a little.

15 years ago(trunk libT) make tr_torrentFindFile() a public API
Charles Kerr [Mon, 19 Oct 2009 13:55:42 +0000 (13:55 +0000)]
(trunk libT) make tr_torrentFindFile() a public API

15 years ago(trunk libT) make tr_torrentFileCompleted() safe for older torrents that were incompl...
Charles Kerr [Mon, 19 Oct 2009 13:15:46 +0000 (13:15 +0000)]
(trunk libT) make tr_torrentFileCompleted() safe for older torrents that were incomplete before the ".part" feature was added

15 years agoRemoves fastresume.[ch] from Xcode project
Eric Petit [Mon, 19 Oct 2009 07:40:21 +0000 (07:40 +0000)]
Removes fastresume.[ch] from Xcode project

15 years ago(trunk daemon) #1483: add "incomplete dir" support to transmission-remote
Charles Kerr [Mon, 19 Oct 2009 05:34:00 +0000 (05:34 +0000)]
(trunk daemon) #1483: add "incomplete dir" support to transmission-remote

15 years ago(trunk) #1483: move completed torrents to a user-specified directory
Charles Kerr [Mon, 19 Oct 2009 05:25:50 +0000 (05:25 +0000)]
(trunk) #1483: move completed torrents to a user-specified directory

15 years agomake hudson-t happy
Charles Kerr [Mon, 19 Oct 2009 05:12:28 +0000 (05:12 +0000)]
make hudson-t happy

15 years ago(trunk) #1483: move completed torrents to a user-specified directory + #629: differen...
Charles Kerr [Mon, 19 Oct 2009 05:05:00 +0000 (05:05 +0000)]
(trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files

15 years agoon 10.6, use the new copying methods in the message window
Mitchell Livingston [Mon, 19 Oct 2009 03:14:49 +0000 (03:14 +0000)]
on 10.6, use the new copying methods in the message window

15 years agowhen pruning message log messages, sort them in reverse chronological before trimming...
Mitchell Livingston [Mon, 19 Oct 2009 03:10:29 +0000 (03:10 +0000)]
when pruning message log messages, sort them in reverse chronological before trimming and use removeObjectsAtIndexes: for assumedly more efficient removal

15 years agoadd an extra check when determining if the message window should be scrolled to the...
Mitchell Livingston [Mon, 19 Oct 2009 02:44:04 +0000 (02:44 +0000)]
add an extra check when determining if the message window should be scrolled to the bottom

15 years agoremove the header from the file table
Mitchell Livingston [Mon, 19 Oct 2009 01:38:13 +0000 (01:38 +0000)]
remove the header from the file table

15 years ago#2514 update to dht-0.10
Mitchell Livingston [Mon, 19 Oct 2009 01:21:33 +0000 (01:21 +0000)]
#2514 update to dht-0.10

15 years agoavoid an unnecessary copy when generating a single-file torrent's file list
Mitchell Livingston [Sun, 18 Oct 2009 15:54:18 +0000 (15:54 +0000)]
avoid an unnecessary copy when generating a single-file torrent's file list

15 years agoget rid of copying the priority images and elliminate another setFlipped: on 10.6
Mitchell Livingston [Sun, 18 Oct 2009 14:02:22 +0000 (14:02 +0000)]
get rid of copying the priority images and elliminate another setFlipped: on 10.6

15 years agodon't use setFlipped: on the file node's image on 10.6
Mitchell Livingston [Sun, 18 Oct 2009 03:02:10 +0000 (03:02 +0000)]
don't use setFlipped: on the file node's image on 10.6

15 years agomake the nested for-loop in PiecesView into a single for-loop
Mitchell Livingston [Sun, 18 Oct 2009 02:23:10 +0000 (02:23 +0000)]
make the nested for-loop in PiecesView into a single for-loop

15 years agotrivial adjustments to pieceview: use an enum instead of #defines; calculate the...
Mitchell Livingston [Sun, 18 Oct 2009 02:12:43 +0000 (02:12 +0000)]
trivial adjustments to pieceview: use an enum instead of #defines; calculate the current piece index being drawn within each pass of the loop instead of incrementing

15 years agodon't store a copy of the pieces view's background - regenerate it when needed instead
Mitchell Livingston [Sun, 18 Oct 2009 01:54:13 +0000 (01:54 +0000)]
don't store a copy of the pieces view's background - regenerate it when needed instead

15 years agoonly remove a torrent from the queue for a local error, not tracker error; miscellane...
Mitchell Livingston [Sat, 17 Oct 2009 17:15:37 +0000 (17:15 +0000)]
only remove a torrent from the queue for a local error, not tracker error; miscellaneous trivial adjustments

15 years ago(trunk daemon) fix a few compiler warnings
Charles Kerr [Sat, 17 Oct 2009 07:01:56 +0000 (07:01 +0000)]
(trunk daemon) fix a few compiler warnings

15 years agowhoops again
Mitchell Livingston [Fri, 16 Oct 2009 23:07:59 +0000 (23:07 +0000)]
whoops again

15 years agowhoops
Mitchell Livingston [Fri, 16 Oct 2009 23:05:29 +0000 (23:05 +0000)]
whoops

15 years agosmall adjustments to the queue
Mitchell Livingston [Fri, 16 Oct 2009 23:02:55 +0000 (23:02 +0000)]
small adjustments to the queue

15 years ago"Reveal the data file in Finder" -> "Show the data file in Finder"
Mitchell Livingston [Thu, 15 Oct 2009 23:41:28 +0000 (23:41 +0000)]
"Reveal the data file in Finder" -> "Show the data file in Finder"

15 years agoupdate localizable strings
Mitchell Livingston [Thu, 15 Oct 2009 23:21:48 +0000 (23:21 +0000)]
update localizable strings

15 years ago#2503 When sorting by state, separate queued transfers from paused transfers
Mitchell Livingston [Thu, 15 Oct 2009 23:18:39 +0000 (23:18 +0000)]
#2503 When sorting by state, separate queued transfers from paused transfers

15 years ago(trunk gtk) #2501: tray menu shows wrong status for 'main window' when started minimized
Charles Kerr [Wed, 14 Oct 2009 18:29:57 +0000 (18:29 +0000)]
(trunk gtk) #2501: tray menu shows wrong status for 'main window' when started minimized

15 years ago(trunk libT) #2360: ratio-limit becomes a strange value on uClibc
Charles Kerr [Wed, 14 Oct 2009 13:22:42 +0000 (13:22 +0000)]
(trunk libT) #2360: ratio-limit becomes a strange value on uClibc

15 years ago(trunk libT) #2498: DHT broken
Charles Kerr [Mon, 12 Oct 2009 23:16:51 +0000 (23:16 +0000)]
(trunk libT) #2498: DHT broken

15 years ago(trunk libT) #2494: Adding a tracker changes announce status from time to "queued."
Charles Kerr [Mon, 12 Oct 2009 06:08:28 +0000 (06:08 +0000)]
(trunk libT) #2494: Adding a tracker changes announce status from time to "queued."

15 years agodon't zoom in/out the QL window if the corresponding row isn't visible
Mitchell Livingston [Mon, 12 Oct 2009 03:15:37 +0000 (03:15 +0000)]
don't zoom in/out the QL window if the corresponding row isn't visible

15 years agowhen Quick Look is visible, make the toolbar icon blue and append "Close" to the...
Mitchell Livingston [Mon, 12 Oct 2009 01:59:52 +0000 (01:59 +0000)]
when Quick Look is visible, make the toolbar icon blue and append "Close" to the menu item

15 years agofix a crash on quit with the QuickLook window open
Mitchell Livingston [Mon, 12 Oct 2009 00:48:16 +0000 (00:48 +0000)]
fix a crash on quit with the QuickLook window open

15 years agodon't zoom the QL window if the main window's closed
Mitchell Livingston [Mon, 12 Oct 2009 00:19:04 +0000 (00:19 +0000)]
don't zoom the QL window if the main window's closed

15 years agoQuickLook main window even if it's closed, and update the QL window when opening...
Mitchell Livingston [Sun, 11 Oct 2009 23:50:13 +0000 (23:50 +0000)]
QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector

15 years agobetter consideration of which item to Quick Look based on which windows are open
Mitchell Livingston [Sun, 11 Oct 2009 23:27:53 +0000 (23:27 +0000)]
better consideration of which item to Quick Look based on which windows are open

15 years agophase one of moving quicklook into the controller - it's not as pretty code-wise...
Mitchell Livingston [Sun, 11 Oct 2009 23:16:46 +0000 (23:16 +0000)]
phase one of moving quicklook into the controller - it's not as pretty code-wise but the behavior is a lot more consistent

15 years agoadd some more switch statement asserts
Mitchell Livingston [Sun, 11 Oct 2009 17:17:29 +0000 (17:17 +0000)]
add some more switch statement asserts

15 years agomake the message count a static variable
Mitchell Livingston [Sun, 11 Oct 2009 16:42:39 +0000 (16:42 +0000)]
make the message count a static variable