- 11 Jul, 2011 1 commit
-
-
Timo Teräs authored
fixes #666
-
- 16 Mar, 2011 2 commits
-
-
Timo Teräs authored
.. and back to read-only after finishing with modifications. fixes #512
-
Timo Teräs authored
if package arch is not set, do not append anything to repository. if arch is set, it is appended to repository.
-
- 10 Dec, 2010 1 commit
-
-
Timo Teräs authored
Unsigned indexes should not be needed anymore anyway.
-
- 11 Jun, 2010 1 commit
-
-
Natanael Copa authored
-
- 05 Jun, 2010 1 commit
-
-
Timo Teräs authored
Instead of having a null pointer, use a dummy array which just says the array is empty. This helps in multiple places of the code which would otherwise need explicitly need to check first if the array exists. This has been cause of multiple seg.faults in the past as the array check is easily omitted. This also removes (or fixes) all existing checks accordingly.
-
- 01 Mar, 2010 1 commit
-
-
Timo Teräs authored
wget:ing local files results in error and is useless.
-
- 06 Aug, 2009 2 commits
-
-
Timo Teräs authored
this helps boots sequence when network is not available.
-
Timo Teräs authored
so user can override trusted keys directory and repositories file.
-
- 04 Aug, 2009 1 commit
-
-
Timo Teräs authored
previously they might have been skipped on certain situations. this also fixes some other reverse dependency enforcements and implements new "pending" state for locked name.
-
- 31 Jul, 2009 1 commit
-
-
Timo Teräs authored
this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used.
-
- 22 Jul, 2009 1 commit
-
-
Timo Teräs authored
- error codes for verification failure types - fix some fdb corruption on file migration - combine some dependency parsing code - fix versioned dependencies
-
- 20 Jul, 2009 1 commit
-
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
- 15 Jul, 2009 1 commit
-
-
Timo Teräs authored
-
- 14 Jul, 2009 2 commits
-
-
Timo Teräs authored
this also convers scripts file to a tar archive.
-
Timo Teräs authored
snprintf is dog slow. make the blob stuff have some helper functions so we can use them in code paths that are executed often.
-
- 09 Jul, 2009 1 commit
-
-
Natanael Copa authored
This will update the repository cache upon db_open.
-
- 07 Jul, 2009 3 commits
-
-
Timo Teräs authored
check for the full filename to match an expected pattern or delete it (so we delete files with .new, .new.backup, etc.). final part of remote package caching: fixes #49.
-
Timo Teräs authored
that way we get the same result as the 'apk add world' at boot time; it might differ from currently installed set (ref #49).
-
Timo Teräs authored
more fine grained control what to load, and rename some of the flags to be shorter.
-
- 29 Jun, 2009 1 commit
-
-
Timo Teräs authored
Administrative tool to download or delete files to/from the cache.
-