]> git.sur5r.net Git - openldap/history - servers/slapd/sl_malloc.c
struct slab_heap *sh was accessed through the wrong type
[openldap] / servers / slapd / sl_malloc.c
2005-07-14 Hallvard Furusethstruct slab_heap *sh was accessed through the wrong...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-04 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-04-30 Howard ChuFix ITS#3695 preserve stack alignment in slap_sl_realloc
2005-01-19 Howard ChuMake sl_context just return NULL in tool mode, we have...
2005-01-14 Pierangelo Masaratisilence (a couple of) warnings
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-08 Jong Hyuk Choimisc cleanup
2004-12-07 Howard ChuFix ITS#3420
2004-11-30 Jong Hyuk Choirestructuring and cleanup
2004-11-27 Pierangelo Masaratimake unregistered known controls show up as undefined...
2004-11-23 Jong Hyuk Choibuddy allocator for sl_malloc. Configurable at thread...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-05-27 Howard ChuFix ITS#3155
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-01-01 Kurt ZeilengaHappy new year
2003-12-18 Howard ChuITS#2884 silence warning. We don't dereference this...
2003-12-07 Howard ChuITS#2864 removed sl_mark/sl_release code
2003-11-27 Kurt ZeilengaUpdated notices
2003-05-30 Jong Hyuk Choicleanup comments of sl_mem_detach()
2003-05-23 Howard ChuAdd comments to sl_mem_detach()
2003-05-23 Howard ChuITS#2542 fix?
2003-05-22 Hallvard FurusethDon't do pointer arithmetic on void pointers.
2003-05-20 Jong Hyuk Choipersistent search updates with recent changes
2003-04-29 Hallvard FurusethDon't do arithmetic on void pointers.
2003-04-12 Howard ChuAdded sl_context() to return the context associated...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuEliminate getkey search
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...