Timeline

Not logged in

20 checkins occurring around 2011-09-06 20:49:09.

2011-09-14
14:29
[10d4f65d34] minor internal code reorgs. (user: stephan, tags: trunk)
07:17
[b954810a1b] minor internal touch-ups, nothing functional. (user: stephan, tags: trunk)
2011-09-13
12:14
[21404ea1f4] A couple very minor internal cleanups. (user: stephan, tags: trunk)
2011-09-09
22:37
[f090f9ad79] removed cson_refcount_set(). (user: stephan, tags: trunk)
18:41
[e65007a7e5] removed generation timestamp to avoid false "has changed" states in other trees using the generated code. (user: stephan, tags: trunk)
18:38
[0123f453fd] Added cson_value_refcount_set() (against my better judgement!) and cson_object_take() (to work around the case refcount_set() is needed for). Re-enabled POST form-urlencoded reading by default (disabled in the fossil amalgamation build). (user: stephan, tags: trunk)
13:36
[10f6a3cefb] Added CSON_CGI_ENABLE_POST_FORM_URLENCODED as a temporary(?) workaround for fossil integration. (user: stephan, tags: trunk)
13:13
[fded9669ff] moved cson_cgi_gc_add() to the public API for re-use in fossil. (user: stephan, tags: trunk)
01:28
[b449884433] added cgi support to the fossil amalgamation. (user: stephan, tags: trunk)

2011-09-06
20:49
[905be2b596] Created special-purpose amalgamation for up-comming Fossil/JSON features. (user: stephan, tags: trunk)

2011-07-28
12:33
[bd8d71f663] Reimplemented cson_cgi_response_output_cookies() to not use an intermediary output buffer for most stuff. The buffer overflow possibilities are, as far as i can determine, gone. Improved the automatic Content-type determination to assume Accept: */* means application/json is okay. (user: stephan, tags: trunk)
12:21
[41aa9179ce] build fix (mysql was not found). (user: stephan, tags: trunk)
2011-07-27
23:00
[18ced6c320] restructuring of the amalgamation build to eventually simplify inclusion of fastcgi. (user: stephan, tags: trunk)
23:00
[8aca1cd80c] re-enabled signal handling by default. (user: stephan, tags: trunk)
22:43
[d6e8393694] Removed the fastcgi bits from this level. Apparently ALL of the the relevant code has to be built/linked with fastcgi, and that's much easier to control when building from cson_amalgamation. (user: stephan, tags: trunk)
22:22
[6738fd65c6] Experimenting with fastcgi. (user: stephan, tags: trunk)
21:16
[5174a34a2e] added missing Status header. Added an arguably missing fflush(). (user: stephan, tags: trunk)
20:09
[87be4d5f47] increased the int-to-string output buffer size... just because. (user: stephan, tags: trunk)
19:29
[4d818ba4c4] Minor internal cleanups in cson_cgi_cx_clean. (user: stephan, tags: trunk)
17:34
[c3c0dc7b7d] minor doc addition. (user: stephan, tags: trunk)