aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/Makefile.am
AgeCommit message (Expand)Author
2021-08-25deprecate OpenSSL signature verificationAlex Stewart
2021-08-25deprecate pathfinder x509 checkingAlex Stewart
2017-02-14libopkg: Extend installed files data structure to also track file modeMichael Hansen
2016-12-19libopkg: make the /var and /etc directories configurable at compile time.Florin Gherendi
2016-07-19libopkg: kill active_listJosh Cartwright
2016-02-10libopkg: move internal solver pkg related functions to pkg_depends_internal.*Alejandro del Castillo
2016-02-10libopkg: rename opkg_upgrade.* to opkg_upgrade_internal.*Alejandro del Castillo
2016-02-10libopkg: move internal solver install related functions to a new fileAlejandro del Castillo
2015-12-07libopkg: move pkg_has_installed_dependents to opkg_solver_internal.*Alejandro del Castillo
2015-12-02libopkg: replace --enable-solver option with --with-<solver>Alejandro del Castillo
2015-12-02libopkg: move opkg_action.c and opkg_upgrade.* to internal solver folderAlejandro del Castillo
2015-12-02libopkg: adjust internal solver functions to follow opkg_solver.h APIAlejandro del Castillo
2015-12-02libopkg: remove opkg_solver_libsolv.hAlejandro del Castillo
2015-12-02libopkg: consolidate solver interface for libsolv pluginAlejandro del Castillo
2015-12-02libopkg: add directory hierarchy for solver pluginsAlejandro del Castillo
2015-11-12string_util: New file with bin_to_hex functionPaul Barker
2015-08-20opkg_solver_libsolv.c: Add libsolv supportEric Yu
2015-08-20Add changes so adhoc solver code is not built when external solver enabledEric Yu
2015-08-20configure.ac: Add plug-in architecture to enable external solversEric Yu
2014-12-23libopkg/Makefile.am: Include xfuncs.h in opkg_headersPaul Barker
2014-06-11opkg_defines.h: Remove, move definitions to opkg_conf.hPaul Barker
2014-06-11libopkg/Makefile.am: Don't define LIBDIRPaul Barker
2014-06-11configure.ac: Drop --with-opkgetcdir, default to /etcPaul Barker
2014-06-11configure.ac: Drop --with-opkglibdir, default to /var/libPaul Barker
2014-06-11opkg_conf: Make lock_file a runtime config optionPaul Barker
2014-05-30opkg_download: Split backends into separate filesPaul Barker
2014-05-08opkg_verify: Split out new file for verification functionsPaul Barker
2014-05-04libopkg: Deprecate APIPaul Barker
2014-05-04libopkg: Tidy Makefile.amPaul Barker
2014-04-01opkg_openssl: Merge in pathfinder supportPaul Barker
2014-04-01opkg_gpg: Isolate gpg signature verificationPaul Barker
2014-04-01opkg_pathfinder: Require opensslPaul Barker
2014-04-01opkg_openssl: Split openssl_init into separate filePaul Barker
2014-04-01pkg_extract: Separate libarchive interface into opkg_archive.cPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-04configure.ac: Add dependency on libarchivePaul Barker
2013-12-17Merge branch 'opkg-0.2.x'Paul Barker
2013-12-17libopkg: Don't install opkg_pathfinder.hPaul Barker
2013-10-28build: Remove unused variables and flagspaul.betafive@gmail.com
2013-08-27gpg: fix detection and linking with libgpg-errorpaul.betafive@gmail.com
2013-06-28Apply patch by Paul Barker <paul@paulbarker.me.uk>florian.boor@gmail.com
2011-05-26Improve the opkg_{get,set}_option() C API.graham.gower@gmail.com
2011-04-07Code to handle the apt-alike configuration entriesjaviplx@gmail.com
2011-04-07Create parse_util with some of the non-public functions from pkg_parse.cjaviplx@gmail.com
2009-12-28Add a configure flag to specify the lockfile pathpixdamix
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-18Move args.c contents into src/opkg-cl.c.graham.gower
2009-12-18Move libopkg.c out into the src dir. It shouldn't be part of the library.graham.gower
2009-12-11Allow use of opkg internals by libopkg users. Not intended to be permanent.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower