summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_vec.c
Commit message (Expand)AuthorAgeFilesLines
* Allow blacklisting a package in the status file.graham.gower2010-08-181-3/+7
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-5/+5
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-201-1/+0
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-1/+2
* Merge commit 'grg' into HEADgraham.gower2009-12-081-28/+22
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-24/+5
* Remove some code duplication, check for realloc failure.graham.gower2009-11-031-6/+9
* Clean up pkg_vec_insert.graham.gower2009-11-031-4/+8
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-161-0/+11
* remove some unnecessary code from pkg_vec_insertticktock352008-12-161-8/+5
* opkg: using calloc to replace the malloc, initialize varaiableticktock352008-12-151-2/+2
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-6/+3
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-23/+0
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+2
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-1/+6
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-2/+2
* opkg: enable -Werror in libopkg and fix resulting build failuresticktock352008-12-151-7/+4
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+236