aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wsjson.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21NGAP: fix dissection of multiple NGAP messages in the same HTTP2 packetPascal Quantin1-3/+40
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-7/+8
2019-09-06wsjson.c: do not leak memory when checking input buffer in json_validate()Pascal Quantin1-5/+5
2019-09-03Also don't treat an empty buffer as JSON.Guy Harris1-3/+7
2019-09-03Strengthen the JSON validator.Guy Harris1-0/+12
2019-06-16NGAP: fix dissection of N2 Information ContentPascal Quantin1-0/+71
2018-11-20Drop JSON-GLib completelyPeter Wu1-10/+0
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-4/+9
2018-11-20wsutil: fix indentation/modelines in wsjsonPeter Wu1-132/+132
2018-05-13wsutil: fix json-glib memleaks and warningPeter Wu1-2/+2
2018-04-24wsutil: use json-glib instead of jsmn if present.Dario Lombardo1-2/+13
2018-04-21wsutil: convert one leftover function in wsjson.Dario Lombardo1-2/+2
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo1-0/+181