Age | Commit message (Expand) | Author | Files | Lines |
2007-09-07 | libalpm/trans.c : remove the lock even on interrupted transactions. | Chantry Xavier | 1 | -2/+3 |
2007-09-07 | Add a few missing includes, caught while compiling on cygwin | Dan McGee | 1 | -0/+1 |
2007-09-04 | libalpm: remove outdated files from POTFILES.in | Dan McGee | 1 | -2/+0 |
2007-09-04 | Fix compile-time error with de.po, runtime error with db.c | Travis Willard | 2 | -2/+6 |
2007-09-02 | Update German translation | Matthias Gorissen | 1 | -20/+17 |
2007-09-02 | libalpm/remove.c : avoid duplicated packages in removal list. | Chantry Xavier | 1 | -3/+5 |
2007-08-27 | separate local from sync dbs on filesystem | Travis Willard | 3 | -38/+88 |
2007-08-26 | libalpm/add.c : fix backup handling. | Chantry Xavier | 1 | -1/+1 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 14 | -301/+302 |
2007-08-24 | libalpm/remove.c: check for ability to unlink is wrong | Dan McGee | 1 | -1/+2 |
2007-08-22 | Various valgrind mem leak fixes | Dan McGee | 4 | -27/+38 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 11 | -85/+151 |
2007-08-20 | libalpm/add.c,trans.c : cleanup of requiredby handling. | Nagy Gabor | 3 | -98/+15 |
2007-08-20 | Fix for FS 6404 and functionalize some cachedir handling stuff | Dan McGee | 6 | -143/+137 |
2007-08-20 | Add const qualifier to md5_file and alpm_get_md5sum | Dan McGee | 4 | -6/+8 |
2007-08-17 | libalpm/sync.c : don't go back on STATE_PREPARED when committing fails. | Chantry Xavier | 1 | -2/+0 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 4 | -8/+8 |
2007-08-16 | Clean up MD5 code. | Andrew Fyfe | 8 | -412/+422 |
2007-08-16 | Remove support for SHA1 from pacman. | Andrew Fyfe | 11 | -631/+18 |
2007-08-16 | libalpm/db.c : add alpm_db_unregister_all. | Chantry Xavier | 4 | -25/+56 |
2007-08-16 | libalpm/db.c : allow unregistering db for interrupted transaction. | Chantry Xavier | 1 | -1/+2 |
2007-08-14 | package.h: implement origin_data union in pmpkg_t struct | Dan McGee | 7 | -47/+55 |
2007-08-14 | Code cleanup | Dan McGee | 5 | -58/+0 |
2007-08-13 | libalpm/conflict.c : small speed-up and fix. | Nagy Gabor | 1 | -6/+5 |
2007-08-13 | libalpm/conflict.c : small memleak fix. | Nagy Gabor | 1 | -0/+1 |
2007-08-13 | Add two pactest for versioned conflicts. | Nagy Gabor | 1 | -9/+1 |
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 |