summaryrefslogtreecommitdiff
path: root/src/blob.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.hAriadne Conill1-1/+1
2020-05-19make the atom functions not use global stateTimo Teräs1-76/+0
2020-05-07fix apk_blob_pull_csum to always initialize apk_checksumTimo Teräs1-9/+6
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-02-21db: fix unaligned memory access in csum_hash()Timo Teräs1-10/+0
2020-02-17fix murmur3 hash unaligned memory accessTimo Teräs1-29/+39
2020-01-11istream, archive, db: convert db and tar function to use istreamTimo Teräs1-4/+2
2019-05-28Fix compile with glibcIan Douglas Scott1-1/+1
2019-02-13fix strncpy bounds errorsTimo Teräs1-0/+13
2016-04-03blob: fix sign extension in test_bitTimo Teräs1-1/+1
2015-10-08blob: Add missing headerAndrew Wilcox1-0/+1
2015-06-12add simple stats appletTimo Teräs1-1/+1
2015-06-12free atoms when VALGRIND is definedTimo Teräs1-0/+10
2015-06-12optimize base64 decoding a bitTimo Teräs1-20/+16
2015-06-11use murmur3_32 hashTimo Teräs1-6/+45
2015-04-08ignore .apk-new files for overlaysTimo Teräs1-0/+6
2014-11-01support extended pax header in tar extractorTimo Teräs1-0/+9
2013-06-12libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock1-1/+1
2012-02-27solver, test: implements more provides things, add testsTimo Teräs1-3/+4
2012-02-10blob: fix base64 decoding after previous optimizationsTimo Teräs1-1/+1
2012-02-08blob: optimize spn and cspnTimo Teräs1-4/+87
2012-02-08blob: optimize digit and base64 decodingTimo Teräs1-41/+110
2011-10-29solver, db: implement repository pinningTimo Teräs1-4/+8
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-0/+67
2010-11-23blob: fix segfault on x86_64 with --virtualNatanael Copa1-1/+1
2010-06-01state: improve error messages from dependency failuresTimo Teräs1-0/+8
2009-07-15blob: base64 encoding and decodingTimo Teras1-17/+127
2009-07-14db: live with sha1 and md5Timo Teras1-0/+49
2009-07-14blob: add some likelyness to help compiler optimizationsTimo Teras1-12/+12
2009-07-14blob: some helpers to replace snprintfTimo Teras1-36/+91
2009-07-14hash: allow caching of hash valueTimo Teras1-2/+7
2009-07-14bstream: make tokenizable and load index using bstreamTimo Teras1-17/+31
2009-07-08csum: use openssl insteadTimo Teras1-9/+0
2009-06-28blob: function to checksum a blobTimo Teras1-1/+10
2009-04-14blob: add strspn helpersTimo Teras1-0/+28
2009-01-14db: keep only filename in file entries, hash by both directory and fileTimo Teras1-1/+1
2008-11-27hash, db: use apk_blob_t and list_*Timo Teras1-0/+20
2008-11-06db: parse new style .PKGINFOTimo Teras1-1/+18
2008-04-21Argument parsing. Some other stuff too.Timo Teras1-0/+3
2008-04-17Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras1-0/+125