summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-04replace strdup with STRDUPAndrew Gregory3-11/+7
2014-08-04sync.c: fix style violationsAndrew Gregory1-5/+7
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory1-19/+8
2014-08-04handle_unlock: log error when lock file is missingAndrew Gregory1-6/+14
2014-08-04handle_unlock: log lock removal failureAndrew Gregory3-11/+6
2014-08-04signing.c: remove useless error checkAndrew Gregory1-1/+0
2014-08-04deps.c: use alpm_list_find_ptrAndrew Gregory1-8/+3
2014-08-04dep_graph_init: filter ignored packages by nameAndrew Gregory1-1/+1
2014-08-04pactest: delay test object creationAndrew Gregory1-3/+3
2014-08-04pactest: only snapshot needed filesAndrew Gregory2-6/+17
2014-08-04handle: factor out string list option handlingAndrew Gregory2-58/+39
2014-08-04makepkg: skip dependency checking with --verifysourceAllan McRae2-3/+5
2014-08-04makepkg: ensure vcs download tool are installed when requiredAllan McRae2-0/+75
2014-08-03makepkg: improve check and error message for buildfile locationDave Reisner1-2/+2
2014-08-03sync_prepare: remove useless check for replacersAndrew Gregory1-2/+0
2014-08-03check_pkg_fast: check file typeAndrew Gregory2-4/+13
2014-08-03check_file_exists: replace lstat with llstatAndrew Gregory1-3/+3
2014-08-03llstat: modify path in placeAndrew Gregory2-8/+12
2014-08-03move _alpm_lstat into util-commonAndrew Gregory8-32/+34
2014-08-03add test for file type check with -QkAndrew Gregory2-0/+15
2014-08-03pacdiff: allow DIFFPROG to contain commandline optionsAllan McRae1-3/+3
2014-08-03pactest: check for tests before environment setupAndrew Gregory1-5/+4
2014-08-03pactest: check for pacman binary before runningAndrew Gregory1-1/+5
2014-08-03pactest: parse options before environment setupAndrew Gregory1-3/+5
2014-08-03makepkg: Respect XDG_CONFIG_HOMEJohannes Löthberg2-4/+10
2014-08-03filelist_intersection: manually compare pathsAndrew Gregory1-34/+22
2014-07-01Add validpgpkeys to PKGBUILD prototypes.Allan McRae2-0/+2
2014-06-29makepkg: handle "epoch=" in PKGBUILD with pkgver functionAllan McRae1-6/+7
2014-06-29use monotonic clock for progress updatesAndrew Gregory1-27/+31
2014-06-29libalpm: check for valid public key algorithmChristian Hesse1-0/+12
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner5-22/+56
2014-06-29Revert refactoring in fa0c1e14Allan McRae1-1/+1
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen1-3/+3
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel2-20/+34
2014-06-24Update the question callbackOlivier Brunel7-97/+234
2014-06-24alpm.h: Move alpm_errno_t definition upOlivier Brunel1-84/+87
2014-06-23Move break to a new line for consistencyHong Shick Pak1-1/+2
2014-06-12Use C locale for bsdtar calls during package creationAllan McRae1-3/+3
2014-06-10makepkg: Remove redundant sig generation commentJohannes Löthberg1-1/+1
2014-06-10Add test case for the perl 5.20 dependency breakageFlorian Pritz2-0/+24
2014-06-02Add compatibility with gpgme-1.5.0Allan McRae1-0/+4
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