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 |
Mitchell Livingston
|
aae38eb05f
|
(libT) update the rename callback to include the previous torrent name
|
2013-01-22 00:43:50 +00:00 |
Jordan Lee
|
434bd6b287
|
(libT) #1220 'change top folder names' -- when the root file/folder is changed, update tr_info.name too.
|
2013-01-22 00:25:42 +00:00 |
Jordan Lee
|
0da726e639
|
(libT) #4632 'custom blocklist generates 2x # of rules': add a fix, which causes r13825's test to pass
|
2013-01-21 21:14:14 +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
|
2d5fe73969
|
(libT) copyediting: rename the internal tr_blocklist class 'tr_blocklistFile' to distinguish the private per-file API from the public, global API in libtransmission.h
|
2013-01-21 17:48:36 +00:00 |
Jordan Lee
|
1ece2b3f98
|
(libT) copyediting: reformat blocklist.c to the new indentation style
|
2013-01-21 17:39:20 +00:00 |
Jordan Lee
|
1f817193ef
|
(libT) update our jsonsl snapshot
|
2013-01-21 01:26:59 +00:00 |
Jordan Lee
|
cc3d08da3d
|
(libT) #5234 'typo causing RPC session-get error in nightlies': remove the typo'ed quark to avoid future confusion
|
2013-01-21 00:11:48 +00:00 |
Jordan Lee
|
473c20f612
|
(libT) #5234 'typo causing RPC session-get error in nightlies': add a fix, which causes r13814's test to pass
|
2013-01-21 00:03:52 +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
|
b42a7ebdc3
|
(qt) Qt client should have the option to play a sound when the download completes, as the Mac and GTK+ clients do -- implemented.
|
2013-01-20 23:57:09 +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
|
dd955b121e
|
(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client
|
2013-01-20 01:31:58 +00:00 |
Jordan Lee
|
10e4c297d6
|
(trunk) #1220 'change top folder names' -- tweak the API documentation in transmission.h
|
2013-01-19 08:50:57 +00:00 |
Jordan Lee
|
016f38f066
|
(trunk) #1220 'change top folder names' -- added support for this in libtransmission's C and RPC APIs.
|
2013-01-19 08:43:26 +00:00 |
Jordan Lee
|
818308376b
|
(libT) #5102 'don't invalidate the OS' filesystem cache when closing files -- done.
|
2013-01-18 19:20:22 +00:00 |
Jordan Lee
|
7c6868b622
|
reduce the default peer counts: global goes from 240 to 200, per-torrent goes from 60 down to 50
|
2013-01-17 20:39:16 +00:00 |
Jordan Lee
|
bcc130e804
|
in getReconnectIntervalSecs(), raise the interval between reconnection attempts if the peer was previously unreachable
|
2013-01-17 20:08:21 +00:00 |
Jordan Lee
|
447b558cdf
|
(utils) #4137 'support user-defined piece sizes in transmission-create' -- done. Initial patch by lav.
|
2013-01-17 18:55:51 +00:00 |
Jordan Lee
|
4d627b79c2
|
(libT) tweak getMaxAtomCount()
|
2013-01-17 01:10:59 +00:00 |
Jordan Lee
|
e3eb1afeae
|
(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_quark. report & patch by rb07.
|
2013-01-15 21:55:04 +00:00 |
Jordan Lee
|
297566dc64
|
(libT) make ptrarray's assertions consume fewer CPU cycles
|
2013-01-13 22:09:18 +00:00 |
Jordan Lee
|
03da3e0a60
|
(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.
|
2013-01-13 20:39:56 +00:00 |
Jordan Lee
|
cb448dad6a
|
minor code simplification in torrent.c's deleteLocalData() function.
|
2013-01-09 01:11:36 +00:00 |
Jordan Lee
|
569b895cef
|
increase the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.
|
2013-01-09 00:33:00 +00:00 |
Jordan Lee
|
1e9f6d44f9
|
copyediting: update torrent-magnet.c to the new indentation style
|
2013-01-07 18:16:34 +00:00 |
Jordan Lee
|
a9657d56ec
|
replace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps' field
|
2013-01-06 20:15:11 +00:00 |
Jordan Lee
|
9a70ffb4ee
|
(libT) #4633 fix win32 regression introduced in r13752.
|
2013-01-04 19:47:01 +00:00 |
Jordan Lee
|
6bf2104141
|
(libT) #3833: 0001-In-OS-X-disk-quota-s-info-already-in-bytes.patch -- patch by taem
|
2013-01-04 02:13:10 +00:00 |
Jordan Lee
|
cd0628fc8f
|
(libT) #4633 'if executing the torrent-done script fails, log an error' -- done.
|
2013-01-04 01:48:35 +00:00 |
Jordan Lee
|
84c5be5a77
|
(trunk, qt) #5060 'start minimized to tray option' -- added.
|
2012-12-30 22:51:55 +00:00 |
Jordan Lee
|
3c9640bb8f
|
make tr_info.webseedCount and tr_info.trackerCount unsigned.
|
2012-12-30 22:06:45 +00:00 |
Jordan Lee
|
385d050d75
|
(trunk, libT) #3833 'freespace rpc' 0001-Headers-clean-up.patch
|
2012-12-29 12:10:05 +00:00 |
Jordan Lee
|
0b0613ced8
|
(trunk, libT) #3833 'freespace rpc' 0001-Fix-FTBFS-for-OS-X-and-uClibc.patch
|
2012-12-29 12:08:46 +00:00 |
Jordan Lee
|
23200b5bde
|
(trunk, libT) #3833 'freespace argument for session-get' -- 0001-Port-quota-handling-to-BSD-and-Mac-OS-X.patch from taem
|
2012-12-29 01:47:44 +00:00 |