summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25use openssl for base64Allan McRae6-284/+38
2016-09-25Remove SHA224 supportAllan McRae1-22/+8
2016-09-25[RFC] Remove internal md5 and sha2 implementationsAllan McRae7-839/+5
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster36-105/+105
2016-09-25bacman: add manual pageGordian Edenhofer3-1/+72
2016-09-25bacman: add option to alter the output directoryGordian Edenhofer1-3/+10
2016-09-25bacman: add option to print fewer status updatesGordian Edenhofer1-2/+6
2016-09-25bacman: quote pkg_pkger variableGordian Edenhofer1-1/+1
2016-09-25bacman: code structuringGordian Edenhofer1-17/+8
2016-09-25bacman: rewrite usage functionGordian Edenhofer1-4/+13
2016-09-25bacman: proper option handlingGordian Edenhofer1-20/+37
2016-09-25bacman: handle SIGHUP, SIGINT, SIGTERM signalsGordian Edenhofer1-0/+10
2016-09-25bacman: allow for multiple packages as argumentsGordian Edenhofer1-205/+200
2016-09-25Add missing newline in paclog-pkglist help outputAlastair Hughes1-1/+1
2016-09-25Change type of count in be_syncRikard Falkeborn1-4/+4
2016-09-25Return boolean from db_populateRikard Falkeborn2-3/+4
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn1-3/+3
2016-09-09repo-add: fix error in directories with a space in their nameFabio Castell1-1/+1
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster1-4/+14
2016-09-03bash-completion: fix leaking "files" array into shell environmentEli Schwartz1-1/+1
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae3-0/+17
2016-09-02Fix typo in pacman-db-upgrade usage messageAllan McRae1-1/+1
2016-08-31Remove AC_FUNC_MALLOC check.Alastair Hughes1-1/+0
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster2-11/+11
2016-08-30pacman.8: fix typo in the documentation of --asexplicitLukas Fleischer1-1/+1
2016-08-30Document contrib/verify-pacman-repo-db.plmasterFlorian Pritz3-1/+65
2016-08-30contrib: Add documentation MakefileFlorian Pritz5-0/+63
2016-08-30contrib: Add verify-pacman-repo-db.plFlorian Pritz1-0/+259
2016-08-30Fix file name in scripts potfileAllan McRae1-5/+5
2016-08-30Merge Giolio Fidente into "Pacman Development Team" contributionGiulio Fidente1-1/+0
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster2-14/+27
2016-08-30libmakepkg: look for architecture-specific hashes in get_integlistJack O'Connor1-0/+11
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae1-6/+6
2016-08-30configure.ac: Fix handling --with-libcurlOlivier Brunel1-2/+2
2016-08-30hook.c: replace fstatat with statAndrew Gregory1-1/+1
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory1-14/+12
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann1-3/+5
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann1-5/+9
2016-08-30Release resources on error paths.Tobias Stoeckmann4-6/+24
2016-08-30pacman-key: reject armored signaturesAllan McRae1-0/+4
2016-08-30Always use proper error code in alpm_initialize.Tobias Stoeckmann1-6/+7
2016-08-30Remove obsolete TODOAllan McRae1-1/+0
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory3-52/+94
2016-08-30Turn off colours once finished using themAllan McRae2-4/+5
2016-05-18pacman.8: add link to alpm-hooks(5) in see alsoChristian Hesse1-1/+2
2016-05-18libalpm.3: add link to alpm-hooks(5) in see alsoChristian Hesse1-1/+2
2016-05-18libmakepkg: extract functions for integrity checkingAshley Whetter10-429/+579
2016-05-18Use a more generic regexp when parsing output of gpg(1) in signature verifica...Leonid Isaev1-1/+1
2016-05-18makepkg: ignore the architecture for --printsrcinfoAlastair Hughes1-1/+1
2016-05-18Report local file URL for -Sp operations if package is in cacheAllan McRae1-3/+24