Age | Commit message (Expand) | Author | Files | Lines |
2007-07-09 | libalpm/trans.c : exit the forked process correctly in case of errors. | Chantry Xavier | 1 | -2/+2 |
2007-07-09 | Clean up the alpm handle | Dan McGee | 4 | -66/+36 |
2007-07-09 | Remove gettext from any alpm_logaction calls | Dan McGee | 3 | -18/+26 |
2007-07-09 | Add top level hidden file code to package.c | Dan McGee | 1 | -0/+3 |
2007-07-06 | First step of moving translations from src/pacman/po to po/ | Dan McGee | 1 | -0/+1 |
2007-07-06 | Various small fixes as suggested by some static code checkers | Dan McGee | 4 | -14/+7 |
2007-07-02 | libalpm/add.c : fix for FS #7484 | Chantry Xavier | 1 | -1/+9 |
2007-07-02 | libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output. | Chantry Xavier | 2 | -6/+23 |
2007-07-02 | Remove unnecessary and extra includes | Dan McGee | 4 | -17/+0 |
2007-07-02 | Move Doxygen manpage generation to doc/ directory | Dan McGee | 2 | -264/+0 |
2007-06-28 | libalpm/add.c : ignore libarchive warning. | Chantry Xavier | 1 | -6/+11 |
2007-06-28 | libalpm/util.c : stat returns 0 on success | Chantry Xavier | 1 | -1/+1 |
2007-06-28 | Remove lockfile configuration from frontend, make it job of libalpm | Dan McGee | 4 | -22/+11 |
2007-06-28 | Remove scriptlet START and DONE commands that we don't use | Dan McGee | 3 | -39/+1 |
2007-06-28 | Fix wrong permissions on pacnew extraction | Dan McGee | 1 | -0/+15 |
2007-06-28 | libalpm/remove.c : file variable used before being initialized. | Chantry Xavier | 1 | -1/+2 |
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-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-13 | Remove some more diskspace checking holdover stuff | Dan McGee | 2 | -3/+0 |
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 | 4 | -57/+93 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 3 | -55/+19 |
2007-06-11 | Fix for removing a package that is no longer needed | Chantry Xavier | 1 | -36/+42 |
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 | 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 | 5 | -46/+113 |
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 | 1 | -2/+1 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 8 | -45/+28 |
2007-06-05 | Const correctness! | Dan McGee | 17 | -124/+132 |
2007-06-05 | Clean up unnecessary headers and macros from alpm.c | Dan McGee | 1 | -10/+1 |
2007-06-05 | Fix compilation with GCC 4.2.0 | Dan McGee | 1 | -1/+1 |
2007-06-05 | Merge branch 'alpm.c_cleanup' into frontend_config | Dan McGee | 11 | -912/+888 |
2007-06-05 | Fix up outstanding parseconfig issues | Dan McGee | 3 | -2/+6 |
2007-06-05 | Rip alpm_parse_config out of libalpm | Dan McGee | 7 | -264/+7 |
2007-06-05 | Add a parseconfig to the pacman frontend that compiles | Dan McGee | 2 | -26/+29 |
2007-06-05 | Move functions out of alpm.c to where they belong | Dan McGee | 11 | -912/+889 |
2007-06-05 | Autotool clean up. | Andrew Fyfe | 1 | -0/+2 |
2007-06-04 | Remove hardcoded defines from libalpm | Dan McGee | 2 | -10/+6 |
2007-06-04 | Start moving hardcoded paths out of libalpm | Dan McGee | 1 | -12/+3 |
2007-06-02 | Remove freespace checking code | Dan McGee | 4 | -100/+0 |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 4 | -0/+13 |
2007-05-31 | alpm_parse_config(): ignore #.*$, not just ^#.*$ | VMiklos | 1 | -0/+3 |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 13 | -53/+79 |