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
2022-04-05
io: move make_dirs as apk_make_dirs and use it
Timo Teräs
1
-17
/
+2
2022-03-31
package: respect version fuzziness when creating dep from adb
Daniel Kolesa
1
-0
/
+1
2022-03-29
pkg: recursive create exec dir
Timo Teräs
1
-15
/
+34
2022-03-21
package: fix error message when script fails to execute
Daniel Kolesa
1
-1
/
+1
2022-03-07
adb: fix handling of conflicts
Daniel Kolesa
1
-1
/
+3
2022-02-24
pkg: use lib/apk/exec as the package script execution directory
Timo Teräs
1
-11
/
+15
2022-02-21
adb: add layer to pkginfo
Timo Teräs
1
-0
/
+1
2022-02-21
db: sort world dependencies to layers
Timo Teräs
1
-3
/
+9
2022-01-17
package: fail on invalid control data
Timo Teräs
1
-9
/
+11
2021-12-29
package: factor out /dev initialization to linux-specific helper function
Ariadne Conill
1
-8
/
+20
2021-12-14
everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h
Ariadne Conill
1
-1
/
+0
2021-12-03
db: convert v3 scripts to ipkg on install
Timo Teräs
1
-7
/
+12
2021-11-15
db: lazy create directories with --initdb
Timo Teräs
1
-1
/
+20
2021-11-11
pkg: fix reading of v3 package meta data
Timo Teräs
1
-1
/
+1
2021-11-09
database: support loading v3 indexes
Timo Teräs
1
-19
/
+20
2021-11-09
database: implement uvol support
Timo Teräs
1
-9
/
+6
2021-10-27
db, add: support adding v3 package files
Timo Teräs
1
-6
/
+84
2021-07-27
Further refactor extract API to have separate ops vtable
Timo Teräs
1
-21
/
+10
2021-07-27
Refactor .apk extraction code
Timo Teräs
1
-315
/
+15
2021-07-26
Use __attribute__ ((format)) where possible and fix issues found by it
Timo Teräs
1
-2
/
+2
2021-07-22
io: make apk_istream_get/read() fail on incomplete read
Timo Teräs
1
-16
/
+6
2021-07-22
io: formalize apk_ostream_write() always writing full data
Timo Teräs
1
-4
/
+4
2021-07-22
io: rework apk_istream_get_* to not return erros in blob value
Timo Teräs
1
-2
/
+2
2021-06-19
reduce misuse of error codes from errno.h
Timo Teräs
1
-9
/
+9
2021-06-11
add basic abstraction for cryptographic operations
Timo Teräs
1
-1
/
+7
2020-10-09
rename adb_trust to apk_trust, and use it as package signature keystore too
Timo Teräs
1
-19
/
+8
2020-10-09
make apk_database optional for applets that don't need it
Timo Teräs
1
-2
/
+2
2020-10-09
rename apk_db_options to apk_ctx, rework logging
Timo Teräs
1
-13
/
+12
2020-10-09
make apk_flags non-global, make progress printing state non-global
Timo Teräs
1
-7
/
+8
2020-10-09
adb: introduce apk-tools database format, and few applets
Timo Teräs
1
-3
/
+3
2020-10-07
various changes to make clang not give warnings
Timo Teräs
1
-1
/
+1
2020-05-19
make the atom functions not use global state
Timo Teräs
1
-9
/
+9
2020-05-07
use SPDX-License-Identifier in source files
TBK
1
-3
/
+1
2020-01-24
Harden signature verification process
Reid Rankin
1
-14
/
+19
2020-01-24
Improve documentation of signature verification process
Reid Rankin
1
-7
/
+19
2020-01-11
archive: make apk_tar_parse check and close input stream
Timo Teräs
1
-10
/
+4
2020-01-11
convert remaining locations to use istream instead of bstream
Timo Teräs
1
-6
/
+5
2020-01-11
istream, archive, db: convert db and tar function to use istream
Timo Teräs
1
-10
/
+7
2020-01-11
archive: remove support for old packages without xattr checksums
Timo Teräs
1
-1
/
+1
2019-12-29
del: report non-matching names and install-if rule non-deletion
Timo Teräs
1
-18
/
+17
2018-10-26
add support for openssl 1.1
Timo Teräs
1
-18
/
+19
2018-09-10
rework unpacking of packages and harden package file format requirements
Timo Teräs
1
-7
/
+4
2018-07-02
Invalidate id cache after script execution
Jussi Kukkonen
1
-0
/
+4
2017-11-02
solver: implement support for choosing default virtuals
William Pitcock
1
-0
/
+8
2017-10-04
package: remove package script after use (fixes #7974)
Timo Teräs
1
-6
/
+9
2017-06-23
io: make io vtables const struct, and add accessors for them
Timo Teräs
1
-15
/
+8
2017-05-27
version: add support for fuzzy version matching
William Pitcock
1
-4
/
+10
2017-02-28
package: add more secure signature methods
Timo Teräs
1
-20
/
+31
2017-02-15
add support for pre and post commit hooks
Henrik Riomar
1
-22
/
+2
2016-08-23
pkg: reset umask for package scripts
Timo Teräs
1
-0
/
+1
[next]