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

Commit Graph

  • 04bc3a24eb pacsort: parse inputs up front into control struct Dave Reisner 2014-11-18 09:02:06 -0500
  • c23ff87893 checkupdates: do not print ignored packages Allan McRae 2014-11-19 17:09:55 +1000
  • ef0577e3d5 version: fix memory leak in early return Dave Reisner 2014-11-18 09:02:05 -0500
  • 3446453c72 Fix translation error and remove empty po files Allan McRae 2014-11-18 15:26:42 +1000
  • 193b2b33f8 Update po files to send to Transifex Allan McRae 2014-11-18 15:14:51 +1000
  • db402d6029 Pull translation updates from Transifex Allan McRae 2014-11-18 15:06:30 +1000
  • eda65967ec Do not warn about missing files in NoExtract Allan McRae 2014-11-18 12:50:56 +1000
  • 96e9cf35f1 Add alpm_option_match_noextract Allan McRae 2014-11-18 12:31:30 +1000
  • 5d11605958 extract_single_file: fix memory leak in error condition Allan McRae 2014-11-18 00:47:19 +1000
  • 5d618438c4 _alpm_backup_dup: fix memory leak in error case Allan McRae 2014-11-18 00:34:46 +1000
  • a7298c36fd makepkg: symlink files in noextract into $srcdir Allan McRae 2014-11-18 00:09:11 +1000
  • d9aa7025ea Remove logging of NoExtract events Allan McRae 2014-11-17 23:39:31 +1000
  • 8c00dd7341 Fix crash when using external downloader Allan McRae 2014-11-17 17:13:48 +1000
  • 4c1f41a7c1 makepkg: svn: update existing sources in srcdir without removing them first. Lukáš Jirkovský 2013-12-09 20:31:21 +0000
  • 0d24994934 makepkg: only strip vcs prefixes from front of url Andrew Gregory 2014-09-23 14:04:48 -0400
  • 6949012590 makepkg: do not strip bzr+ from bzr+ssh urls Andrew Gregory 2014-09-23 14:04:47 -0400
  • db2562113b makepkg: bzr: update existing sources in srcdir without removing them first. Allan McRae 2014-07-01 11:38:44 +0200
  • be3ce88bb2 makepkg: hg: update existing sources in srcdir without removing them first. Lukáš Jirkovský 2013-12-09 21:31:22 +0100
  • f66ae5334e makepkg: checkout a revision specified in SVN fragment in download_svn. Lukáš Jirkovský 2013-12-09 21:31:20 +0100
  • f6b3c9d803 makepkg: git: update existing sources in srcdir without removing them first. Lukáš Jirkovský 2013-12-09 21:31:23 +0100
  • ecf0e37fc5 makepkg: improve stripping pkgdesc of whitespace for .PKGINFO Allan McRae 2014-11-09 15:53:16 +1000
  • 6029a77ac0 makepkg: introduce .SRCINFO files for source packages Dave Reisner 2014-11-08 23:06:43 -0500
  • bd746568f6 makepkg: simplify epoch handling Dave Reisner 2014-11-08 23:30:30 -0500
  • 03aa44a3ec makepkg: ignore empty global attributes in extraction Dave Reisner 2014-10-20 17:33:02 -0400
  • f77933ea1e Add --assume-installed to shell completion Florian Pritz 2014-11-05 09:24:35 +0100
  • 9594f513a4 Add --assume-installed to pacman --help Florian Pritz 2014-11-04 20:40:51 +0100
  • 37aeb43644 makepkg.8: remove superfluous "::" in envvar description Dave Reisner 2014-11-04 08:10:23 -0500
  • de442b6867 bash_completion: add --noarchive to makepkg's completions Dave Reisner 2014-11-04 08:10:22 -0500
  • 167a598265 updpkgsums: avoid exec'ing awk, so the trap actually works Dave Reisner 2014-11-04 08:10:21 -0500
  • bd744d067d add pacman-db-upgrade-v9.py to check_SCRIPTS Andrew Gregory 2014-10-20 13:49:47 -0400
  • 8cd41ec62b tests/pacman-db-upgrade-v9: set additional paths Andrew Gregory 2014-10-23 02:54:50 -0400
  • 4114e25df1 pmtest: make test paths easily available to tests Andrew Gregory 2014-10-23 02:53:44 -0400
  • 1e0b2f6629 pacman-db-upgrade: fix --config option typo Andrew Gregory 2014-10-20 13:50:23 -0400
  • 566dc23357 Exit with 0/SUCCESS if there are no packages to remove Eric Schultz 2014-10-29 09:16:00 -0400
  • 75c80caebc makepkg.8: fix typo in reference to other flag Dave Reisner 2014-10-18 08:38:53 -0400
  • 82208c0239 testdb: ignore ALPM_DB_VERSION Andrew Gregory 2014-10-15 05:38:55 -0400
  • 9d4d81783d paccache: avoid spurious blank line written to stderr Dave Reisner 2014-10-15 08:52:25 -0400
  • d649dc669d dload: mark final_url as const Christian Hesse 2014-10-16 15:36:55 +0200
  • 91876c21f1 doc/translation-help.txt: Removed out-of-date paragraph Miguel de Val-Borro 2014-10-15 12:17:11 -0400
  • 44bcb73327 doc/translation-help.txt: Minor rewording of Transifex usage Miguel de Val-Borro 2014-10-15 12:16:55 -0400
  • d6785a5726 makepkg: always look for sources in source=() Dave Reisner 2014-10-18 08:27:07 -0400
  • d8f395fb56 dload: unlink file on filesize exceeded error Christian Hesse 2014-10-09 09:51:51 +0200
  • 11dff8a50e dload: use better error message on exceeded file size Christian Hesse 2014-10-10 10:29:04 +0200
  • 9d96bed9d6 be_sync: use effective URL for db file signature download Christian Hesse 2014-10-06 13:00:38 +0200
  • a0cfed7df2 makepkg: reorder args to pkgbuild_get_attribute for consistency Dave Reisner 2014-10-13 09:08:29 -0400
  • 627ede8779 add pacman-db-upgrade test Andrew Gregory 2014-10-06 04:09:10 -0400
  • c1d6cec2e2 sync.c: download packages before starting commit Andrew Gregory 2014-10-11 04:08:20 -0400
  • 42c859e4cc pmtest: allow tests to specify test binary Andrew Gregory 2014-10-06 03:01:40 -0400
  • 01beca5df7 pacman: add --confirm option Andrew Gregory 2014-10-06 16:45:10 -0400
  • 7ddc967d7c pmtest: allow tests to specify db version Andrew Gregory 2014-10-06 03:01:08 -0400
  • 6dd593c293 pmrule: make backup file test more robust Andrew Gregory 2014-10-06 03:55:06 -0400
  • 19c3179b7e pmdb: include directories in package file lists Andrew Gregory 2014-10-06 03:00:25 -0400
  • 62c11e450a makepkg: simplify attr matching in extract_function_var Dave Reisner 2014-10-11 16:33:32 -0400
  • 3f0303dc92 makepkg: show full fingerprint on pgp failure Dave Reisner 2014-10-03 08:39:13 -0400
  • 926d998a75 Revert "makepkg: allow less than the full fingerprint in validpgpkeys" Dave Reisner 2014-10-02 13:00:55 -0400
  • faf0246437 There are not hooks! Allan McRae 2014-10-10 10:02:05 +1000
  • 5002227296 pacman-db-upgrade: do not mangle file lists Andrew Gregory 2014-10-06 04:16:36 -0400
  • 1e3c088c2e alpm: Fix wrong xferred/total sizes when resuming downloads Olivier Brunel 2014-07-31 19:42:28 +0200
  • ca8319aec9 doc/translation-help.txt: Remove link to tutorial on sarovar.org Miguel de Val-Borro 2014-09-30 19:59:45 -0400
  • 7ee01c8666 _alpm_key_in_keychain: cache known keys Andrew Gregory 2014-09-30 15:00:03 -0400
  • aec4241af2 check_keyring: skip keys known to be missing Andrew Gregory 2014-09-30 15:00:32 -0400
  • e123e04741 remove retry check from signature validation Andrew Gregory 2014-09-30 14:44:42 -0400
  • 04e8048725 Add --assume-installed option Florian Pritz 2014-07-04 23:12:01 +0200
  • 4e263f24c6 libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free Florian Pritz 2014-09-15 18:06:47 +0200
  • 13c9745302 deps.c: split _alpm_depcmp into _alpm_depcmp_provides Florian Pritz 2014-08-06 11:36:51 +0200
  • b275e5184e table_display: only check width when non-zero Andrew Gregory 2014-02-08 10:25:51 -0500
  • dc339faf6a avoid line wrapping if not in a tty or COLUMNS=0 Andrew Gregory 2014-08-11 09:43:12 -0400
  • 50296576d0 makepkg: allow less than the full fingerprint in validpgpkeys Dave Reisner 2014-09-25 13:29:13 -0400
  • 60c1f2857b makepkg: move negation in inequality comparisons Dave Reisner 2014-08-15 11:42:02 -0400
  • 699937e94d paccache: parse_filename bug fix Maxim Andersson 2014-09-29 01:06:00 +0200
  • cb9489119e makepkg: abort if we can't add install/changelog to package Dave Reisner 2014-08-21 10:42:10 -0400
  • 235562a85e updpkgsums: update to recognize arch-specific sources Dave Reisner 2014-08-09 18:02:33 -0400
  • 963f7fe02f PKGBUILD: add support for arch-specific sources Dave Reisner 2014-08-07 12:41:20 -0400
  • 51353edc61 makepkg: break out checksum generation to its own function Dave Reisner 2014-08-07 19:56:04 -0400
  • a3d7230e4d makepkg: break out check_checksums to reasonably sized functions Dave Reisner 2014-08-06 22:01:41 -0400
  • b52ed49d75 Revert "Remove log_cb, add ALPM_EVENT_LOG instead" Andrew Gregory 2014-09-28 17:45:35 -0400
  • 31b9862600 pacman.c: Add -gg, -ii, and -yy to help summary Johannes Löthberg 2014-08-14 04:21:42 +0200
  • 24e0bd215c pacman: set SA_RESTART for signal handler Andrew Gregory 2014-08-06 16:53:16 -0400
  • c792262b13 wrap fgets to retry on EINTR Andrew Gregory 2014-08-06 16:36:00 -0400
  • 9c066dff43 makepkg: disallow values of 'arch' which might be problematic Dave Reisner 2014-08-09 18:08:13 -0400
  • 85c055da73 makepkg: let --source imply --ignorearch Dave Reisner 2014-08-09 17:26:24 -0400
  • e1f6fe652d makepkg: use correct terminology Dave Reisner 2014-09-07 14:56:52 -0400
  • eab8cf6241 replace --reference on chmod/chown commands Wolfgang Bumiller 2014-08-10 19:39:12 +1000
  • f0c351b3fa alpm.h: remove outdated pkg_get_backup doxygen Andrew Gregory 2014-09-18 02:19:45 -0400
  • d02efd2f20 Check the version of the local database during validation Allan McRae 2013-07-16 21:51:16 +1000
  • 1660ed3cf9 Add version file to empty local database Allan McRae 2013-07-16 21:48:38 +1000
  • 7e9ad22ac2 Add version file when creating local database directory Allan McRae 2013-07-16 21:34:54 +1000
  • d3f5ab0e70 Create local database directory if it is missing Allan McRae 2014-09-22 21:12:04 +1000
  • 793b9c3b42 Extend database upgrade script to handle alpm db version 9 Andrew Gregory 2014-08-20 20:46:08 +0000
  • e4773b1b82 pacman-db-upgrade: use pacman-style options Andrew Gregory 2014-08-20 20:46:07 +0000
  • 8bf2c753f5 fix improper FREELIST calls Andrew Gregory 2014-08-20 21:09:52 +0000
  • d9cf14ff1d updpkgsums: use a throwaway build dir Dave Reisner 2014-09-07 12:37:34 -0400
  • ee207d7c7b makepkg: do not eval dlcmd lolilolicon 2014-09-08 00:57:31 +0800
  • 95e1a1ef82 makepkg: Allow using sources with :: in them William Giokas 2014-04-28 14:16:04 -0500
  • 38b6de937c paccache: read default cachedir from pacman.conf Dave Reisner 2014-06-07 15:35:25 -0400
  • 8122fae51a paccache: add support for multiple cachedirs Maxim Andersson 2014-08-28 00:43:02 +0200
  • b00269d9c8 PKGBUILD(5): arch-specific fields are always additional Dave Reisner 2014-08-10 09:33:23 -0400
  • 879e4665c4 pacman-key: stricter parsing for -verify Allan McRae 2014-08-09 16:36:42 +1000
  • 3e19cd366a pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values Jason St. John 2014-08-07 00:43:21 -0400
  • ab07dfdeb9 man: Improve grammar and add missing single quotes around command options Jason St. John 2014-08-07 00:43:20 -0400