Age | Commit message (Expand) | Author | Files | Lines |
2007-06-28 | pacman.c: make parseconfig a bit more robust | Dan McGee | 1 | -12/+21 |
2007-06-28 | Remove scriptlet START and DONE commands that we don't use | Dan McGee | 4 | -53/+1 |
2007-06-28 | scripts/makepkg.in: Use bsdtar to find packages for xdelta. | Andrew Fyfe | 1 | -9/+10 |
2007-06-28 | scripts/makepkg.in: Fix creation of .FILELIST | Chantry Xavier | 1 | -1/+2 |
2007-06-28 | FS7485: Replace tar/cpio/unzip with bsdtar for extracting/creating packages. | Baptiste Daroussin | 1 | -17/+5 |
2007-06-28 | Fix wrong permissions on pacnew extraction | Dan McGee | 1 | -0/+15 |
2007-06-28 | Remove TODO items that have been taken care of. | Dan McGee | 2 | -33/+0 |
2007-06-28 | libalpm/remove.c : file variable used before being initialized. | Chantry Xavier | 1 | -1/+2 |
2007-06-27 | Add archlinux.de mirror | Dan McGee | 1 | -0/+1 |
2007-06-26 | Add pactest to help debug FS #7415 | Chantry Xavier | 1 | -0/+22 |
2007-06-26 | Add sync301 pactest- pacman gains new deps and should be pulled in | Chantry Xavier | 1 | -0/+25 |
2007-06-26 | Make alpm_splitdep immutable | Nagy Gabor | 1 | -5/+9 |
2007-06-26 | Remove unnecessary trans parameter from _alpm_checkdeps | Nagy Gabor | 5 | -9/+8 |
2007-06-26 | Don't extract any top-level files in a package that start with '.' | Dan McGee | 1 | -1/+8 |
2007-06-26 | Mirror update and NEWS updates | Dan McGee | 2 | -0/+13 |
2007-06-20 | libalpm/util.c: remove unnecessary include | Dan McGee | 1 | -1/+0 |
2007-06-20 | Revert "Fix libarchive permission extraction" | Dan McGee | 1 | -2/+0 |
2007-06-17 | Update Doxyfile and add a few missing parts of documentation | Dan McGee | 2 | -1/+26 |
2007-06-17 | Remove some use of goto in the pacman frontend | Dan McGee | 2 | -30/+48 |
2007-06-17 | Quick updates to the bash completion script | Dan McGee | 1 | -16/+9 |
2007-06-17 | FS7338: Fix conflicts typo totally this time. | Chantry Xavier | 1 | -1/+1 |
2007-06-13 | scripts/makepkg.in: Forgot the fakeroot switch when changing to GNU getopt. | Andrew Fyfe | 1 | -2/+3 |
2007-06-13 | Add ARM architecture to configure.ac | Dan McGee | 1 | -0/+5 |
2007-06-13 | Clean up pacman/sync.c and organize it a bit | Dan McGee | 2 | -11/+40 |
2007-06-13 | Remove some more diskspace checking holdover stuff | Dan McGee | 4 | -27/+3 |
2007-06-13 | Functionalize query.c and pacman_query | Dan McGee | 1 | -111/+168 |
2007-06-13 | scripts/makepkg.in: Added fakeroot version to .PKGINFO header. | Andrew Fyfe | 1 | -0/+3 |
2007-06-12 | scripts/makepkg.in: Switch to GNU getopt. | Andrew Fyfe | 1 | -81/+45 |
2007-06-12 | Add pactest requiredby004. | Nagy Gabor | 1 | -0/+20 |
2007-06-12 | pacman util.h: Add missing stdarg.h include | Dan McGee | 1 | -0/+1 |
2007-06-11 | FS7355: Add --ignorearch option to makepkg | Andreas Hauser | 1 | -5/+16 |
2007-06-11 | Add new pactest remove043. | Nagy Gabor | 1 | -0/+18 |
2007-06-11 | Attempt to clean up _alpm_sync_prepare | Dan McGee | 1 | -64/+56 |
2007-06-11 | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 5 | -59/+95 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 5 | -58/+22 |
2007-06-11 | pactest: fix description of remove040 | Dan McGee | 1 | -1/+1 |
2007-06-11 | Fix for removing a package that is no longer needed | Chantry Xavier | 1 | -36/+42 |
2007-06-11 | Add two new pactests for FS #6057 | Chantry Xavier | 2 | -0/+56 |
2007-06-10 | Add new pactest remove042 | Chantry Xavier | 1 | -0/+17 |
2007-06-10 | Small speed-tuning to upgrade-checkdep | Nagy Gabor | 1 | -4/+6 |
2007-06-10 | Fix issue when upgrading two packages that would break deps | Nagy Gabor | 1 | -29/+9 |
2007-06-10 | Fix breakage in checkdeps when upgrading a multiple-depend | Nagy Gabor | 1 | -6/+3 |
2007-06-09 | pacman.c: Refine error messages used by parseconfig | Dan McGee | 1 | -7/+14 |
2007-06-09 | be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LEN | Dan McGee | 1 | -6/+7 |
2007-06-09 | Allow multiple CacheDirs to be specified | Dan McGee | 7 | -51/+126 |
2007-06-09 | Implement a -Qt operation in frontend to test the database | Dan McGee | 4 | -1/+31 |
2007-06-09 | Add a alpm_db_test() function to the backend for checking DB consistency | VMiklos | 4 | -0/+46 |
2007-06-09 | Fix up things after the last few changes | Dan McGee | 6 | -40/+40 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 11 | -93/+36 |
2007-06-09 | Revamp pacman.c main function ordering, switch some output to pm_printf | Dan McGee | 1 | -75/+62 |