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

Commit Graph

  • 9bfd6ff275 restrict transaction package origins Andrew Gregory 2014-02-07 13:04:58 -0500
  • bd3d1a17c2 Add events _PKGDOWNLOAD_{START, DONE, FAILED} Olivier Brunel 2014-01-10 16:25:17 +0100
  • 01cc55a1f4 Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} Olivier Brunel 2014-01-10 16:25:16 +0100
  • cd793c5ab7 Remove log_cb, add ALPM_EVENT_LOG instead Olivier Brunel 2014-01-10 16:25:15 +0100
  • 28dbd5551e Update the event callback Olivier Brunel 2014-01-10 16:25:14 +0100
  • b6f6a165c4 be_local: Use alpm_greedy_grow Florian Pritz 2014-02-09 11:28:22 +0100
  • 5acfa65ffb be_package: Build the file list from MTREE if possible Florian Pritz 2014-01-27 23:49:34 +0100
  • 8e60adc916 be_package: Refactor code adding a file to the files list Florian Pritz 2014-01-27 23:47:10 +0100
  • 11fb1d30f4 be_package: Refactor handling of simple path checks Florian Pritz 2014-01-27 23:40:49 +0100
  • 42f4a5081e util: Add _alpm_realloc() and _alpm_greedy_grow() Florian Pritz 2014-01-27 23:38:49 +0100
  • f27fad9b89 Check if a file is in the package's file list before extracting Florian Pritz 2014-01-27 23:37:49 +0100
  • a7da2a47c3 _alpm_sync_prepare: fix unresolvable packages leak Andrew Gregory 2014-02-06 20:49:07 -0500
  • 0deeb9991c pactree: removed 'provision' from linear output Pierre Neidhardt 2014-02-03 12:53:10 +0100
  • b9601b1e59 alpm: export *_free functions Andrew Gregory 2014-02-03 12:09:18 -0500
  • 953808a9ee pmtest: add memory check to tests with valgrind Andrew Gregory 2014-02-03 12:05:48 -0500
  • 4763341ea1 pmrule: add FILE_EMPTY rule Andrew Gregory 2014-02-03 12:05:47 -0500
  • 1601532a53 Give groups display text singular and plural forms Allan McRae 2014-02-04 08:57:31 +1000
  • 8014dc648f makepkg: remove unneeded "|| true" Allan McRae 2014-02-02 17:37:58 +1000
  • b449878fea makepkg: Fix typo in variable name Allan McRae 2014-02-02 17:30:06 +1000
  • 236f1795e9 Do not remove source code references in PO/POT files Rafael Ferreira 2014-02-02 16:32:55 +1000
  • 47a4741a3c Prevent makepkg creating armored signatures Lars Gustäbel 2014-02-02 16:29:14 +1000
  • e4f6edf237 pacsearch: CLI option to turn off colors Pierre Neidhardt 2014-01-23 00:07:09 +0100
  • 1e07af1b0a pacsearch: using pacman color theme Pierre Neidhardt 2014-01-23 00:07:08 +0100
  • fe19a0c58d pacsearch: colors are portable (ANSI) and have natural variable names Pierre Neidhardt 2014-01-23 00:07:07 +0100
  • 15f4144e12 pacsearch: Explicitly extract group information Pierre Neidhardt 2014-01-23 00:07:06 +0100
  • 135d862eb6 pacsearch: localized output Pierre Neidhardt 2014-01-23 00:07:05 +0100
  • 6fb2035dd0 pacsearch: more accurate help message Pierre Neidhardt 2014-01-23 00:07:04 +0100
  • c71efe6d62 pacsearch: Copyright year bump Pierre Neidhardt 2014-01-23 00:07:03 +0100
  • f5299d1752 makepkg.conf(5): Fix and improve grammar and spelling issues Jason St. John 2014-02-01 19:42:44 -0500
  • 6268e66efa Remove ChangeLog.proto and move important info to PKGBUILD(5) Jason St. John 2014-02-01 21:28:09 -0500
  • ccabeafb3d makepkg.conf(5): Add missing backticks around vars, and use single quotes around "gpg" command Jason St. John 2014-02-01 20:43:18 -0500
  • 3dc87ec59a proto: Remove recommendation of "makepkg -g" in comments Jason St. John 2014-02-01 19:04:07 -0500
  • edce7555a6 Add PKGBUILD-vcs.proto Maxime Gauduin 2014-01-28 14:49:47 +0100
  • aa4d3298fb table_display: free memory on errors Andrew Gregory 2014-01-06 11:52:26 -0500
  • c2edd31eae _alpm_resolvedeps: free targ inside loop Andrew Gregory 2014-01-06 11:52:25 -0500
  • fac9ac6c40 sync_prepare: manually set pm_errno Andrew Gregory 2014-01-06 11:52:24 -0500
  • 4d68092e2f dump_pkg_full: fix optionalfor memory leak Andrew Gregory 2014-01-06 11:52:23 -0500
  • 6be08f76f6 local_db_populate: initialize empty pkgcache Andrew Gregory 2014-01-06 11:52:22 -0500
  • 819b4cd54e Move NULL check before dereference Silvan Jegen 2014-01-28 18:58:52 +0100
  • 77da9dc974 Another NULL check removed Silvan Jegen 2014-01-28 17:50:44 +0100
  • cb8eae24c9 Another unneeded NULL check removed Silvan Jegen 2014-01-28 17:50:43 +0100
  • d895cae16c Remove unneeded NULL check Silvan Jegen 2014-01-28 17:50:42 +0100
  • aabb7c3cdd pacman: use exit status 0 for --help and --version Andrew Gregory 2014-01-28 21:40:37 -0500
  • 7ae25ac67f Consistently use 'directory' instead of 'folder' Allan McRae 2014-01-28 21:37:00 +1000
  • 333373f90e enable_colors: always set color strings Andrew Gregory 2014-01-23 09:39:17 -0500
  • 5be7b6a1b2 pmtest: use valgrind --child-silent-after-fork Andrew Gregory 2014-01-06 15:19:33 -0500
  • d4def1c193 pmtest: use --gen-suppression=all with valgrind Andrew Gregory 2014-01-06 15:19:32 -0500
  • 19b3ee6d39 pmtest: send valgrind output to var/log/valgrind Andrew Gregory 2014-01-06 15:19:31 -0500
  • deaed047fd valgrind.supp: add fakeroot/fakechroot errors Andrew Gregory 2014-01-06 15:19:30 -0500
  • 6fa7e8aff5 HACKING: mention tab size and line width Allan McRae 2014-01-28 20:30:51 +1000
  • cd2370754a Remove ts and sw from vim modeline when noet is set Florian Pritz 2014-01-23 00:06:11 +0100
  • 83e14aeebd Add missing optdepends to the main list of variables in the split PKGBUILD prototype Jason St. John 2014-01-16 17:18:23 -0500
  • e6464f0cb6 pacman.c: free string commandline options Andrew Gregory 2014-01-13 23:01:42 -0500
  • 4e9d88aa05 Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVAL Olivier Brunel 2014-01-10 16:25:13 +0100
  • e65a752475 pacman: Fix delayed warnings/errors sent to stdout not stderr Olivier Brunel 2014-01-10 16:25:12 +0100
  • ffe7f6d161 pacman.c: remove unnecessary optarg checks Andrew Gregory 2014-01-13 23:01:41 -0500
  • 8a434aeb46 sync_prepare: treat from_sync as a boolean Andrew Gregory 2014-01-13 23:01:44 -0500
  • 62c76cf825 base64.c: comment out unused variable Andrew Gregory 2014-01-13 23:01:45 -0500
  • b01c2aefd9 package.h: convert scriptlet field to int Andrew Gregory 2014-01-13 23:01:46 -0500
  • bce495e56f Consistently use #ifdef Allan McRae 2014-01-10 14:32:38 +1000
  • 1d3b17e251 Fix build with --disable-gpgme Allan McRae 2013-12-21 19:20:44 +1000
  • 5097b162fc Fix compile warnings on systems without getmntent Dan McGee 2014-01-02 12:37:07 -0600
  • 00b6694068 Makefile.am: move test-suite.log into test/ Andrew Gregory 2014-01-09 09:44:18 -0500
  • 3f34e0936a create_verbose_row: free malloc'd strings Andrew Gregory 2014-01-06 11:58:25 -0500
  • 480a9ff82f check_keyring: plug memory leak Andrew Gregory 2014-01-03 14:43:05 -0500
  • ffa4c6fc8f valgrind.supp: suppress leak in gpgme_get_key Andrew Gregory 2014-01-03 14:43:04 -0500
  • 6c917e433e Reorder and reshape the package struct for better packing Dan McGee 2014-01-02 12:37:10 -0600
  • 30740d9d2f Minor struct member reordering for packing concerns Dan McGee 2014-01-02 12:37:08 -0600
  • 086bbc5b62 Use O_CLOEXEC as much as possible when opening files Dan McGee 2014-01-02 12:37:12 -0600
  • 8bec8a3f6a Log more in search debug message Dan McGee 2014-01-02 12:37:11 -0600
  • bad86247f7 Remove -fgnu89-inline from compile options Dan McGee 2014-01-02 12:37:09 -0600
  • e25afaf673 Push down testing .gitignore entries Dan McGee 2014-01-02 12:37:13 -0600
  • e205003635 Clear up definition of INFRQ_ALL Dan McGee 2014-01-02 12:37:06 -0600
  • 3bb3b1555a Update copyright years for 2014 Allan McRae 2014-01-01 20:24:48 +1000
  • 77268f352f Copy validation field in _alpm_pkg_dup Allan McRae 2014-01-01 19:44:00 +1000
  • 7fa35f32d8 Update comment for local db entry creation Allan McRae 2014-01-01 19:40:49 +1000
  • 19445e42e6 Add the unit tests for -Qk and -Qkk that are possible now. Jeremy Heiner 2013-11-11 06:47:43 -0500
  • 6f468c2465 deps.c: remove filtered_depend functions Andrew Gregory 2013-11-14 21:02:07 -0500
  • 6a656c7429 conf.c: add missing newline to warning Andrew Gregory 2013-12-29 22:51:20 -0500
  • 452ee39de1 Fix build warnings with --disable-nls Allan McRae 2013-12-21 18:04:41 +1000
  • f7f8964c23 Use the 'configure'd PYTHON to run pactest. Jeremy Heiner 2013-12-20 11:59:46 -0500
  • 50e9543908 makepkg: fix check for distcc Maxime Arthaud 2013-12-21 10:12:53 +1000
  • 2f8be5f8db trans_prepare: always sort trans->remove by deps Andrew Gregory 2013-12-11 11:58:28 -0500
  • 714609639f dload: allow curl to response to any auth challenge Dave Reisner 2013-12-18 15:24:45 -0500
  • 9652c27710 alpm: Rename a variable for future clarity Olivier Brunel 2013-12-02 21:45:15 +0100
  • 31fcdec619 Fix pactest README Allan McRae 2013-12-13 20:53:12 +1000
  • e8ec7e54e5 remove useless continue Andrew Gregory 2013-12-11 11:58:27 -0500
  • 841c60f2b3 db.c: require unique database names Andrew Gregory 2013-11-30 20:45:02 -0500
  • 76a05e94c1 makepkg: fix consistency of downloaded sources permissions Sébastien Luttringer 2013-12-10 01:59:24 +0100
  • 916c7085d8 alpm_sync_sysupgrade: skip packages being removed Andrew Gregory 2013-11-25 11:16:47 -0500
  • b847d1d8e7 Color output from pm_vasprintf Allan McRae 2013-11-21 12:55:39 +1000
  • 9749fb033c Fix misspellings and some grammar issues in output of some pacman contrib scripts Jason St. John 2013-11-14 23:06:24 -0500
  • ae2c9bba5a pacdiff: do not remove pacfile after viewing Vasiliy Korchagin 2013-11-18 13:01:38 +1000
  • af2c0a1537 pacscripts: Improve error message when sudo binary is not found Jason St. John 2013-11-15 23:56:05 -0500
  • 20127e732c Close file descirptor before fork Wolfgang Bumiller 2013-11-15 20:54:27 +1000
  • 759c48cd34 .gitignore: Add intl directory. Allan McRae 2013-11-15 12:08:35 +1000
  • 1340ed7925 paccache: clarify help output Allan McRae 2013-11-15 11:59:18 +1000
  • a15fd48016 Improve --help switch output for pacman contrib and pacman scripts Jason St. John 2013-11-08 02:53:33 -0500
  • 7bfaa358ea Replace "echo" command with "printf" in human_to_size_test.sh Jason St. John 2013-11-08 13:21:46 -0500
  • 1645dfd3d1 Fix typo in pacman-optimize Jason St. John 2013-11-08 00:49:05 -0500