Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | Was broken by earlier ROOT environment commit. | |||||
* | 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 | |
| | | | | | | dependencies are separated with single space rather than ', '. makes db file slightly easier to parse from a shell script which might be handy. | |||||
* | Makefile: build the info applet | Natanael Copa | 2009-01-09 | 1 | -0/+1 | |
| | ||||||
* | info: new applet | Natanael Copa | 2009-01-09 | 1 | -0/+43 | |
| | | | | so far it only lists installed packages | |||||
* | Revert "db: change format for dependencies" | Natanael Copa | 2009-01-09 | 1 | -3/+3 | |
| | | | | This reverts commit b852d670a985c4da11b012707acaa63b8abdfadc. | |||||
* | 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 | |
| | | | | | | Each dep is separated with a single space. I.E: D:dep1 dep2 dep3 | |||||
* | Makefile: turn off PIE | Natanael Copa | 2009-01-08 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | | | | | Defaults to /etc/apk/repositories, absolute path and not relative the install root. | |||||
* | 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 | 12 | -120/+253 | |
| | ||||||
* | 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 | |
| | ||||||
* | Allow distromakers override CFLAGS and LDFLAGS | Natanael Copa | 2008-12-01 | 1 | -3/+4 | |
| | ||||||
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 9 | -65/+143 | |
| | ||||||
* | io: prepartions for url handling | Timo Teras | 2008-11-28 | 6 | -27/+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 | 5 | -115/+140 | |
| | | | | | Make the db of installed packages more similar to index file and reuse the code. Also rename the database file. | |||||
* | db: compressed index file | Timo Teras | 2008-11-27 | 4 | -3/+18 | |
| | ||||||
* | hash, db: use apk_blob_t and list_* | Timo Teras | 2008-11-27 | 12 | -107/+190 | |
| | ||||||
* | various: use apk_istream api | Timo Teras | 2008-11-27 | 4 | -18/+43 | |
| | ||||||
* | db: checksum installed files, protect config files | Timo Teras | 2008-11-14 | 11 | -63/+136 | |
| | | | | | | | Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist. | |||||
* | build: remove pthreads references | Timo Teras | 2008-11-12 | 3 | -3/+2 | |
| | ||||||
* | db: remember empty .apks | Timo Teras | 2008-11-11 | 2 | -4/+5 | |
| | ||||||
* | pkg: speed up indexing of version 2 .apks | Timo Teras | 2008-11-07 | 2 | -5/+21 | |
| | ||||||
* | io: implement mmap(2) for reading pkgs | Timo Teras | 2008-11-07 | 2 | -11/+99 | |
| | ||||||
* | use zlib internally to decompress | Timo Teras | 2008-11-07 | 10 | -222/+469 | |
| | ||||||
* | db: fix installation of apk v1 packages | Timo Teras | 2008-11-07 | 2 | -3/+3 | |
| | ||||||
* | pkg: support for new scripts | Timo Teras | 2008-11-07 | 4 | -65/+99 | |
| | ||||||
* | todo: updated | Timo Teras | 2008-11-07 | 1 | -5/+17 | |
| | ||||||
* | db: do not install .PKGINFO files | Timo Teras | 2008-11-07 | 1 | -0/+3 | |
| | ||||||
* | db: parse new style .PKGINFO | Timo Teras | 2008-11-06 | 5 | -56/+131 | |
| | ||||||
* | build: fix SUBDIRS and remove -nopie | Timo Teras | 2008-11-06 | 1 | -2/+2 | |
| | ||||||
* | Delete obsolete scripts. | Timo Teras | 2008-11-04 | 3 | -489/+0 | |
| | | | | They are replaced by abuild now. | |||||
* | release 2.0_pre1apk-tools-2.0_pre1 | Natanael Copa | 2008-10-26 | 1 | -1/+1 | |
| | ||||||
* | ignore .o files and apk | Natanael Copa | 2008-10-26 | 1 | -0/+2 | |
| | ||||||
* | give more helpful error messages | Natanael Copa | 2008-10-26 | 3 | -5/+16 | |
| | ||||||
* | Overwriting of bb files, apk_create (from old apk-tools), chdir changes, | Timo Teras | 2008-04-22 | 9 | -53/+565 | |
| | | | | | other stuff. | |||||
* | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 2008-04-22 | 7 | -15/+38 | |
| | ||||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 15 | -115/+202 | |
| |