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
/
opkg_cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not call sync wen installing into an offline root
pixdamix@gmail.com
2012-11-22
1
-1/+2
*
Failed postinst script is not fatal with conf->offline_root
pixdamix@gmail.com
2012-11-22
1
-1/+2
*
Reverse the test for __dummy__ in the extra data.
graham.gower@gmail.com
2011-10-12
1
-1/+1
*
Don't configure packages when in offline root mode.
graham.gower@gmail.com
2011-10-12
1
-0/+4
*
sync() after writing out the status info.
graham.gower@gmail.com
2011-05-25
1
-0/+1
*
Download all the valid Packages files for dist entries
javiplx@gmail.com
2011-04-07
1
-0/+37
*
Add flag in opkg_download calls to reduce the severity of the 'failed downloa...
javiplx@gmail.com
2011-04-07
1
-3/+3
*
Delete package sources that fail the signature check.
graham.gower@gmail.com
2011-02-13
1
-0/+6
*
Don't print the function name when just outputting a \n.
graham.gower@gmail.com
2010-12-22
1
-2/+2
*
Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya...
google@wwsnet.net
2010-10-05
1
-0/+35
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-39/+39
*
Be consistent in how to check return codes for these functions.
graham.gower
2010-06-28
1
-2/+2
*
Improve error propagation.
graham.gower
2010-06-28
1
-36/+34
*
Fix --force-reinstall by removing special case code. Just remove the pkg first.
graham.gower
2010-06-21
1
-0/+11
*
Use ordered list when configuring packages.
pixdamix
2010-02-10
1
-2/+2
*
Propagate errors up the call stack. Patch by Jens Erdmann <j.erdmann@road.de>.
graham.gower
2010-01-27
1
-9/+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
-2/+3
*
Running a script does not change the state, modifying the state flags does.
graham.gower
2009-12-17
1
-0/+1
*
Move libopkg.c out into the src dir. It shouldn't be part of the library.
graham.gower
2009-12-17
1
-1/+0
*
Be slightly less verbose at INFO message level.
graham.gower
2009-12-17
1
-3/+3
*
Move loading of feeds and status files out of opkg_conf_init().
graham.gower
2009-12-10
1
-8/+1
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-309/+276
*
Remove unused parameter from pkg_hash_fetch_best_installation_candidate().
graham.gower
2009-11-27
1
-2/+4
*
Remove enum opkg_error.
graham.gower
2009-11-26
1
-4/+2
*
Be slightly less verbose by default.
graham.gower
2009-11-26
1
-1/+1
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
1
-2/+2
*
Remove str_util.{c,h}
graham.gower
2009-11-25
1
-1/+0
*
Clean up opkg_depends_cmd() and opkg_what_depends_conflicts_cmd().
graham.gower
2009-11-24
1
-132/+132
*
Provide a more useful comment.
graham.gower
2009-11-24
1
-2/+6
*
Remove the purge command. Undocumented and only duplicates remove functionality.
graham.gower
2009-11-23
1
-33/+0
*
Remove list_pending command. Undocumented and the pending_dir was unpopulated.
graham.gower
2009-11-23
1
-41/+0
*
Remove dead code in opkg_remove_cmd().
graham.gower
2009-11-23
1
-73/+33
*
Remove useless memory allocation and strcpy.
graham.gower
2009-11-23
1
-5/+1
*
Clean up the help output.
graham.gower
2009-11-23
1
-0/+3
*
Fix output of whatdepends, whatsuggests and whatrecommends commands.
graham.gower
2009-11-17
1
-14/+15
*
Fix depends output.
graham.gower
2009-11-17
1
-5/+5
*
Use vfork()/execvp() instead of system().
graham.gower
2009-11-16
1
-1/+2
*
Fix pkg_get_installed_files() to work with an offline_root + dest.
graham.gower
2009-11-16
1
-2/+2
*
Add a function for recursive directory removal and use that instead of xsystem.
graham.gower
2009-11-15
1
-5/+1
*
Compare verbosity to a message_level_t.
graham.gower
2009-11-12
1
-6/+4
*
Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
graham.gower
2009-11-12
1
-2/+2
*
Use xsystem() to be consistent. Some minor cleanup too.
graham.gower
2009-11-10
1
-13/+10
*
Put update temp directory in with the others. Also, don't confuse returning
graham.gower
2009-11-06
1
-6/+4
*
Use mkdtemp() to create a unique directory instead of a goto loop.
graham.gower
2009-11-06
1
-23/+19
*
Removed a bunch of if(0) and dead code
pixdamix
2009-11-05
1
-6/+0
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-2/+2
*
Remove code path which cannot be executed.
graham.gower
2009-11-04
1
-2/+0
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-9/+2
*
Remove some strdup abuse.
graham.gower
2009-11-03
1
-1/+3
[next]