Jordan Lee
|
ba688e2811
|
silence a small handful of minor gcc compiler warnings in libtransmission
|
2013-08-17 16:31:03 +00:00 |
|
Jordan Lee
|
445609f690
|
(trunk) prefer tr_remove() to unlink() or rmdir()
|
2013-02-04 21:53:19 +00:00 |
|
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
|
a04fb2c9d9
|
(libT) add rb07's win32 implementation of tr_mkstemp()
|
2013-02-04 21:07:24 +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
|
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
|
765ed4a0d2
|
(trunk, libT) #5201 'tr_variantDict can be much faster' -- don't test to see if each dictionary value that's a string is a quark... it almost never is, so the lookup isn't worth it.
|
2012-12-28 23:46:34 +00:00 |
|
Jordan Lee
|
94b5e88d36
|
(trunk, libT) more tr_variant revision: faster serialization, dictionaries use less space
|
2012-12-24 22:38:41 +00:00 |
|
Jordan Lee
|
c1559f3cc4
|
(trunk, libT) first drop of the tr_quark patch.
|
2012-12-22 20:35:19 +00:00 |
|
Jordan Lee
|
df5b6365bd
|
(trunk, libT) faster JSON parsing for tr_variant. This mostly helps the Qt client, which makes heavy use of the JSON-based RPC calls.
|
2012-12-15 00:01:59 +00:00 |
|
Jordan Lee
|
c5ff0c0308
|
copyediting: indentation, whitespace
|
2012-12-14 16:04:44 +00:00 |
|
Jordan Lee
|
a11d5a66ff
|
svn add variant.c
|
2012-12-14 04:36:33 +00:00 |
|