Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/cgi.c version 5e56aa9998
|
2011-09-17
| ||
| 14:24 | logout now fails if the auth token is not available to it (as a sanity check and potentially stop someone from logging out someone else). check-in: affdf56c3f user: stephan tags: json | |
| 01:25 | dropped back to a simpler timestamp generation mechanism. Thanks to Ge Weijers for the input. check-in: 147f4bfb62 user: stephan tags: json | |
|
2011-09-16
| ||
| 23:29 | Added some code for dumbing-down only the different login errors (missing name, missing pw, or no match found). Defaults to dumbed-down mode. check-in: 388c9888af user: stephan tags: json | |
| 23:06 | worked around a weird cgi_parameter() bug. We are now not processing the name/password params with the precedence i would like, but it works now in server/cgi modes with GET and POST. check-in: b0885e864c user: stephan tags: json | |
| 21:39 | restructured /json/cap output. check-in: 7e3902d14f user: stephan tags: json | |
| 19:27 | implemented /json/logout. check-in: e94605b54f user: stephan tags: json | |
| 18:57 | Merged trunk [693ab93b7d] to quiet down -Wall. Removed a trailing comma from an enum (-Wall mode). check-in: 98cdd410df user: stephan tags: json | |
| 18:55 | style conformance touch-ups. check-in: 45cd04f8c1 user: stephan tags: json | |
| 18:39 | Refactored the special-case CLI-mode arg/path handling in the CGI/server-mode mechanism. Fixed: server-mode response timestamp was always the time the server process started. check-in: 0bb823032f user: stephan tags: json | |
| 18:29 | more cleanups in the json arg/path handling. check-in: 35b9edba83 user: stephan tags: json | |
| 17:53 | minor cleanups to the json "command path" handling. check-in: 2dcc2397b5 user: stephan tags: json | |
| 17:26 | Consolidated server/cgi/cli path/arg handling (will break when add --options to CLI mode). check-in: c5fbcced80 user: stephan tags: json | |