summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
Commit message (Expand)AuthorAgeFilesLines
...
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-8/+8
* Remove str_dup_safe() in favour of xstrdup() from libbb.graham.gower2009-11-031-13/+14
* Stop my eyes from bleeding.graham.gower2009-11-021-487/+108
* Free memory used when parsing a control file.graham.gower2009-11-011-2/+8
* Add sha256 ckecksums to okpgticktock352009-10-271-1/+25
* reduce a big memory leakticktock352009-03-261-1/+2
* because of the file_hash_set_file_owner may break the file list of pkgsticktock352009-03-091-2/+4
* reduce a meory leakticktock352009-02-031-2/+5
* fix a buffer overflow bug that causeticktock352009-01-191-3/+30
* using list_head to handle the listticktock352008-12-181-34/+20
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-161-2/+0
* introduce the active_list for searching.ticktock352008-12-161-2/+2
* opkg: introduce active list into pkg_tticktock352008-12-151-2/+4
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-6/+6
* opkg: mark the pkg SF as !SF_FILELIST_CHANGED after write back.ticktock352008-12-151-0/+2
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-1/+1
* opkg: add a simple way to pass a path environment for pre/post scription exec...ticktock352008-12-151-1/+18
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-151-1/+2
* opkg: fix the crashing issue.ticktock352008-12-151-2/+1
* opkg: mark one line that cause crash.ticktock352008-12-151-1/+2
* opkg: make .opk as the default opkg file extensionticktock352008-12-151-1/+1
* opkg: balance the installed_files reference countticktock352008-12-151-0/+1
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-1/+1
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-3/+1
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-19/+34
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-4/+53
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+1
* opkg: enable -Werror in libopkg and fix resulting build failuresticktock352008-12-151-4/+4
* opkg: add support for Tags attributeticktock352008-12-141-0/+21
* opkg: Enable Debian style revision field by default and remove "familiar" spe...ticktock352008-12-141-24/+2
* opkg: Update the version comparision to a more recent one from dpkg. Thisticktock352008-12-141-37/+31
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+1762