1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

Commit Graph

  • 37634d22e5 man: Use uniform line spacing between sections Jason St. John 2014-08-07 00:43:19 -0400
  • db14815f46 pacman(8): Improve grammar and quoting Jason St. John 2014-08-07 00:43:18 -0400
  • 99a5017f55 Fix loading invalid package Olivier Brunel 2014-08-09 00:41:35 +0200
  • 17ed9eb734 makepkg: replace bare eval with var extraction functions Dave Reisner 2014-08-02 20:28:05 -0400
  • 2b556d89de PKGBUILD: handle arch specific attributes Dave Reisner 2014-07-25 14:01:48 -0400
  • cbd6c300b5 makepkg: refactor check_sanity, give it some sanity of its own Dave Reisner 2014-08-01 16:59:58 -0400
  • 8d5d7f6761 Update PKGBUILD documentation for removed override options Allan McRae 2014-08-08 13:41:27 +1000
  • 8a02abcf19 makepkg: disallow pkgver/pkgrel/epoch overrides in packages Dave Reisner 2014-08-04 08:48:05 -0400
  • b694d84554 remove --destination-dir argument from a2x options Dave Reisner 2014-08-07 19:22:21 -0400
  • 1431d244f7 Add Andrew to maintainers list. Allan McRae 2014-08-04 15:34:01 +1000
  • 574e45df28 trans_commit: log beginning and end of transaction Andrew Gregory 2014-04-06 11:04:18 -0400
  • 7c75564af9 filecache_find_url: dereference the 'filebase' pointer Ryo Munakata 2014-07-14 19:15:40 +0900
  • 2025279eb6 replace strdup with STRDUP Andrew Gregory 2014-08-01 14:19:54 -0700
  • d981f93f18 sync.c: fix style violations Andrew Gregory 2014-08-01 14:19:53 -0700
  • 4ccf49d3e7 pacman.c: simplify stdin parsing Andrew Gregory 2014-08-01 14:19:52 -0700
  • 0bf4ae726d handle_unlock: log error when lock file is missing Andrew Gregory 2014-08-01 14:19:51 -0700
  • 03b9bf08ac handle_unlock: log lock removal failure Andrew Gregory 2014-08-01 14:19:50 -0700
  • 7f1360b440 signing.c: remove useless error check Andrew Gregory 2014-08-01 14:19:49 -0700
  • f4992960ad deps.c: use alpm_list_find_ptr Andrew Gregory 2014-08-01 14:19:48 -0700
  • 0c43198ee0 dep_graph_init: filter ignored packages by name Andrew Gregory 2014-08-01 14:19:47 -0700
  • 22e478d203 pactest: delay test object creation Andrew Gregory 2014-08-01 14:19:46 -0700
  • 85c80542a5 pactest: only snapshot needed files Andrew Gregory 2014-08-01 14:19:45 -0700
  • 32413ad44b handle: factor out string list option handling Andrew Gregory 2014-08-01 14:19:44 -0700
  • dce82f9d19 makepkg: skip dependency checking with --verifysource Allan McRae 2014-06-29 23:23:09 +1000
  • 7e87614665 makepkg: ensure vcs download tool are installed when required Allan McRae 2014-06-29 22:36:22 +1000
  • fbb0945bfb makepkg: improve check and error message for buildfile location Dave Reisner 2014-07-25 14:09:06 -0400
  • 9506409c3f sync_prepare: remove useless check for replacers Andrew Gregory 2014-03-24 09:59:44 -0400
  • 71da296d01 check_pkg_fast: check file type Andrew Gregory 2014-06-26 12:19:09 -0400
  • c3835c157a check_file_exists: replace lstat with llstat Andrew Gregory 2014-06-26 12:12:00 -0400
  • bbeced26f6 llstat: modify path in place Andrew Gregory 2014-06-26 11:52:05 -0400
  • e8de265f80 move _alpm_lstat into util-common Andrew Gregory 2014-06-26 11:50:34 -0400
  • 0e2db97a42 add test for file type check with -Qk Andrew Gregory 2014-06-26 12:33:33 -0400
  • 79548e0d78 pacdiff: allow DIFFPROG to contain commandline options Allan McRae 2014-06-29 17:55:06 +1000
  • 73717f89df pactest: check for tests before environment setup Andrew Gregory 2014-07-04 17:02:06 -0400
  • 6650c43fca pactest: check for pacman binary before running Andrew Gregory 2014-07-04 16:49:52 -0400
  • 0c5e80c3b4 pactest: parse options before environment setup Andrew Gregory 2014-07-04 16:47:14 -0400
  • 80eca94c8e makepkg: Respect XDG_CONFIG_HOME Johannes Löthberg 2014-07-02 17:04:13 +0200
  • 0e18cefe38 filelist_intersection: manually compare paths Andrew Gregory 2014-07-09 22:47:50 -0400
  • 300dd62e0a Add validpgpkeys to PKGBUILD prototypes. Allan McRae 2014-06-29 17:21:55 +1000
  • 7305768d54 makepkg: handle "epoch=" in PKGBUILD with pkgver function Allan McRae 2014-06-29 17:13:42 +1000
  • e0a7682607 use monotonic clock for progress updates Andrew Gregory 2014-06-28 13:41:39 -0400
  • e05fd5e060 libalpm: check for valid public key algorithm Christian Hesse 2014-06-24 09:38:19 +0200
  • 357b9a24a9 cache terminal size, add SIGWINCH handler to reset Dave Reisner 2014-06-21 08:44:01 -0400
  • 07647d3d43 Revert refactoring in fa0c1e14 Allan McRae 2014-06-29 10:39:14 +1000
  • fa0c1e1419 pacman: Correct signal handler comment and refactor Silvan Jegen 2014-06-23 17:51:05 +0200
  • 8dbb80cfe9 events: Make alpm_event_t an union of all event-specific struct Olivier Brunel 2014-06-15 19:43:07 +0200
  • f1fadecfb3 Update the question callback Olivier Brunel 2014-06-15 19:42:40 +0200
  • d06d993d56 alpm.h: Move alpm_errno_t definition up Olivier Brunel 2014-03-16 13:40:54 +0100
  • 7b41952bfc Move break to a new line for consistency Hong Shick Pak 2014-06-14 22:37:31 -0400
  • 537a335cc7 Use C locale for bsdtar calls during package creation Allan McRae 2014-06-12 12:50:15 +1000
  • 9ff6dc93af makepkg: Remove redundant sig generation comment Johannes Löthberg 2014-06-02 06:49:10 +0200
  • d920e7053c Add test case for the perl 5.20 dependency breakage Florian Pritz 2014-06-09 14:21:04 +0200
  • b9f98ae97c Add compatibility with gpgme-1.5.0 Allan McRae 2014-06-02 09:43:57 +1000
  • 4d65332ccd Clarify that -Ql prints a file list Allan McRae 2014-05-25 14:37:01 +1000
  • 235ce32563 makepkg: pass "--nocolor" to pacman Andrew DeMaria 2014-05-25 13:59:26 +1000
  • 2401468f51 makepkg: Force buildscripts to be in startdir Allan McRae 2014-05-25 13:53:19 +1000
  • ec01a22f7d Do not check makepkg-wrapper for standard options Allan McRae 2014-05-23 16:02:18 +1000
  • d39d3b3a09 makepkg: Introduce validpgpkeys array Thomas Bächler 2014-05-04 10:31:00 +0200
  • d174cc8943 makepkg: Treat a signature from an untrusted key as an error Thomas Bächler 2014-05-04 10:30:59 +0200
  • 34ae6ce4e5 makepkg: Use read to parse status file during signature verification. Thomas Bächler 2014-05-04 10:30:58 +0200
  • 7a5e41925f dload: avoid using CURLOPT_FAILONERROR Dave Reisner 2014-05-09 19:55:41 -0400
  • b929e74f2e util: Use off_t instead of int for size values Florian Pritz 2014-05-11 21:30:31 +0200
  • 060d06d2f7 remove.c: downgrade TRANS_DUP_TARGET to warning Andrew Gregory 2014-05-05 22:34:15 -0400
  • 00fbdabc55 pactest: treat arguments as files instead of globs Andrew Gregory 2014-04-06 19:20:55 -0400
  • 80d3709e65 pmdb.py: change siglevel name to Required Andrew Gregory 2014-04-26 19:22:25 -0400
  • dd694f433b register_syncdb: reject db names that contain / Andrew Gregory 2014-04-26 19:24:55 -0400
  • 5293d57840 strtrim: reset pointer after trimming leading whitespace Dave Reisner 2014-04-20 11:02:18 -0400
  • 6103183253 makepkg: use dash instead of underscore in /usr/lib/debug/.build-id Steven Noonan 2014-04-03 13:56:22 +1000
  • d8b09e6656 repo-add: declare pkgbase as local Allan McRae 2014-03-27 15:46:07 +1000
  • ee72c016ab Always supply base name and version info in .PKGFILE if needed Allan McRae 2013-11-01 21:34:34 +1000
  • d8f0c3e5b9 makepkg: sign source packages with --sign Allan McRae 2013-11-01 15:47:20 +1000
  • b26432dbdb conf.c: remove extra indentation Andrew Gregory 2014-03-24 09:59:43 -0400
  • b0dc547fcb check config_new return value Andrew Gregory 2014-03-24 09:59:42 -0400
  • fb8437b588 pacman/upgrade: Fix memory leaks Sören Brinkmann 2014-03-11 19:29:22 -0700
  • fcf0cefd1a pacman/upgrade: Refactor memory management Sören Brinkmann 2014-03-11 19:29:21 -0700
  • 3ebb7b94d9 pacman/upgrade: Check malloc() return value Sören Brinkmann 2014-03-11 19:29:20 -0700
  • 912ea363de makepkg: Reorder some entries in usage() and getopts Pierre Neidhardt 2014-03-05 10:45:21 +0100
  • d8ee8d0c99 makepkg: enforce fakeroot usage Allan McRae 2014-03-08 20:46:21 +1000
  • 61ba5c961e makepkg: Remove --asroot option Allan McRae 2014-03-08 20:31:46 +1000
  • ce3fbcb18d makepkg: Add a --noarchive option to inhibit archive creation Pierre Neidhardt 2014-03-03 20:29:54 +0100
  • 2041586829 makepkg: Comment on install_package() return code Pierre Neidhardt 2014-03-05 10:45:22 +0100
  • 87b0818246 note that TotalDownload and XferCommand are incompatible. Matthias Krüger 2014-03-06 01:25:59 +0100
  • ffdc2c5396 Use MALLOC throughtout libalpm Allan McRae 2014-03-08 16:58:30 +1000
  • f3a280bc67 remove check for unused ALPM_ERR_PKG_IGNORED Andrew Gregory 2014-03-03 18:29:10 -0500
  • 2e9602716c simplify check for leading "local/" Andrew Gregory 2014-03-03 18:29:09 -0500
  • 2330a64589 sync_prepare: ignore explicitly removed conflicts Andrew Gregory 2014-03-03 18:29:08 -0500
  • 1afddd74a9 Fix install order in scripts Makefile Allan McRae 2014-03-03 20:14:45 +1000
  • e6ff630763 makepkg.8: Fix typo Pierre Neidhardt 2014-03-01 20:51:09 +0100
  • 0475b2501a pactest: add prefix to temporary directory Andrew Gregory 2014-02-28 10:13:34 -0500
  • 0b0fe51a2c pmpkg.py: remove unused imports Andrew Gregory 2014-02-28 10:13:33 -0500
  • 620d2d9d58 makepkg: Support kernel.org's PGP signature scheme Thomas Bächler 2014-02-28 01:45:05 +0100
  • b2488eb356 Fix warnings with strict-overflow in gcc-4.9 Allan McRae 2014-02-23 11:41:40 +1000
  • e5c714f501 pacsearch: factored -Ss and -Qs parts into one single function Pierre Neidhardt 2014-02-14 13:18:56 +0100
  • cfde337b7b pacsearch: pattern arguments work as for pacman Pierre Neidhardt 2014-02-14 13:18:55 +0100
  • cfaff6e0c1 Add events on pacnew/pacsave/pacorig file creation Olivier Brunel 2014-02-12 16:32:30 +0100
  • 894773eb5b pacsearch: fields are treated uniformly when printing Pierre Neidhardt 2014-02-09 19:41:42 +0100
  • e2fe052576 pacsearch: removed redundant sorting Pierre Neidhardt 2014-02-09 19:41:41 +0100
  • fe961e6590 pacsearch: indexing by 'name version' instead of 'name' Pierre Neidhardt 2014-02-09 19:41:40 +0100
  • 08cddb4b4b pacsearch: removed useless comment Pierre Neidhardt 2014-02-09 19:41:39 +0100
  • bf79c02440 makepkg: implement support for stripping kernel modules Steven Noonan 2014-02-09 15:26:26 -0800