| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
- Check stack usage during decode to prevent crashing in excessively
nested data structures.
- Preallocate the required memory for json_append_string().
|
| |
|
| |
|
|
|
|
|
| |
- Change default to 1024 byte strings and doubling in size
- Add strbuf debug statistics
|
| |
|
|
|
|
|
| |
- Add json_encode_exception()
- Update to throw exceptions during encoding
|
| |
|
|
|
|
|
|
|
|
| |
- Support strbuf_free() when strbuf is not dynamically created.
- Ensure strbuf_free_to_string() returns a null terminated string.
- Tidy API function naming.
- Add strbuf_append_string(), strbuf_string().
- Allocate initial buffer in strbuf_init().
|
|
|
|
|
| |
Split Lua JSON from parent project to create standalone module.
Remove unnecesssary files from new repo.
|
|
|