Some refactoring of pathfinder support
[oweals/opkg-lede.git] / libopkg / opkg_download.c
2009-11-05 pixdamixSome refactoring of pathfinder support
2009-11-05 pixdamixAdd pathfinder support for certificate validation
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-03 pixdamixMake `curl' an instance variable and ssl support
2009-11-02 graham.gowerpkg_init_from_file() already does this strdup(), so...
2009-10-28 pixdamixRemoved a unused variable warning
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-09-22 ticktock35Fix Segmentation fault while data in Package.gz is...
2009-03-26 ticktock35Thanks to Keon's notify.
2008-12-28 ticktock35adding check_signature config
2008-12-27 ticktock35adding --enable-curl configuation to configure.ac
2008-12-26 ticktock35when configure with --disable-gpg, no message complain...
2008-12-15 ticktock35opkg: only cache the packages
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35Patch from rwhitby to follow 302 redirects properly.
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: Fix a small memory leak in opkg_download.
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: * Add opkg-key utility
2008-12-15 ticktock35opkg: add some extra error checks to opkg_verify_file()
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: remove unused variable
2008-12-15 ticktock35libopkg: remove default progress bar
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: remove some "#if 0" code
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: remove redundant OPKG_LIB conditional code
2008-12-15 ticktock35opkg: output state change messages only at info verbosi...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories