Timeline

Not logged in

20 timeline items related to "trunk" occurring around 2011-10-08 05:57:24.

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)
06:39
[e10609a656] Added some convenience functions which were not feasible before the recent optimization. (user: stephan, tags: trunk)
02:12
[e93a0a1956] merged in [val-alloc-combo] branch. (user: stephan, tags: trunk)
02:11
[33554cb893] Closed-Leaf: Cleanups in the alloc reorgs. Added cson_(string|array|object)_value() (made possible (for free) by these optimizations). (user: stephan, tags: val-alloc-combo)
00:07
[ce7878f71d] refacting cson_value allocations for an interesting optimization. (user: stephan, tags: val-alloc-combo)