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
/
package.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-21
db: fixes to package checksumming while installing it
Timo Teras
1
-14
/
+23
2009-07-20
db: signed index loading (ref #46)
Timo Teras
1
-22
/
+88
2009-07-20
pkg: filenames with '/' cannot be control data
Timo Teras
1
-1
/
+1
2009-07-17
digest: use oneshot context flag where approriate
Timo Teras
1
-17
/
+26
2009-07-17
index: fix output file permissions, verify signed index (ref #46)
Timo Teras
1
-7
/
+18
2009-07-17
pkg: remove debug prints
Timo Teras
1
-1
/
+0
2009-07-17
pkg: fix index generation
Timo Teras
1
-4
/
+12
2009-07-17
verify: new applet (ref #46)
Timo Teras
1
-73
/
+172
2009-07-16
pkg: .PKGINFO field for data checksum is 'datahash'
Timo Teras
1
-1
/
+1
2009-07-16
various: new style index generation
Timo Teras
1
-22
/
+71
2009-07-16
gzip: always autoclose the inner stream
Timo Teras
1
-2
/
+6
2009-07-16
pkg: remove support for the deprecated .INSTALL script
Timo Teras
1
-14
/
+1
2009-07-15
cache: make cache cleaning work again properly
Timo Teras
1
-0
/
+3
2009-07-15
pkg: fix package scanner to read whole archive
Timo Teras
1
-2
/
+2
2009-07-14
db: live with sha1 and md5
Timo Teras
1
-9
/
+10
2009-07-14
blob: some helpers to replace snprintf
Timo Teras
1
-28
/
+28
2009-07-14
bstream: make tokenizable and load index using bstream
Timo Teras
1
-3
/
+3
2009-07-13
io: move csumming away from bstream to gunzip
Timo Teras
1
-5
/
+23
2009-06-22
package: removed debug code
Natanael Copa
1
-1
/
+0
2009-06-20
ver: only compare the given packages, show version
Natanael Copa
1
-0
/
+5
2009-06-16
add: support for forced versions
Natanael Copa
1
-0
/
+33
2009-04-16
pkg: clean up writing of dependencies
Timo Teras
1
-82
/
+60
2009-04-16
pkg: apk_deps_del helper introduced
Timo Teras
1
-0
/
+19
2009-04-16
pkg: fix apk v1.0 URL field import
Timo Teras
1
-1
/
+1
2009-04-14
state: rework changeset calculation algorithm
Timo Teras
1
-7
/
+79
2009-03-17
pkg: write dependencies directly file instead of buffer
Timo Teras
1
-0
/
+23
2009-02-27
pkg: show warning if deprecated .INSTALL is present in package
Timo Teras
1
-1
/
+14
2009-01-21
Revert "Revert "pkg: use absolute filenames for packages""
Natanael Copa
1
-2
/
+7
2009-01-21
Revert "pkg: use absolute filenames for packages"
Natanael Copa
1
-7
/
+2
2009-01-20
pkg: use absolute filenames for packages
Timo Teras
1
-2
/
+7
2009-01-16
add: --upgrade|-u to control if upgrading is preferred or not
Timo Teras
1
-3
/
+0
2009-01-13
info: implement who owns packages query (apk_info -W)
Timo Teras
1
-5
/
+7
2009-01-13
pkg: use generic blob functions to parse dependencies
Timo Teras
1
-38
/
+36
2009-01-11
db, package: new dependency format, second try
Natanael Copa
1
-4
/
+4
2009-01-09
Revert "db: change format for dependencies"
Natanael Copa
1
-3
/
+3
2009-01-08
db: change format for dependencies
Natanael Copa
1
-3
/
+3
2009-01-08
src/package.c: fix compiler warning on 64 bit hosts
Natanael Copa
1
-2
/
+2
2009-01-07
various: make fancy progress bar and update todo
Timo Teras
1
-2
/
+1
2009-01-06
db, pkg: fix rest of memory leaks
Timo Teras
1
-0
/
+2
2008-11-28
io: apk_ostream stuff
Timo Teras
1
-16
/
+4
2008-11-28
add: add support to install packages not in a repository
Timo Teras
1
-0
/
+1
2008-11-28
db: rework 'files' to 'installed'
Timo Teras
1
-8
/
+30
2008-11-27
hash, db: use apk_blob_t and list_*
Timo Teras
1
-20
/
+20
2008-11-14
db: checksum installed files, protect config files
Timo Teras
1
-1
/
+1
2008-11-12
build: remove pthreads references
Timo Teras
1
-1
/
+0
2008-11-07
pkg: speed up indexing of version 2 .apks
Timo Teras
1
-3
/
+5
2008-11-07
use zlib internally to decompress
Timo Teras
1
-13
/
+14
2008-11-07
db: fix installation of apk v1 packages
Timo Teras
1
-1
/
+1
2008-11-07
pkg: support for new scripts
Timo Teras
1
-51
/
+75
2008-11-06
db: parse new style .PKGINFO
Timo Teras
1
-52
/
+102
[prev]
[next]