aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_parse.c
AgeCommit message (Expand)Author
2014-06-05Cleanup trailing whitespaceEmmanuel Deloget
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2013-09-02Renamed conf to opkg_configpaul.betafive@gmail.com
2011-04-26Introduce a specific pointer typedef for parse_line functionsjaviplx@gmail.com
2011-04-26Move pkg_parse_from_stream_nomalloc into parse_utiljaviplx@gmail.com
2011-04-07Create parse_util with some of the non-public functions from pkg_parse.cjaviplx@gmail.com
2011-02-14Add missing space.graham.gower@gmail.com
2010-09-15mask && PFM_FOO should instead be mask & PFM_FOO.graham.gower
2010-08-24Remove stray semicolon.graham.gower
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2009-12-21Set the arch_priority when parsing the Architecture.graham.gower
2009-12-21Include config.h to pull in HAVE_* macros where needed.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-11I've made substantial changes to these files. Add new copyright line.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-12-03Fix truncation problem when reading in long lines. Found by Koen Kooi.graham.gower
2009-11-19I'm sure that should have been buf0len.graham.gower
2009-11-18Fix segfault while attempting to parse invalid package stream.graham.gower
2009-11-12Fix copy/pasto in error message.graham.gower
2009-11-12Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.graham.gower
2009-11-12Fix parsing of Conffiles lines in status files.graham.gower
2009-11-12Cleanup version string handling.graham.gower
2009-11-11Remove a debugging fprintf I accidentally left in.graham.gower
2009-11-11Cleanup parsing of packages.graham.gower
2009-11-10Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.graham.gower
2009-11-05s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower
2009-11-04s/strdup/xstrdup/ - check memory allocations for failure.graham.gower
2009-10-27Add sha256 ckecksums to okpgticktock35
2008-12-15opkg: adding the hash_table_remove API, not using yet.ticktock35
2008-12-15opkg: make .opk as the default opkg file extensionticktock35
2008-12-15opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock35
2008-12-15opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock35
2008-12-15opkg: 's/itsy/opkg/'ticktock35
2008-12-15opkg: remove opkg.h in preperation for new APIticktock35
2008-12-15opkg: add support for Tags attributeticktock35
2008-12-15opkg: Enable Debian style revision field by default and remove "familiar" spe...ticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35