aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_vec.c
AgeCommit message (Expand)Author
2019-10-25add SPDX License identifierYann CARDAILLAC
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2016-09-19Fix typo in pkg_hash_fetch_best_installation_candidate.Michael Hansen
2014-12-15libopkg: Reformat multi-line if statmentsPaul Barker
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
2014-02-05libopkg: Fixup header inclusionPaul Barker
2013-09-02Fix -Wsign-comparepaul.betafive@gmail.com
2010-08-18Allow blacklisting a package in the status file.graham.gower
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2009-12-21Include config.h to pull in HAVE_* macros where needed.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-05s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower
2009-11-03Remove some code duplication, check for realloc failure.graham.gower
2009-11-03Clean up pkg_vec_insert.graham.gower
2008-12-17move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock35
2008-12-17remove some unnecessary code from pkg_vec_insertticktock35
2008-12-15opkg: using calloc to replace the malloc, initialize varaiableticktock35
2008-12-15opkg: adding the hash_table_remove API, not using yet.ticktock35
2008-12-15opkg: trivial, clean up obsolete code, and some typoticktock35
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: 's/itsy/opkg/'ticktock35
2008-12-15opkg: remove opkg.h in preperation for new APIticktock35
2008-12-15opkg: enable -Werror in libopkg and fix resulting build failuresticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35