Jordan Lee
|
a11d5a66ff
|
svn add variant.c
|
2012-12-14 04:36:33 +00:00 |
|
Jordan Lee
|
e96ed247fe
|
refactor libtransmission's tr_benc class as tr_variant.
|
2012-12-14 04:34:42 +00:00 |
|
Jordan Lee
|
e1c338b6c3
|
(trunk, libT) #5169 fix FTBFS in torrentStart()
|
2012-12-13 05:22:30 +00:00 |
|
Jordan Lee
|
104d4aa772
|
don't inline functions that can't be inlined.
|
2012-12-13 02:00:45 +00:00 |
|
Jordan Lee
|
d74c7e93c8
|
copyediting: indentation cleanup
|
2012-12-13 01:47:40 +00:00 |
|
Jordan Lee
|
e2f1d6744e
|
fix another pair of #5168 oopses (oopsii?)
|
2012-12-12 21:19:25 +00:00 |
|
Jordan Lee
|
399c3233b7
|
remove a couple of unnecessary torrentIsLocked() assertions for #5168
|
2012-12-12 20:57:13 +00:00 |
|
Jordan Lee
|
079c78981c
|
(trunk) #5168 'make libtransmission's public funcs nonblocking when possible' -- first attempt.
|
2012-12-12 20:22:57 +00:00 |
|
Jordan Lee
|
84f2cf8fa2
|
in bencode.c's makeroom(), make the containers' sizes scale in powers of 2 to avoid excess reallocs.
|
2012-12-11 05:23:48 +00:00 |
|
Jordan Lee
|
bbc009bb0f
|
in libtransmission's unit tests, add a convenience check macro for comparing pointer equality
|
2012-12-10 01:24:50 +00:00 |
|
Jordan Lee
|
46b3b79e63
|
in metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633
|
2012-12-09 22:05:31 +00:00 |
|
Jordan Lee
|
5766f6fb4d
|
in bencode.c's makeroom(), clarify the entry assertions
|
2012-12-09 21:45:30 +00:00 |
|
Jordan Lee
|
dd643537ae
|
in bencode.c's tr_bencMergeDicts(), call tr_bencDictReserve() so the target dict only has to alloc once to hold all of the source dict's entries.
|
2012-12-09 21:36:51 +00:00 |
|
Jordan Lee
|
9ddd7e0166
|
preallocate a couple of dictionaries to the right size before using them.
|
2012-12-09 21:28:20 +00:00 |
|
Jordan Lee
|
0846d3f2ab
|
in bitfield.c, speed up countArray() by about 15%
|
2012-12-09 19:08:06 +00:00 |
|
Jordan Lee
|
3d5b43b5b4
|
in bitfield.c's countRange() function, make walk_end an invariant
|
2012-12-09 18:24:57 +00:00 |
|
Jordan Lee
|
8a2061f2cf
|
move bitfield tests to their own file
|
2012-12-09 05:32:52 +00:00 |
|
Jordan Lee
|
4f6dcc6d31
|
in tr_metainfoRemoveSaved(), don't look for .torrent files under our old naming scheme... we haven't used it since 2008
|
2012-12-09 01:32:25 +00:00 |
|
Jordan Lee
|
410fa7e054
|
remove unused function tr_metainfoMigrate()
|
2012-12-09 01:27:01 +00:00 |
|
Jordan Lee
|
a2d2a10226
|
(trunk, libT) #5165: fix r13625 oops
|
2012-12-07 01:53:31 +00:00 |
|
Jordan Lee
|
cff58b1904
|
(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.
|
2012-12-06 15:04:52 +00:00 |
|
Jordan Lee
|
519feefcb4
|
(trunk, libT) #5157 -- fix r13628 oops
|
2012-12-06 00:50:40 +00:00 |
|
Jordan Lee
|
61c1f7efec
|
(trunk, libT) #5157 'check valid address before UTP_Create()' -- added.
|
2012-12-05 23:48:00 +00:00 |
|
Jordan Lee
|
ccb4a16ab8
|
(trunk, libT) #5146 'seeding complete callback called twice' -- fixed with patch from x190.
|
2012-12-05 22:56:45 +00:00 |
|
Jordan Lee
|
3d38723ad9
|
Follow more common whitespace style conventions in the C code (libtransmission, daemon, utils, cli, gtk).
|
2012-12-05 17:29:46 +00:00 |
|
Jordan Lee
|
7af02f7cdf
|
(trunk, libT) #5150 'improper escaping of dirnames with new json' -- add one-liner fix. this also fixes the regression test added in the previous commit.
|
2012-11-27 23:24:37 +00:00 |
|
Jordan Lee
|
dffc6343ae
|
(trunk, libT) #5150 'improper escaping of dirnames with new json' -- added new regression test, currently failing, to trigger this bug
|
2012-11-27 23:21:13 +00:00 |
|
Mitchell Livingston
|
b1309bc927
|
#5144 add BitZilla to clients list
|
2012-11-24 01:14:51 +00:00 |
|
Mitchell Livingston
|
6bebaee639
|
#5134 Magnet links not adding all trackers with tr.0=
|
2012-11-14 02:22:55 +00:00 |
|
Jordan Lee
|
d010e33c32
|
(trunk, libT) #4886 'IPv6-only DHT.dat not being written' -- fixed. bug found & patched by jch.
|
2012-11-11 14:42:14 +00:00 |
|
Mitchell Livingston
|
3836821a95
|
fix a parameter type mismatch in jsonsl
|
2012-11-11 07:11:13 +00:00 |
|
Jordan Lee
|
9effd65f3e
|
(trunk libT) #5131: replace JSON_parser with jsonsl to resolve licensing issue.
|
2012-11-11 04:26:56 +00:00 |
|
Jordan Lee
|
d2ef01bc1a
|
add more unit tests for the json-benc glue code
|
2012-11-11 04:20:15 +00:00 |
|
Mitchell Livingston
|
8cb08e2766
|
fix typo in r13604
|
2012-10-31 21:27:07 +00:00 |
|
Mitchell Livingston
|
d73ca434c0
|
#5113 Add pbTorrent to client list
|
2012-10-31 21:25:23 +00:00 |
|
Mitchell Livingston
|
413f3dc532
|
#5111 Add Zona to client list
|
2012-10-31 21:22:23 +00:00 |
|
Mitchell Livingston
|
ff83b4ee56
|
#5104 Unknown client -MG21r0-
|
2012-10-25 03:22:41 +00:00 |
|
Jordan Lee
|
a981f4b6a6
|
(trunk, libT) #5097 'Rare buffer overflow (piece index too big)' -- fixed.
|
2012-10-20 15:57:56 +00:00 |
|
Jordan Lee
|
e5304a8aaa
|
make tr_mkdir() private.
|
2012-10-16 03:13:05 +00:00 |
|
Jordan Lee
|
bb49ab9a01
|
in torrent-magnet.c and utils.h, use tr_torrentName() instead of tor->info.name
|
2012-10-16 02:48:26 +00:00 |
|
Jordan Lee
|
8fb80f5132
|
(trunk, libT) #4638 "Transmission sends an initial 'stopped' event when adding a torrent via RPC" -- fixed.
|
2012-10-15 03:11:16 +00:00 |
|
Jordan Lee
|
1dafe0beef
|
more unit test cleanup
|
2012-10-14 23:38:52 +00:00 |
|
Jordan Lee
|
17beba3502
|
retrofit some of the tests to use the more expressive test API
|
2012-10-14 18:56:37 +00:00 |
|
Jordan Lee
|
031e313aa2
|
(trunk, libT) #5081 'Transmission discards webseed URLs that have trailing whitespace' -- fixed. Unit test passes and valgrind says 'All heap blocks were freed -- no leaks are possible'
|
2012-10-14 18:10:17 +00:00 |
|
Jordan Lee
|
0630583637
|
(trunk, libT) #5081 'Transmission discards webseed URLs that have trailing whitespace' -- add unit test (currently failing) for this bug.
|
2012-10-14 18:02:47 +00:00 |
|
Jordan Lee
|
e89fcc9bf6
|
previous commit uncovered an unused shadow variable in test-peer-id.c
|
2012-10-14 18:00:29 +00:00 |
|
Jordan Lee
|
a683ad49a8
|
steal some ideas about unit test error logging from Google Test
|
2012-10-14 17:59:24 +00:00 |
|
Jordan Lee
|
e1e254d8c2
|
fix NULL-pointer-dereference regression introduced in r13546 for #5069.
|
2012-10-13 17:32:23 +00:00 |
|
Jordan Lee
|
718da0688f
|
(trunk libT) fix webseed-in-magnet-link regression introduced in r13547 (2.71+). This issue was tracked down by by x190 in ticket #5081
|
2012-10-13 15:36:49 +00:00 |
|
Jordan Lee
|
ebd4b5e386
|
(trunk, libT) #5063 'remaining time unknown with magnets that have webseeds' -- fixed.
|
2012-10-05 22:04:08 +00:00 |
|