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
*
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
*
Stop my eyes from bleeding.
graham.gower
2009-11-02
1
-487/+108
*
Free memory used when parsing a control file.
graham.gower
2009-11-01
1
-2/+8
*
Add sha256 ckecksums to okpg
ticktock35
2009-10-27
1
-1/+25
*
reduce a big memory leak
ticktock35
2009-03-26
1
-1/+2
*
because of the file_hash_set_file_owner may break the file list of pkgs
ticktock35
2009-03-09
1
-2/+4
*
reduce a meory leak
ticktock35
2009-02-03
1
-2/+5
*
fix a buffer overflow bug that cause
ticktock35
2009-01-19
1
-3/+30
*
using list_head to handle the list
ticktock35
2008-12-18
1
-34/+20
*
move pkg_compare_name to pkg_vec and remove qsort in hash_get
ticktock35
2008-12-16
1
-2/+0
*
introduce the active_list for searching.
ticktock35
2008-12-16
1
-2/+2
*
opkg: introduce active list into pkg_t
ticktock35
2008-12-15
1
-2/+4
*
opkg: adding the hash_table_remove API, not using yet.
ticktock35
2008-12-15
1
-6/+6
*
opkg: mark the pkg SF as !SF_FILELIST_CHANGED after write back.
ticktock35
2008-12-15
1
-0/+2
*
opkg: trivial, clean up obsolete code, and some typo
ticktock35
2008-12-15
1
-1/+1
[next]