index
:
apk-tools
2.0-stable
2.1-stable
2.10-stable
2.12-stable
2.14-stable
2.6-stable
2.7-stable
2.8-stable
adelie/2.12
current
feature/macos
fix/portability-broken-qsort-r
for-adelie/pmmx
for-alpine/cache-errors
for-alpine/posix-shell
for-alpine/pregen-help
for-alpine/solver-debugging
master
mkpkg-info-generalization
tt-add-virtual-version
tt-fetch-world
tt-fix-symlink-apknew
tt-layers
tt-no-cache
tt-stable-wip
tt-subnet-match
v3.0-wip
zv/test
Adélie Linux patches for Alpine Package Keeper (apk-tools)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-01
various: use APK_DEPMASK_REQUIRE where applicable
Timo Teräs
2
-3
/
+3
2011-01-01
upgrade: perform upgrade of apk-tools first if available
Timo Teräs
5
-7
/
+61
2011-01-01
index: remove support of old index format
Timo Teräs
3
-14
/
+0
2011-01-01
various: fix breakage from converting dependency versions to atoms
Timo Teräs
5
-2
/
+8
2011-01-01
url: use always busybox wget
Timo Teräs
1
-1
/
+1
2010-12-17
gunzip: fix ordering of boundary callbacks
Timo Teräs
1
-8
/
+24
2010-12-15
info: return error if owning package was not found
Natanael Copa
1
-3
/
+6
2010-12-14
various: use 'atoms' for certain package field and misc fixes
Timo Teräs
15
-109
/
+184
2010-12-14
pkg, db: add preliminary support for arch field
Timo Teräs
5
-8
/
+33
2010-12-10
db: remove support for unsigned repository index
Timo Teräs
3
-40
/
+11
2010-12-10
pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)
Timo Teräs
1
-63
/
+0
2010-12-09
db: print full url/filename of the failing package
Timo Teräs
1
-24
/
+27
2010-12-09
io: enhance istream/bstreams with pipe to forked child
Timo Teräs
7
-22
/
+84
2010-11-23
blob: fix segfault on x86_64 with --virtual
Natanael Copa
1
-1
/
+1
2010-11-23
db: fix hash lookups on 64-bit machines
Timo Teräs
1
-1
/
+1
2010-10-08
db: fix the previous commit
Timo Teräs
2
-3
/
+3
2010-10-08
io, db: id cache should be specific to database root, not system root
Timo Teräs
10
-63
/
+93
2010-09-23
archive: resolve uid, gid for file information
Timo Teräs
1
-6
/
+3
2010-09-22
db: optionally remove dirs when unref
Natanael Copa
1
-13
/
+15
2010-08-30
Fix building on eglibc
Natanael Copa
4
-0
/
+4
2010-06-30
static build: do not use openssl engines
Timo Teräs
3
-1
/
+7
2010-06-16
Makefile: do not require lua pkgconfig unless you intend build lua module
Natanael Copa
1
-5
/
+6
2010-06-15
upgrade: warn (do not fail) on missing top-level package names
Timo Teräs
1
-3
/
+23
2010-06-15
state: handle properly packages which are installed
Timo Teräs
1
-0
/
+3
2010-06-15
db: reinitialize trigger_pkg_list node after deletion
Timo Teräs
1
-0
/
+1
2010-06-14
Makefile: Don't build or install the libapk and lua module by default
Natanael Copa
1
-10
/
+29
2010-06-12
db: --simulate never needs write access to db
Timo Teräs
1
-0
/
+4
2010-06-12
archive: honor username/groupname instead of uid/gid
Timo Teräs
5
-1
/
+140
2010-06-11
various: use O_CLOEXEC and add some error checking
Timo Teräs
6
-31
/
+30
2010-06-11
build: fix CFLAGS, and use pkg-config for lua
Timo Teräs
1
-5
/
+4
2010-06-11
print: clean up after copy-paste
Natanael Copa
3
-5
/
+2
2010-06-11
db: make apk_wait a part of dbopts
Natanael Copa
3
-8
/
+8
2010-06-11
lua: initial lua module
Natanael Copa
2
-2
/
+74
2010-06-11
First steps for libapk
Natanael Copa
22
-74
/
+142
2010-06-10
db: do not free trigger list after package is unpacked
Natanael Copa
1
-6
/
+6
2010-06-08
info: fix usage of arrays
Timo Teräs
1
-4
/
+4
2010-06-08
state: fix error printing
Timo Teräs
2
-2
/
+6
2010-06-07
db: fix usage of apk_name_array in install_ctx
Timo Teräs
1
-4
/
+4
2010-06-05
all: rework how arrays work
Timo Teräs
14
-121
/
+137
2010-06-03
state: fix a crash in error printing
Timo Teräs
1
-1
/
+1
2010-06-01
db, pkg: fix triggers related crash
Timo Teräs
2
-8
/
+11
2010-06-01
state: print missing package names on error
Timo Teräs
2
-8
/
+23
2010-06-01
state: improve error messages from dependency failures
Timo Teräs
10
-88
/
+197
2010-05-27
state: modify reinstallation prints
Timo Teräs
1
-8
/
+11
2010-05-27
state: show changed packages as upgrades
Timo Teräs
1
-2
/
+10
2010-05-27
state: fix deletion of obsoleted dependencies
Timo Teräs
1
-1
/
+2
2010-05-26
package: don't leak signing key file fd
Timo Teräs
1
-1
/
+1
2010-05-19
search: add search for reverse dependencies in index
Timo Teräs
1
-57
/
+91
2010-05-12
upgrade: reset versioned deps in world when doing upgrade -a
Natanael Copa
1
-2
/
+7
2010-05-05
info: fix querying of removed, but referenced packages
Timo Teras
1
-1
/
+1
[prev]
[next]