Jordan Lee
|
273e0a4504
|
(libT) copyediting: indentation/whitespace in rpc-server.c
|
2013-02-02 16:22:21 +00:00 |
|
Jordan Lee
|
1f2bccd17b
|
(libT) recycle the peer id used for public torrents after N hours of use
|
2013-02-02 13:42:50 +00:00 |
|
Jordan Lee
|
aa8ddcb218
|
(libT) remove pointless tr_session.peer_id variable
|
2013-02-02 05:31:43 +00:00 |
|
Jordan Lee
|
70289d9629
|
(libT) #5259 'Minor memory leaks in tr_torrentDeleteLocalData()': cleaner patch suggested by cfpp2p
|
2013-02-01 19:21:38 +00:00 |
|
Jordan Lee
|
3819360ca0
|
(libT) when unable to run locale-specific json tests, give a hint in the terminal about how to remedy that
|
2013-02-01 06:11:41 +00:00 |
|
Jordan Lee
|
1a99b9c168
|
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)
|
2013-02-01 05:57:47 +00:00 |
|
Jordan Lee
|
ef9d4eee33
|
(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.
|
2013-02-01 00:21:30 +00:00 |
|
Jordan Lee
|
d84836a81c
|
fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test
|
2013-01-31 22:00:32 +00:00 |
|
Jordan Lee
|
69f3e31230
|
(libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished
|
2013-01-31 21:58:25 +00:00 |
|
Jordan Lee
|
9c550b5a78
|
(libT) fix dangling pointer in tor->currentDir when reloading a .resume file from disk
|
2013-01-31 21:57:08 +00:00 |
|
Jordan Lee
|
1eb2933fc5
|
(libT) maybe fix removed-file-found issue reported by Lacrocivious
|
2013-01-31 19:07:34 +00:00 |
|
Jordan Lee
|
500aa4569f
|
(libT) fix a filesystem sync issue in rename-test, reported by Lacrocivious
|
2013-01-31 18:20:37 +00:00 |
|
Jordan Lee
|
47d2a1ee8f
|
(libT) add assertions to check that block-writing functions are only invoked in the libtransmission thread
|
2013-01-31 17:39:06 +00:00 |
|
Jordan Lee
|
65859df967
|
fix oops
|
2013-01-31 05:11:32 +00:00 |
|
Jordan Lee
|
3eb533336d
|
fix a race condition error in move-test
|
2013-01-31 05:10:08 +00:00 |
|
Jordan Lee
|
ae1ec6aab4
|
fix a race condition error in rename-test
|
2013-01-31 05:09:19 +00:00 |
|
Jordan Lee
|
4aa4012a73
|
fix race condition triggered in the unit tests by requiring a libtransmission thread lock in torrentRemove()
|
2013-01-31 05:05:44 +00:00 |
|
Jordan Lee
|
0b9f651a93
|
(libT) add to rename-tests
|
2013-01-30 21:26:04 +00:00 |
|
Jordan Lee
|
8a33a1b315
|
(libT) increment the announced downloadCount only when the piece becomes complete.
|
2013-01-30 20:06:12 +00:00 |
|
Jordan Lee
|
6d8080bcf4
|
(libT) copyediting: fix whitespace
|
2013-01-30 20:00:43 +00:00 |
|
Jordan Lee
|
1b5cc093e6
|
(libT) when announcing a magnet link for the first time, send 'left=0'
|
2013-01-30 19:59:55 +00:00 |
|
Jordan Lee
|
553bd58681
|
(libT) peer-mgr doesn't care about non-piece data being transferred, so don't notify it when it happens
|
2013-01-30 18:00:03 +00:00 |
|
Jordan Lee
|
fdcba2a7fa
|
only show ratios to one decimal place
|
2013-01-30 00:16:20 +00:00 |
|
Jordan Lee
|
e85ece214e
|
(libT) rename internal struct 'tr_torrent_peers' as 'tr_swarm'
|
2013-01-27 21:03:52 +00:00 |
|
Jordan Lee
|
722867ad62
|
(libT) tweaks to rename-test to give better line numbers on failure in Jenkins
|
2013-01-27 17:47:38 +00:00 |
|
Jordan Lee
|
cee6cb5c61
|
(libT) better implementation of move-test
|
2013-01-27 06:20:39 +00:00 |
|
Jordan Lee
|
d9940acf75
|
(libT) #5259 'Minor memory leak in tr_torrentDeleteLocalData()' -- fixed.
|
2013-01-27 06:19:33 +00:00 |
|
Jordan Lee
|
5f9e7f773b
|
#5146 'seeding complete callback called twice': revert r13627 due to issues described in https://trac.transmissionbt.com/ticket/5146#comment:15
|
2013-01-27 06:02:52 +00:00 |
|
Jordan Lee
|
388da24dd0
|
(libT) add package-visible API hook for when a block is downloaded. Add unit test to confirm that when the last file finishes downloading, its .part suffix is removed and it's moved from the incomplete to complete dir
|
2013-01-26 23:08:51 +00:00 |
|
Jordan Lee
|
f75027d5e9
|
make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive
|
2013-01-25 23:34:20 +00:00 |
|
Jordan Lee
|
797976b336
|
copyediting: modify more files to the new indentation/whitespace formatting
|
2013-01-25 06:01:45 +00:00 |
|
Jordan Lee
|
ad3407567b
|
(libT) copyediting: modify more files to the new indentation/whitespace formatting
|
2013-01-24 23:59:52 +00:00 |
|
Jordan Lee
|
eb4b2d609a
|
(libT) #5249 'error parsing json in some locales': fix the bug; the new locale unit tests in json-test pass now
|
2013-01-24 16:33:49 +00:00 |
|
Jordan Lee
|
887850a636
|
(libT) #5249 'error parsing json in some locales': add unit tests to test for this bug.
|
2013-01-24 16:04:09 +00:00 |
|
Jordan Lee
|
644c647799
|
(libT) unroll decode_hex_string()
|
2013-01-24 00:53:37 +00:00 |
|
Jordan Lee
|
06d9f20759
|
(libT) #1220 'change file and folder names': finish cleaning up the unit test for calling tr_torrentRenamePath() on an incomplete torrent with .part files
|
2013-01-23 22:53:58 +00:00 |
|
Jordan Lee
|
e34be5e573
|
(libT) rename-test tracers
|
2013-01-23 22:43:16 +00:00 |
|
Jordan Lee
|
ee2e408288
|
(libT) rename-test tracers
|
2013-01-23 22:30:23 +00:00 |
|
Jordan Lee
|
a75f9394a6
|
(libT) rename-test tracers
|
2013-01-23 22:20:37 +00:00 |
|
Jordan Lee
|
beee17f9b2
|
(libT) more hacking on the rename + .part unit test
|
2013-01-23 22:10:40 +00:00 |
|
Jordan Lee
|
0daad8b7f6
|
(libT) fix red herring issue that tr_mkdirp() was setting errno even if the call succeeded. Add tests to confirm the fix.
|
2013-01-23 21:28:35 +00:00 |
|
Jordan Lee
|
5fb6ec36de
|
continuation of previous commit to find out why Jenkins doesn't like the new rename unit tests
|
2013-01-23 20:59:20 +00:00 |
|
Jordan Lee
|
cd4543fe4c
|
add temporary verbosity to the rename-test to coax log info out of Jenkins
|
2013-01-23 20:51:55 +00:00 |
|
Jordan Lee
|
ef2cb627f2
|
(libT) #1220 'change file and folder names': add a unit test for the r13837 bugfix of .part files + tr_torrentRenamePath()
|
2013-01-23 20:23:37 +00:00 |
|
Jordan Lee
|
e2c1a360d4
|
(libT) replace errant snprintf() calls with tr_snprintf() calls
|
2013-01-23 04:28:37 +00:00 |
|
Mitchell Livingston
|
45c8174cc2
|
Use tr_torrentRenamePath() instead of the removed tr_torrentRename()
|
2013-01-23 03:44:47 +00:00 |
|
Jordan Lee
|
3f4c9e9d2f
|
(libT) #1220 'change file and folder names': handle .part file suffixs
|
2013-01-22 05:58:31 +00:00 |
|
Jordan Lee
|
e898374a48
|
(libT) #1220 'change file and folder names': add unit tests for renaming a root, then branch, then leaf in the torrent
|
2013-01-22 05:40:10 +00:00 |
|
Jordan Lee
|
77ecf6d08c
|
(libT) #1220 'change file and folder names': add a test to confirm passing tor->info.name as the 'oldname' argument works
|
2013-01-22 05:06:38 +00:00 |
|
Jordan Lee
|
2e354dfb10
|
(libT) #1220 'change file and folder names': fold tr_torrentRename() into tr_torrentRenamePath(); it's not useful enough on its own to be a separate function
|
2013-01-22 04:57:45 +00:00 |
|