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_install.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
opkg_install_check_downgrade: Refactor and improve
Paul Barker
2014-02-23
1
-51/+70
*
opkg_install.c: Fix typo
paul.betafive@gmail.com
2013-08-11
1
-1/+1
*
detect circular dependencies
pixdamix@gmail.com
2012-11-22
1
-0/+8
*
Fix dependency issues for preinst scripts
pixdamix@gmail.com
2012-11-22
1
-0/+21
*
Fixed opkg losing auto_installed flag on upgrading
pixdamix@gmail.com
2012-01-19
1
-0/+3
*
Add overlay_root config option. Opkg checks this location for available space.
graham.gower@gmail.com
2011-02-13
1
-3/+15
*
Fixed a bug causing segfaults when an upgraded package has less dependencies ...
pixdamix
2011-02-01
1
-1/+1
*
Don't print the function name when just outputting a \n.
graham.gower@gmail.com
2010-12-22
1
-1/+1
*
Fix formatting issues found with the last commit.
graham.gower@gmail.com
2010-11-19
1
-2/+2
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-42/+42
*
Remove outdated comment regarding an old bug.
graham.gower
2010-08-17
1
-1/+1
*
Fix --force-reinstall by removing special case code. Just remove the pkg first.
graham.gower
2010-06-21
1
-20/+10
*
Claim ownership of a file if the previous owner has obsoleted it.
graham.gower
2010-06-10
1
-3/+6
*
Promote file removal message from INFO to NOTICE.
graham.gower
2010-06-10
1
-1/+1
*
Correctly update the obs_file_hash in offline root mode.
graham.gower
2010-06-10
1
-1/+1
*
Fix check_data_file_clashes() for offline root mode. (almost anyway)
graham.gower
2010-06-10
1
-9/+6
*
Add a message for the case that no installation candidate can be found.
graham.gower
2010-04-29
1
-1/+3
*
Upgrade message from NOTICE to ERROR.
graham.gower
2010-03-04
1
-1/+1
*
Make the error message easier to read for multiple unsatisfied dependencies.
graham.gower
2010-02-09
1
-1/+1
*
Propagate errors up the call stack. Patch by Jens Erdmann <j.erdmann@road.de>.
graham.gower
2010-01-27
1
-17/+19
*
s/dependences/dependencies/ Pointed out by klemmster in Issue 40.
graham.gower
2010-01-11
1
-1/+1
*
--download-only download using original names
pixdamix
2010-01-05
1
-1/+9
*
Add an option to download packages but do not install/upgrade anything
pixdamix
2010-01-05
1
-12/+25
*
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
-4/+2
*
Print \n where needed.
graham.gower
2009-12-17
1
-1/+1
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-320/+235
*
Free memory when there are unresolved dependencies.
graham.gower
2009-12-02
1
-1/+4
*
Remove unused parameter from pkg_hash_fetch_best_installation_candidate().
graham.gower
2009-11-27
1
-3/+3
*
Remove enum opkg_error.
graham.gower
2009-11-26
1
-64/+51
*
Fix some errno abuse.
graham.gower
2009-11-26
1
-2/+2
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
1
-14/+59
*
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
*
Various cleanups in opkg_remove.{c,h}
graham.gower
2009-11-25
1
-5/+2
*
Remove unused functions. Shuffle things around and remove forward declarations.
graham.gower
2009-11-24
1
-676/+515
*
Fix a leak found when using --force-reinstall.
graham.gower
2009-11-23
1
-2/+2
*
Allow to install a package from a read-only dir
pixdamix
2009-11-23
1
-1/+1
*
Iterate the whole depends array, in the unlikely event that pre_depends_count!=0
graham.gower
2009-11-19
1
-2/+11
*
Clean up pkg_remove_orphan_dependent() and remove_autoinstalled().
graham.gower
2009-11-19
1
-50/+78
*
Use vfork()/execvp() instead of system().
graham.gower
2009-11-16
1
-7/+2
*
Pass the correct file to diff when using an offline_root.
graham.gower
2009-11-16
1
-1/+1
*
Fix pkg_get_installed_files() to work with an offline_root + dest.
graham.gower
2009-11-16
1
-6/+6
*
Remove redundant function.
graham.gower
2009-11-15
1
-61/+0
*
Don't prompt for user input from stdin if it's not a tty.
graham.gower
2009-11-12
1
-0/+4
*
Fix leak when downgrading a package.
graham.gower
2009-11-12
1
-0/+2
*
Dead code removal.
graham.gower
2009-11-10
1
-24/+7
*
Don't try to rerun control scripts, problems caused by circular dependencies.
graham.gower
2009-11-10
1
-0/+3
*
More dead code removal.
graham.gower
2009-11-05
1
-3/+0
*
Remove dead code. We would segfault before following this code path.
graham.gower
2009-11-05
1
-4/+3
[next]