Leaves

Not logged in

Closed leaves:

2011-10-07
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)
2011-07-27
16:48 [6b6a8752d3] Closed-Leaf: Narrowed down session ID bug to only happening when custom session.cookieName is used. But do not yet know why. Possibly a side-effect of my client having 2 copies of that cookie? (user: stephan, tags: cgi-context)
2011-04-15
17:22 [49378c61db] Closed-Leaf: Giving up on the BST because, in hindsight, it will perform, on average, O(N) for cases where property names are already sorted (most JSON impls use assoc. arrays sorted by key). (user: stephan, tags: obj-bst)
2011-04-11
19:47 [9d6a288b44] Closed-Leaf: Fixed a memleak which could happen in some (unusual?) error cases in cson_parse(). (user: stephan, tags: cson-cgi)
2011-04-09
05:39 [31f107e100] Closed-Leaf: Re-added cson_sessmgr_api::remove(). Weird db problem seems to have disappeared. (user: stephan, tags: cson-cgi)
03:32 [032372cc2e] Closed-Leaf: Added cson_sessmgr_api::remove() op. (user: stephan, tags: cson-cgi)
2011-03-25
07:14 [6588c5d814] Closed-Leaf: Removed cson_lists.h from CLEAN_FILES b/c it interferes with fossil's up-to-date checks. (user: stephan, tags: with-refcount)
2011-01-28
00:42 [6cfaa8dd56] Closed-Leaf: Integer values no longer need to allocate if CSON_VOID_PTR_IS_BIG is true at compile-time. (user: stephan, tags: no-alloc-int)