libopkg: implement lightweight package listing logic
[oweals/opkg-lede.git] / libopkg / opkg_download.c
2020-05-03 Jo-Philipp Wichlibopkg: use xsystem() to spawn opkg-key
2018-12-14 Jo-Philipp Wichopkg_download: print error when fork() fails
2017-12-07 Jo-Philipp Wichopkg_download: decode file:/ URLs
2017-12-07 Alexander Couzensadd opkg option http_timeout
2017-12-07 Jo-Philipp Wichopkg: encode archive filenames while constructing downl...
2017-05-11 Alexandru Ardeleanopkg: add --no-check-certificate argument
2017-03-15 Jo-Philipp Wichlibopkg: remove unused progress parameters from opkg_do...
2017-02-18 Jo-Philipp Wichlibopkg: remove OpenSSL support
2017-02-18 Jo-Philipp Wichlibopkg: remove Curl support
2017-02-18 Jo-Philipp Wichlibopkg: remove GPG support
2017-02-18 Jo-Philipp Wichlibopkg: remove x509 support
2017-02-17 Jo-Philipp Wichlibopkg: remove config.h references
2017-02-16 Jo-Philipp Wichlibopkg: mark to-be-installed non-local, non-url packag...
2017-02-13 Jo-Philipp Wichpkg: use a blob buffer in pkg_t to store variable fields
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: clarify messages and errors related to downloads
2017-02-10 Jo-Philipp Wichlibopkg: fix use-after-free with duplicate packages...
2017-02-10 Jo-Philipp Wichlibopkg: add support for signature checking through...
2011-04-08 google@wwsnet.netFix compilation after r617
2011-04-08 graham.gower@gmail.comDon't include the source URI in the cached filename.
2011-04-07 javiplx@gmail.comAdd flag in opkg_download calls to reduce the severity...
2011-02-14 graham.gower@gmail.comCall gpgme_check_version() before using other gpgpe...
2010-11-15 graham.gower@gmail.comThis is not a bug any longer.
2010-09-13 google@wwsnet.netfix compile issues on OS X and FreeBSD
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-01-11 pixdamixFail if cache_dir is specified and not a directory
2009-12-22 graham.gowerReturn negative error code from opkg_download(), not...
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-14 graham.gowerFix what I broke in r468.
2009-12-14 graham.gowerDon't need \n for perrors.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-01 pixdamixpatch for opkg_download.c compile abort
2009-11-27 graham.gowerFix some errno abuse.
2009-11-27 graham.gowerProvide error checking for users of pkg_extract_* funct...
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-23 pixdamixAllow to install a package from a read-only dir
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-16 graham.goweratexit() isn't really appropriate for a library.
2009-11-15 graham.gowerFix a subtle leak.
2009-11-13 graham.gowerRemove local variable which was masking a static one.
2009-11-06 graham.gowerMore dead code removal.
2009-11-06 graham.gowerRemove more unused code.
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