aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_parse.c
AgeCommit message (Expand)Author
2022-08-15pkg_parse: don't segfault on bogus Size/Installed-SizeBrenda Streiff
2020-07-29pkg_parse_line: prevent invalid memory access when reading Description fieldAlejandro del Castillo
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-06-06pkg_parse_line: allow Description fields that start with an empty lineAlejandro del Castillo
2018-12-26libopkg: error out if feeds are sha256 and --enable-sha256=falseAlejandro del Castillo
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-05-22parse_userfields: avoid buffer overrun with user fields > 1023Alejandro del Castillo
2017-04-19parse_userfields: parse values until newlineAlejandro del Castillo
2017-02-28libopkg: add support for user defined fieldsAlejandro del Castillo
2017-02-28libopkg: add option verbose_status_fileAlejandro del Castillo
2016-05-23parse_version: trim trailing carriage returnAlejandro del Castillo
2014-12-15pkg_parse: Use regular format for if statementsPaul Barker
2014-12-15libopkg: Avoid functions with side effects in if statementsPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-08-01Merge branch 'opkg-0.2.x'Paul Barker
2014-07-06pkg_parse: Fix epoch:version splitPaul Barker
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