summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-30upgrade: allow for specified package upgradesAriadne Conill2-1/+23
2020-05-29libfetch: implement default port for HTTPS.Ariadne Conill2-0/+3
2020-05-28gitignore: add generated help.h headerAriadne Conill1-0/+1
2020-05-27database: create additional device nodes when initializing root fsAriadne Conill1-0/+4
2020-05-19fix logic to not compile lua module when it was not askedFredrik Gustafsson1-1/+1
2020-05-19make the atom functions not use global stateTimo Teräs24-179/+185
2020-05-19allow building without help when lua interpreter is not availableTimo Teräs2-6/+21
2020-05-17Merge branch 'add-riscv-arch-defines' into 'master'Timo Teräs1-0/+4
2020-05-17define APK_DEFAULT_ARCH for riscv32 and riscv64 targetsAriadne Conill1-0/+4
2020-05-07fix apk_blob_pull_csum to always initialize apk_checksumTimo Teräs1-9/+6
2020-05-07use SPDX-License-Identifier in source filesTBK49-141/+65
2020-05-07add LICENSETBK1-0/+319
2020-05-06index: add argument --no-warningsFredrik Gustafsson2-1/+16
2020-05-06rewrite option descriptors to be single stringTimo Teräs16-435/+563
2020-05-06man pages: make more friendly for help generationTimo Teräs12-74/+132
2020-05-06add script to autogenerate help from man pagesTimo Teräs24-111/+385
2020-04-28apk: do not manage file ownership as non-root or when asked soFredrik Gustafsson6-15/+40
2020-04-24man pages: fix apk-del section in the main indexTimo Teräs1-1/+1
2020-04-21man pages: format email addresses consistentlyFredrik Gustafsson22-22/+22
2020-04-01build: fix includedir in pkgconfig fileRasmus Thomsen3-4/+4
2020-04-01libfetch: fix no_proxy domain name comparisionTimo Teräs1-1/+1
2020-04-01db: fix database reading without scripts or triggersTimo Teräs1-6/+10
2020-03-25libfetch: fixups to packetization socket option settingTimo Teräs1-26/+22
2020-03-25libfetch: minor HTTP handling improvementAlexander Wauck1-5/+2
2020-03-23build: add apk.pc.inRasmus Thomsen1-0/+10
2020-03-23build: inspect GitLab CI variables for version stringTimo Teräs1-3/+9
2020-03-23build: fix 'make check' for libfetchTimo Teräs1-0/+2
2020-03-21lower min-width to 25 columnsAntoine Fontaine1-1/+1
2020-03-21fix glibc buildTBK1-0/+1
2020-03-16build: enable building of development packageRasmus Thomsen4-49/+102
2020-02-23readme: fix name of doc directoryJakub Jirutka1-1/+1
2020-02-23readme: rename to .md and add some contentJakub Jirutka2-0/+5
2020-02-23remove empty NEWSJakub Jirutka1-0/+0
2020-02-23fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11Jakub Jirutka1-3/+3
2020-02-21db: fix unaligned memory access in csum_hash()Timo Teräs3-11/+13
2020-02-18libfetch: support TCP_CORKTimo Teräs1-23/+22
2020-02-17fix murmur3 hash unaligned memory accessTimo Teräs1-29/+39
2020-02-14rename all iostream source to io_*.cTimo Teräs4-6/+7
2020-02-14rename all applets sources to app_*.cTimo Teräs19-21/+25
2020-02-14io: add stream copy helperTimo Teräs3-8/+37
2020-02-04defines: add typeof() as it's gcc built-inTimo Teräs1-0/+4
2020-02-04remove apk_time() as it is causing problems with shared objectsTimo Teräs6-17/+10
2020-01-26remove travis ci, we are using gitlab ci now insteadTimo Teräs1-53/+0
2020-01-26remove tests connected to help output validationTimo Teräs1-10/+0
2020-01-26build: separate subdirs out from targetsTimo Teräs2-7/+12
2020-01-26convert man page makefile to make.rules formatTimo Teräs2-43/+54
2020-01-26man pages: consoldate commit options in apk(8)Drew DeVault5-104/+30
2020-01-26man pages: merge scdoc targetesDrew DeVault1-4/+1
2020-01-26Makefile: install man pages to MANDIRDrew DeVault1-8/+18
2020-01-26Update apk to make man pages sole source of truthDrew DeVault20-228/+107