summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* db: allow comments and empty lines in repositories fileNatanael Copa2009-01-081-0/+4
* src/database.c: get repository file from environment variable APK_REPOSNatanael Copa2009-01-081-2/+5
* src/package.c: fix compiler warning on 64 bit hostsNatanael Copa2009-01-081-2/+2
* various: make fancy progress bar and update todoTimo Teras2009-01-0711-119/+244
* db: rmdir() directories only on package purgeTimo Teras2009-01-061-3/+10
* db: remove forgotten debug printTimo Teras2009-01-061-2/+0
* db, pkg: fix rest of memory leaksTimo Teras2009-01-063-1/+38
* io: fix some memory leaksTimo Teras2009-01-064-4/+15
* db: restructure in-memory organizationTimo Teras2009-01-063-140/+195
* log: eliminate fortified build warningTimo Teras2009-01-061-1/+1
* archive: minor clean upsTimo Teras2009-01-061-2/+3
* io: check inner stream existance before creating gunzip streamTimo Teras2009-01-061-0/+3
* apk_array: clear newly allocated memoryTimo Teras2009-01-061-1/+6
* io: apk_ostream stuffTimo Teras2008-11-289-65/+143
* io: prepartions for url handlingTimo Teras2008-11-285-26/+106
* add: add support to install packages not in a repositoryTimo Teras2008-11-285-15/+37
* db: rework 'files' to 'installed'Timo Teras2008-11-284-114/+139
* db: compressed index fileTimo Teras2008-11-274-3/+18
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-2712-107/+190
* various: use apk_istream apiTimo Teras2008-11-274-18/+43
* db: checksum installed files, protect config filesTimo Teras2008-11-1410-60/+136
* build: remove pthreads referencesTimo Teras2008-11-122-2/+1
* db: remember empty .apksTimo Teras2008-11-111-3/+5
* pkg: speed up indexing of version 2 .apksTimo Teras2008-11-072-5/+21
* io: implement mmap(2) for reading pkgsTimo Teras2008-11-071-9/+98
* use zlib internally to decompressTimo Teras2008-11-079-220/+468
* db: fix installation of apk v1 packagesTimo Teras2008-11-072-3/+3
* pkg: support for new scriptsTimo Teras2008-11-073-64/+99
* db: do not install .PKGINFO filesTimo Teras2008-11-071-0/+3
* db: parse new style .PKGINFOTimo Teras2008-11-065-56/+131
* give more helpful error messagesNatanael Copa2008-10-263-5/+16
* Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras2008-04-225-49/+72
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-226-14/+38
* Argument parsing. Some other stuff too.Timo Teras2008-04-2113-112/+193
* Fixes for hardened environment (and old gcc)Timo Teras2008-04-211-1/+1
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-1725-0/+3777