Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-24 | modifications for the previous commit in error message handling | Timo Teräs | 1 | -1/+1 | |
forgot to --amend my changes | |||||
2015-04-13 | fix error mapping types | Timo Teräs | 1 | -1/+1 | |
on arm char is by default unsigned, so this caused crashes as the ERR_PTR mechanism did not work as expected with unsigned types. extend the array type to be signed short explicitly. | |||||
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -6/+31 | |
2014-10-08 | url: fix double free from late libfetch changes | Timo Teräs | 1 | -1/+0 | |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -11/+20 | |
2014-10-08 | url: use libfetch to retrieve http/https/ftp files | Timo Teräs | 1 | -55/+44 | |
2014-04-10 | url: double-fallback to static busybox | Timo Teräs | 1 | -0/+1 | |
2013-10-01 | db, url: fix exec sentinels | Timo Teräs | 1 | -2/+2 | |
http://ewontfix.com/11/ | |||||
2013-06-18 | url: fix fetching from local repositories | Natanael Copa | 1 | -3/+3 | |
2013-06-17 | url: remove unused apk_url_download | Timo Teräs | 1 | -33/+0 | |
2013-06-17 | io: fix splice for copying unknown lengths | Timo Teräs | 1 | -6/+6 | |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 | |
2011-05-27 | db: more fix for read-only cache remounting | Timo Teräs | 1 | -0/+1 | |
remount to read-write before trying to create the cache directory subdirs. fix a fd leak that might prevent remounting back to rw. | |||||
2011-03-11 | url: try wget from $PATH first and fallback to busybox wget | Natanael Copa | 1 | -0/+4 | |
If GNU wget is available, then we want use it as it gives the user possibility to set misc options, such as bandwidth limit in wgetrc. It might also be that busybox is not available in case bootstrapping alpine from other distros (think debian vserver host creating an alpine guest) In any case we, fall back to busybox wget in case wget libs are getting upgraded. (see http://redmine.alpinelinux.org/issues/347) | |||||
2011-01-01 | url: use always busybox wget | Timo Teräs | 1 | -1/+1 | |
I think there used to be problems with using http_proxy on bb wget, but those have been fixed for quite some time. This fixes #347. We should probably use libcurl or similar library eventually, but I'm not entirely sure if/when we want that. | |||||
2010-12-09 | io: enhance istream/bstreams with pipe to forked child | Timo Teräs | 1 | -5/+37 | |
* prunes the child pid to avoid zombies * handles the errors so e.g. file-not-found is reported properly | |||||
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -9/+12 | |
this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used. | |||||
2009-07-16 | gzip: always autoclose the inner stream | Timo Teras | 1 | -2/+2 | |
2009-04-21 | url: rename to .backup rather than unlink before wget | Natanael Copa | 1 | -1/+3 | |
2009-04-21 | url: unlink file before trying to download | Natanael Copa | 1 | -0/+1 | |
2009-04-16 | db: cache index files, 'update' applet | Timo Teras | 1 | -4/+30 | |
Cache non-local index files always locally. Introduce 'update' applet to force refresh of cached index files. Fixes #19. | |||||
2009-01-16 | url: allow wget report error messages | Natanael Copa | 1 | -2/+1 | |
2009-01-15 | db: index file location is a URL | Timo Teras | 1 | -0/+6 | |
2008-11-28 | io: prepartions for url handling | Timo Teras | 1 | -0/+75 | |