20 checkins by user stephan occurring around 2011-04-12 18:08:11.
|
2011-04-13
| ||
| 21:18 | [5d21b66760] Some output format cleanups to suit my various test modes. (user: stephan, tags: trunk) | |
| 13:52 | [789b7d50e4] Reordered environment list in demo output, to simplify my testing. (user: stephan, tags: trunk) | |
| 12:31 | [a1e09f960d] Minor doc additions/cleanups. (user: stephan, tags: trunk) | |
| 11:40 | [f66e40c943] Added cson_session SQL examples. (user: stephan, tags: trunk) | |
| 11:25 | [247908b607] egg (user: stephan, tags: trunk) | |
| 11:16 | [c817c4e0a1] Build touchups which allow me to build with a local copy of the sqlite3 amalgamation on my web hoster's site. (user: stephan, tags: trunk) | |
| 10:19 | [2058abad4d] s/cson_err_string/cson_rc_string/g (user: stephan, tags: trunk) | |
| 09:42 | [52e1b9f5e9] Reimplemented the filename generator code so that we no longer overrun a buffer on a really long (1k+) filename. (user: stephan, tags: trunk) | |
|
2011-04-12
| ||
| 20:35 | [86dc120c67] Fixed a bug which caused bool/null cookie values to be empty strings. (user: stephan, tags: trunk) | |
| 18:48 | [3fb22ad738] Minor internal cleanups. (user: stephan, tags: trunk) | |
| 17:58 | [c2a5483a0f] Minor improvements in the demo. (user: stephan, tags: trunk) | |
| 17:12 | [73cb139a6c] Minor cleanups to session id handling. Added initial support for using /dev/urandom for rng bytes. Disabled HttpOnly cookie flag by default to simplify demo/test javascript code. (user: stephan, tags: trunk) | |
| 17:11 | [5214c07ce5] Changes cson_sessmgr_file() interface to match new cson_sessmgr_factory_f() typedef. (user: stephan, tags: trunk) | |
| 17:05 | [ae66f515ca] Now tries to treat json field as string, falling back to blob if the string bind/get fails. (user: stephan, tags: trunk) | |
| 17:04 | [ecda054380] Some minor improvements to the html demo. (user: stephan, tags: trunk) | |
| 14:49 | [5d955c2c35] Fixed a bug which caused session saving to break completely for the cpdo implementation. Was introduced via my mis-management of a merge result. (user: stephan, tags: trunk) | |
| 14:36 | [23989f55bc] Once again fixed screwy indentation. (user: stephan, tags: trunk) | |
|
2011-04-11
| ||
| 21:02 | [266a1e7788] s/cson_cgi_get_map_XXX/cson_cgi_env_get_XXX/g (user: stephan, tags: trunk) | |
| 19:49 | [66b7d3137e] Merged in cson-cgi branch to the trunk. (user: stephan, tags: trunk) | |
| 19:47 | [9d6a288b44] Closed-Leaf: Fixed a memleak which could happen in some (unusual?) error cases in cson_parse(). (user: stephan, tags: cson-cgi) | |