Jordan Lee
|
407c0b53c7
|
(trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled
|
2013-02-04 21:45:20 +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
|
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
|
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
|
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
|
5d9335201d
|
(libT) #4632 'custom blocklist generates 2x # of rules': add unit test (currently failing) to test for this issue.
|
2013-01-21 21:11:00 +00:00 |
Jordan Lee
|
5ccf3fc7e2
|
(libT) #5234 'typo causing RPC session-get error in nightlies': add unit test (currently failing) to test for this issue.
|
2013-01-21 00:00:00 +00:00 |
Jordan Lee
|
ac28b6df6e
|
(trunk) move sandboxed session creation/teardown into libtransmission-test.[ch] so that it can be reused as a fixture by future tests
|
2013-01-20 04:41:38 +00:00 |
Jordan Lee
|
e96ed247fe
|
refactor libtransmission's tr_benc class as tr_variant.
|
2012-12-14 04:34:42 +00:00 |