libopkg: store checksums in binary form, use integer index for architecture
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
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: make MD5 support optional
2017-02-10 Jo-Philipp Wichlibopkg: line-wrap descriptions only on interactive...
2017-02-10 Jo-Philipp Wichlibopkg: do not rely on getline()
2011-04-07 javiplx@gmail.comCreate parse_util with some of the non-public functions...
2011-02-14 graham.gower@gmail.comAdd missing space.
2010-09-15 graham.gowermask && PFM_FOO should instead be mask & PFM_FOO.
2010-08-24 graham.gowerRemove stray semicolon.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-21 graham.gowerSet the arch_priority when parsing the Architecture.
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-11 graham.gowerI've made substantial changes to these files. Add new...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-03 graham.gowerFix truncation problem when reading in long lines....
2009-11-19 graham.gowerI'm sure that should have been buf0len.
2009-11-18 graham.gowerFix segfault while attempting to parse invalid package...
2009-11-12 graham.gowerFix copy/pasto in error message.
2009-11-12 graham.gowerCleanup the rest of pkg_parse.c. Give some functions...
2009-11-12 graham.gowerFix parsing of Conffiles lines in status files.
2009-11-12 graham.gowerCleanup version string handling.
2009-11-11 graham.gowerRemove a debugging fprintf I accidentally left in.
2009-11-11 graham.gowerCleanup parsing of packages.
2009-11-10 graham.gowerRemove opkg_internal_use_only and fix associated assump...
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
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: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: add support for Tags attribute
2008-12-15 ticktock35opkg: Enable Debian style revision field by default...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories