summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libopkg: remove default progress barticktock352008-12-151-23/+0
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: Bug fix for Packages file with a Filename: tag with prepended path.ticktock352008-12-151-1/+7
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+2
* libopkg: remove internal dependency on libopkg.h and opkg_cmd.hticktock352008-12-151-1/+0
* opkg: remove some "#if 0" codeticktock352008-12-151-25/+0
* opkg: remove some printfs and replace with opkg_message where appropriateticktock352008-12-151-1/+3
* opkg: use opkg_message rather than printf in opkg_verify_file()ticktock352008-12-151-2/+2
* opkg: remove redundant OPKG_LIB conditional codeticktock352008-12-141-4/+0
* opkg: output state change messages only at info verbosity levelticktock352008-12-141-2/+2
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+346