libopkg: fix merging PKG_CONFFILES in pkg_merge()
[oweals/opkg-lede.git] / libopkg / pkg.h
2017-02-16 Jo-Philipp Wichlibopkg: fix pkg_set_ptr() to properly set NULL pointers
2017-02-16 Jo-Philipp Wichlibopkg: introduce SF_NEED_DETAIL flag
2017-02-16 Jo-Philipp Wichlibopkg: fix hex encoding/decoding, add checksum getter...
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
2017-02-13 Jo-Philipp Wichpkg: move active_list structure out of pkg_t
2017-02-13 Jo-Philipp Wichpkg: convert most other struct members into dynamic...
2017-02-13 Jo-Philipp Wichpkg: store size, installed size and installed time...
2017-02-13 Jo-Philipp Wichpkg: use a blob buffer in pkg_t to store variable fields
2017-02-10 Jo-Philipp Wichpkg: coalesce soem flag members into a packed bit field
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: pass PKG_UPGRADE variable to package scripts
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-21 graham.gowerInclude config.h to pull in HAVE_* macros where needed.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-25 graham.gowerVarious cleanups for pkg.{c,h}.
2009-11-25 graham.gowerMake a couple of functions static, and return void...
2009-11-23 pixdamixAllow to install a package from a read-only dir
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-03 graham.gowerRemove prototype for deleted function.
2009-11-03 graham.gowerStop my eyes from bleeding.
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2008-12-17 ticktock35move pkg_compare_name to pkg_vec and remove qsort in...
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: introduce active list into pkg_t
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: add support for Tags attribute
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories