summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a specific pointer typedef for parse_line functionsjaviplx@gmail.com2011-04-261-3/+4
* Move pkg_parse_from_stream_nomalloc into parse_utiljaviplx@gmail.com2011-04-261-87/+6
* Create parse_util with some of the non-public functions from pkg_parse.cjaviplx@gmail.com2011-04-071-65/+8
* Add missing space.graham.gower@gmail.com2011-02-131-1/+1
* mask && PFM_FOO should instead be mask & PFM_FOO.graham.gower2010-09-141-9/+8
* Remove stray semicolon.graham.gower2010-08-241-1/+1
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-3/+3
* Set the arch_priority when parsing the Architecture.graham.gower2009-12-201-2/+16
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-201-0/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-3/+2
* I've made substantial changes to these files. Add new copyright line.graham.gower2009-12-101-1/+2
* Merge commit 'grg' into HEADgraham.gower2009-12-081-27/+33
* 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