libopkg: fix merging PKG_CONFFILES in pkg_merge()
[oweals/opkg-lede.git] / libopkg / pkg.c
2017-02-16 Jo-Philipp Wichlibopkg: fix merging PKG_CONFFILES in pkg_merge()
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 Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: pass PKG_UPGRADE variable to package scripts
2017-02-10 Jo-Philipp Wichlibopkg: suppress empty provides
2010-11-22 graham.gower@gmail.comPrint the package name corresponding to a failed script.
2010-11-19 graham.gower@gmail.comFix formatting issues found with the last commit.
2010-09-15 graham.gowerUse uppercase M for printing maintainer field, to be...
2010-09-13 google@wwsnet.netfix compile issues on OS X and FreeBSD
2010-09-13 google@wwsnet.netimplement --force-postinstall option, this allows forci...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-06-21 graham.gowerMinor cleanup/simplification.
2010-01-12 graham.gowerPrint an error in the case of a broken control.tar...
2009-12-21 graham.gowerSet the arch_priority when parsing the Architecture.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-14 graham.gowerDon't need \n for perrors.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerProvide error checking for users of pkg_extract_* funct...
2009-11-27 graham.gowerAdd __FUNCTION__ to the error mesage.
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-26 graham.gowerfile_util.c cleanups. Remove redundant str_chomp from...
2009-11-25 graham.gowerPropagate errors upwards.
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-24 graham.gowerRemove remaining uses of pkg->*_str arrays and free...
2009-11-24 graham.gowerThere should be a space before the bracket.
2009-11-24 graham.gowerFix pkg_depend_str() to not use pkg->depends_str.
2009-11-23 pixdamixAllow to install a package from a read-only dir
2009-11-22 graham.gowerChange fdopen(fd, "rw+") to fdopen(fd, "r+").
2009-11-19 graham.gowerMake the Auto-Installed field useful.
2009-11-19 graham.gowerFree some strings as soon as they are parsed to save...
2009-11-19 graham.gowerAssume a similar problem exists with this fdopen as...
2009-11-18 pixdamixFix a bug introduced in r323.
2009-11-17 graham.gowerPut the tmp file under conf->tmp_dir.
2009-11-17 graham.gowerUse the filename arg as a base for the temp file. Clean...
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-15 graham.gowerFix leak in error path.
2009-11-12 graham.gowerFix parsing of Conffiles lines in status files.
2009-11-12 graham.gowerCleanup version string handling.
2009-11-11 graham.gowerCleanup parsing of packages.
2009-11-10 graham.gowerRemove opkg_internal_use_only and fix associated assump...
2009-11-10 graham.gowerRemove the assumption that pkg fields have been allocat...
2009-11-06 graham.gowerMore dead code removal.
2009-11-05 pixdamixRemoved a bunch of if(0) and dead code
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-05 graham.gowerDon't set PATH="/dev/null". Shuffle things around while...
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove str_dup_safe() in favour of xstrdup() from libbb.
2009-11-03 graham.gowerStop my eyes from bleeding.
2009-11-02 graham.gowerFree memory used when parsing a control file.
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-03-26 ticktock35reduce a big memory leak
2009-03-09 ticktock35because of the file_hash_set_file_owner may break the...
2009-02-03 ticktock35reduce a meory leak
2009-01-19 ticktock35fix a buffer overflow bug that cause
2008-12-18 ticktock35using list_head to handle the list
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: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: mark the pkg SF as !SF_FILELIST_CHANGED after...
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35opkg: fix the crashing issue.
2008-12-15 ticktock35opkg: mark one line that cause crash.
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: balance the installed_files reference count
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
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: Enable Debian style revision field by default...
2008-12-15 ticktock35opkg: Update the version comparision to a more recent...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories