Age | Commit message (Expand) | Author | Files | Lines |
2017-05-16 | query_fileowner: avoid buffer overflow | Andrew Gregory | 1 | -0/+1 |
2017-05-16 | alpm_unlock: check handle before dereferencing | Andrew Gregory | 1 | -0/+1 |
2017-05-08 | pacman.8: fix typo in query options | Michael Straube | 1 | -1/+1 |
2017-05-08 | free memory for --overwrite lists | Andrew Gregory | 2 | -0/+2 |
2017-05-08 | add send_fakem to valgrind.supp | Andrew Gregory | 1 | -0/+8 |
2017-05-08 | be_sync: error out if a db cannot be parsed | Andrew Gregory | 1 | -5/+12 |
2017-05-08 | makepkg: create signature files outside of fakeroot | Allan McRae | 2 | -7/+36 |
2017-04-17 | makepkg: do not create symlinks in build directory | Allan McRae | 1 | -28/+0 |
2017-04-17 | makepkg: clean up pkgver and prepare log filesHEADworking | Michael Straube | 1 | -0/+6 |
2017-04-17 | run_chroot: label pipe endpoints for readability | Andrew Gregory | 1 | -12/+17 |
2017-04-17 | add --sysroot option | Andrew Gregory | 4 | -8/+32 |
2017-04-17 | use sockets for scriptlet/hook communication | Andrew Gregory | 1 | -13/+4 |
2017-04-17 | conflict: include owner for filesystem conflicts | Andrew Gregory | 4 | -7/+45 |
2017-04-17 | unlink_file: strip trailing slashes | Andrew Gregory | 3 | -1/+29 |
2017-04-16 | sortbydeps: rename vptr -> i | Andrew Gregory | 1 | -5/+5 |
2017-04-16 | sortbydeps: rename found -> switched_to_child | Andrew Gregory | 1 | -4/+4 |
2017-04-16 | sortbydeps: factor out dep cycle warning | Andrew Gregory | 1 | -33/+37 |
2017-04-16 | graph.h: rename childptr -> iterator | Andrew Gregory | 3 | -10/+10 |
2017-04-16 | graph.h: replace hardcoded values with an enum | Andrew Gregory | 3 | -8/+14 |
2017-04-12 | deprecate --force in favor of --overwrite | Andrew Gregory | 2 | -9/+2 |
2017-04-12 | add --overwrite option to ignore file conflicts | Andrew Gregory | 12 | -4/+101 |
2017-04-12 | libalpm: Use archive_read_extract2 | Armin K | 1 | -1/+15 |
2017-04-04 | Replace @SIZECMD@ with POSIX-compatible command | Drew DeVault | 3 | -10/+5 |
2017-04-04 | parse stdin as newline-separated | Andrew Gregory | 1 | -32/+23 |
2017-04-04 | add alpm_list_append_strdup | Andrew Gregory | 2 | -0/+21 |
2017-04-04 | pactest: add --review option | Andrew Gregory | 1 | -1/+40 |
2017-04-04 | Ignore comments in INSTALL files (FS#51916) | Michael Straube | 1 | -0/+4 |
2017-01-13 | Introduce a 'disable-download-timeout' option | Christian Hesse | 9 | -3/+38 |
2017-01-04 | alpm_fetch_pkgurl: fix memory leak | Allan McRae | 1 | -1/+1 |
2017-01-04 | Fix memory leak in alpm_pkg_checkmd5sum | Allan McRae | 1 | -3/+3 |
2017-01-04 | Suppress valgrind error in fakechroot | Rikard Falkeborn | 1 | -1/+3 |
2017-01-04 | Provide source files for useful debug packages | Allan McRae | 1 | -2/+21 |
2017-01-04 | Document the new query parameter for VCS sources | Eli Schwartz | 1 | -5/+10 |
2017-01-04 | makepkg: Verify git signatures | Eli Schwartz | 3 | -12/+79 |
2017-01-04 | libmakepkg/integrity: Verify file signatures in a separate function | Eli Schwartz | 1 | -38/+46 |
2017-01-04 | Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdepends | Mark Weiman | 4 | -2/+38 |
2017-01-04 | filelist_sort: check if filelist is presorted | Andrew Gregory | 1 | -2/+9 |
2017-01-04 | add _alpm_filelist_sort | Andrew Gregory | 5 | -9/+11 |
2017-01-04 | repo-add: sort file list entries | Andrew Gregory | 1 | -1/+1 |
2017-01-04 | makepkg: sort package contents | Andrew Gregory | 1 | -12/+12 |
2017-01-04 | find_fileconflicts: rename tmpfiles -> newfiles | Andrew Gregory | 1 | -6/+6 |
2017-01-04 | conflict: skip dir children when replacing a file | Andrew Gregory | 3 | -1/+34 |
2017-01-04 | ini: only recognize comments at beginning of line | Andrew Gregory | 1 | -7/+2 |
2017-01-04 | dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/ | Dave Reisner | 1 | -1/+1 |
2017-01-04 | pacman: ensure linkage against libarchive | Dave Reisner | 1 | -1/+4 |
2017-01-04 | configure.ac: Use POSIX compatible equality checks | Dave Reisner | 1 | -2/+2 |
2017-01-04 | makepkg: warn about dotfiles in package root | Andrew Gregory | 3 | -0/+40 |
2017-01-04 | extract db files with dbonly | Andrew Gregory | 3 | -51/+78 |
2017-01-04 | Update copyright years | Allan McRae | 147 | -153/+153 |
2017-01-04 | Fix documentation of -Dq | Allan McRae | 1 | -2/+1 |