opkg: prevent segfault if option is not found
[oweals/opkg-lede.git] / libopkg /
2008-12-15 ticktock35opkg: prevent segfault if option is not found
2008-12-15 ticktock35opkg: Implement proper reordering of packages before...
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: minor white space and indent fixes
2008-12-15 ticktock35opkg: implement new opkg_upgrade_package and opkg_upgra...
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: add some safety macros
2008-12-15 ticktock35opkg: fix problems in opkg_install_package and implemen...
2008-12-15 ticktock35opkg: remove unused variable
2008-12-15 ticktock35libopkg: remove default progress bar
2008-12-15 ticktock35opkg: add progress callbacks to libopkg api
2008-12-15 ticktock35libopkg: add some checks for NULL strings
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: fix option array handling
2008-12-15 ticktock35opkg: various white space cleanups and implement opkg_u...
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: start new libopkg api in opkg.{c,h} and remove...
2008-12-15 ticktock35libopkg: stop exporting random symbols into the wild
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: Bug fix for Packages file with a Filename: tag...
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35libopkg: remove internal dependency on libopkg.h and...
2008-12-15 ticktock35opkg: split out opkg.h
2008-12-15 ticktock35opkg: remove old opkg.c
2008-12-15 ticktock35opkg: remove some "#if 0" code
2008-12-15 ticktock35=?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian...
2008-12-15 ticktock35opkg: remove some printfs and replace with opkg_message...
2008-12-15 ticktock35opkg: use opkg_message rather than printf in opkg_verif...
2008-12-15 ticktock35opkg: skip downloading Packages.sig if GPGME is not...
2008-12-15 ticktock35opkg: print help and version messages to stdout rather...
2008-12-15 ticktock35opkg: update md5.{c,h} with latest version from gnulib
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG condit...
2008-12-15 ticktock35opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditi...
2008-12-15 ticktock35opkg: remove redundant OPKG_LIB conditional code
2008-12-15 ticktock35opkg: output state change messages only at info verbosi...
2008-12-15 ticktock35opkg: use a single temporary directory for entire updat...
2008-12-15 ticktock35opkg: add support for Tags attribute
2008-12-15 ticktock35opkg: Enable Debian style revision field by default...
2008-12-15 ticktock35opkg: Update the version comparision to a more recent...
2008-12-15 ticktock35opkg: implement removal of auto-installed packages
2008-12-15 ticktock35opkg: use strdup() to prevent memory corruption
2008-12-15 ticktock35opkg: add autoremove command line option
2008-12-15 ticktock35opkg: distcheck fixes
2008-12-15 ticktock35opkg: move tests into a separate directory
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories