Age | Commit message (Expand) | Author | Files | Lines |
2013-02-09 | Import key if needed when installing package from file | Allan McRae | 2 | -0/+69 |
2013-02-09 | Prompt to delete packages with signature fails | Allan McRae | 1 | -0/+1 |
2013-02-09 | Remove retry path from signature validation | Allan McRae | 1 | -10/+4 |
2013-02-09 | Check keys are in keyring before package validation | Allan McRae | 3 | -2/+101 |
2013-02-09 | Make decode_signature available to the library | Allan McRae | 2 | -2/+5 |
2013-02-09 | Add function to extract key id from signatures | Allan McRae | 2 | -0/+116 |
2013-02-09 | Move key importing into separate function | Allan McRae | 2 | -32/+50 |
2013-02-09 | Make key_in_keychain available in library | Allan McRae | 2 | -3/+6 |
2013-02-07 | Additions to .mailmap | Allan McRae | 1 | -0/+4 |
2013-02-07 | Document fakeroot and fakechroot as dependencies | Chirantan Ekbote | 1 | -0/+8 |
2013-02-07 | Remove outdated instructions in pactest README | Allan McRae | 1 | -15/+0 |
2013-02-07 | Remove conditional checks for fakechroot from test files | Chirantan Ekbote | 2 | -8/+0 |
2013-02-07 | Print a warning if fakechroot is not found | Chirantan Ekbote | 1 | -1/+3 |
2013-02-07 | use strtok_r to parse multi-value config options | Andrew Gregory | 1 | -9/+6 |
2013-02-07 | document that stdin must not be a tty to read from it | Andrew Gregory | 1 | -2/+2 |
2013-02-07 | Better error message with "-" is specified without stdin | Allan McRae | 1 | -44/+51 |
2013-02-07 | doc: update PKGBUILD man page | Allan McRae | 1 | -49/+52 |
2013-02-07 | makepkg: make $pkgdir non-accessible during build() | Allan McRae | 1 | -18/+24 |
2013-02-07 | make test/scripts/human_to_size.sh executable | Andrew Gregory | 1 | -0/+0 |
2013-02-07 | add missing utilities to contrib/README | Andrew Gregory | 1 | -4/+14 |
2013-02-07 | unset executable bit on updpkgsums.sh.in | Andrew Gregory | 1 | -0/+0 |
2013-02-07 | inline libarchive compat wrappers | Dave Reisner | 3 | -76/+51 |
2013-02-07 | Document LocalFileSigLevel and RemoteFileSigLevel | Allan McRae | 1 | -0/+8 |
2013-02-07 | Add configuration option for Upgrade operation SigLevel | Allan McRae | 6 | -9/+131 |
2013-01-29 | Restore libarchive 2.8.x compatibility | Dan McGee | 2 | -2/+2 |
2013-01-29 | Use libarchive compat header for relevant symbols | Dave Reisner | 5 | -16/+21 |
2013-01-29 | add libarchive compatability object | Dave Reisner | 3 | -0/+99 |
2013-01-29 | makepkg: Integrate check_install into tidy_install | Chirantan Ekbote | 1 | -33/+26 |
2013-01-29 | dload: pass back the effective URL to callers of _alpm_download | Dave Reisner | 4 | -12/+16 |
2013-01-29 | Relax requirement of what constitutes a dead connection | LANGLOIS Olivier PIS -EXT | 1 | -1/+1 |
2013-01-29 | Consolidate --foreign/--native filtering | Simon Gomizelj | 3 | -14/+17 |
2013-01-28 | Make sed follow symlinks on Linux | Maxime Gauduin | 1 | -1/+1 |
2013-01-28 | paclog-pkglist: parse entries with caller info | Andrew Gregory | 1 | -7/+17 |
2013-01-28 | add caller prefix to alpm_logaction | Andrew Gregory | 11 | -50/+68 |
2013-01-28 | Update "missing" file | Allan McRae | 1 | -311/+150 |
2013-01-28 | Fix printing of paths | William Giokas | 1 | -4/+4 |
2013-01-28 | add doxygen comments to conflict.c | Andrew Gregory | 1 | -14/+80 |
2013-01-28 | paccache: pass the --file option to pacsort | Dave Reisner | 1 | -2/+2 |
2013-01-28 | pacsort: add -f, --files option for sorting filenames | Dave Reisner | 2 | -3/+67 |
2013-01-28 | Make path to ldconfig configurable | Allan McRae | 5 | -5/+21 |
2013-01-28 | Remove leading / for pactest paths | Allan McRae | 4 | -4/+4 |
2013-01-28 | pactest: handle non-default scriptlet shells | Allan McRae | 9 | -3/+21 |
2013-01-28 | Revert execvp and related commits | Allan McRae | 6 | -36/+16 |
2013-01-17 | makepkg: Formatting consistency in write_pkginfo | William Giokas | 1 | -7/+5 |
2013-01-17 | dload: avoid showing progress bars on some redirects | Dave Reisner | 2 | -5/+17 |
2013-01-17 | Fix release dates | Allan McRae | 1 | -2/+2 |
2013-01-17 | pmtest: resolve path to scriptlet shell | Allan McRae | 4 | -3/+26 |
2013-01-17 | Do not require full path for scriptlet shell | Allan McRae | 1 | -3/+3 |
2013-01-17 | Do not use full path for ldconfig | Allan McRae | 1 | -7/+4 |
2013-01-17 | Use execvp for running programs in chroot | Allan McRae | 1 | -3/+3 |