Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | alpm: kill alpm_deptest | Xavier Chantry | 2 | -26/+0 |
2010-12-13 | pacman/deptest: reimplement with alpm_find_satisfier | Xavier Chantry | 1 | -3/+11 |
2010-12-13 | alpm: add new alpm_find_satisfier function | Xavier Chantry | 2 | -0/+15 |
2010-12-13 | Fix a few problems reported by clang-analyzer | Xavier Chantry | 3 | -10/+6 |
2010-12-13 | Ensure stdin args are correctly terminated | Dan McGee | 1 | -3/+4 |
2010-12-13 | Merge branch 'maint' | Dan McGee | 6 | -118/+109 |
2010-12-13 | be_files: write EPOCH instead of FORCE | Xavier Chantry | 1 | -3/+4 |
2010-12-11 | Fix possible null pointer deref in check_arch | Dan McGee | 1 | -1/+1 |
2010-11-08 | Small update to Russian translation | Sergey Tereschenko | 1 | -1/+1 |
2010-11-05 | Support reading package args from stdin | Dave Reisner | 1 | -0/+33 |
2010-10-28 | Add initial 3.4.2 NEWS draft | Dan McGee | 1 | -0/+6 |
2010-10-28 | Update Swedish translation | Tobias Eriksson | 1 | -93/+75 |
2010-10-28 | PKGBUILD.vim: add special licenses BSD MIT ZLIB Python | Xavier Chantry | 1 | -3/+6 |
2010-10-28 | Small updates to Spanish translation | Ricardo PĂ©rez | 1 | -20/+20 |
2010-10-18 | Merge branch 'maint' | Dan McGee | 2 | -1/+7 |
2010-10-18 | pactest: use valgrind.supp file | Xavier Chantry | 1 | -1/+1 |
2010-10-18 | Tests: '-S repo/group' syntax | Jakob Gruber | 1 | -0/+23 |
2010-10-18 | Tests: Sync group which includes ignored pkgs | Jakob Gruber | 1 | -0/+23 |
2010-10-18 | alpm/sync: very small memleak fix | Xavier Chantry | 1 | -1/+3 |
2010-10-18 | libalpm/remove: fix funny progress bar problem with empty packages | Xavier Chantry | 1 | -0/+4 |
2010-10-15 | be_package: read force entry and convert to epoch | Xavier Chantry | 1 | -0/+5 |
2010-10-14 | bash_completion: remove upstream deprecated functions | Carlos Diaz | 1 | -4/+2 |
2010-10-14 | Merge branch 'maint' | Dan McGee | 0 | -0/+0 |
2010-10-14 | Add several pactests for epoch code | Dan McGee | 4 | -0/+58 |
2010-10-14 | Add epoch verification to makepkg | Dan McGee | 1 | -0/+5 |
2010-10-14 | Update contrib/ for epoch | Dan McGee | 2 | -2/+11 |
2010-10-14 | Add epoch support to pactest | Dan McGee | 3 | -13/+14 |
2010-10-14 | Make repo-add and makepkg epoch-aware | Dan McGee | 2 | -5/+8 |
2010-10-14 | Update documentation to reflect new epoch package variable | Dan McGee | 2 | -10/+15 |
2010-10-14 | Add epoch support to pacman/libalpm | Dan McGee | 6 | -22/+47 |
2010-10-14 | Small tweaks after backend merge | Dan McGee | 3 | -19/+4 |
2010-10-14 | Merge remote branch 'allan/backend' | Dan McGee | 20 | -1083/+1415 |
2010-10-14 | Only write to local repos | Allan McRae | 1 | -53/+38 |
2010-10-14 | Clean-up parsing sync database | Allan McRae | 1 | -26/+1 |
2010-10-14 | Clean-up parsing local database | Allan McRae | 1 | -24/+3 |
2010-10-14 | Remove lazy loading of deltas | Allan McRae | 2 | -26/+3 |
2010-10-14 | Move and rename splitname | Allan McRae | 6 | -50/+49 |
2010-10-14 | Restrict visibility of checkdbdir and get_pkgpath | Allan McRae | 3 | -39/+34 |
2010-10-14 | Clean up all old database files and directories | Allan McRae | 1 | -8/+24 |
2010-10-14 | Only download sync databases | Allan McRae | 1 | -163/+2 |
2010-10-14 | Parse sync database | Allan McRae | 2 | -414/+132 |
2010-10-14 | Populate sync db from archive | Allan McRae | 3 | -27/+42 |
2010-10-14 | Completely separate local and sync db handling | Allan McRae | 6 | -77/+81 |
2010-10-14 | Separate be_files into be_sync and be_local | Allan McRae | 8 | -325/+943 |
2010-10-14 | Fix bash shell location check | Dan McGee | 13 | -13/+13 |
2010-10-13 | Move db cache handling functions | Allan McRae | 2 | -242/+243 |
2010-10-13 | Move database handling utility functions | Allan McRae | 3 | -74/+81 |
2010-10-13 | Fix documentation syntax and typo | Allan McRae | 2 | -2/+2 |
2010-10-13 | Initial hack at a DB operations struct | Dan McGee | 3 | -7/+29 |
2010-10-13 | Move the cache stuff where it should be | Dan McGee | 13 | -335/+259 |