summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Sanitize file name received from Content-Disposition headerAndrew Gregory1-1/+2
2018-12-23always allow explicit empty siglevel for sync dbsAndrew Gregory1-1/+1
2018-12-12Pull updated translations from TransifexAllan McRae43-930/+931
2018-11-19handle EINTR while polling scripts/hooksAndrew Gregory1-1/+9
2018-11-19reset signal handlers before running scripts/hooksAndrew Gregory1-0/+20
2018-11-19alpm: Fix SIGINT handling re: aborting downloadOlivier Brunel1-0/+1
2018-11-19alpm: Do not raise SIGINT when filesize goes over limitOlivier Brunel1-1/+1
2018-11-19libalpm/dload.c: add case for CURLE_COULDNT_RESOLVE_HOSTMichael Straube1-0/+7
2018-07-27Pull updated translations from TransifexAllan McRae7-113/+120
2018-07-27Handle root prefix in overwrite operationsAllan McRae1-4/+5
2018-06-18libalpm/dload.c: fix filename in license headerMichael Straube1-1/+1
2018-05-28Pull updated translations from TransifexAllan McRae48-5356/+359
2018-05-15Pull translations from Transifex and regenerateAllan McRae48-2324/+3412
2018-05-14Remove all modelines from the projectEli Schwartz53-104/+0
2018-05-12Fix gcc8 warnings.Eli Schwartz1-4/+12
2018-04-29add missing newline to error messageAllan McRae1-1/+1
2018-04-29Initial translation preparation for pacman-5.1Allan McRae42-3790/+11262
2018-04-29Import updated translations from TransifexAllan McRae48-3895/+4401
2018-04-29Update POTFILES.inAllan McRae1-2/+5
2018-04-29libalpm.pc: migrate to Requires.privateEli Schwartz1-1/+2
2018-03-14Update coyrights for 2018Allan McRae52-52/+52
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger1-0/+16
2018-01-11Support new OpenPGP format packets lengthsAllan McRae1-71/+107
2018-01-10add missing newline to debug messageAndrew Gregory1-1/+1
2018-01-10detect pkghash allocation failureAndrew Gregory5-14/+28
2018-01-10Do not continuously try to open an invalid databaseAllan McRae1-0/+2
2018-01-06do not rely on name hashes for matchingAndrew Gregory1-4/+2
2018-01-06dload: ensure callback is always initialized onceAndrew Gregory2-4/+6
2018-01-06avoid printing NULL stringAndrew Gregory1-1/+1
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank1-4/+44
2017-07-28Fix brace coding style issuesMichael Straube2-4/+5
2017-07-06alpm_list: abort on memory allocation failureAndrew Gregory1-5/+24
2017-07-06fix typo in libalpm commentChristian Hesse1-1/+1
2017-05-16alpm_unlock: check handle before dereferencingAndrew Gregory1-0/+1
2017-05-08free memory for --overwrite listsAndrew Gregory1-0/+1
2017-05-08be_sync: error out if a db cannot be parsedAndrew Gregory1-5/+12
2017-04-17run_chroot: label pipe endpoints for readabilityAndrew Gregory1-12/+17
2017-04-17use sockets for scriptlet/hook communicationAndrew Gregory1-13/+4
2017-04-17conflict: include owner for filesystem conflictsAndrew Gregory1-5/+20
2017-04-17unlink_file: strip trailing slashesAndrew Gregory1-1/+12
2017-04-16sortbydeps: rename vptr -> iAndrew Gregory1-5/+5
2017-04-16sortbydeps: rename found -> switched_to_childAndrew Gregory1-4/+4
2017-04-16sortbydeps: factor out dep cycle warningAndrew Gregory1-33/+37
2017-04-16graph.h: rename childptr -> iteratorAndrew Gregory3-10/+10
2017-04-16graph.h: replace hardcoded values with an enumAndrew Gregory3-8/+14
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory4-4/+37
2017-04-12libalpm: Use archive_read_extract2Armin K1-1/+15
2017-04-04add alpm_list_append_strdupAndrew Gregory2-0/+21
2017-04-04Ignore comments in INSTALL files (FS#51916)Michael Straube1-0/+4
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse4-2/+17