Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

7 check-ins using file src/main.c version 420a695429

2011-09-20
16:27
minor internal cleanups and doc additions. ... (check-in: 2f3e438507 user: stephan tags: json)
16:00
CLI mode now works properly when called using an abbreviated form of "json", e.g. fossil js wiki list. Fixed an incorrect error code in /json/wiki. ... (check-in: 76d0fa2bb0 user: stephan tags: json)
15:48
Refactored page/command callback to take on argument to simplify certain dispatching ops. json_getenv() now falls back to getenv() if neither the POST data nor cgi_parameter() contains the requested value, but this is basically a workaround for my current inability to add --opt support in CLI mode (due to how HTTP/CLI command handling is consolidated). ... (check-in: 206908faee user: stephan tags: json)
2011-09-19
19:03
Moved a db_finalize() which would not have been called in a couple of error cases. ... (check-in: afc1cec6a3 user: stephan tags: json)
18:49
fixed a double-free() which could happen in one error case. ... (check-in: 65e946c714 user: stephan tags: json)
18:48
Implemented /json/wiki/list (first draft, may change). Pulled in latest cson_sqlite3 additions to simplify the impl. ... (check-in: 5cc88946a7 user: stephan tags: json)
17:11
minor cleanups in prep for the "larger" JSON APIs. ... (check-in: 87e20659c6 user: stephan tags: json)