aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/hash_table.c
AgeCommit message (Expand)Author
2019-10-25add SPDX License identifierYann CARDAILLAC
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-05-30Respect config.hPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2013-09-02Fix -Wsign-comparepaul.betafive@gmail.com
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-27Fix some errno abuse.graham.gower
2009-11-25Return void, not int.graham.gower
2009-11-24Fix warning on 64bit arches.graham.gower
2009-11-19Simplify hash_table somewhat.graham.gower
2009-11-05Removed a bunch of if(0) and dead codepixdamix
2009-11-05s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower
2009-11-04s/strdup/xstrdup/ - check memory allocations for failure.graham.gower
2008-12-15opkg: adding the hash_table_remove API, not using yet.ticktock35
2008-12-15opkg: making hash_table_insert works as real hash_table.ticktock35
2008-12-15opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock35
2008-12-15opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35