Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
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