summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download.c
Commit message (Expand)AuthorAgeFilesLines
* opkg_prepare_url_for_install: Handle force_reinstall as upgradePaul Barker2014-02-231-2/+21
* opkg_download: Drop config check from headerPaul Barker2013-12-171-1/+3
* Don't use conf->offline_root directly, it might be NULL.graham.gower@gmail.com2011-09-111-1/+1
* Fix compilation after r617google@wwsnet.net2011-04-081-1/+1
* Don't include the source URI in the cached filename.graham.gower@gmail.com2011-04-081-4/+17
* Add flag in opkg_download calls to reduce the severity of the 'failed downloa...javiplx@gmail.com2011-04-071-5/+5
* Call gpgme_check_version() before using other gpgpe functions.graham.gower@gmail.com2011-02-131-0/+2
* This is not a bug any longer.graham.gower@gmail.com2010-11-151-1/+1
* fix compile issues on OS X and FreeBSDgoogle@wwsnet.net2010-09-121-0/+1
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-7/+7
* Fail if cache_dir is specified and not a directorypixdamix2010-01-111-0/+7
* Return negative error code from opkg_download(), not curl error codes.graham.gower2009-12-211-2/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-1/+4
* Fix what I broke in r468.graham.gower2009-12-141-2/+2
* Don't need \n for perrors.graham.gower2009-12-141-1/+1
* Merge commit 'grg' into HEADgraham.gower2009-12-081-70/+69
* patch for opkg_download.c compile abortpixdamix2009-12-011-10/+10
* Fix some errno abuse.graham.gower2009-11-261-9/+4
* Provide error checking for users of pkg_extract_* functions.graham.gower2009-11-261-1/+1
* Remove str_util.{c,h}graham.gower2009-11-251-1/+6
* Allow to install a package from a read-only dirpixdamix2009-11-231-2/+2
* Use vfork()/execvp() instead of system().graham.gower2009-11-161-10/+15
* atexit() isn't really appropriate for a library.graham.gower2009-11-151-8/+1
* Fix a subtle leak.graham.gower2009-11-151-1/+1
* Remove local variable which was masking a static one.graham.gower2009-11-121-1/+0
* More dead code removal.graham.gower2009-11-051-2/+1
* Remove more unused code.graham.gower2009-11-051-4/+1
* Some refactoring of pathfinder supportpixdamix2009-11-051-10/+12
* Add pathfinder support for certificate validationpixdamix2009-11-051-0/+22
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-4/+5
* Remove unused opkg_set_current_state bits.graham.gower2009-11-031-7/+0
* Make `curl' an instance variable and ssl supportpixdamix2009-11-031-30/+152
* pkg_init_from_file() already does this strdup(), so stop another leak.graham.gower2009-11-011-2/+0
* Removed a unused variable warningpixdamix2009-10-281-0/+4
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-2/+140
* Fix Segmentation fault while data in Package.gz is not goodticktock352009-09-221-0/+4
* Thanks to Keon's notify.ticktock352009-03-261-1/+1
* adding check_signature configticktock352008-12-281-0/+2
* adding --enable-curl configuation to configure.acticktock352008-12-271-0/+24
* when configure with --disable-gpg, no message complain about the signature st...ticktock352008-12-261-1/+0
* opkg: only cache the packagesticktock352008-12-151-5/+5
* opkg: adding cache supportticktock352008-12-151-1/+39
* Patch from rwhitby to follow 302 redirects properly.ticktock352008-12-151-0/+1
* opkg: make .opk as the default opkg file extensionticktock352008-12-151-1/+2
* opkg: Fix a small memory leak in opkg_download.ticktock352008-12-151-0/+2
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-1/+8
* opkg: * Add opkg-key utilityticktock352008-12-151-3/+25
* opkg: add some extra error checks to opkg_verify_file()ticktock352008-12-151-0/+4
* opkg: improve download callback handling and integrate into opkg_update_packa...ticktock352008-12-151-33/+9
* opkg: remove unused variableticktock352008-12-151-1/+0