summaryrefslogtreecommitdiffstats
path: root/libopkg/hash_table.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-7/+7
* Merge commit 'grg' into HEADgraham.gower2009-12-081-3/+1
* Fix some errno abuse.graham.gower2009-11-261-1/+0
* Return void, not int.graham.gower2009-11-251-4/+2
* Fix warning on 64bit arches.graham.gower2009-11-241-1/+1
* Simplify hash_table somewhat.graham.gower2009-11-181-39/+56
* Removed a bunch of if(0) and dead codepixdamix2009-11-051-3/+0
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-9/+3
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-1/+2
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-1/+32
* opkg: making hash_table_insert works as real hash_table.ticktock352008-12-151-1/+6
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+1
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-1/+20
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+155