summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-26db: fix installed db writing with long namesSamanta Navarro1-6/+11
2021-07-26Use __attribute__ ((format)) where possible and fix issues found by itTimo Teräs3-7/+10
2021-07-23db: check syscall errors in update_permissions()Timo Teräs1-5/+17
2021-07-23Disable progress bar on dumb terminals by defaultSören Tempel1-1/+6
2021-07-23solver: don't consider requirer count for preferenceTimo Teräs1-16/+0
2021-04-12io_archive: add bounds limit for uname and gname tar header fieldsTimo Teräs3-10/+11
2021-04-11io: fix fd leak in error handling pathsTimo Teräs1-5/+20
2021-04-11database: do not chroot(".") unless actually necessaryAriadne Conill2-2/+14
2021-04-11del: report correctly package's provides namesTimo Teräs1-9/+21
2021-04-11db: fix control character check to use uint8_tTimo Teräs1-2/+2
2021-04-11db: consider control characters in filename as maliciousTimo Teräs1-7/+19
2021-04-11apk_update: use URL_PRINTFAlex Denes1-2/+4
2021-04-11database: automatically create missing cache dirPaul Spooren1-0/+6
2021-04-11db: mask password component of printed URLsTimo Teräs3-12/+55
2021-04-11commit: rephrase the error messages more understandableTimo Teräs1-2/+2
2021-04-11db: check cache only if some repositories are enabledTimo Teräs1-1/+1
2021-04-11fix apk_blob_pull_csum to always initialize apk_checksumTimo Teräs1-9/+6
2021-04-11lower min-width to 25 columnsAntoine Fontaine1-1/+1
2021-04-11fix glibc buildTBK1-0/+1
2021-04-11db: fix unaligned memory access in csum_hash()Timo Teräs3-11/+13
2020-02-18fix murmur3 hash unaligned memory accessTimo Teräs1-29/+39
2020-02-18defines: add typeof() as it's gcc built-inTimo Teräs1-0/+4
2020-02-18remove apk_time() as it is causing problems with shared objectsTimo Teräs6-17/+10
2020-02-18remove obsolete md5.hTimo Teräs1-60/+0
2020-02-18database.c: drop GNU extension for fnmatchDrew DeVault1-1/+1
2020-02-18io: remove the now unused pid association with istreamTimo Teräs2-32/+8
2020-02-18io: remove unused size parameter from bstream closeTimo Teräs5-44/+34
2019-12-30lua: fix build and update to lua5.3Timo Teräs2-16/+21
2019-12-29del: report non-matching names and install-if rule non-deletionTimo Teräs3-30/+39
2019-12-27Revert "search: remove from APK_COMMAND_GROUP_QUERY"Timo Teräs1-0/+1
2019-12-27db: parse tabulator as repository separator charTimo Teräs1-0/+1
2019-12-18io: use proper base struct types for method implementationsTimo Teräs5-86/+68
2019-12-12upgrade: implement --ignore to exclude some packages from upgradenrybowski4-4/+22
2019-11-22Don't unpack files to system rootFredrik Gustafsson1-1/+5
2019-11-18add: always use UTC for virtual package versionsMax Rees1-1/+1
2019-11-18Make tests pass and introduce a memory leakFredrik Gustafsson1-1/+1
2019-07-02add: fix virtual package id generationTimo Teräs1-16/+35
2019-06-05print usage and exit with error on invalid argumentsTimo Teräs1-6/+3
2019-06-05fix all applets to return -ENOTSUP if it's unrecognizedTimo Teräs5-5/+5
2019-06-05solver: fix common dependency merging to inherit pinning and flagsTimo Teräs1-3/+7
2019-06-03use fixed system time in test mode to have fixed test outputTimo Teräs5-4/+16
2019-06-03add: make virtual packages upgradeable (ref #9957)Timo Teräs1-3/+12
2019-05-28Fix compile with glibcIan Douglas Scott1-1/+1
2019-05-01list: Detect orphaned packages correctlyA. Wilcox1-2/+2
2019-02-13fix strncpy bounds errorsTimo Teräs4-4/+24
2019-02-13include sys/sysmacros.h for makedev definitionElan Ruusamäe2-0/+2
2019-01-10fetch: fix error message for --recursiveNatanael Copa1-1/+3
2018-11-15Revert "move --simulate to global options"Timo Teräs1-2/+5
2018-11-12fix orphan package handling for certain provides casesTimo Teräs1-15/+17
2018-11-12prefer selecting packages by their primary nameTimo Teräs3-8/+25