summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
Commit message (Expand)AuthorAgeFilesLines
* libopkg: cleanup inside the public header filesCarsten Schoenert2013-12-171-1/+1
* libopkg: ensure symbol name mangling for C++Carsten Schoenert2013-12-171-0/+8
* config.h: remove needless inclusion in the libopkg header filesCarsten Schoenert2013-12-171-2/+0
* libopkg: Drop config checks from structures in headersPaul Barker2013-12-171-5/+8
* Add the --prefer-arch-to-version optionpixdamix@gmail.com2012-11-221-0/+1
* Introduce a new pkg_src list in global configuration to store the contents of...javiplx@gmail.com2011-04-071-0/+1
* Add overlay_root config option. Opkg checks this location for available space.graham.gower@gmail.com2011-02-131-0/+1
* Abort package removal if the prerm script of a package returns non zero.graham.gower@gmail.com2010-11-231-0/+1
* - split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net2010-09-121-0/+2
* implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net2010-09-121-0/+1
* s/dependences/dependencies/ Pointed out by klemmster in Issue 40.graham.gower2010-01-111-1/+1
* Add an option to download packages but do not install/upgrade anythingpixdamix2010-01-051-0/+1
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-201-0/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-3/+3
* Add a message callback function to the config struct for libopkg users.graham.gower2009-12-171-0/+3
* Remove args_t and cleanup unused stuff.graham.gower2009-12-101-2/+6
* Merge commit 'grg' into HEADgraham.gower2009-12-081-12/+8
* Remove list_pending command. Undocumented and the pending_dir was unpopulated.graham.gower2009-11-231-2/+0
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-051-1/+1
* Some refactoring of pathfinder supportpixdamix2009-11-051-0/+3
* Make `curl' an instance variable and ssl supportpixdamix2009-11-031-0/+16
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-0/+3
* adding new flag flag_maintainerticktock352009-04-171-0/+1
* adding check_signature configticktock352008-12-281-0/+1
* opkg: add a simple way to pass a path environment for pre/post scription exec...ticktock352008-12-151-0/+1
* opkg: adding cache supportticktock352008-12-151-0/+1
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-151-0/+1
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-1/+0
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-1/+1
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-1/+1
* opkg: remove verbose_wget optionticktock352008-12-151-1/+0
* opkg: implement opkg_set_option() and opkg_get_option()ticktock352008-12-151-0/+3
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+0
* opkg: add autoremove command line optionticktock352008-12-141-0/+1
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+107