libopkg: fix pkg_set_ptr() to properly set NULL pointers
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichcli: implement --size
2017-02-10 Jo-Philipp Wichcli: implement --force-signature
2017-02-10 Jo-Philipp Wichcli: implement --force-checksum
2017-02-10 Jo-Philipp Wichcli: implement --nocase flag
2011-04-07 javiplx@gmail.comIntroduce a new pkg_src list in global configuration...
2011-02-14 graham.gower@gmail.comAdd overlay_root config option. Opkg checks this locati...
2010-11-24 graham.gower@gmail.comAbort package removal if the prerm script of a package...
2010-09-13 google@wwsnet.net- split the loading part of opkg_conf_init() out into...
2010-09-13 google@wwsnet.netimplement --force-postinstall option, this allows forci...
2010-01-12 graham.gowers/dependences/dependencies/ Pointed out by klemmster...
2010-01-05 pixdamixAdd an option to download packages but do not install...
2009-12-21 graham.gowerInclude config.h to pull in HAVE_* macros where needed.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-17 graham.gowerAdd a message callback function to the config struct...
2009-12-11 graham.gowerRemove args_t and cleanup unused stuff.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-24 graham.gowerRemove list_pending command. Undocumented and the pendi...
2009-11-06 graham.gowerRemove some bogus error checking and return void instea...
2009-11-05 pixdamixSome refactoring of pathfinder support
2009-11-03 pixdamixMake `curl' an instance variable and ssl support
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-04-17 ticktock35adding new flag flag_maintainer
2008-12-28 ticktock35adding check_signature config
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: remove verbose_wget option
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: add autoremove command line option
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories