summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* opkg_install_by_name: Support multiarch coinstallationfeature/multiarch-coinstallationP. J. McDermott2014-07-061-9/+43
* pkg_hash_fetch_installed_by_name_vec: New functionP. J. McDermott2014-07-052-0/+23
* Add architecture to package control file namesP. J. McDermott2014-07-053-0/+43
* opkg_remove: Differentiate between dirs and symlinks to dirsPaul Barker2014-03-181-1/+1
* file_util: Add file_is_symlink functionPaul Barker2014-03-182-0/+12
* pkg_hash: Fix invalid architecture noticesPaul Barker2014-03-181-1/+9
* opkg_install_check_downgrade: Refactor and improvePaul Barker2014-02-231-51/+70
* opkg_prepare_url_for_install: Handle force_reinstall as upgradePaul Barker2014-02-232-10/+21
* pkg: Add per-package force_reinstall flagPaul Barker2014-02-232-17/+27
* libopkg: cleanup inside the public header filesCarsten Schoenert2013-12-1736-107/+96
* libopkg: ensure symbol name mangling for C++Carsten Schoenert2013-12-1738-0/+299
* config.h: remove needless inclusion in the libopkg header filesCarsten Schoenert2013-12-173-5/+0
* libopkg: Don't install opkg_pathfinder.hPaul Barker2013-12-171-1/+42
* libopkg: Drop config checks from structures in headersPaul Barker2013-12-173-9/+8
* opkg_download: Drop config check from headerPaul Barker2013-12-172-3/+10
* opkg_install.c: Fix typopaul.betafive@gmail.com2013-08-111-1/+1
* sha256: Switch to GPLv2+ codepaul.betafive@gmail.com2013-08-052-48/+37
* Apply patch by Paul Barker <paul@paulbarker.me.uk>florian.boor@gmail.com2013-06-281-1/+1
* Do not call sync wen installing into an offline rootpixdamix@gmail.com2012-11-221-1/+2
* Don't print provides if nothing is providedpixdamix@gmail.com2012-11-221-1/+2
* Fix: RRECOMMENDS and RDEPENDS being basically the samepixdamix@gmail.com2012-11-221-2/+1
* pkg_depends: fix version_constraints_satisfiedpixdamix@gmail.com2012-11-221-1/+2
* pkg_depends: fix version constraintspixdamix@gmail.com2012-11-223-51/+59
* Add the --prefer-arch-to-version optionpixdamix@gmail.com2012-11-222-3/+16
* merge newpkg->provides even when oldpkg->provides existedpixdamix@gmail.com2012-11-221-4/+2
* detect circular dependenciespixdamix@gmail.com2012-11-225-2/+13
* Do not read /etc/opkg/*.conf if -f is specifiedpixdamix@gmail.com2012-11-221-27/+28
* Failed postinst script is not fatal with conf->offline_rootpixdamix@gmail.com2012-11-223-4/+9
* Fix dependency issues for preinst scriptspixdamix@gmail.com2012-11-223-0/+104
* add opkg_compare_versions functionpixdamix@gmail.com2012-11-222-0/+16
* Fixed opkg losing auto_installed flag on upgradingpixdamix@gmail.com2012-01-191-0/+3
* Fix a possible double-free of pkg vectors in opkg_remove_dependent_pkgs(), re...google@wwsnet.net2011-10-141-3/+1
* Reverse the test for __dummy__ in the extra data.graham.gower@gmail.com2011-10-121-1/+1
* Remove comment for a proposed feature that will never be implemented.graham.gower@gmail.com2011-10-121-2/+0
* Don't configure packages when in offline root mode.graham.gower@gmail.com2011-10-121-0/+4
* Don't use conf->offline_root directly, it might be NULL.graham.gower@gmail.com2011-09-111-1/+1
* Fix issue-79: Opkg can remove a package even if another still depends on it.pixdamix@gmail.com2011-07-131-1/+1
* Don't filter out directories when claiming ownership of a file.graham.gower@gmail.com2011-07-051-4/+0
* sync() after writing out the status info.graham.gower@gmail.com2011-05-251-0/+1
* Improve the opkg_{get,set}_option() C API.graham.gower@gmail.com2011-05-253-36/+35
* Modify Release file parsing to use parse_from_stream_nomallocjaviplx@gmail.com2011-04-261-18/+9
* Introduce a specific pointer typedef for parse_line functionsjaviplx@gmail.com2011-04-265-15/+16
* Move pkg_parse_from_stream_nomalloc into parse_utiljaviplx@gmail.com2011-04-265-90/+99
* Fix compilation after r617google@wwsnet.net2011-04-081-1/+1
* Don't include the source URI in the cached filename.graham.gower@gmail.com2011-04-081-4/+17
* Read the contents of lists files coming from 'dist' entriesjaviplx@gmail.com2011-04-072-1/+63
* Download all the valid Packages files for dist entriesjaviplx@gmail.com2011-04-071-0/+37
* Introduce a new pkg_src list in global configuration to store the contents of...javiplx@gmail.com2011-04-072-5/+35
* Fix mistype in define clausejaviplx@gmail.com2011-04-071-1/+1
* Code to handle the apt-alike configuration entriesjaviplx@gmail.com2011-04-077-0/+686