opkg: remove old opkg.c
[oweals/opkg-lede.git] / libopkg /
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