index
:
aports
1.10-stable
1.9
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
2.7-stable
3.0-stable
3.1-stable
3.10-stable
3.11-stable
3.2-stable
3.3-stable
3.4-stable
3.5-stable
3.6-stable
3.7-stable
3.8-stable
3.9-stable
master
uacme-upgrade
v3.0-wip
z3-upgrade
Main aports tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
package.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
index: remove support of old index format
Timo Teräs
2011-01-01
1
-6
/
+0
*
various: use 'atoms' for certain package field and misc fixes
Timo Teräs
2010-12-14
1
-21
/
+18
*
pkg, db: add preliminary support for arch field
Timo Teräs
2010-12-14
1
-0
/
+10
*
pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)
Timo Teräs
2010-12-10
1
-63
/
+0
*
io, db: id cache should be specific to database root, not system root
Timo Teräs
2010-10-08
1
-4
/
+5
*
Fix building on eglibc
Natanael Copa
2010-08-30
1
-0
/
+1
*
archive: honor username/groupname instead of uid/gid
Timo Teräs
2010-06-12
1
-0
/
+2
*
various: use O_CLOEXEC and add some error checking
Timo Teräs
2010-06-11
1
-6
/
+8
*
First steps for libapk
Natanael Copa
2010-06-11
1
-0
/
+1
*
all: rework how arrays work
Timo Teräs
2010-06-05
1
-7
/
+15
*
db, pkg: fix triggers related crash
Timo Teräs
2010-06-01
1
-0
/
+1
*
state: improve error messages from dependency failures
Timo Teräs
2010-06-01
1
-30
/
+29
*
package: don't leak signing key file fd
Timo Teräs
2010-05-26
1
-1
/
+1
*
apk: --overlay-from-stdin
Timo Teras
2009-12-21
1
-2
/
+7
*
pkg: fix parsing of empty dependencies
Timo Teras
2009-09-16
1
-1
/
+1
*
fix: parse pkgfile properly (fixes #132)
Timo Teras
2009-08-13
1
-8
/
+8
*
db: implement triggers (fixes #45)
Timo Teras
2009-08-13
1
-4
/
+4
*
db, pkg: separate structure for fields of installed packages
Timo Teras
2009-08-12
1
-88
/
+101
*
pkg, db: execute scripts from /var/cache/misc (fixes #129)
Timo Teras
2009-08-11
1
-5
/
+10
*
db, pkg: fix package verification during installation
Timo Teras
2009-08-10
1
-4
/
+8
*
db: support "replaces" directive (fixes #113)
Timo Teras
2009-08-04
1
-11
/
+5
*
apk: use *at instead of chdir+normal file syscall
Timo Teras
2009-07-31
1
-19
/
+48
*
tar: make checksumming of inner files conditional
Timo Teras
2009-07-29
1
-1
/
+1
*
pkg: remove implicit bb dependency when install script is present
Timo Teras
2009-07-24
1
-14
/
+0
*
index: more informative error message
Timo Teras
2009-07-23
1
-1
/
+1
*
signing: verify and generate identity
Timo Teras
2009-07-22
1
-0
/
+6
*
add: fixes to installing non-repository package
Timo Teras
2009-07-22
1
-2
/
+2
*
pkg: cleanup the signing code
Timo Teras
2009-07-22
1
-95
/
+78
*
apk: allow-untrusted option
Timo Teras
2009-07-22
1
-10
/
+15
*
various: more informative error messages
Timo Teras
2009-07-22
1
-13
/
+16
*
various: misc fixes
Timo Teras
2009-07-22
1
-59
/
+54
*
various: installation fixes
Timo Teras
2009-07-22
1
-5
/
+0
*
various: fix installation of new style apks
Timo Teras
2009-07-21
1
-1
/
+2
*
pkg: fix indexing of multi-part apks
Timo Teras
2009-07-21
1
-2
/
+2
*
db: fixes to package checksumming while installing it
Timo Teras
2009-07-21
1
-14
/
+23
*
db: signed index loading (ref #46)
Timo Teras
2009-07-20
1
-22
/
+88
*
pkg: filenames with '/' cannot be control data
Timo Teras
2009-07-20
1
-1
/
+1
*
digest: use oneshot context flag where approriate
Timo Teras
2009-07-17
1
-17
/
+26
*
index: fix output file permissions, verify signed index (ref #46)
Timo Teras
2009-07-17
1
-7
/
+18
*
pkg: remove debug prints
Timo Teras
2009-07-17
1
-1
/
+0
*
pkg: fix index generation
Timo Teras
2009-07-17
1
-4
/
+12
*
verify: new applet (ref #46)
Timo Teras
2009-07-17
1
-73
/
+172
*
pkg: .PKGINFO field for data checksum is 'datahash'
Timo Teras
2009-07-16
1
-1
/
+1
*
various: new style index generation
Timo Teras
2009-07-16
1
-22
/
+71
*
gzip: always autoclose the inner stream
Timo Teras
2009-07-16
1
-2
/
+6
*
pkg: remove support for the deprecated .INSTALL script
Timo Teras
2009-07-16
1
-14
/
+1
*
cache: make cache cleaning work again properly
Timo Teras
2009-07-15
1
-0
/
+3
*
pkg: fix package scanner to read whole archive
Timo Teras
2009-07-15
1
-2
/
+2
*
db: live with sha1 and md5
Timo Teras
2009-07-14
1
-9
/
+10
*
blob: some helpers to replace snprintf
Timo Teras
2009-07-14
1
-28
/
+28
[prev]
[next]