aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.c
Commit message (Expand)AuthorAgeFilesLines
* url: return relevant error value from apk_istream_fetchEdan Bedrik2018-05-081-3/+10
* url: add "Cache-Control: no-cache" header with --force-refreshTimo Teräs2018-01-031-1/+1
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-3/+7
* io, database: preserve [am]time for cached and fetched filesTimo Teräs2015-11-091-9/+27
* modifications for the previous commit in error message handlingTimo Teräs2015-04-241-1/+1
* fix error mapping typesTimo Teräs2015-04-131-1/+1
* rework error handling for read streamsTimo Teräs2015-03-101-6/+31
* url: fix double free from late libfetch changesTimo Teräs2014-10-081-1/+0
* io,url,db: support for if-modified-sinceTimo Teräs2014-10-081-11/+20
* url: use libfetch to retrieve http/https/ftp filesTimo Teräs2014-10-081-55/+44
* url: double-fallback to static busyboxTimo Teräs2014-04-101-0/+1
* db, url: fix exec sentinelsTimo Teräs2013-10-011-2/+2
* url: fix fetching from local repositoriesNatanael Copa2013-06-181-3/+3
* url: remove unused apk_url_downloadTimo Teräs2013-06-171-33/+0
* io: fix splice for copying unknown lengthsTimo Teräs2013-06-171-6/+6
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* db: more fix for read-only cache remountingTimo Teräs2011-05-271-0/+1
* url: try wget from $PATH first and fallback to busybox wgetNatanael Copa2011-03-111-0/+4
* url: use always busybox wgetTimo Teräs2011-01-011-1/+1
* io: enhance istream/bstreams with pipe to forked childTimo Teräs2010-12-091-5/+37
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-9/+12
* gzip: always autoclose the inner streamTimo Teras2009-07-161-2/+2
* url: rename to .backup rather than unlink before wgetNatanael Copa2009-04-211-1/+3
* url: unlink file before trying to downloadNatanael Copa2009-04-211-0/+1
* db: cache index files, 'update' appletTimo Teras2009-04-161-4/+30
* url: allow wget report error messagesNatanael Copa2009-01-161-2/+1
* db: index file location is a URLTimo Teras2009-01-151-0/+6
* io: prepartions for url handlingTimo Teras2008-11-281-0/+75