oweals/opkg-lede.git
2008-12-15 ticktock35opkg: * Add opkg-key utility
2008-12-15 ticktock35opkg: fix distcheck issues
2008-12-15 ticktock35opkg: remove per-target CFLAGS
2008-12-15 ticktock35opkg: add default message handler
2008-12-15 ticktock35opkg: download required packages before install and...
2008-12-15 ticktock35opkg: add header guards to libopkg/opkg.h
2008-12-15 ticktock35opkg: protect against NULL src
2008-12-15 ticktock35opkg: implement opkg_find_package()
2008-12-15 ticktock35opkg: add more attributes to opkg_package_t
2008-12-15 ticktock35opkg: add extra data to libopkg progress callbacks
2008-12-15 ticktock35opkg: add some extra error checks to opkg_verify_file()
2008-12-15 ticktock35opkg: implement opkg_list_upgradable_packages function
2008-12-15 ticktock35opkg: clean up libopkg Makefile.am a bit
2008-12-15 ticktock35opkg: prevent segfault if option is not found
2008-12-15 ticktock35opkg: set version number and distribute pkg-config...
2008-12-15 ticktock35opkg: Implement proper reordering of packages before...
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: Add upgrade and upgrade_all functions to libopkg_test
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: fix some initialisation and double free issues...
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 ticktock35opkg: add opkg_read_config_files() to libopkg_test
2008-12-15 ticktock35libopkg: add some checks for NULL strings
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
2008-12-15 ticktock35opkg: add update packages lists call to libopkg_test
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: fix option array handling
2008-12-15 ticktock35opkg: add libopkg test application
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 ticktock35opkg: remove redundant opkg.h.in
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: add README content, including website and mailing...
2008-12-15 ticktock35opkg: fix configure check for big-endian systems
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/libbb: Patch from Esben Haabendal <esbenhaabendal...
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: restore original ipkg ChangeLog
2008-12-15 ticktock35opkg: catch up with removals and fix include statement...
2008-12-15 ticktock35opkg:
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: remove redundant etc directory
2008-12-15 ticktock35opkg: move tests into a separate directory
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories
2008-12-15 ticktock35opkg: correct the name of the state changed callback...
2008-12-15 ticktock35opkg: include opkg_state.h in libopkg_include_HEADERS
2008-12-15 ticktock35opkg: fix gpg enabled builds and fix one compiler warning
2008-12-15 ticktock35opkg: disable gpgme header if gpgme disabled from configure
2008-12-15 ticktock35opkg: make gpg support optional
2008-12-15 ticktock35opkg: add downloading, configuring and installing state...
2008-12-15 ticktock35opkg: add internal state framework
2008-12-15 ticktock35opkg: fix pkg_parse_raw() bug where architecture is...
2008-12-15 ticktock35opkg: add a status flag to record if the package was...
2008-12-15 ticktock35opkg: protect against total being zero when calculation...
2008-12-15 ticktock35opkg: improve download error reporting
2008-12-15 ticktock35opkg: initial implementation of package list signature...
2008-12-15 ticktock35opkg: fix configure checks for gpgme
2008-12-15 ticktock35opkg: add configure check for libgpgme
2008-12-15 ticktock35opkg: apply "2-pkg-vec--Optimize-gross-inefficiency...
2008-12-15 ticktock35opkg: apply "1-pkg-parse--Optimize-inefficient-parsing...
2008-12-15 ticktock35opkg: don't print "Successfully terminated." message
2008-12-15 ticktock35opkg: fix some compiler warnings
2008-12-15 ticktock35opkg: don't report the same download percentage multipl...
2008-12-15 ticktock35opkg: include the current url being downloaded in the...
2008-12-15 ticktock35opkg: Fix #ifdef
2008-12-15 ticktock35* Add proxy username/password support
2008-12-15 ticktock35opkg: add a download progress callback hook to libopkg
2008-12-15 ticktock35opkg: fix progress bar
2008-12-15 ticktock35* Rename top level ipkg directory to opkg
2008-12-15 ticktock35ipkg: add a simple progress bar while downloading
next