]> granicus.if.org Git - transmission/log
transmission
11 years ago(libT) fix memory leak regression in the nightlies reported by x190
Jordan Lee [Sun, 17 Feb 2013 23:00:11 +0000 (23:00 +0000)]
(libT) fix memory leak regression in the nightlies reported by x190

11 years ago(libT) don't start the web thread until we have a task to feed to curl
Jordan Lee [Fri, 15 Feb 2013 01:52:47 +0000 (01:52 +0000)]
(libT) don't start the web thread until we have a task to feed to curl

11 years ago(libT) remove code to migrate config files from pre-2008
Jordan Lee [Fri, 15 Feb 2013 01:51:49 +0000 (01:51 +0000)]
(libT) remove code to migrate config files from pre-2008

11 years ago(libT) #5293 'Wrong error codes used in upnp.c': patch by rb07
Jordan Lee [Thu, 14 Feb 2013 23:45:13 +0000 (23:45 +0000)]
(libT) #5293 'Wrong error codes used in upnp.c': patch by rb07

11 years ago(qt) #5278 'Something strange with the color of progress bars' -- patch by rb07
Jordan Lee [Thu, 14 Feb 2013 23:32:37 +0000 (23:32 +0000)]
(qt) #5278 'Something strange with the color of progress bars' -- patch by rb07

11 years ago(gtk) use replace strcmp() with g_strcmp0() everywhere
Jordan Lee [Thu, 14 Feb 2013 15:17:42 +0000 (15:17 +0000)]
(gtk) use replace strcmp() with g_strcmp0() everywhere

11 years agoperform the rename callback in the main thread
Mitchell Livingston [Mon, 11 Feb 2013 01:47:51 +0000 (01:47 +0000)]
perform the rename callback in the main thread

11 years ago#5286 Files renamed in Mac Inspector are not re-sorted
Mitchell Livingston [Mon, 11 Feb 2013 01:39:44 +0000 (01:39 +0000)]
#5286 Files renamed in Mac Inspector are not re-sorted

11 years agoupdate QuickLook copyright string as well.
Mitchell Livingston [Mon, 11 Feb 2013 00:45:27 +0000 (00:45 +0000)]
update QuickLook copyright string as well.

11 years ago(Mac trunk) bump copyright year to 2013
Mitchell Livingston [Mon, 11 Feb 2013 00:43:47 +0000 (00:43 +0000)]
(Mac trunk) bump copyright year to 2013

11 years ago(libT) #5291 'increase scrape buffer sizes to accomodate for multiscrape': done with...
Jordan Lee [Sun, 10 Feb 2013 23:21:58 +0000 (23:21 +0000)]
(libT) #5291 'increase scrape buffer sizes to accomodate for multiscrape': done with patch by reardon

11 years agouse g_strcmp0() instead of strcmp() to guard against corrupt settings in the config...
Jordan Lee [Sun, 10 Feb 2013 23:06:05 +0000 (23:06 +0000)]
use g_strcmp0() instead of strcmp() to guard against corrupt settings in the config file

11 years ago(qt) #5280 'show options dialog in more cases': fix verify button issue reported...
Jordan Lee [Sun, 10 Feb 2013 22:44:25 +0000 (22:44 +0000)]
(qt) #5280 'show options dialog in more cases': fix verify button issue reported by lucke

11 years ago(libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage...
Jordan Lee [Sun, 10 Feb 2013 19:36:13 +0000 (19:36 +0000)]
(libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage. Document the timetable for its removal in rpc-spec.txt.

11 years ago(qt) fix nightly regression by zeroing out the myFileDialogOptionsCheck pointer in...
Jordan Lee [Sun, 10 Feb 2013 18:49:15 +0000 (18:49 +0000)]
(qt) fix nightly regression by zeroing out the myFileDialogOptionsCheck pointer in mainwin's constructor

11 years ago(web) remove vim tmpfiles
Jordan Lee [Sun, 10 Feb 2013 18:46:56 +0000 (18:46 +0000)]
(web) remove vim tmpfiles

11 years agoIn Web Client, use jQuery.ajax() to upload files
Jordan Lee [Sun, 10 Feb 2013 18:33:04 +0000 (18:33 +0000)]
In Web Client, use jQuery.ajax() to upload files

If we use FormData and jQuery.ajax() calls to upload a torrent,
we can stop bundling the jquery.form.js module. In addition, this
simplifies passing arguments in the headers s.t. rpc-server.c doesn't
have to look for the CSRF token as one of the multiparts.

This changes the upload POST behavior, so give it a new name (upload2).
The old function (upload) will be deprecated but kept until 2.90 so
that third-party web clients using the old POST semantics will have
time to update.

Bug #5290 <https://trac.transmissionbt.com/ticket/5290>

11 years agoMake accidentally-public function names private
Jordan Lee [Sun, 10 Feb 2013 18:32:40 +0000 (18:32 +0000)]
Make accidentally-public function names private

inspector.js' functions, beginning with addSubtreeToView(), are leaked
into the DOM due to a missing comma at the end of the previous func.
Bug #5289 <https://trac.transmissionbt.com/ticket/5289>

11 years ago(web) remove the freespace-info label from the web client.
Jordan Lee [Sun, 10 Feb 2013 18:32:15 +0000 (18:32 +0000)]
(web) remove the freespace-info label from the web client.

As discussed at https://trac.transmissionbt.com/ticket/4076#comment:25
the freespace indicator is being moved out of the statusbar to another
place.

11 years ago(qt) merge together the two 'add url/magnet link' dialogs.
Jordan Lee [Sat, 9 Feb 2013 23:11:17 +0000 (23:11 +0000)]
(qt) merge together the two 'add url/magnet link' dialogs.

11 years ago(qt) copyediting: whitespace/indentation
Jordan Lee [Sat, 9 Feb 2013 21:47:42 +0000 (21:47 +0000)]
(qt) copyediting: whitespace/indentation

11 years ago(qt) #5285 'Qt client's file tree should have a size column like the GTK+ client...
Jordan Lee [Sat, 9 Feb 2013 20:51:17 +0000 (20:51 +0000)]
(qt) #5285 'Qt client's file tree should have a size column like the GTK+ client's': done.

11 years ago(gtk) #5284 'file tree should show the wanted size of the subtree, not the entire...
Jordan Lee [Sat, 9 Feb 2013 19:28:38 +0000 (19:28 +0000)]
(gtk) #5284 'file tree should show the wanted size of the subtree, not the entire size': done.

11 years ago(qt) #5284 'file tree should show the wanted size of the subtree, not the entire...
Jordan Lee [Sat, 9 Feb 2013 19:16:16 +0000 (19:16 +0000)]
(qt) #5284 'file tree should show the wanted size of the subtree, not the entire size': done.

11 years agoresize the rename dialogue buttons for different localizations
Mitchell Livingston [Sat, 9 Feb 2013 19:13:26 +0000 (19:13 +0000)]
resize the rename dialogue buttons for different localizations

11 years ago(qt) #5282 "Formatter's sizeToString() and memToString() return wrong text for 0...
Jordan Lee [Sat, 9 Feb 2013 18:59:05 +0000 (18:59 +0000)]
(qt) #5282 "Formatter's sizeToString() and memToString() return wrong text for 0 bytes": fixed.

11 years ago(trunk) #5244 Dutch Translation error nl.proj
Mitchell Livingston [Sat, 9 Feb 2013 04:44:22 +0000 (04:44 +0000)]
(trunk) #5244 Dutch Translation error nl.proj

11 years ago(qt) #4076 'free space indicator': better user feedback when updating the freespace...
Jordan Lee [Sat, 9 Feb 2013 04:42:07 +0000 (04:42 +0000)]
(qt) #4076 'free space indicator': better user feedback when updating the freespace indicator in remote mode

11 years ago(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmiss...
Jordan Lee [Sat, 9 Feb 2013 04:05:03 +0000 (04:05 +0000)]
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.

11 years agorearrange the renamer files in the project file
Mitchell Livingston [Fri, 8 Feb 2013 23:35:56 +0000 (23:35 +0000)]
rearrange the renamer files in the project file

11 years agoproperly enable/disable the rename confirm button
Mitchell Livingston [Fri, 8 Feb 2013 23:26:07 +0000 (23:26 +0000)]
properly enable/disable the rename confirm button

11 years ago#5241 Mac crash with VDKQueue
Mitchell Livingston [Fri, 8 Feb 2013 13:31:38 +0000 (13:31 +0000)]
#5241 Mac crash with VDKQueue

11 years agofix autoreleasing the file watcher queue
Mitchell Livingston [Fri, 8 Feb 2013 13:18:41 +0000 (13:18 +0000)]
fix autoreleasing the file watcher queue

11 years agotrivial changes
Mitchell Livingston [Fri, 8 Feb 2013 13:02:16 +0000 (13:02 +0000)]
trivial changes

11 years ago(trunk) #5279 Typo in configure.ac
Mitchell Livingston [Fri, 8 Feb 2013 13:00:02 +0000 (13:00 +0000)]
(trunk) #5279 Typo in configure.ac

11 years ago(gtk) match transmission-qt's way of showing up & down speeds in the statusbar
Jordan Lee [Fri, 8 Feb 2013 01:34:59 +0000 (01:34 +0000)]
(gtk) match transmission-qt's way of showing up & down speeds in the statusbar

11 years ago(qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip...
Jordan Lee [Thu, 7 Feb 2013 21:07:16 +0000 (21:07 +0000)]
(qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds

11 years ago(qt) #5277 'queue operation regression in nightlies': fixed.
Jordan Lee [Wed, 6 Feb 2013 18:27:47 +0000 (18:27 +0000)]
(qt) #5277 'queue operation regression in nightlies': fixed.

11 years ago(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': fix...
Jordan Lee [Wed, 6 Feb 2013 05:52:41 +0000 (05:52 +0000)]
(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': fix the bug; tests now pass again

11 years ago(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': add...
Jordan Lee [Wed, 6 Feb 2013 05:51:51 +0000 (05:51 +0000)]
(libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': add unit test (currently failing) to reproduce this error

11 years ago(qt) in the statusbar, use the same upload/download symbols as in the torrent list
Jordan Lee [Tue, 5 Feb 2013 23:05:26 +0000 (23:05 +0000)]
(qt) in the statusbar, use the same upload/download symbols as in the torrent list

11 years ago(web) #5214 'add storage free space indicator' -- added with patch by taem
Jordan Lee [Tue, 5 Feb 2013 14:45:41 +0000 (14:45 +0000)]
(web) #5214 'add storage free space indicator' -- added with patch by taem

11 years ago#5272 'quotactl breaks compilation of libT/platform.c on non-Xcode OS/X builds' ...
Jordan Lee [Tue, 5 Feb 2013 14:38:25 +0000 (14:38 +0000)]
#5272 'quotactl breaks compilation of libT/platform.c on non-Xcode OS/X builds' -- fixed with patch from spaam

11 years ago(libT) #5275 'quotactl breaks compilation of libT/platform.c on Solaris' -- fixed...
Jordan Lee [Tue, 5 Feb 2013 14:35:01 +0000 (14:35 +0000)]
(libT) #5275 'quotactl breaks compilation of libT/platform.c on Solaris' -- fixed with patch from spaam

11 years agosync Credits with AUTHORS
Mitchell Livingston [Tue, 5 Feb 2013 03:48:26 +0000 (03:48 +0000)]
sync Credits with AUTHORS

11 years agoadd Mnemosyne LLC; plus add copyediting
Jordan Lee [Tue, 5 Feb 2013 00:15:11 +0000 (00:15 +0000)]
add Mnemosyne LLC; plus add copyediting

11 years agomove kjg from the Lead section to Contributors
Jordan Lee [Tue, 5 Feb 2013 00:12:08 +0000 (00:12 +0000)]
move kjg from the Lead section to Contributors

11 years agoIn the Third-Party Resources section, remove libsexy (since we don't use it anymore...
Jordan Lee [Tue, 5 Feb 2013 00:10:23 +0000 (00:10 +0000)]
In the Third-Party Resources section, remove libsexy (since we don't use it anymore) and add libutp (which should have been added ages ago)

11 years ago(trunk) prefer tr_remove() to unlink() or rmdir()
Jordan Lee [Mon, 4 Feb 2013 21:53:19 +0000 (21:53 +0000)]
(trunk) prefer tr_remove() to unlink() or rmdir()

11 years ago(trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove...
Jordan Lee [Mon, 4 Feb 2013 21:45:20 +0000 (21:45 +0000)]
(trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled

11 years ago(libT) add rb07's win32 implementation of tr_mkstemp()
Jordan Lee [Mon, 4 Feb 2013 21:07:24 +0000 (21:07 +0000)]
(libT) add rb07's win32 implementation of tr_mkstemp()

11 years ago(libT) add rb07's win32 implementation of tr_is_same_file().
Jordan Lee [Mon, 4 Feb 2013 20:57:20 +0000 (20:57 +0000)]
(libT) add rb07's win32 implementation of tr_is_same_file().

11 years ago(libT) when logging on win32, use OutputDebugStringA instead of OutputDebugString
Jordan Lee [Mon, 4 Feb 2013 20:48:33 +0000 (20:48 +0000)]
(libT) when logging on win32, use OutputDebugStringA instead of OutputDebugString

11 years ago(libT) add '#include errno.h' to announcer-udp.c to ensure errno is declared
Jordan Lee [Mon, 4 Feb 2013 20:46:16 +0000 (20:46 +0000)]
(libT) add '#include errno.h' to announcer-udp.c to ensure errno is declared

11 years ago(libT) #5274 '"copy magnet link to clipboard" doesn't include webseeds': fixed.
Jordan Lee [Mon, 4 Feb 2013 18:54:38 +0000 (18:54 +0000)]
(libT) #5274 '"copy magnet link to clipboard" doesn't include webseeds': fixed.

11 years ago(gtk) #5271 'once we start shutting down the application, stop updating the Action...
Jordan Lee [Mon, 4 Feb 2013 18:34:39 +0000 (18:34 +0000)]
(gtk)  #5271 'once we start shutting down the application, stop updating the Action states': more safeguards

11 years ago(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change...
Jordan Lee [Mon, 4 Feb 2013 16:51:52 +0000 (16:51 +0000)]
(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change the file chooser API calls, based on suggestion from kraai

11 years ago(libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little...
Jordan Lee [Mon, 4 Feb 2013 16:23:33 +0000 (16:23 +0000)]
(libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc

11 years ago(gtk) #5271 'once we start shutting down the application, stop updating the Action...
Jordan Lee [Mon, 4 Feb 2013 16:11:08 +0000 (16:11 +0000)]
(gtk) #5271 'once we start shutting down the application, stop updating the Action states': fixed

11 years ago(libT) reduce the scope of REQUEST_BUF_SECS from peer-common.h to peer-msgs.c
Jordan Lee [Sun, 3 Feb 2013 23:29:34 +0000 (23:29 +0000)]
(libT) reduce the scope of REQUEST_BUF_SECS from peer-common.h to peer-msgs.c

11 years agomove tr_peer.encryptionPreference to tr_peermsgs.encryptionPreference
Jordan Lee [Sun, 3 Feb 2013 22:45:32 +0000 (22:45 +0000)]
move tr_peer.encryptionPreference to tr_peermsgs.encryptionPreference

11 years ago(libT) move the tr_peer declaration from peer-mgr.h to peer-common.h
Jordan Lee [Sun, 3 Feb 2013 22:40:00 +0000 (22:40 +0000)]
(libT) move the tr_peer declaration from peer-mgr.h to peer-common.h

11 years ago(libT) remove redundancy from compareKeys()
Jordan Lee [Sun, 3 Feb 2013 21:43:17 +0000 (21:43 +0000)]
(libT) remove redundancy from compareKeys()

11 years ago(qt) copyediting: whitespace/indentation
Jordan Lee [Sun, 3 Feb 2013 19:40:20 +0000 (19:40 +0000)]
(qt) copyediting: whitespace/indentation

11 years ago(qt) copyediting: whitespace/indentation
Jordan Lee [Sun, 3 Feb 2013 19:13:04 +0000 (19:13 +0000)]
(qt) copyediting: whitespace/indentation

11 years ago(qt) #5270 'Details > Comment field loses selection': fixed
Jordan Lee [Sun, 3 Feb 2013 18:36:10 +0000 (18:36 +0000)]
(qt) #5270 'Details > Comment field loses selection': fixed

11 years ago(qt) plug a handful of minor memory leaks
Jordan Lee [Sun, 3 Feb 2013 12:31:44 +0000 (12:31 +0000)]
(qt) plug a handful of minor memory leaks

11 years ago(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's...
Jordan Lee [Sat, 2 Feb 2013 23:01:33 +0000 (23:01 +0000)]
(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's behavior as the previous commit did for the Qt client

11 years ago(qt) #4076 'free space indicator': try a different approach to the visible torrent...
Jordan Lee [Sat, 2 Feb 2013 22:29:14 +0000 (22:29 +0000)]
(qt) #4076 'free space indicator': try a different approach to the visible torrent count

11 years ago(libT) copyediting: whitespace/indentation
Jordan Lee [Sat, 2 Feb 2013 20:17:52 +0000 (20:17 +0000)]
(libT) copyediting: whitespace/indentation

11 years ago(libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const
Jordan Lee [Sat, 2 Feb 2013 16:31:05 +0000 (16:31 +0000)]
(libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const

11 years ago(libT) copyediting: indentation/whitespace in rpc-server.c
Jordan Lee [Sat, 2 Feb 2013 16:22:21 +0000 (16:22 +0000)]
(libT) copyediting: indentation/whitespace in rpc-server.c

11 years ago(libT) recycle the peer id used for public torrents after N hours of use
Jordan Lee [Sat, 2 Feb 2013 13:42:50 +0000 (13:42 +0000)]
(libT) recycle the peer id used for public torrents after N hours of use

11 years ago(libT) remove pointless tr_session.peer_id variable
Jordan Lee [Sat, 2 Feb 2013 05:31:43 +0000 (05:31 +0000)]
(libT) remove pointless tr_session.peer_id variable

11 years ago(qt) remove console messages that were committed in r13930
Jordan Lee [Sat, 2 Feb 2013 03:51:10 +0000 (03:51 +0000)]
(qt) remove console messages that were committed in r13930

11 years ago(qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported...
Jordan Lee [Fri, 1 Feb 2013 22:40:08 +0000 (22:40 +0000)]
(qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported by rb07

11 years ago(qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree
Jordan Lee [Fri, 1 Feb 2013 22:08:09 +0000 (22:08 +0000)]
(qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree

11 years ago#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace...
Jordan Lee [Fri, 1 Feb 2013 21:02:40 +0000 (21:02 +0000)]
#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace labels to give more context of what the number means

11 years agoin the Qt and GTK+ clients, move the torrent count indicator from the statusbar to...
Jordan Lee [Fri, 1 Feb 2013 20:58:55 +0000 (20:58 +0000)]
in the Qt and GTK+ clients, move the torrent count indicator from the statusbar to the filterbar

11 years ago(libT) #5259 'Minor memory leaks in tr_torrentDeleteLocalData()': cleaner patch sugge...
Jordan Lee [Fri, 1 Feb 2013 19:21:38 +0000 (19:21 +0000)]
(libT) #5259 'Minor memory leaks in tr_torrentDeleteLocalData()': cleaner patch suggested by cfpp2p

11 years ago(libT) when unable to run locale-specific json tests, give a hint in the terminal...
Jordan Lee [Fri, 1 Feb 2013 06:11:41 +0000 (06:11 +0000)]
(libT) when unable to run locale-specific json tests, give a hint in the terminal about how to remedy that

11 years agochange the test harness' session initialization s.t. we can configure it for per...
Jordan Lee [Fri, 1 Feb 2013 05:57:47 +0000 (05:57 +0000)]
change the test harness' session initialization s.t. we can configure it for per-test needs. Add tests for moving completed torrents when downloadDir is a subdirectory of incompleteDir. (Hi, KyleK)

11 years ago(libT) ensure that tr_torrentVerify()'s completion callback gets invoked even if...
Jordan Lee [Fri, 1 Feb 2013 00:21:30 +0000 (00:21 +0000)]
(libT) ensure that tr_torrentVerify()'s completion callback gets invoked even if it's removed from the verify queue before it gets a chance to run.

11 years agofix r13913 oops: I didn't mean to check in the fail.sh change that only called rename...
Jordan Lee [Thu, 31 Jan 2013 22:00:32 +0000 (22:00 +0000)]
fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test

11 years ago(libT) change the API signature for tr_torrentVerify() s.t. client code can be notifi...
Jordan Lee [Thu, 31 Jan 2013 21:58:25 +0000 (21:58 +0000)]
(libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished

11 years ago(libT) fix dangling pointer in tor->currentDir when reloading a .resume file from...
Jordan Lee [Thu, 31 Jan 2013 21:57:08 +0000 (21:57 +0000)]
(libT) fix dangling pointer in tor->currentDir when reloading a .resume file from disk

11 years ago(libT) maybe fix removed-file-found issue reported by Lacrocivious
Jordan Lee [Thu, 31 Jan 2013 19:07:34 +0000 (19:07 +0000)]
(libT) maybe fix removed-file-found issue reported by Lacrocivious

11 years ago(libT) fix a filesystem sync issue in rename-test, reported by Lacrocivious
Jordan Lee [Thu, 31 Jan 2013 18:20:37 +0000 (18:20 +0000)]
(libT) fix a filesystem sync issue in rename-test, reported by Lacrocivious

11 years ago(libT) add assertions to check that block-writing functions are only invoked in the...
Jordan Lee [Thu, 31 Jan 2013 17:39:06 +0000 (17:39 +0000)]
(libT) add assertions to check that block-writing functions are only invoked in the libtransmission thread

11 years agofix oops
Jordan Lee [Thu, 31 Jan 2013 05:11:32 +0000 (05:11 +0000)]
fix oops

11 years agofix a race condition error in move-test
Jordan Lee [Thu, 31 Jan 2013 05:10:08 +0000 (05:10 +0000)]
fix a race condition error in move-test

11 years agofix a race condition error in rename-test
Jordan Lee [Thu, 31 Jan 2013 05:09:19 +0000 (05:09 +0000)]
fix a race condition error in rename-test

11 years agofix race condition triggered in the unit tests by requiring a libtransmission thread...
Jordan Lee [Thu, 31 Jan 2013 05:05:44 +0000 (05:05 +0000)]
fix race condition triggered in the unit tests by requiring a libtransmission thread lock in torrentRemove()

11 years ago(libT) add to rename-tests
Jordan Lee [Wed, 30 Jan 2013 21:26:04 +0000 (21:26 +0000)]
(libT) add to rename-tests

11 years ago(libT) increment the announced downloadCount only when the piece becomes complete.
Jordan Lee [Wed, 30 Jan 2013 20:06:12 +0000 (20:06 +0000)]
(libT) increment the announced downloadCount only when the piece becomes complete.

11 years ago(libT) copyediting: fix whitespace
Jordan Lee [Wed, 30 Jan 2013 20:00:43 +0000 (20:00 +0000)]
(libT) copyediting: fix whitespace

11 years ago(libT) when announcing a magnet link for the first time, send 'left=0'
Jordan Lee [Wed, 30 Jan 2013 19:59:55 +0000 (19:59 +0000)]
(libT) when announcing a magnet link for the first time, send 'left=0'

11 years ago(libT) peer-mgr doesn't care about non-piece data being transferred, so don't notify...
Jordan Lee [Wed, 30 Jan 2013 18:00:03 +0000 (18:00 +0000)]
(libT) peer-mgr doesn't care about non-piece data being transferred, so don't notify it when it happens

11 years agofix r13896 oops
Jordan Lee [Wed, 30 Jan 2013 00:28:53 +0000 (00:28 +0000)]
fix r13896 oops

11 years agosilence unnecessary warning
Jordan Lee [Wed, 30 Jan 2013 00:23:32 +0000 (00:23 +0000)]
silence unnecessary warning