Age | Commit message (Expand) | Author | Files | Lines |
2014-01-06 | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 4 | -11/+18 |
2014-01-06 | Log more in search debug message | Dan McGee | 1 | -1/+2 |
2014-01-06 | Remove -fgnu89-inline from compile options | Dan McGee | 3 | -25/+0 |
2014-01-06 | Push down testing .gitignore entries | Dan McGee | 2 | -2/+2 |
2014-01-06 | Clear up definition of INFRQ_ALL | Dan McGee | 1 | -2/+3 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 100 | -106/+109 |
2014-01-06 | Copy validation field in _alpm_pkg_dup | Allan McRae | 1 | -0/+1 |
2014-01-06 | Update comment for local db entry creation | Allan McRae | 1 | -2/+2 |
2014-01-06 | Add the unit tests for -Qk and -Qkk that are possible now. | Jeremy Heiner | 3 | -0/+32 |
2014-01-06 | deps.c: remove filtered_depend functions | Andrew Gregory | 1 | -22/+10 |
2014-01-06 | conf.c: add missing newline to warning | Andrew Gregory | 1 | -1/+1 |
2014-01-06 | Fix build warnings with --disable-nls | Allan McRae | 2 | -3/+3 |
2013-12-21 | Use the 'configure'd PYTHON to run pactest. | Jeremy Heiner | 8 | -15/+1 |
2013-12-21 | makepkg: fix check for distcc | Maxime Arthaud | 1 | -1/+1 |
2013-12-19 | trans_prepare: always sort trans->remove by deps | Andrew Gregory | 5 | -12/+46 |
2013-12-19 | dload: allow curl to response to any auth challenge | Dave Reisner | 1 | -0/+1 |
2013-12-15 | alpm: Rename a variable for future clarity | Olivier Brunel | 1 | -7/+7 |
2013-12-15 | Fix pactest README | Allan McRae | 1 | -3/+2 |
2013-12-15 | remove useless continue | Andrew Gregory | 1 | -1/+0 |
2013-12-15 | db.c: require unique database names | Andrew Gregory | 2 | -4/+18 |
2013-12-15 | makepkg: fix consistency of downloaded sources permissions | Sébastien Luttringer | 1 | -3/+3 |
2013-12-15 | alpm_sync_sysupgrade: skip packages being removed | Andrew Gregory | 1 | -0/+5 |
2013-12-15 | Color output from pm_vasprintf | Allan McRae | 1 | -2/+4 |
2013-12-15 | Fix misspellings and some grammar issues in output of some pacman contrib scr... | Jason St. John | 4 | -21/+38 |
2013-12-15 | pacdiff: do not remove pacfile after viewing | Vasiliy Korchagin | 1 | -1/+2 |
2013-12-15 | pacscripts: Improve error message when sudo binary is not found | Jason St. John | 1 | -2/+2 |
2013-12-15 | Close file descirptor before fork | Wolfgang Bumiller | 1 | -0/+1 |
2013-12-15 | .gitignore: Add intl directory. | Allan McRae | 1 | -0/+1 |
2013-12-15 | paccache: clarify help output | Allan McRae | 1 | -3/+3 |
2013-11-15 | Improve --help switch output for pacman contrib and pacman scripts | Jason St. John | 14 | -54/+99 |
2013-11-15 | Replace "echo" command with "printf" in human_to_size_test.sh | Jason St. John | 1 | -1/+1 |
2013-11-15 | Fix typo in pacman-optimize | Jason St. John | 1 | -1/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 25 | -118/+119 |
2013-11-15 | Fix minor grammatical issues in doc/index.txt | Jason St. John | 1 | -8/+8 |
2013-11-15 | log important events from the backend | Andrew Gregory | 3 | -28/+29 |
2013-11-15 | Makefile.am: fix typo in LOG_DRIVER variable | Andrew Gregory | 5 | -6/+6 |
2013-11-15 | Ignore makedepend and checkdepend entries when parsing .PKGINFO file | Allan McRae | 1 | -0/+4 |
2013-11-15 | makepkg: move update_pkgver out of extract_sources | Allan McRae | 1 | -5/+4 |
2013-11-15 | Return zero from extract_file with local source file | Allan McRae | 1 | -1/+1 |
2013-11-08 | alpm_handle: store lock file descriptor | Andrew Gregory | 2 | -17/+10 |
2013-11-08 | support ALPM_SIG_USE_DEFAULT for file siglevels | Andrew Gregory | 2 | -5/+11 |
2013-11-08 | Remove spaces between the opening "if" and the opening parenthesis | Jason St. John | 3 | -3/+3 |
2013-11-08 | Use title case for a heading in HACKING; fix capitalization of "Vim" in HACKING | Jason St. John | 1 | -2/+2 |
2013-11-08 | version: fix formatting in file to RPM upstream | Dave Reisner | 1 | -21/+21 |
2013-11-08 | makepkg: only remove static libraries if they have a shared version | Allan McRae | 3 | -3/+8 |
2013-11-01 | makepkg: Allow "static library" to be translated | Allan McRae | 1 | -1/+1 |
2013-10-31 | upgrade.c: use iterator variable | Andrew Gregory | 1 | -3/+3 |
2013-10-31 | deps.c: pass alpm_list** to _alpm_recursedeps | Andrew Gregory | 3 | -7/+7 |
2013-10-31 | check for -1 return value from getopt_long | Andrew Gregory | 1 | -8/+4 |
2013-10-31 | callback.c: check for negative xfered size | Andrew Gregory | 1 | -1/+1 |