Fred Wright
|
253416d959
Fix problems with new FALLTHROUGH.
|
4 лет назад |
Gary E. Miller
|
cf1af9a13f
compiler.h: Define FALLTHROUGH. Use it in driver_tsip.c, json.c
|
4 лет назад |
Boian Bonev
|
0c47b03d1c
Fix typos
|
4 лет назад |
Eric S. Raymond
|
23455d11e6
Make the JSON parser ignore optional whiterspace after values.
|
4 лет назад |
James Browning
|
21c8a894aa
json.c: minor updates ...
|
4 лет назад |
Gary E. Miller
|
15b0738ca1
SConstruct: Remove clientdebug_enable config flag.
|
4 лет назад |
Gary E. Miller
|
ea9c1c6dfc
json.c: Fix copyright, remove tabs, fix long lines.
|
4 лет назад |
Fred Wright
|
cca937505b
[gpsd_]json.c: Fix compiler warnings.
|
5 лет назад |
Gary E. Miller
|
894c2182fa
json.c: Change json_clean() to json_quote()
|
5 лет назад |
Gary E. Miller
|
0dcc6e2a5b
json.c: Fix another buffer issue. Convert partial unicode.
|
5 лет назад |
Gary E. Miller
|
dbef4df7db
json.c: Clean up json_clean() and tests.
|
5 лет назад |
Gary E. Miller
|
2f01b67cd0
json.*: json_clean() needs length of input and output buffers.
|
5 лет назад |
James Browning
|
412ce85b36
json.c fix API and Unicode handling.
|
5 лет назад |
Gary E. Miller
|
aa725d1bb9
json.c: Add some fixmes.
|
5 лет назад |
James Browning
|
849ffb5f27
Bug #54: Escape ASCII subset of error response
|
5 лет назад |
James Browning
|
3fd87ec954
Bodge wildcard ignore option
|
5 лет назад |
Gary E. Miller
|
6506bdd8e8
JSON: clean up t_time timespec handling.
|
5 лет назад |
Gary E. Miller
|
4eaa31fb72
json.c: Convert to iso8601_to_timespec()
|
5 лет назад |
Gary E. Miller
|
6e4c97a0fc
json/driver_nmea0183: Add a cast for isxdigit(). For NetBSD 6.
|
5 лет назад |
Gary E. Miller
|
0438375d46
json: NetBSD objects to char as array index.
|
5 лет назад |
Gary E. Miller
|
c5d0f43cbd
Make sure gpsd_config.h is before all includes.
|
5 лет назад |
Gary E. Miller
|
be2cabf020
json.c: Add t_byte and t_ubyte decodes.
|
5 лет назад |
Gary E. Miller
|
21a28ddec4
Replace gnu-ism: __attribute__ ((fallthrough));
|
6 лет назад |
Gary E. Miller
|
6027b102c7
LICENSE: Update licenses for consistency. No functional changes.
|
6 лет назад |
Eric S. Raymond
|
2ed105d6ff
Reconverge with microjson version..
|
6 лет назад |
Eric S. Raymond
|
041447e3ba
Abandon JSON_MINIMAL. The small amount of code it saves is not worth the clutter.
|
6 лет назад |
Gary E. Miller
|
a399e85c12
json.c: ECMA-404 says JSON \u must have 4 hex digits
|
6 лет назад |
Eric S. Raymond
|
7646cbd040
Add bounds check in in_escape state of JSON parser.
|
6 лет назад |
Eric S. Raymond
|
bdf047fefa
Suppress GCC 7.3.0 fallthrough warnings in intentional cases.
|
6 лет назад |
Gary E. Miller
|
a968ebb384
json.c Allow for \u escapes with fewer than 4 digits.
|
6 лет назад |