summaryrefslogtreecommitdiff
path: root/src/url.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all iostream source to io_*.cTimo Teräs1-156/+0
2020-01-11convert remaining locations to use istream instead of bstreamTimo Teräs1-8/+1
2020-01-11istream: add buffering capabilityTimo Teräs1-12/+7
2019-12-18io: use proper base struct types for method implementationsTimo Teräs1-6/+6
2018-05-08url: return relevant error value from apk_istream_fetchEdan Bedrik1-3/+10
2018-01-03url: add "Cache-Control: no-cache" header with --force-refreshTimo Teräs1-1/+1
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs1-3/+7
2015-11-09io, database: preserve [am]time for cached and fetched filesTimo Teräs1-9/+27
2015-04-24modifications for the previous commit in error message handlingTimo Teräs1-1/+1
2015-04-13fix error mapping typesTimo Teräs1-1/+1
2015-03-10rework error handling for read streamsTimo Teräs1-6/+31
2014-10-08url: fix double free from late libfetch changesTimo Teräs1-1/+0
2014-10-08io,url,db: support for if-modified-sinceTimo Teräs1-11/+20
2014-10-08url: use libfetch to retrieve http/https/ftp filesTimo Teräs1-55/+44
2014-04-10url: double-fallback to static busyboxTimo Teräs1-0/+1
2013-10-01db, url: fix exec sentinelsTimo Teräs1-2/+2
2013-06-18url: fix fetching from local repositoriesNatanael Copa1-3/+3
2013-06-17url: remove unused apk_url_downloadTimo Teräs1-33/+0
2013-06-17io: fix splice for copying unknown lengthsTimo Teräs1-6/+6
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-05-27db: more fix for read-only cache remountingTimo Teräs1-0/+1
2011-03-11url: try wget from $PATH first and fallback to busybox wgetNatanael Copa1-0/+4
2011-01-01url: use always busybox wgetTimo Teräs1-1/+1
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs1-5/+37
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-9/+12
2009-07-16gzip: always autoclose the inner streamTimo Teras1-2/+2
2009-04-21url: rename to .backup rather than unlink before wgetNatanael Copa1-1/+3
2009-04-21url: unlink file before trying to downloadNatanael Copa1-0/+1
2009-04-16db: cache index files, 'update' appletTimo Teras1-4/+30
2009-01-16url: allow wget report error messagesNatanael Copa1-2/+1
2009-01-15db: index file location is a URLTimo Teras1-0/+6
2008-11-28io: prepartions for url handlingTimo Teras1-0/+75