Age | Commit message (Expand) | Author | Files | Lines |
2007-07-20 | libalpm/conflict.c : cleanup + fix for conflict001. | Chantry Xavier | 1 | -167/+82 |
2007-07-20 | libalpm/sync.c : two memleak fixes in _alpm_sync_prepare. | Nagy Gabor | 1 | -8/+3 |
2007-07-20 | libalpm/sync.c : fix DEPENDSONLY flag handling. | Chantry Xavier | 1 | -16/+9 |
2007-07-20 | libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions. | Chantry Xavier | 1 | -11/+11 |
2007-07-18 | Reorder functions in libalpm/package.c for Doxygen purposes | Dan McGee | 1 | -414/+413 |
2007-07-17 | libalpm/deps.c : split alpm_depcmp. | Chantry Xavier | 1 | -16/+29 |
2007-07-17 | libalpm/deps.c : split sortbydeps function. | Chantry Xavier | 1 | -27/+41 |
2007-07-16 | Remove unnecessary entries from .gitignore files | Dan McGee | 2 | -4/+0 |
2007-07-16 | new pmdepend_t / pmdepmissing_t accessors. | Chantry Xavier | 2 | -21/+22 |
2007-07-16 | Clean up libalpm/add.c and revise file extraction code | Dan McGee | 1 | -547/+633 |
2007-07-15 | Add --asdeps option to pacman | Dan McGee | 2 | -7/+7 |
2007-07-15 | libalpm/deps.c : cleanup + little fix for resolvedeps. | Nagy Gabor | 3 | -68/+49 |
2007-07-14 | Ensure requiredby entries are removed during an upgrade | Dan McGee | 4 | -23/+47 |
2007-07-14 | libalpm/sync.c : ldconfig is run twice. | Nagy Gabor | 1 | -6/+0 |
2007-07-13 | libalpm/remove.c : revert part of commit to fix remove044 pactest | Chantry Xavier | 1 | -5/+5 |
2007-07-13 | Update hungarian translation | Nagy Gabor | 1 | -25/+21 |
2007-07-13 | libalpm/deps.c : fix for remove044 pactest. | Chantry Xavier | 3 | -60/+56 |
2007-07-13 | Remove conflict message for non-existent files (reworked) | Chantry Xavier | 1 | -5/+7 |
2007-07-13 | libalpm/remove.c : Rsd combination. | Chantry Xavier | 1 | -14/+18 |
2007-07-12 | Some doxygen comments. | Andrew Fyfe | 2 | -1/+6 |
2007-07-12 | Remove some more conditional include stuff | Dan McGee | 4 | -11/+0 |
2007-07-12 | Remove versioncmp.{c,h}, clean up selective #ifdefs | Dan McGee | 12 | -366/+247 |
2007-07-12 | Remove 'buildtype' from libalpm and pacman | Dan McGee | 3 | -26/+0 |
2007-07-11 | conflict.c: start cleaning conflict check functions | Chantry Xavier | 1 | -17/+7 |
2007-07-11 | Update translation files on libalpm side after gettext change | Dan McGee | 10 | -10895/+1806 |
2007-07-10 | Fix issue with <dbpath>/db.lck being truncated | Dan McGee | 1 | -2/+2 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 18 | -193/+223 |
2007-07-10 | Remove conflict message for no-existent files. | Andrew Fyfe | 1 | -1/+2 |
2007-07-10 | Cleanup of pacman_deptest() | Andrew Fyfe | 2 | -0/+13 |
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 |