Andy Green
6a88483f02
lejp: integrate error strings and api to core lejp
...
lejp-conf isn't the only user that needs to generate human-readable
JSON parsing error stacks.
Build it in with lejp and introduce an error code -> string api
2019-03-12 11:57:43 +08:00
Andy Green
eda102e397
jwe
2018-12-27 06:45:32 +08:00
Andy Green
253942ca80
clean: solve type conversion warnings for appveyor
2018-09-11 18:27:59 +08:00
Andy Green
d461f46a97
libwebsockets.h: clean out some boilerplate better put in core/private.h
...
https://github.com/warmcat/libwebsockets/issues/1370
2018-08-16 19:10:32 +08:00
Andy Green
94e375f552
lejp: improve bogus JSON underrun detection
...
https://github.com/warmcat/libwebsockets/issues/1357
2018-08-14 08:00:30 +08:00
Andy Green
2e4ac9defe
lejp: fix float
...
https://libwebsockets.org/pipermail/libwebsockets/2018-January/003599.html
2018-01-04 10:28:06 +08:00
Andy Green
2b30c82b9e
lejp: dont underflow with anonymous braces
2017-11-26 19:17:11 +08:00
Andy Green
a76e9aad11
lejp: handle empty arrays
2017-11-26 19:17:11 +08:00
Andy Green
5a90bb36d1
lejp: add test app to parse stdin
2017-10-26 18:55:12 +08:00
Andy Green
f9421f084b
lejp: integrate header into libwebsockets.h
2017-10-26 18:55:11 +08:00
Andy Green
5a0b5299d2
lejp: use explicit signed char return
2017-10-25 07:54:18 +08:00
Andy Green
c83afc66e6
refactor: subdirs for source in lib
...
Split out some optional code into own sources to
shrink down libwebsockets.c and server.c a bit
2017-10-16 17:28:37 +08:00