index
:
apk-tools
2.0-stable
2.1-stable
2.10-stable
2.6-stable
2.7-stable
2.8-stable
master
v3.0-wip
Alpine Package Keeper, the 2.x tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
apk-tools-2.6.10
v2.6.10
2.6-stable
Timo Teräs
2018-09-10
1
-1
/
+1
*
rework unpacking of packages and harden package file format requirements
Timo Teräs
2018-09-10
5
-103
/
+140
*
apk: sanitize return value
Timo Teräs
2018-09-06
1
-0
/
+3
*
archive: enable FIFO extraction
Jesse Young
2018-09-06
1
-2
/
+4
*
io: fix skip and splice to detect unexpected end-of-file
Timo Teräs
2018-09-06
2
-31
/
+22
*
tar: return correct error for short read of tar archive
Timo Teräs
2018-09-06
1
-3
/
+8
*
apk-tools-2.6.9
v2.6.9
Timo Teräs
2017-06-23
1
-1
/
+1
*
archive: validate reading of pax and gnu long filename extensions
Timo Teräs
2017-06-23
1
-14
/
+14
*
archive: fix incorrect bounds checking for memory allocation
Timo Teräs
2017-06-23
1
-2
/
+4
*
apk-tools-2.6.8
v2.6.8
Timo Teräs
2016-10-25
1
-1
/
+1
*
pkg: reset umask for package scripts
Timo Teräs
2016-08-23
1
-0
/
+1
*
upgrade: improve self upgrade functionality a bit
Timo Teräs
2016-07-22
13
-15
/
+166
*
lua: remove unused reg_apk_db_meta_methods
Timo Teräs
2016-07-22
1
-5
/
+0
*
detect aarch64 architecture and assign default name for it
Timo Teräs
2016-07-08
1
-2
/
+3
*
fix cross-compiling to pick right libfetch.a
Timo Teräs
2016-07-06
1
-1
/
+1
*
info: add support for --license
Natanael Copa
2016-06-13
1
-0
/
+16
*
build: allow override compiler/linker flags for external libs
Natanael Copa
2016-06-13
1
-9
/
+11
*
fix info --who-owns to work with relative filenames
Timo Teräs
2016-05-31
1
-5
/
+12
*
apk-tools-2.6.7
v2.6.7
Timo Teräs
2016-05-27
1
-1
/
+1
*
index: don't return error if --index does not exists
Timo Teräs
2016-05-27
1
-2
/
+2
*
apk: don't exit with error code for -V and --print-arch
Timo Teräs
2016-04-19
1
-0
/
+2
*
blob: fix sign extension in test_bit
Timo Teräs
2016-04-03
1
-1
/
+1
*
fetch: allow enabling --simulate
Timo Teräs
2016-02-16
2
-2
/
+6
*
implement fetch --purge
Timo Teräs
2016-02-16
1
-0
/
+36
*
apk-tools-2.6.6
v2.6.6
Timo Teräs
2016-02-09
1
-1
/
+1
*
archive: fix long symlink target names
Timo Teräs
2016-02-09
1
-2
/
+2
*
commit: self-conflict error and satisfies printing
Timo Teräs
2015-12-10
3
-11
/
+20
*
solver: more debug output for package errors
Timo Teräs
2015-12-10
1
-7
/
+11
*
db: add support for --no-cache
Natanael Copa
2015-12-07
3
-1
/
+12
*
apk-tools-2.6.5
v2.6.5
Timo Teräs
2015-11-12
1
-1
/
+1
*
info: fix --installed test of conflicts
Timo Teräs
2015-11-12
1
-5
/
+5
*
add armv7 target
Timo Teräs
2015-11-12
1
-0
/
+2
*
io, database: preserve [am]time for cached and fetched files
Timo Teräs
2015-11-09
7
-11
/
+122
*
search: match packages only once
Timo Teräs
2015-11-09
1
-0
/
+9
*
io: fix posix_fallocate failure handling
Natanael Copa
2015-10-08
1
-1
/
+1
*
blob: Add missing header
Andrew Wilcox
2015-10-08
1
-0
/
+1
*
apk-tools-2.6.4
v2.6.4
Timo Teräs
2015-09-11
1
-1
/
+1
*
db: stop extract more files if disk is full
Timo Teräs
2015-09-03
1
-2
/
+4
*
io: use posix_fallocate to allocate disk space
Timo Teräs
2015-09-03
1
-3
/
+8
*
apk-tools-2.6.3
v2.6.3
Timo Teräs
2015-07-03
1
-1
/
+1
*
relocate lock file to /lib/apk/db
Timo Teräs
2015-07-02
1
-3
/
+2
*
remove db dir entry properly, so it can be recreated properly if needed
Timo Teräs
2015-06-26
1
-7
/
+7
*
apk-tools-2.6.2
v2.6.2
Timo Teräs
2015-06-12
1
-1
/
+1
*
add simple stats applet
Timo Teräs
2015-06-12
3
-2
/
+67
*
free atoms when VALGRIND is defined
Timo Teräs
2015-06-12
1
-0
/
+10
*
for completeness free all arrays before exit
Timo Teräs
2015-06-12
2
-0
/
+2
*
fix bstream_from_fd to use mmap when available
Timo Teräs
2015-06-12
1
-1
/
+2
*
fix search --has-origin to not leak memory
Timo Teräs
2015-06-12
1
-1
/
+1
*
optimize base64 decoding a bit
Timo Teräs
2015-06-12
1
-20
/
+16
*
use murmur3_32 hash
Timo Teräs
2015-06-11
1
-6
/
+45
[next]