Timeline

Not logged in

20 timeline items related to "trunk" occurring around 2011-09-14 14:29:11.

2011-09-23
02:25
[7e97afd921] Minor error handling cleanup for OOM condition when allocating new "large" integer. (user: stephan, tags: trunk)
2011-09-19
18:36
[8825f3988a] corrected fossil path (user: stephan, tags: trunk)
18:35
[923d35a4bb] refactored cson_sqlite3 funcs to make smaller components available in the public API (for re-use in the fossil tree). (user: stephan, tags: trunk)
2011-09-18
04:14
[23c9788c1f] Trimmed down the cson/fossil amalgamation to only the core+sqlite3 bits. (user: stephan, tags: trunk)
2011-09-16
13:38
[7e07f7cc9f] now conditionally include the signals support. (user: stephan, tags: trunk)
13:38
[99fdd201f1] added check for _WIN64. (user: stephan, tags: trunk)
13:32
[420cfaa846] Added support (UNTESTED!) for remove() instead of unlink() on Windows. (user: stephan, tags: trunk)
11:48
[c5b21340c6] minor compile fix for MSVC (thanks to Robert Engelhardt) (user: stephan, tags: trunk)
2011-09-15
11:59
[797bd45a7a] minor path change. (user: stephan, tags: trunk)
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)