index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libopkg
/
opkg_download.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
opkg_prepare_url_for_install: Handle force_reinstall as upgrade
Paul Barker
2014-02-23
1
-2/+21
*
opkg_download: Drop config check from header
Paul Barker
2013-12-17
1
-1/+3
*
Don't use conf->offline_root directly, it might be NULL.
graham.gower@gmail.com
2011-09-11
1
-1/+1
*
Fix compilation after r617
google@wwsnet.net
2011-04-08
1
-1/+1
*
Don't include the source URI in the cached filename.
graham.gower@gmail.com
2011-04-08
1
-4/+17
*
Add flag in opkg_download calls to reduce the severity of the 'failed downloa...
javiplx@gmail.com
2011-04-07
1
-5/+5
*
Call gpgme_check_version() before using other gpgpe functions.
graham.gower@gmail.com
2011-02-13
1
-0/+2
*
This is not a bug any longer.
graham.gower@gmail.com
2010-11-15
1
-1/+1
*
fix compile issues on OS X and FreeBSD
google@wwsnet.net
2010-09-12
1
-0/+1
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-7/+7
*
Fail if cache_dir is specified and not a directory
pixdamix
2010-01-11
1
-0/+7
*
Return negative error code from opkg_download(), not curl error codes.
graham.gower
2009-12-21
1
-2/+2
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-1/+4
*
Fix what I broke in r468.
graham.gower
2009-12-14
1
-2/+2
*
Don't need \n for perrors.
graham.gower
2009-12-14
1
-1/+1
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-70/+69
*
patch for opkg_download.c compile abort
pixdamix
2009-12-01
1
-10/+10
*
Fix some errno abuse.
graham.gower
2009-11-26
1
-9/+4
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
1
-1/+1
*
Remove str_util.{c,h}
graham.gower
2009-11-25
1
-1/+6
*
Allow to install a package from a read-only dir
pixdamix
2009-11-23
1
-2/+2
*
Use vfork()/execvp() instead of system().
graham.gower
2009-11-16
1
-10/+15
*
atexit() isn't really appropriate for a library.
graham.gower
2009-11-15
1
-8/+1
*
Fix a subtle leak.
graham.gower
2009-11-15
1
-1/+1
*
Remove local variable which was masking a static one.
graham.gower
2009-11-12
1
-1/+0
*
More dead code removal.
graham.gower
2009-11-05
1
-2/+1
*
Remove more unused code.
graham.gower
2009-11-05
1
-4/+1
*
Some refactoring of pathfinder support
pixdamix
2009-11-05
1
-10/+12
*
Add pathfinder support for certificate validation
pixdamix
2009-11-05
1
-0/+22
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-4/+5
*
Remove unused opkg_set_current_state bits.
graham.gower
2009-11-03
1
-7/+0
*
Make `curl' an instance variable and ssl support
pixdamix
2009-11-03
1
-30/+152
*
pkg_init_from_file() already does this strdup(), so stop another leak.
graham.gower
2009-11-01
1
-2/+0
*
Removed a unused variable warning
pixdamix
2009-10-28
1
-0/+4
*
Opkg support for smime (pkcs7) packages list signing
ticktock35
2009-10-27
1
-2/+140
*
Fix Segmentation fault while data in Package.gz is not good
ticktock35
2009-09-22
1
-0/+4
*
Thanks to Keon's notify.
ticktock35
2009-03-26
1
-1/+1
*
adding check_signature config
ticktock35
2008-12-28
1
-0/+2
*
adding --enable-curl configuation to configure.ac
ticktock35
2008-12-27
1
-0/+24
*
when configure with --disable-gpg, no message complain about the signature st...
ticktock35
2008-12-26
1
-1/+0
*
opkg: only cache the packages
ticktock35
2008-12-15
1
-5/+5
*
opkg: adding cache support
ticktock35
2008-12-15
1
-1/+39
*
Patch from rwhitby to follow 302 redirects properly.
ticktock35
2008-12-15
1
-0/+1
*
opkg: make .opk as the default opkg file extension
ticktock35
2008-12-15
1
-1/+2
*
opkg: Fix a small memory leak in opkg_download.
ticktock35
2008-12-15
1
-0/+2
*
opkg: (leak fixing, day 2) lots and lots of memory leaks fixed
ticktock35
2008-12-15
1
-1/+8
*
opkg: * Add opkg-key utility
ticktock35
2008-12-15
1
-3/+25
*
opkg: add some extra error checks to opkg_verify_file()
ticktock35
2008-12-15
1
-0/+4
*
opkg: improve download callback handling and integrate into opkg_update_packa...
ticktock35
2008-12-15
1
-33/+9
*
opkg: remove unused variable
ticktock35
2008-12-15
1
-1/+0
[next]