summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-25Clarify that -Ql prints a file listAllan McRae1-1/+1
2014-05-25makepkg: pass "--nocolor" to pacmanAndrew DeMaria1-1/+1
2014-05-25makepkg: Force buildscripts to be in startdirAllan McRae2-1/+7
2014-05-23Do not check makepkg-wrapper for standard optionsAllan McRae1-0/+1
2014-05-23makepkg: Introduce validpgpkeys arrayThomas Bächler2-5/+26
2014-05-23makepkg: Treat a signature from an untrusted key as an errorThomas Bächler1-12/+24
2014-05-23makepkg: Use read to parse status file during signature verification.Thomas Bächler1-19/+74
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner1-7/+8
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz1-1/+1
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory2-5/+11
2014-05-04pactest: treat arguments as files instead of globsAndrew Gregory1-7/+8
2014-05-04pmdb.py: change siglevel name to RequiredAndrew Gregory2-2/+2
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory1-1/+2
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner2-0/+2
2014-04-21makepkg: use dash instead of underscore in /usr/lib/debug/.build-idSteven Noonan1-4/+4
2014-03-27repo-add: declare pkgbase as localAllan McRae1-1/+1
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae2-8/+18
2014-03-27makepkg: sign source packages with --signAllan McRae1-0/+6
2014-03-27conf.c: remove extra indentationAndrew Gregory1-4/+3
2014-03-27check config_new return valueAndrew Gregory1-1/+4
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann1-6/+13
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann1-17/+17
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann1-0/+4
2014-03-13makepkg: Reorder some entries in usage() and getoptsPierre Neidhardt1-4/+4
2014-03-12makepkg: enforce fakeroot usageAllan McRae3-54/+15
2014-03-12makepkg: Remove --asroot optionAllan McRae2-21/+6
2014-03-12makepkg: Add a --noarchive option to inhibit archive creationPierre Neidhardt2-5/+21
2014-03-12makepkg: Comment on install_package() return codePierre Neidhardt1-2/+3
2014-03-08note that TotalDownload and XferCommand are incompatible.Matthias Krüger1-0/+1
2014-03-08Use MALLOC throughtout libalpmAllan McRae4-15/+7
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory1-3/+2
2014-03-04simplify check for leading "local/"Andrew Gregory1-6/+3
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory1-0/+3
2014-03-03Fix install order in scripts MakefileAllan McRae1-1/+1
2014-03-03makepkg.8: Fix typoPierre Neidhardt1-1/+1
2014-03-03pactest: add prefix to temporary directoryAndrew Gregory1-1/+1
2014-03-03pmpkg.py: remove unused importsAndrew Gregory1-4/+0
2014-03-03makepkg: Support kernel.org's PGP signature schemeThomas Bächler1-3/+20
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae2-2/+3
2014-03-03pacsearch: factored -Ss and -Qs parts into one single functionPierre Neidhardt1-35/+20
2014-03-03pacsearch: pattern arguments work as for pacmanPierre Neidhardt1-28/+13
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel6-10/+143
2014-03-03pacsearch: fields are treated uniformly when printingPierre Neidhardt1-10/+10
2014-03-03pacsearch: removed redundant sortingPierre Neidhardt1-28/+19
2014-03-03pacsearch: indexing by 'name version' instead of 'name'Pierre Neidhardt1-3/+3
2014-03-03pacsearch: removed useless commentPierre Neidhardt1-1/+0
2014-03-03makepkg: implement support for stripping kernel modulesSteven Noonan1-0/+7
2014-03-03restrict transaction package originsAndrew Gregory2-0/+4
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel3-0/+29
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel3-0/+9