Age | Commit message (Expand) | Author | Files | Lines |
2015-10-27 | Align titles automatically in information display | Pierre Neidhardt | 1 | -32/+141 |
2015-10-27 | Alpm, check for NULL in free-functions | Rikard Falkeborn | 6 | -3/+11 |
2015-10-27 | zsh_completion: Add --asdeps/--asexplicit to -U options | Mohammad Alsaleh | 1 | -0/+2 |
2015-10-27 | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 5 | -4/+6 |
2015-10-22 | makepkg: Fix hard-coded debug suffix | Mohammad Alsaleh | 1 | -2/+2 |
2015-10-21 | pacsort: clean up if error | Rikard Falkeborn | 1 | -3/+8 |
2015-10-21 | pacsort: don't overwrite memory if realloc fails | Rikard Falkeborn | 1 | -4/+6 |
2015-10-21 | pacsort: handle failing list_add | Rikard Falkeborn | 1 | -1/+5 |
2015-10-21 | HACKING: Allow the use of 'sizeof' on values | Pierre Neidhardt | 1 | -11/+3 |
2015-10-19 | makepkg: Set CCACHE_BASEDIR to make paths in $srcdir relative | Jan Alexander Steffens (heftig) | 1 | -0/+1 |
2015-10-19 | makepkg: Correctly layer distcc and ccache | Jan Alexander Steffens (heftig) | 1 | -6/+13 |
2015-10-19 | libmakepkg: Add check_buildoption for distcc and ccache | Jan Alexander Steffens (heftig) | 2 | -4/+38 |
2015-10-19 | makepkg: separate "sourcefile" into two words | Allan McRae | 1 | -1/+1 |
2015-10-19 | Remove space before ellipses | Allan McRae | 3 | -4/+4 |
2015-10-19 | Pluralize malloc failure string | Allan McRae | 1 | -1/+3 |
2015-10-19 | Ignore cov-int directory for Coverity scan | Allan McRae | 1 | -0/+1 |
2015-10-18 | contrib/checkupdates: separate fakeroot call and command | Allan McRae | 1 | -1/+1 |
2015-10-18 | package.c: Comment style | Pierre Neidhardt | 1 | -1/+1 |
2015-10-18 | Do not print any root prefix in files database operations | Allan McRae | 1 | -3/+25 |
2015-10-18 | package.c: Remove obsolete param from doc | Pierre Neidhardt | 1 | -1/+0 |
2015-10-18 | add hook tests | Andrew Gregory | 10 | -0/+237 |
2015-10-18 | pactest: add hook/script support | Andrew Gregory | 2 | -6/+46 |
2015-10-18 | util.py: return the created path | Andrew Gregory | 3 | -5/+5 |
2015-10-18 | pactest: use pacman --hookdir option | Andrew Gregory | 2 | -0/+5 |
2015-10-18 | pacman: add user hook directories | Andrew Gregory | 5 | -0/+44 |
2015-10-18 | validate hooks after parsing | Andrew Gregory | 1 | -1/+64 |
2015-10-18 | run hooks during trans_commit | Andrew Gregory | 8 | -0/+294 |
2015-10-18 | add hook data types and parser | Andrew Gregory | 2 | -0/+188 |
2015-10-18 | handle: add hookdirs option | Andrew Gregory | 5 | -0/+75 |
2015-10-18 | PKGBUILD.5: post_*() are functions, not scripts | Pierre Neidhardt | 1 | -1/+1 |
2015-09-22 | makepkg: remove ability to build individual packages | Allan McRae | 2 | -12/+0 |
2015-09-22 | libmakepkg: remove declaration of unused local variables | Allan McRae | 1 | -1/+1 |
2015-09-22 | libmakepkg: return 1 on error in arch array | Allan McRae | 1 | -2/+2 |
2015-09-22 | libmakepkg: update .gitignore | Allan McRae | 1 | -2/+3 |
2015-09-22 | makepkg: remove FORCE_VER variable | Allan McRae | 1 | -4/+0 |
2015-09-20 | check fileconflicts and diskspace outside commit | Andrew Gregory | 3 | -6/+21 |
2015-09-20 | move ini parser into common | Andrew Gregory | 4 | -146/+148 |
2015-09-20 | move strtrim to util-common | Andrew Gregory | 6 | -77/+42 |
2015-09-19 | sortbydeps: skip local packages being updated | Andrew Gregory | 3 | -3/+41 |
2015-09-07 | libmakepkg: check if PKGBUILD variables are arrays or not as appropriate | Allan McRae | 3 | -0/+67 |
2015-09-07 | libmakepkg: util/pkgbuild.sh needs processing on build | Allan McRae | 2 | -1/+1 |
2015-09-07 | pacman.8: Consistently refer to the package database | Allan McRae | 1 | -3/+3 |
2015-08-08 | libalpm: Force update when database is marked as corrupted. | Sebastian Lackner | 1 | -0/+5 |
2015-08-08 | fill in name_hash for assumeinstalled options | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | copy assumeinstalled options | Andrew Gregory | 2 | -3/+10 |
2015-08-08 | check assumeinstalled for meaningful mod | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | check dep versions before calling strcmp | Andrew Gregory | 1 | -1/+12 |
2015-08-08 | pacman/util.c: Fix memory leak if realloc fails | Rikard Falkeborn | 1 | -2/+5 |
2015-08-08 | Remove ko_KR translation | Allan McRae | 6 | -4206/+0 |
2015-07-20 | libmakepkg: move color settings to function | Allan McRae | 2 | -18/+24 |