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
*
all: implement database open options
Timo Teras
2009-08-06
17
-220
/
+189
*
db: make missing index non-fatal
Timo Teras
2009-08-06
1
-1
/
+1
*
audit: do not load repositories
Timo Teras
2009-08-06
1
-2
/
+5
*
state: ignore missing world dependencies with --force and --quiet
Timo Teras
2009-08-06
1
-1
/
+1
*
db: command line repositories take preference
Timo Teras
2009-08-06
1
-75
/
+70
*
audit: fix --backup
Timo Teras
2009-08-06
1
-1
/
+4
*
info: fix a --exists to work if the name is non-existant
Timo Teras
2009-08-05
1
-0
/
+3
*
info: support dependency style tests in package existance checking
Timo Teras
2009-08-05
1
-11
/
+18
*
io: flag for following symlinks on fstat
Timo Teras
2009-08-05
3
-5
/
+11
*
fetch: --link is -L for short, not -l
Timo Teras
2009-08-05
1
-1
/
+1
*
state: world might be empty
Timo Teras
2009-08-05
1
-1
/
+1
*
index: root is needed for signing keys
Timo Teras
2009-08-05
1
-1
/
+1
*
db: support "replaces" directive (fixes #113)
Timo Teras
2009-08-04
3
-15
/
+58
*
fix: new applet to reinstall and fix package
Timo Teras
2009-08-04
5
-20
/
+143
*
state: fix world dependencies to be honored always
Timo Teras
2009-08-04
6
-39
/
+117
*
db: return hard error if repository opening fails
Timo Teras
2009-08-04
1
-6
/
+10
*
del: add '-r' to remove top-level dependencies recursively
Timo Teras
2009-08-04
3
-11
/
+46
*
archive: compile fix
Natanael Copa
2009-08-03
1
-0
/
+1
*
db: jump through hoops to get checksums for hardlinks
Timo Teras
2009-07-31
1
-18
/
+60
*
audit: sanitize --system
Timo Teras
2009-07-31
1
-32
/
+79
*
db: load cache's installed index only if cache is active
Timo Teras
2009-07-31
1
-4
/
+6
*
apk: use *at instead of chdir+normal file syscall
Timo Teras
2009-07-31
19
-341
/
+360
*
io: fix corruption of big files on mmap write
Timo Teras
2009-07-31
1
-14
/
+13
*
db: allow update of untrusted index
Natanael Copa
2009-07-30
1
-1
/
+2
*
verify: report missing files rather than segfault
Natanael Copa
2009-07-30
1
-0
/
+7
*
db: fix checksum storing to db
Timo Teras
2009-07-30
2
-6
/
+9
*
audit: protection mask for "symlinks only"
Timo Teras
2009-07-30
4
-7
/
+27
*
io: keep static pointer to copying buffer
Timo Teras
2009-07-30
1
-6
/
+6
*
io: fix mmap writing to actually work
Timo Teras
2009-07-30
2
-5
/
+7
*
db: fix protected directory handling (fixes #89)
Timo Teras
2009-07-29
1
-5
/
+10
*
io: use mmap to write archive entries to disk
Timo Teras
2009-07-29
1
-11
/
+28
*
tar: make checksumming of inner files conditional
Timo Teras
2009-07-29
5
-12
/
+19
*
build: make install depend on main targets
Timo Teras
2009-07-29
1
-1
/
+1
*
tar: don't call digest finalization twice
Timo Teras
2009-07-29
1
-0
/
+3
*
add, fetch: make handling of special options more logical
Timo Teras
2009-07-24
2
-41
/
+44
*
apk: add -i/--interactive option (fixes #60)
Timo Teras
2009-07-24
3
-1
/
+8
*
db: fix repository write locking
Timo Teras
2009-07-24
1
-4
/
+4
*
pkg: remove implicit bb dependency when install script is present
Timo Teras
2009-07-24
1
-14
/
+0
*
db: increase required verbosity for filename prints
Timo Teras
2009-07-24
1
-6
/
+6
*
db: remove APK_NAME_VIRTUAL flag
Timo Teras
2009-07-24
3
-3
/
+2
*
db: create cache index with non-repository packages
Timo Teras
2009-07-24
3
-67
/
+122
*
archive: append .apk-new to hard link targets
Natanael Copa
2009-07-23
1
-1
/
+5
*
index: fully process archive when reading index for signature check
Timo Teras
2009-07-23
1
-5
/
+5
*
index: more informative error message
Timo Teras
2009-07-23
4
-10
/
+16
*
apk: add --purge option (fixes #61)
Timo Teras
2009-07-22
3
-1
/
+12
*
audit: add --system option
Timo Teras
2009-07-22
1
-15
/
+21
*
signing: verify and generate identity
Timo Teras
2009-07-22
3
-2
/
+9
*
add: fixes to installing non-repository package
Timo Teras
2009-07-22
4
-5
/
+27
*
pkg: cleanup the signing code
Timo Teras
2009-07-22
5
-99
/
+90
*
state: fix previous commit to show OK when everything is ok
Timo Teras
2009-07-22
1
-1
/
+1
[next]