- 10 Mar, 2015 1 commit
-
-
Timo Teräs authored
ref #3027
-
- 01 Nov, 2014 1 commit
-
-
Timo Teräs authored
-
- 20 Sep, 2013 1 commit
-
-
Timo Teräs authored
-
- 28 Jun, 2013 1 commit
-
-
Dubiousjim authored
Acked-by:
Natanael Copa <ncopa@alpinelinux.org>
-
- 17 Jun, 2013 1 commit
-
-
Timo Teräs authored
no need to muldiv all the time, just pass the current amount of bytes done, and let callbacks use that directly.
-
- 18 Apr, 2013 1 commit
-
-
Pierre Carrier authored
-
- 13 Sep, 2011 1 commit
-
-
Timo Teräs authored
-
- 08 Oct, 2010 1 commit
-
-
Timo Teräs authored
Otherwise we end up using wrong uid/gid mappings when doing install to alternate system root. Fixes #434.
-
- 23 Sep, 2010 1 commit
-
-
Timo Teräs authored
the uid and gid are used in other places than just changing file ownership on extraction.
-
- 30 Aug, 2010 1 commit
-
-
Natanael Copa authored
Seems like recent eglibc requires that you include sys/stat.h
-
- 12 Jun, 2010 1 commit
-
-
Timo Teräs authored
Take the uid/gid from passwd and group.
-
- 11 Jun, 2010 2 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
-
- 21 Dec, 2009 1 commit
-
-
Timo Teräs authored
turns out the logic does not work with overlays as expected due to busybox symlinks being unmanaged. remove the useless option.
-
- 06 Nov, 2009 2 commits
-
-
Timo Teräs authored
otherwise we always extract the file as .apk-new and the database side just overwrites.
-
Timo Teräs authored
to never ever overwrite a while in the filesystem the user knows about. it gives the impression of extraction succeeding even though nothing was done. this is inteded to be used only for bootstrapping with overlay.
-
- 03 Sep, 2009 1 commit
-
-
Timo Teräs authored
ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I".
-
- 11 Aug, 2009 2 commits
-
-
Timo Teräs authored
and take checksums for symlinks too.
-
Timo Teräs authored
-
- 03 Aug, 2009 1 commit
-
-
Natanael Copa authored
We need the define for uint16
-
- 31 Jul, 2009 1 commit
-
-
Timo Teräs authored
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.
-
- 30 Jul, 2009 1 commit
-
-
Timo Teräs authored
apparently it needs to have both PROT_READ and PROT_WRITE. and it needs to be MAP_SHARED for the writing to be effective. oh, and the data needs to be preallocated with ftruncate; otherwise, one gets SIGBUS.
-
- 29 Jul, 2009 2 commits
-
-
Timo Teräs authored
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing.
-
Timo Teräs authored
otherwise bad things happens. avoid this be checking end of stream at the beginning of read.
-
- 23 Jul, 2009 1 commit
-
-
Natanael Copa authored
Otherwise will link(2) fail since it does not exist.
-
- 22 Jul, 2009 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
- extract everything as .apk-new and overwrite only after data has been checksummed - url construction fixes (to work with simple http servers) - end of gunzip stream fixed - remove oneshot digesting flag for now as it's usage was broken
-
- 21 Jul, 2009 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 20 Jul, 2009 1 commit
-
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
- 16 Jul, 2009 3 commits
-
-
Timo Teräs authored
to speed up apk installation avoid calculating checksums.
-
Timo Teräs authored
change the index generation to do old index, or the new style index where package identity is sha1 of control block and it's contained within an .tar.gz to allow signing in future.
-
Timo Teräs authored
-
- 14 Jul, 2009 3 commits
-
-
Timo Teräs authored
this also convers scripts file to a tar archive.
-
Timo Teräs authored
snprintf is dog slow. make the blob stuff have some helper functions so we can use them in code paths that are executed often.
-
Timo Teräs authored
some fixes on index reading code too.
-
- 13 Jul, 2009 1 commit
-
-
Timo Teräs authored
in future we want to checksum on gzip boundary basis, not the full file.
-
- 17 Jan, 2009 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-