Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | use alpm_list_free on filelist intersection | Andrew Gregory | 1 | -1/+1 |
2013-02-16 | fix off-by-one error in _alpm_filelist_resolve | Andrew Gregory | 1 | -4/+8 |
2013-02-16 | fix style violations | Andrew Gregory | 3 | -7/+9 |
2013-02-16 | fix alpm_validation_t comment | Andrew Gregory | 1 | -1/+1 |
2013-02-16 | find_fileconflicts: reduce path resolution calls | Andrew Gregory | 1 | -4/+6 |
2013-02-16 | libalpm: never attempt to remove a mountpoint | Dave Reisner | 1 | -0/+40 |
2013-02-13 | Fix registering database with non-gpgme builds | Allan McRae | 1 | -1/+1 |
2013-02-13 | Fix --without-gpgme build | Allan McRae | 1 | -0/+2 |
2013-02-13 | Add format attributes to all required functions | Allan McRae | 4 | -6/+10 |
2013-02-13 | Fix compilation error on clang | Allan McRae | 1 | -8/+8 |
2013-02-09 | Skip reading sync db deltas files if UseDelta is unset | Allan McRae | 1 | -1/+3 |
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 | 2 | -2/+88 |
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 | inline libarchive compat wrappers | Dave Reisner | 3 | -76/+51 |
2013-02-07 | Add configuration option for Upgrade operation SigLevel | Allan McRae | 3 | -6/+59 |
2013-01-29 | Restore libarchive 2.8.x compatibility | Dan McGee | 1 | -1/+1 |
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 | 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-28 | add caller prefix to alpm_logaction | Andrew Gregory | 7 | -37/+46 |
2013-01-28 | add doxygen comments to conflict.c | Andrew Gregory | 1 | -14/+80 |
2013-01-28 | Make path to ldconfig configurable | Allan McRae | 1 | -2/+2 |
2013-01-28 | Revert execvp and related commits | Allan McRae | 1 | -7/+10 |
2013-01-17 | dload: avoid showing progress bars on some redirects | Dave Reisner | 2 | -5/+17 |
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 |
2013-01-04 | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 5 | -25/+25 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 3 | -4/+7 |
2013-01-04 | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 3 | -10/+10 |
2013-01-04 | Save backup files with extension .pacsave.n | Pang Yan Han | 1 | -0/+76 |
2013-01-04 | Split common utility functions for libalpm and pacman | Allan McRae | 5 | -37/+4 |
2013-01-03 | Use a defined constant in delta.c for num_matches | Dan McGee | 1 | -3/+6 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 49 | -49/+49 |
2012-12-14 | Add public functions for accessing mtree data | Allan McRae | 3 | -2/+46 |
2012-12-14 | Add internal functions for reading mtree file from local db | Allan McRae | 3 | -0/+106 |
2012-12-14 | Extract .MTREE file into local package database | Allan McRae | 1 | -0/+5 |
2012-12-14 | Do not warn about missing database if being downloaded | Allan McRae | 2 | -3/+4 |
2012-12-14 | Fix future signature timestamp warning | Allan McRae | 1 | -5/+6 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 3 | -1/+3 |
2012-12-14 | Make alpm_pkg_find public | Allan McRae | 7 | -24/+30 |
2012-12-14 | Add "Optional for" to package information output | Allan McRae | 2 | -7/+35 |
2012-12-14 | Notify of removed package required as optdepend | Allan McRae | 2 | -1/+33 |
2012-12-14 | It turns out we do care about directories... | Allan McRae | 1 | -19/+9 |