| Commit message (Expand) | Author | Age |
... | |
* | filecache_find_url: dereference the 'filebase' pointer | Ryo Munakata | 2014-08-04 |
* | replace strdup with STRDUP | Andrew Gregory | 2014-08-04 |
* | sync.c: fix style violations | Andrew Gregory | 2014-08-04 |
* | pacman.c: simplify stdin parsing | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log error when lock file is missing | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log lock removal failure | Andrew Gregory | 2014-08-04 |
* | signing.c: remove useless error check | Andrew Gregory | 2014-08-04 |
* | deps.c: use alpm_list_find_ptr | Andrew Gregory | 2014-08-04 |
* | dep_graph_init: filter ignored packages by name | Andrew Gregory | 2014-08-04 |
* | pactest: delay test object creation | Andrew Gregory | 2014-08-04 |
* | pactest: only snapshot needed files | Andrew Gregory | 2014-08-04 |
* | handle: factor out string list option handling | Andrew Gregory | 2014-08-04 |
* | makepkg: skip dependency checking with --verifysource | Allan McRae | 2014-08-04 |
* | makepkg: ensure vcs download tool are installed when required | Allan McRae | 2014-08-04 |
* | makepkg: improve check and error message for buildfile location | Dave Reisner | 2014-08-03 |
* | sync_prepare: remove useless check for replacers | Andrew Gregory | 2014-08-03 |
* | check_pkg_fast: check file type | Andrew Gregory | 2014-08-03 |
* | check_file_exists: replace lstat with llstat | Andrew Gregory | 2014-08-03 |
* | llstat: modify path in place | Andrew Gregory | 2014-08-03 |
* | move _alpm_lstat into util-common | Andrew Gregory | 2014-08-03 |
* | add test for file type check with -Qk | Andrew Gregory | 2014-08-03 |
* | pacdiff: allow DIFFPROG to contain commandline options | Allan McRae | 2014-08-03 |
* | pactest: check for tests before environment setup | Andrew Gregory | 2014-08-03 |
* | pactest: check for pacman binary before running | Andrew Gregory | 2014-08-03 |
* | pactest: parse options before environment setup | Andrew Gregory | 2014-08-03 |
* | makepkg: Respect XDG_CONFIG_HOME | Johannes Löthberg | 2014-08-03 |
* | filelist_intersection: manually compare paths | Andrew Gregory | 2014-08-03 |
* | Add validpgpkeys to PKGBUILD prototypes. | Allan McRae | 2014-07-01 |
* | makepkg: handle "epoch=" in PKGBUILD with pkgver function | Allan McRae | 2014-06-29 |
* | use monotonic clock for progress updates | Andrew Gregory | 2014-06-29 |
* | libalpm: check for valid public key algorithm | Christian Hesse | 2014-06-29 |
* | cache terminal size, add SIGWINCH handler to reset | Dave Reisner | 2014-06-29 |
* | Revert refactoring in fa0c1e14 | Allan McRae | 2014-06-29 |
* | pacman: Correct signal handler comment and refactor | Silvan Jegen | 2014-06-24 |
* | events: Make alpm_event_t an union of all event-specific struct | Olivier Brunel | 2014-06-24 |
* | Update the question callback | Olivier Brunel | 2014-06-24 |
* | alpm.h: Move alpm_errno_t definition up | Olivier Brunel | 2014-06-24 |
* | Move break to a new line for consistency | Hong Shick Pak | 2014-06-23 |
* | Use C locale for bsdtar calls during package creation | Allan McRae | 2014-06-12 |
* | makepkg: Remove redundant sig generation comment | Johannes Löthberg | 2014-06-10 |
* | Add test case for the perl 5.20 dependency breakage | Florian Pritz | 2014-06-10 |
* | Add compatibility with gpgme-1.5.0 | Allan McRae | 2014-06-02 |
* | Clarify that -Ql prints a file list | Allan McRae | 2014-05-25 |
* | makepkg: pass "--nocolor" to pacman | Andrew DeMaria | 2014-05-25 |
* | makepkg: Force buildscripts to be in startdir | Allan McRae | 2014-05-25 |
* | Do not check makepkg-wrapper for standard options | Allan McRae | 2014-05-23 |
* | makepkg: Introduce validpgpkeys array | Thomas Bächler | 2014-05-23 |
* | makepkg: Treat a signature from an untrusted key as an error | Thomas Bächler | 2014-05-23 |
* | makepkg: Use read to parse status file during signature verification. | Thomas Bächler | 2014-05-23 |
* | dload: avoid using CURLOPT_FAILONERROR | Dave Reisner | 2014-05-22 |