build: remove automake/autoconf build system
[oweals/opkg-lede.git] / libopkg / hash_table.c
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerFix some errno abuse.
2009-11-25 graham.gowerReturn void, not int.
2009-11-24 graham.gowerFix warning on 64bit arches.
2009-11-19 graham.gowerSimplify hash_table somewhat.
2009-11-05 pixdamixRemoved a bunch of if(0) and dead code
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: making hash_table_insert works as real hash_table.
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories