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
/
index.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-26
Update apk to make man pages sole source of truth
Drew DeVault
1
-11
/
+4
2018-01-09
apk: usage: cleanup help text when no applet is selected
William Pitcock
1
-0
/
+1
2018-01-03
split --force to several --force-[type] options
Timo Teräs
1
-3
/
+3
2017-07-29
index: Only rewrite arch if no error is encountered
A. Wilcox
1
-2
/
+2
2017-06-23
io: make io vtables const struct, and add accessors for them
Timo Teräs
1
-2
/
+2
2017-05-28
index: fix unsatisfied dependencies warning (maybe vs may be)
William Pitcock
1
-1
/
+1
2016-05-27
index: don't return error if --index does not exists
Timo Teräs
1
-2
/
+2
2015-03-10
rename file info related functions for consistency
Timo Teräs
1
-2
/
+2
2015-03-10
rework error handling for write streams
Timo Teräs
1
-0
/
+1
2014-10-08
rework option parsing to have a group structure
Timo Teräs
1
-19
/
+23
2014-10-06
index: fix warning about package names without provider
Timo Teräs
1
-8
/
+9
2013-06-28
various: applet help text and comment fixes
Dubiousjim
1
-1
/
+1
2013-06-19
applets: unify help message by removing final dots
Timo Teräs
1
-1
/
+1
2013-06-18
apk: use string array in applet mains, separate apk_name_foreach_matching
Timo Teräs
1
-10
/
+11
2013-06-14
audit, index, search, upgrade: use foreach_array_item
Timo Teräs
1
-3
/
+4
2013-06-12
libapk, apk(8): fix header inclusion issues with musl's headers
William Pitcock
1
-0
/
+1
2013-05-30
index: add sensible error message if metadata is too long
Timo Teräs
1
-19
/
+24
2012-02-24
all: introduce apk_provides and use it in apk_name
Timo Teräs
1
-3
/
+5
2011-09-13
all: update copyright year statement
Timo Teräs
1
-1
/
+1
2011-06-28
index: handle errors instead of silently failing
Timo Teräs
1
-2
/
+14
2011-04-04
index: support rewriting of architecture
Timo Teräs
1
-2
/
+13
2011-01-01
index: remove support of old index format
Timo Teräs
1
-7
/
+0
2010-12-14
various: use 'atoms' for certain package field and misc fixes
Timo Teräs
1
-1
/
+1
2010-06-11
First steps for libapk
Natanael Copa
1
-0
/
+1
2010-06-05
all: rework how arrays work
Timo Teräs
1
-2
/
+2
2009-09-03
index: do not segfault if there are no description
Natanael Copa
1
-5
/
+7
2009-09-03
index, version: support for repository descriptions (fixes #141)
Timo Teras
1
-12
/
+27
2009-08-12
io: better error handling when writing stuff out
Timo Teras
1
-1
/
+1
2009-08-06
all: implement database open options
Timo Teras
1
-13
/
+11
2009-08-05
index: root is needed for signing keys
Timo Teras
1
-1
/
+1
2009-07-31
apk: use *at instead of chdir+normal file syscall
Timo Teras
1
-4
/
+4
2009-07-23
index: more informative error message
Timo Teras
1
-4
/
+4
2009-07-22
various: more informative error messages
Timo Teras
1
-1
/
+1
2009-07-21
index: read also new style index files
Timo Teras
1
-8
/
+3
2009-07-20
db: signed index loading (ref #46)
Timo Teras
1
-1
/
+1
2009-07-17
index: fix output file permissions, verify signed index (ref #46)
Timo Teras
1
-2
/
+2
2009-07-17
verify: new applet (ref #46)
Timo Teras
1
-1
/
+4
2009-07-16
various: new style index generation
Timo Teras
1
-3
/
+48
2009-07-16
gzip: always autoclose the inner stream
Timo Teras
1
-1
/
+1
2009-07-15
index: reuse existing index (fixes #25)
Timo Teras
1
-23
/
+69
2009-07-14
bstream: make tokenizable and load index using bstream
Timo Teras
1
-5
/
+5
2009-06-25
help: auto construct help
Timo Teras
1
-4
/
+7
2009-06-19
improve --help output
Natanael Copa
1
-1
/
+1
2009-05-14
index: fix segfault bug when trying to deleting an unresolved dep
Natanael Copa
1
-1
/
+1
2009-05-12
index: support for -d to delete packages from given index
Natanael Copa
1
-4
/
+61
2009-01-17
db: database locking and creation to part of opening it
Timo Teras
1
-1
/
+1
2009-01-16
index: write out only packages specified in command line
Timo Teras
1
-6
/
+4
2009-01-13
apk: per applet options
Timo Teras
1
-1
/
+1
2008-11-28
io: apk_ostream stuff
Timo Teras
1
-1
/
+6
2008-04-22
Preserve uid and gid. Quiet flag to print dots on progress.
Timo Teras
1
-2
/
+3
[next]