Age | Commit message (Expand) | Author | Files | Lines |
2013-06-03 | unlink_file: treat symlinks like normal files | Andrew Gregory | 1 | -5/+1 |
2013-06-03 | extract_single_file: consolidate symlink cases | Andrew Gregory | 1 | -39/+17 |
2013-06-03 | conflict.c: check for file -> dir replacements | Andrew Gregory | 1 | -19/+20 |
2013-06-03 | conflict.c: exclude trailing slash from file path | Andrew Gregory | 1 | -6/+6 |
2013-06-03 | conflict.c: do not ignore symlink<->dir conflicts | Andrew Gregory | 1 | -7/+0 |
2013-06-03 | alpm_filelist: remove resolved_path | Andrew Gregory | 6 | -257/+16 |
2013-05-29 | Improve error message when package is missing required signature | Allan McRae | 3 | -1/+8 |
2013-05-29 | add.c: refactor backup file modification checks | Andrew Gregory | 1 | -60/+57 |
2013-05-29 | Merge branch 'maint' | Allan McRae | 1 | -1/+1 |
2013-05-18 | Fix comment typo | Allan McRae | 1 | -1/+1 |
2013-05-07 | Merge branch 'maint' | Allan McRae | 44 | -415/+458 |
2013-05-07 | More translation updates | Allan McRae | 24 | -187/+215 |
2013-05-04 | conflict.c: compare package pointers directly | Andrew Gregory | 1 | -3/+5 |
2013-04-30 | Pull translation updates from transifex | Allan McRae | 38 | -229/+244 |
2013-04-26 | Use libalpm version in pkg-config file | Allan McRae | 1 | -1/+1 |
2013-04-24 | Remove ALPM_QUESTION_LOCAL_NEWER | Connor Behan | 1 | -4/+3 |
2013-04-18 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 5 | -8/+8 |
2013-04-01 | Update translations from transifex | Allan McRae | 9 | -97/+105 |
2013-03-31 | Improve documentation of libalpm interface functions | Richard Pougnet | 1 | -3/+6 |
2013-03-17 | More translation updating | Allan McRae | 33 | -711/+1169 |
2013-03-17 | Update POTFILES.in for libalpm and pacman | Allan McRae | 1 | -0/+5 |
2013-03-15 | Merge updates from Transifex | Allan McRae | 6 | -157/+140 |
2013-03-15 | Remove Indonesian translation | Allan McRae | 2 | -610/+0 |
2013-03-14 | Save and restore old locale when manipulating via setlocale | Dan McGee | 1 | -1/+5 |
2013-03-14 | alpm/remove.c: add newlines to debug output | Andrew Gregory | 1 | -2/+2 |
2013-03-10 | Update all translations files to push to Transifex | Allan McRae | 38 | -1063/+2720 |
2013-03-10 | Pull updated translations from transifex | Allan McRae | 27 | -509/+315 |
2013-03-10 | Add new languages from Transifex | Allan McRae | 11 | -0/+5777 |
2013-03-10 | make status/log messages reflect version change | Simon Gomizelj | 2 | -33/+48 |
2013-03-10 | libalpm/sync: remove useless intermediate variable | Dave Reisner | 1 | -5/+2 |
2013-03-07 | libalpm: Search for replacers before literals | Olivier Brunel | 1 | -12/+14 |
2013-03-07 | libalpm: Fix installing update of a replaced package | Olivier Brunel | 1 | -0/+2 |
2013-03-07 | Do not resolve every local package filelist on remove | Allan McRae | 1 | -1/+3 |
2013-02-24 | add SYMEXPORT to alpm_filelist_contains | Andrew Gregory | 1 | -1/+1 |
2013-02-24 | dload: don't download sig if package is found in cache | Dave Reisner | 1 | -1/+1 |
2013-02-24 | Provide full path names in warning messages | Richard Pougnet | 1 | -9/+10 |
2013-02-24 | Perform limited conflict checking with --force | Allan McRae | 2 | -3/+27 |
2013-02-24 | use resolved_path for filelist_contains | Andrew Gregory | 4 | -4/+21 |
2013-02-24 | return resolved paths from filelist_difference | Andrew Gregory | 2 | -28/+18 |
2013-02-24 | return resolved paths from filelist_intersection | Andrew Gregory | 2 | -3/+3 |
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 |