20 timeline items by user stephan occurring around 2011-10-15 12:12:27.
|
2012-02-26
| ||
| 11:11 | [c694f3174d] fixed mis-matched ifdef for MSVC push/pop macros. Fixes ticket [f9b10a6659]. (user: stephan, tags: trunk) | |
|
2012-02-18
| ||
| 22:46 | [71aaf54186] build fixes for gcc 4.6. (user: stephan, tags: trunk) | |
|
2012-01-25
| ||
| 13:37 | [6646baf6df] Wrap whole fossil amalgamation in a FOSSIL_ENABLE_JSON block. (user: stephan, tags: trunk) | |
| 13:36 | [b05d3a86a6] comment changes only. (user: stephan, tags: trunk) | |
|
2011-11-17
| ||
| 17:59 | [bdf5b7765f] Added new ifdef to fossil-specific amalgamation. (user: stephan, tags: trunk) | |
|
2011-10-21
| ||
| 12:00 | [62ec9dc5c0] Added cson_cgi_replace_POST() and cson_cgi_replace_GET(), to support reading POST data from a file. Fixed an old stream closing bug which could lead to a leak (but was never used). (user: stephan, tags: trunk) | |
|
2011-10-16
| ||
| 15:26 | [a20488ede5] Added cson_parse_argv_flags(). (user: stephan, tags: trunk) | |
| 12:59 | [cac2568693] added cson_object_merge(). Changed cson_kvp_key() return non-const ptr to support this feature and cson_object_set_s(). (user: stephan, tags: trunk) | |
| 12:58 | [77a6bd6f74] moved cson_cgi_urldecode_inline() into the public API for use in whiki. (user: stephan, tags: trunk) | |
|
2011-10-15
| ||
| 12:12 | [0a02e9dc5e] tinkering with the cookie unsetting. _Seems_ to somewhat work now. (user: stephan, tags: trunk) | |
| 06:19 | [0ebc9a04be] Some cleanups and minor optimizations in the cson_cpdo bits. (user: stephan, tags: trunk) | |
|
2011-10-09
| ||
| 13:25 | [1fcb5ab4ea] added cson_object_fetch_sub2() and cson_object_get_sub2(). (user: stephan, tags: trunk) | |
|
2011-10-08
| ||
| 07:27 | [98f08306f2] doh, made cson_cpdo_stmt_col_names() non-static. (user: stephan, tags: trunk) | |
| 05:57 | [a0413c7a13] A couple memory optimizations. Added cson_cpdo_stmt_col_names() to public API. (user: stephan, tags: trunk) | |
| 05:28 | [b4f999205a] minor hack to allow cson_amalgamation to use the fossil malloc/free/realloc functions when building in that tree. (user: stephan, tags: trunk) | |
|
2011-10-07
| ||
| 10:48 | [d135ca984c] internal refactoring in the sqlite3/cson code to make use of refcounted keys for column names in result set conversions. (user: stephan, tags: trunk) | |
| 10:41 | [8012a85587] constness changes in a couple cson_string-using functions so that they can play with the newer APIs. (user: stephan, tags: trunk) | |
| 10:19 | [4590fb3819] removed debugging output :/. (user: stephan, tags: trunk) | |
| 10:15 | [5e0991e326] cson_object now internally uses cson_value keys, and clients can use cson_string keys, meaning we can now referernce count object keys. Seems to work, too. Valgrind is happy. (user: stephan, tags: trunk) | |
| 08:30 | [c6c5c292f9] Added cson_value_msize(). Found a minor malloc()-count optimization when cloning Objects. (user: stephan, tags: trunk) | |