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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't print provides if nothing is provided
pixdamix@gmail.com
2012-11-22
1
-1/+2
*
pkg_depends: fix version constraints
pixdamix@gmail.com
2012-11-22
1
-20/+16
*
merge newpkg->provides even when oldpkg->provides existed
pixdamix@gmail.com
2012-11-22
1
-4/+2
*
detect circular dependencies
pixdamix@gmail.com
2012-11-22
1
-0/+2
*
Failed postinst script is not fatal with conf->offline_root
pixdamix@gmail.com
2012-11-22
1
-2/+3
*
Remove comment for a proposed feature that will never be implemented.
graham.gower@gmail.com
2011-10-12
1
-2/+0
*
Print the package name corresponding to a failed script.
graham.gower@gmail.com
2010-11-22
1
-1/+2
*
Fix formatting issues found with the last commit.
graham.gower@gmail.com
2010-11-19
1
-1/+1
*
Use uppercase M for printing maintainer field, to be consistent.
graham.gower
2010-09-14
1
-1/+1
*
fix compile issues on OS X and FreeBSD
google@wwsnet.net
2010-09-12
1
-0/+1
*
implement --force-postinstall option, this allows forcing the execution of po...
google@wwsnet.net
2010-09-12
1
-1/+1
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-12/+12
*
Minor cleanup/simplification.
graham.gower
2010-06-21
1
-7/+14
*
Print an error in the case of a broken control.tar.gz file within the archive.
graham.gower
2010-01-11
1
-1/+6
*
Set the arch_priority when parsing the Architecture.
graham.gower
2009-12-20
1
-42/+0
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-7/+9
*
Don't need \n for perrors.
graham.gower
2009-12-14
1
-1/+1
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-173/+96
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
1
-5/+11
*
Add __FUNCTION__ to the error mesage.
graham.gower
2009-11-26
1
-2/+2
*
Remove str_util.{c,h}
graham.gower
2009-11-25
1
-1/+0
*
file_util.c cleanups. Remove redundant str_chomp from str_util.c.
graham.gower
2009-11-25
1
-1/+0
*
Propagate errors upwards.
graham.gower
2009-11-25
1
-1/+3
*
Various cleanups for pkg.{c,h}.
graham.gower
2009-11-24
1
-246/+257
*
Make a couple of functions static, and return void since they cannot fail.
graham.gower
2009-11-24
1
-32/+20
*
Remove remaining uses of pkg->*_str arrays and free() them after parsing.
graham.gower
2009-11-23
1
-36/+27
*
There should be a space before the bracket.
graham.gower
2009-11-23
1
-1/+1
*
Fix pkg_depend_str() to not use pkg->depends_str.
graham.gower
2009-11-23
1
-22/+3
*
Allow to install a package from a read-only dir
pixdamix
2009-11-23
1
-2/+4
*
Change fdopen(fd, "rw+") to fdopen(fd, "r+").
graham.gower
2009-11-22
1
-2/+2
*
Make the Auto-Installed field useful.
graham.gower
2009-11-19
1
-0/+3
*
Free some strings as soon as they are parsed to save memory.
graham.gower
2009-11-18
1
-28/+38
*
Assume a similar problem exists with this fdopen as fixed with r333.
graham.gower
2009-11-18
1
-1/+1
*
Fix a bug introduced in r323.
pixdamix
2009-11-18
1
-1/+1
*
Put the tmp file under conf->tmp_dir.
graham.gower
2009-11-16
1
-12/+35
*
Use the filename arg as a base for the temp file. Clean up function while here.
graham.gower
2009-11-16
1
-14/+36
*
Use vfork()/execvp() instead of system().
graham.gower
2009-11-16
1
-2/+4
*
Fix pkg_get_installed_files() to work with an offline_root + dest.
graham.gower
2009-11-16
1
-13/+17
*
Fix leak in error path.
graham.gower
2009-11-15
1
-0/+1
*
Fix parsing of Conffiles lines in status files.
graham.gower
2009-11-12
1
-1/+1
*
Cleanup version string handling.
graham.gower
2009-11-12
1
-24/+19
*
Cleanup parsing of packages.
graham.gower
2009-11-10
1
-38/+16
*
Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.
graham.gower
2009-11-10
1
-19/+8
*
Remove the assumption that pkg fields have been allocated and need free()ing.
graham.gower
2009-11-10
1
-101/+139
*
More dead code removal.
graham.gower
2009-11-05
1
-5/+0
*
Removed a bunch of if(0) and dead code
pixdamix
2009-11-05
1
-3/+0
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-11/+3
*
Don't set PATH="/dev/null". Shuffle things around while here.
graham.gower
2009-11-04
1
-31/+27
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-8/+8
*
Remove str_dup_safe() in favour of xstrdup() from libbb.
graham.gower
2009-11-03
1
-13/+14
[next]