summaryrefslogtreecommitdiffstats
path: root/pkg_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-413/+0
| | | | git-svn-id: http://opkg.googlecode.com/svn/trunk@33 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
* opkg: fix pkg_parse_raw() bug where architecture is set to an invalid valueticktock352008-12-141-1/+0
| | | | git-svn-id: http://opkg.googlecode.com/svn/trunk@25 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
* opkg: add a status flag to record if the package was automatically installed toticktock352008-12-141-0/+9
| | | | | | | | satisfy a dependency git-svn-id: http://opkg.googlecode.com/svn/trunk@24 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
* opkg: apply "1-pkg-parse--Optimize-inefficient-parsing.patch" from OpenEmbeddedticktock352008-12-141-76/+115
| | | | | | | | | | pkg_parse: Optimize inefficient parsing. Instead of expensively probing all fields in row, dispatch based on the first letter of the field. Tests show ~12 times reduction in number of calls to low-level parsing functions. git-svn-id: http://opkg.googlecode.com/svn/trunk@17 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
* * Rename top level ipkg directory to opkgticktock352008-12-141-6/+6
| | | | git-svn-id: http://opkg.googlecode.com/svn/trunk@8 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
* * Add ipkg for future developmentticktock352008-12-141-0/+366
git-svn-id: http://opkg.googlecode.com/svn/trunk@3 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358