| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | digest: use oneshot context flag where approriate | Timo Teras | 2009-07-17 | 1 | -17/+26 |
* | index: fix output file permissions, verify signed index (ref #46) | Timo Teras | 2009-07-17 | 1 | -7/+18 |
* | pkg: remove debug prints | Timo Teras | 2009-07-17 | 1 | -1/+0 |
* | pkg: fix index generation | Timo Teras | 2009-07-17 | 1 | -4/+12 |
* | verify: new applet (ref #46) | Timo Teras | 2009-07-17 | 1 | -73/+172 |
* | pkg: .PKGINFO field for data checksum is 'datahash' | Timo Teras | 2009-07-16 | 1 | -1/+1 |
* | various: new style index generation | Timo Teras | 2009-07-16 | 1 | -22/+71 |
* | gzip: always autoclose the inner stream | Timo Teras | 2009-07-16 | 1 | -2/+6 |
* | pkg: remove support for the deprecated .INSTALL script | Timo Teras | 2009-07-16 | 1 | -14/+1 |
* | cache: make cache cleaning work again properly | Timo Teras | 2009-07-15 | 1 | -0/+3 |
* | pkg: fix package scanner to read whole archive | Timo Teras | 2009-07-15 | 1 | -2/+2 |
* | db: live with sha1 and md5 | Timo Teras | 2009-07-14 | 1 | -9/+10 |
* | blob: some helpers to replace snprintf | Timo Teras | 2009-07-14 | 1 | -28/+28 |
* | bstream: make tokenizable and load index using bstream | Timo Teras | 2009-07-14 | 1 | -3/+3 |
* | io: move csumming away from bstream to gunzip | Timo Teras | 2009-07-13 | 1 | -5/+23 |
* | package: removed debug code | Natanael Copa | 2009-06-22 | 1 | -1/+0 |
* | ver: only compare the given packages, show version | Natanael Copa | 2009-06-20 | 1 | -0/+5 |
* | add: support for forced versions | Natanael Copa | 2009-06-16 | 1 | -0/+33 |
* | pkg: clean up writing of dependencies | Timo Teras | 2009-04-16 | 1 | -82/+60 |
* | pkg: apk_deps_del helper introduced | Timo Teras | 2009-04-16 | 1 | -0/+19 |
* | pkg: fix apk v1.0 URL field import | Timo Teras | 2009-04-16 | 1 | -1/+1 |
* | state: rework changeset calculation algorithm | Timo Teras | 2009-04-14 | 1 | -7/+79 |
* | pkg: write dependencies directly file instead of buffer | Timo Teras | 2009-03-17 | 1 | -0/+23 |
* | pkg: show warning if deprecated .INSTALL is present in package | Timo Teras | 2009-02-27 | 1 | -1/+14 |
* | Revert "Revert "pkg: use absolute filenames for packages"" | Natanael Copa | 2009-01-21 | 1 | -2/+7 |
* | Revert "pkg: use absolute filenames for packages" | Natanael Copa | 2009-01-21 | 1 | -7/+2 |
* | pkg: use absolute filenames for packages | Timo Teras | 2009-01-20 | 1 | -2/+7 |
* | add: --upgrade|-u to control if upgrading is preferred or not | Timo Teras | 2009-01-16 | 1 | -3/+0 |
* | info: implement who owns packages query (apk_info -W) | Timo Teras | 2009-01-13 | 1 | -5/+7 |
* | pkg: use generic blob functions to parse dependencies | Timo Teras | 2009-01-13 | 1 | -38/+36 |
* | db, package: new dependency format, second try | Natanael Copa | 2009-01-11 | 1 | -4/+4 |
* | Revert "db: change format for dependencies" | Natanael Copa | 2009-01-09 | 1 | -3/+3 |
* | db: change format for dependencies | Natanael Copa | 2009-01-08 | 1 | -3/+3 |
* | 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 | 1 | -2/+1 |
* | db, pkg: fix rest of memory leaks | Timo Teras | 2009-01-06 | 1 | -0/+2 |
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 1 | -16/+4 |
* | add: add support to install packages not in a repository | Timo Teras | 2008-11-28 | 1 | -0/+1 |
* | db: rework 'files' to 'installed' | Timo Teras | 2008-11-28 | 1 | -8/+30 |
* | hash, db: use apk_blob_t and list_* | Timo Teras | 2008-11-27 | 1 | -20/+20 |
* | db: checksum installed files, protect config files | Timo Teras | 2008-11-14 | 1 | -1/+1 |
* | build: remove pthreads references | Timo Teras | 2008-11-12 | 1 | -1/+0 |
* | pkg: speed up indexing of version 2 .apks | Timo Teras | 2008-11-07 | 1 | -3/+5 |
* | use zlib internally to decompress | Timo Teras | 2008-11-07 | 1 | -13/+14 |
* | db: fix installation of apk v1 packages | Timo Teras | 2008-11-07 | 1 | -1/+1 |
* | pkg: support for new scripts | Timo Teras | 2008-11-07 | 1 | -51/+75 |
* | db: parse new style .PKGINFO | Timo Teras | 2008-11-06 | 1 | -52/+102 |
* | give more helpful error messages | Natanael Copa | 2008-10-26 | 1 | -3/+6 |
* | Overwriting of bb files, apk_create (from old apk-tools), chdir changes, | Timo Teras | 2008-04-22 | 1 | -6/+10 |
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -20/+0 |