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
|
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
|
c1559f3cc4
|
(trunk, libT) first drop of the tr_quark patch.
|
2012-12-22 20:35:19 +00:00 |
Jordan Lee
|
e96ed247fe
|
refactor libtransmission's tr_benc class as tr_variant.
|
2012-12-14 04:34:42 +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
|
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 |
Jordan Lee
|
d2ef01bc1a
|
add more unit tests for the json-benc glue code
|
2012-11-11 04:20:15 +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
|
74c56f27b0
|
(trunk, libtransmission) #4934 "Create a test harness and use it for current tests" -- patch by gvdl
|
2012-08-18 16:07:05 +00:00 |
Charles Kerr
|
c808cd624a
|
(trunk libT) #3134 "transmission-remote apparently can't handle apostrophes in errorStrings" -- I'm unable to reproduce the reported behavior, but that's no reason to let a new unit test go to waste... committing the unit test anyway
|
2010-04-15 19:27:47 +00:00 |
Charles Kerr
|
9238fb0299
|
(trunk) #2131: clean up benc read/write API
|
2009-06-02 01:48:48 +00:00 |
Charles Kerr
|
7f85090587
|
(trunk) add a "source" argument to tr_jsonParse() so that if there's an error we can log the filename, or that it came from rpc, etc.
|
2009-06-01 18:57:37 +00:00 |
Charles Kerr
|
1c3f3acbca
|
(trunk) add an option to the JSON generator to disable the human-readable indentations. Keep indenting the data files such as settings.json, but don't indent the messages used for RPC. This cuts the cost of deflate()ing those RPC messages by about 80%...
|
2009-05-16 05:51:52 +00:00 |
Charles Kerr
|
dce5997f29
|
(trunk) fix another new bencode bug. add some more unit tests for benc.
|
2009-04-05 23:16:45 +00:00 |
Charles Kerr
|
b5a6f8a013
|
(trunk libT) #1845: if settings.json is empty, T crashes with "Assertion: tr_bencIsDict( source ) failed"
|
2009-02-18 16:47:27 +00:00 |
Charles Kerr
|
13c22f88ff
|
(trunk libT) fix some code that the newly-added gcc warnings didn't like
|
2009-01-23 18:44:15 +00:00 |
Charles Kerr
|
1bcc998694
|
(trunk libT) fix a couple of minor memory leaks
|
2008-12-30 22:19:52 +00:00 |
Charles Kerr
|
6bec82d0a6
|
(trunk libT) have tr_bencSaveAsJSON() use an evbuffer
|
2008-12-30 22:07:39 +00:00 |
Charles Kerr
|
cc89872dd4
|
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
|
2008-09-23 19:11:04 +00:00 |
Charles Kerr
|
dcecf09d96
|
bencode cleanup: remove unused functions and unnecessary #includes
|
2008-08-21 14:57:59 +00:00 |
Charles Kerr
|
6e23743c33
|
(libT) do proper JSON escaping
|
2008-08-19 23:11:35 +00:00 |
Charles Kerr
|
812b6a1218
|
roll back the last two diffs (r6582 and r6583) in favor of a simpler/cleaner/better fix
|
2008-08-18 03:44:09 +00:00 |
Charles Kerr
|
0396d9691f
|
(libT) better handling of non-ascii characters when parsing JSON files
|
2008-08-18 03:10:59 +00:00 |
Charles Kerr
|
51aff87443
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
Charles Kerr
|
2c79888a93
|
RPC/IPC redesign
|
2008-05-18 16:44:30 +00:00 |
Charles Kerr
|
e607f26893
|
add json-to-benc parser
|
2008-05-11 22:42:53 +00:00 |