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
Commit message (
Expand
)
Author
Age
Files
Lines
*
db: apk_db_read_state() needs to be before apk_db_add_repository()
Timo Teras
2009-01-16
1
-9
/
+13
*
db: make fetching from other than first repository work
Timo Teras
2009-01-16
1
-2
/
+13
*
index: write out only packages specified in command line
Timo Teras
2009-01-16
3
-20
/
+33
*
db: fix relative --root to work after apk_db_create call
Timo Teras
2009-01-16
1
-0
/
+1
*
add: --upgrade|-u to control if upgrading is preferred or not
Timo Teras
2009-01-16
8
-21
/
+17
*
Makefile: added 'make static' target to build apk.static
Natanael Copa
2009-01-16
1
-0
/
+3
*
url: allow wget report error messages
Natanael Copa
2009-01-16
1
-2
/
+1
*
apk: fix --root/-p option
Natanael Copa
2009-01-16
1
-1
/
+1
*
apk: short option for --root is -p
Natanael Copa
2009-01-16
1
-1
/
+1
*
info: only show package desc when --verbose
Natanael Copa
2009-01-16
4
-11
/
+17
*
db: set the perms to /var/lib/apk/* to 644
Natanael Copa
2009-01-16
1
-4
/
+4
*
db, hash: fix package purging/upgrading to update filedb properly
Timo Teras
2009-01-16
2
-45
/
+81
*
db: try create root in case it does not exist
Natanael Copa
2009-01-16
1
-0
/
+1
*
db: index file location is a URL
Timo Teras
2009-01-15
3
-1
/
+8
*
apk: isalnum() takes only unsigned char values add explicit check for that
Timo Teras
2009-01-15
1
-1
/
+2
*
audit: new command to check changed files
Timo Teras
2009-01-14
4
-15
/
+178
*
db: keep only filename in file entries, hash by both directory and file
Timo Teras
2009-01-14
4
-29
/
+77
*
add: --initdb to replace create applet
Timo Teras
2009-01-13
4
-53
/
+62
*
db: hash files by name, instead of keep two directory lists
Timo Teras
2009-01-13
2
-81
/
+62
*
state: fix again changeset ordering
Timo Teras
2009-01-13
1
-2
/
+2
*
info: implement who owns packages query (apk_info -W)
Timo Teras
2009-01-13
4
-8
/
+81
*
state: fix generation of change-set to honour dependencies
Timo Teras
2009-01-13
1
-2
/
+6
*
apk: per applet options
Timo Teras
2009-01-13
10
-46
/
+163
*
state: install packages in dependency order (not reverse)
Timo Teras
2009-01-13
1
-1
/
+1
*
pkg: use generic blob functions to parse dependencies
Timo Teras
2009-01-13
1
-38
/
+36
*
apk: honour --root command line switch
Timo Teras
2009-01-13
1
-1
/
+2
*
apk: support for ROOT environment variable
Natanael Copa
2009-01-12
1
-1
/
+5
*
db, package: new dependency format, second try
Natanael Copa
2009-01-11
2
-6
/
+6
*
Makefile: build the info applet
Natanael Copa
2009-01-09
1
-0
/
+1
*
info: new applet
Natanael Copa
2009-01-09
1
-0
/
+43
*
Revert "db: change format for dependencies"
Natanael Copa
2009-01-09
1
-3
/
+3
*
db: report error when create db in non-existing dir
Natanael Copa
2009-01-09
1
-1
/
+4
*
db: change format for dependencies
Natanael Copa
2009-01-08
1
-3
/
+3
*
db: allow comments and empty lines in repositories file
Natanael Copa
2009-01-08
1
-0
/
+4
*
src/database.c: get repository file from environment variable APK_REPOS
Natanael Copa
2009-01-08
1
-2
/
+5
*
src/package.c: fix compiler warning on 64 bit hosts
Natanael Copa
2009-01-08
1
-2
/
+2
*
various: make fancy progress bar and update todo
Timo Teras
2009-01-07
11
-119
/
+244
*
db: rmdir() directories only on package purge
Timo Teras
2009-01-06
1
-3
/
+10
*
db: remove forgotten debug print
Timo Teras
2009-01-06
1
-2
/
+0
*
db, pkg: fix rest of memory leaks
Timo Teras
2009-01-06
3
-1
/
+38
*
io: fix some memory leaks
Timo Teras
2009-01-06
4
-4
/
+15
*
db: restructure in-memory organization
Timo Teras
2009-01-06
3
-140
/
+195
*
log: eliminate fortified build warning
Timo Teras
2009-01-06
1
-1
/
+1
*
archive: minor clean ups
Timo Teras
2009-01-06
1
-2
/
+3
*
io: check inner stream existance before creating gunzip stream
Timo Teras
2009-01-06
1
-0
/
+3
*
apk_array: clear newly allocated memory
Timo Teras
2009-01-06
1
-1
/
+6
*
io: apk_ostream stuff
Timo Teras
2008-11-28
9
-65
/
+143
*
io: prepartions for url handling
Timo Teras
2008-11-28
5
-26
/
+106
*
add: add support to install packages not in a repository
Timo Teras
2008-11-28
5
-15
/
+37
*
db: rework 'files' to 'installed'
Timo Teras
2008-11-28
4
-114
/
+139
[next]