Age | Commit message (Expand) | Author | Files | Lines |
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 | new pmdepend_t / pmdepmissing_t accessors. | Chantry Xavier | 1 | -15/+15 |
2007-07-15 | libalpm/deps.c : cleanup + little fix for resolvedeps. | Nagy Gabor | 1 | -61/+46 |
2007-07-13 | libalpm/deps.c : fix for remove044 pactest. | Chantry Xavier | 1 | -54/+50 |
2007-07-12 | Some doxygen comments. | Andrew Fyfe | 1 | -1/+1 |
2007-07-12 | Remove some more conditional include stuff | Dan McGee | 1 | -3/+0 |
2007-07-12 | Remove versioncmp.{c,h}, clean up selective #ifdefs | Dan McGee | 1 | -1/+42 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -22/+25 |
2007-07-10 | Cleanup of pacman_deptest() | Andrew Fyfe | 1 | -0/+12 |
2007-06-26 | Make alpm_splitdep immutable | Nagy Gabor | 1 | -5/+9 |
2007-06-26 | Remove unnecessary trans parameter from _alpm_checkdeps | Nagy Gabor | 1 | -3/+2 |
2007-06-11 | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 1 | -56/+82 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 1 | -2/+3 |
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-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 1 | -4/+4 |
2007-04-29 | Remove STRNCPY macro from libalpm | Dan McGee | 1 | -3/+3 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 1 | -6/+5 |
2007-04-28 | Remove FREEPKG macro and correctly type _alpm_pkg_free | Dan McGee | 1 | -1/+1 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |
2007-04-23 | Using wrong variable for depend lookup in sortbydeps | Nagy Gabor | 1 | -1/+1 |
2007-03-19 | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -2/+2 |
2007-03-12 | * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t struct | Aaron Griffin | 1 | -2/+2 |
2007-03-11 | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 1 | -1/+1 |
2007-03-07 | * Bug fix for makepkg dependency testing. This requires that we | Aaron Griffin | 1 | -11/+11 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -3/+6 |
2007-03-03 | * A little more hacking with wchar_t output, but nothing really changed in | Dan McGee | 1 | -60/+72 |
2007-03-03 | Big commit this time: | Aaron Griffin | 1 | -64/+60 |
2007-03-01 | * Comment clarification | Aaron Griffin | 1 | -1/+2 |
2007-03-01 | * Switched some functions to alpm_pkg_get_* usage as I came across them | Aaron Griffin | 1 | -18/+53 |
2007-02-28 | * Added another test as suggested by Nagy on the ML- a package both provides | Dan McGee | 1 | -30/+19 |
2007-02-26 | * Enforce const char* params when using strings | Aaron Griffin | 1 | -8/+8 |
2007-02-21 | * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write. | Dan McGee | 1 | -6/+6 |
2007-02-20 | * Some cascade removal changes. Mainly code cleanup, but this is an attempt to | Aaron Griffin | 1 | -46/+50 |
2007-02-18 | * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an == | Aaron Griffin | 1 | -3/+3 |
2007-02-16 | * Removed unnecessary #define | Dan McGee | 1 | -0/+1 |
2007-01-31 | Switched an int to an enum | Aaron Griffin | 1 | -1/+1 |
2007-01-31 | Debug logging changes: | Aaron Griffin | 1 | -2/+2 |
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 1 | -0/+22 |
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | 1 | -5/+5 |
2007-01-30 | * Remove -fno-strict-aliasing as it is now unnecessary to compile. | Dan McGee | 1 | -7/+6 |
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 1 | -3/+3 |
2007-01-26 | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -2/+2 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -15/+24 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -43/+43 |
2007-01-18 | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 1 | -0/+4 |
2006-12-05 | Corrected -Rsc operation - dependancy info was not being read from the DB | Aaron Griffin | 1 | -0/+3 |