summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix truncation problem when reading in long lines. Found by Koen Kooi.graham.gower2009-12-021-3/+4
* I'm sure that should have been buf0len.graham.gower2009-11-181-1/+1
* Fix segfault while attempting to parse invalid package stream.graham.gower2009-11-171-4/+7
* Fix copy/pasto in error message.graham.gower2009-11-121-1/+1
* Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.graham.gower2009-11-121-155/+164
* Fix parsing of Conffiles lines in status files.graham.gower2009-11-121-17/+9
* Cleanup version string handling.graham.gower2009-11-121-45/+25
* Remove a debugging fprintf I accidentally left in.graham.gower2009-11-101-3/+0
* Cleanup parsing of packages.graham.gower2009-11-101-149/+214
* Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.graham.gower2009-11-101-52/+1
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-10/+6
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-1/+2
* Add sha256 ckecksums to okpgticktock352009-10-271-0/+4
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-3/+3
* opkg: make .opk as the default opkg file extensionticktock352008-12-151-1/+1
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-9/+0
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-1/+9
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+1
* opkg: add support for Tags attributeticktock352008-12-141-0/+5
* opkg: Enable Debian style revision field by default and remove "familiar" spe...ticktock352008-12-141-13/+0
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+413