summaryrefslogtreecommitdiffstats
path: root/src/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* all: rework how arrays workTimo Teräs2010-06-051-2/+3
| | | | | | | | | | 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.
* hash: allow caching of hash valueTimo Teras2009-07-141-13/+6
|
* del: proper ordering of file db entry deletionTimo Teras2009-01-171-3/+2
|
* db, hash: fix package purging/upgrading to update filedb properlyTimo Teras2009-01-161-0/+28
|
* db: keep only filename in file entries, hash by both directory and fileTimo Teras2009-01-141-8/+18
|
* db, pkg: fix rest of memory leaksTimo Teras2009-01-061-1/+1
|
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-271-20/+4
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+97
breakage and major changes.