0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo More... over 15 years ago
added missing memset to clear released hashtable entries in cp_hashtable_remove_all More... over 15 years ago
fixes in free block mgmt code More... about 16 years ago
o set minimal allocation size to the minimum required to prevent free block leakage o fixed btreenode_unify and btree_set_root to support root node removal More... about 16 years ago
more or less functional version of cp_btree. Remaining issue is that free blocks smaller than 8 bytes can't be reused - to be resolved by forcing upwards rounding to an 8 byte alignment. More... over 16 years ago
fixed missing cast on malloc More... over 16 years ago
fixed the version indicator in http.h More... over 16 years ago
updated change log More... over 16 years ago
version 0.1.8 More... over 16 years ago
fixed test programs More... over 16 years ago
set internal ordering to comply to convention that smaller items go on the left, larger items on the right More... over 16 years ago
fixed reindexing code More... over 16 years ago
fix debug mayhem in cp_multimap_delete More... over 16 years ago
typos and missing .so links for cp_multimap_get_by_index, cp_multimap_find* More... over 16 years ago
fix for windows build More... over 16 years ago
more fixes to windows build More... over 16 years ago
fixes for windows build More... over 16 years ago
updated copyright notices More... over 16 years ago
fixes for --disable-ssl configuration fixes for intel compiler warnings More... over 16 years ago
fixed bug with COLLECTION_MODE_COPY in multimap More... over 16 years ago
fixed gcc warning More... over 16 years ago
adding multimap More... over 16 years ago
cleanup towards 0.1.7 More... over 16 years ago
adding documentation for multimap More... over 16 years ago
adding error codes CP_LOCK_FAILED, CP_UNLOCK_FAILED More... over 16 years ago
adding tests for multimap reindexing feature More... over 16 years ago
multimap adpated to support non-unique default indices More... over 16 years ago
adding function cp_index_map_create More... over 16 years ago
fixed return value More... over 16 years ago
modified debug msg More... over 16 years ago