Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 hours | fw: app: http: Refactor settings handlersettings | xengineering | |
9 hours | fw: app: settings: Avoid external array | xengineering | |
3 days | WIP: fw: app: settings: Temporary fix for SEGFAULT | xengineering | |
3 days | fw: app: settings: Minimize changes for SEGFAULT fix | xengineering | |
The core issue is that JSON_TOK_STRING as last argument to JSON_OBJ_DESCR_PRIM issues the SEGFAULT. Using JSON_TOK_NUMBER instead is the minimal change to avoid the SEGFAULT temporarily. Obviously this leads to nonsense output since the string is printed out as number. | |||
4 days | WIP: fw: app: Fix SEGFAULT | xengineering | |
TODO: Only JSON numbers seem to be encodable. Strings lead to SEGFAULT TODO: For some reason the encoded string is not part of the HTTP response. | |||
4 days | WIP: fw: app: Encode settings with JSON lib | xengineering | |
TODO: SEGFAULT in json_escape_internal (grrrrr) | |||
4 days | fw: app: http: Add working GET /settings.json | xengineering | |