index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libopkg
/
pkg_parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a specific pointer typedef for parse_line functions
javiplx@gmail.com
2011-04-26
1
-3/+4
*
Move pkg_parse_from_stream_nomalloc into parse_util
javiplx@gmail.com
2011-04-26
1
-87/+6
*
Create parse_util with some of the non-public functions from pkg_parse.c
javiplx@gmail.com
2011-04-07
1
-65/+8
*
Add missing space.
graham.gower@gmail.com
2011-02-13
1
-1/+1
*
mask && PFM_FOO should instead be mask & PFM_FOO.
graham.gower
2010-09-14
1
-9/+8
*
Remove stray semicolon.
graham.gower
2010-08-24
1
-1/+1
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-3/+3
*
Set the arch_priority when parsing the Architecture.
graham.gower
2009-12-20
1
-2/+16
*
Include config.h to pull in HAVE_* macros where needed.
graham.gower
2009-12-20
1
-0/+2
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-3/+2
*
I've made substantial changes to these files. Add new copyright line.
graham.gower
2009-12-10
1
-1/+2
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-27/+33
*
Fix truncation problem when reading in long lines. Found by Koen Kooi.
graham.gower
2009-12-02
1
-3/+4
*
I'm sure that should have been buf0len.
graham.gower
2009-11-18
1
-1/+1
*
Fix segfault while attempting to parse invalid package stream.
graham.gower
2009-11-17
1
-4/+7
*
Fix copy/pasto in error message.
graham.gower
2009-11-12
1
-1/+1
*
Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
graham.gower
2009-11-12
1
-155/+164
*
Fix parsing of Conffiles lines in status files.
graham.gower
2009-11-12
1
-17/+9
*
Cleanup version string handling.
graham.gower
2009-11-12
1
-45/+25
*
Remove a debugging fprintf I accidentally left in.
graham.gower
2009-11-10
1
-3/+0
*
Cleanup parsing of packages.
graham.gower
2009-11-10
1
-149/+214
*
Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.
graham.gower
2009-11-10
1
-52/+1
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-10/+6
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-1/+2
*
Add sha256 ckecksums to okpg
ticktock35
2009-10-27
1
-0/+4
*
opkg: adding the hash_table_remove API, not using yet.
ticktock35
2008-12-15
1
-3/+3
*
opkg: make .opk as the default opkg file extension
ticktock35
2008-12-15
1
-1/+1
*
opkg: remove redundant multiple_providers option and also remove redundant fa...
ticktock35
2008-12-15
1
-9/+0
*
opkg: (leak fixing, day 2) lots and lots of memory leaks fixed
ticktock35
2008-12-15
1
-1/+9
*
opkg: 's/itsy/opkg/'
ticktock35
2008-12-15
1
-1/+1
*
opkg: remove opkg.h in preperation for new API
ticktock35
2008-12-15
1
-1/+1
*
opkg: add support for Tags attribute
ticktock35
2008-12-14
1
-0/+5
*
opkg: Enable Debian style revision field by default and remove "familiar" spe...
ticktock35
2008-12-14
1
-13/+0
*
opkg: re-arrange source code into sub-directories
ticktock35
2008-12-14
1
-0/+413