Age | Commit message (Expand) | Author | Files | Lines |
2007-10-27 | Clean up LDADD usage | Dan McGee | 1 | -4/+2 |
2007-10-27 | Fix mcheck detection and usage | Dan McGee | 1 | -2/+2 |
2007-10-27 | Dependency error/log messages fix | Nagy Gabor | 1 | -1/+3 |
2007-10-25 | Add alpm_dep_get_string method | Nagy Gabor | 3 | -31/+9 |
2007-10-24 | Add strndup implemention for environments that are missing it | Dan McGee | 2 | -0/+26 |
2007-10-24 | One more added include to help compilation elsewhere | Dan McGee | 1 | -0/+1 |
2007-10-23 | Ensure all localization stuff is correctly guarded | Dan McGee | 2 | -6/+9 |
2007-10-23 | Fix broken or missing includes | Dan McGee | 2 | -0/+2 |
2007-10-20 | Add download size to target list. | Nathan Jones | 4 | -7/+11 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 2 | -1/+25 |
2007-10-16 | Remove rounding on package size totals | Dan McGee | 1 | -14/+2 |
2007-10-15 | pacman/pacman.c : put back root check even if -r is specified. | Chantry Xavier | 1 | -3/+1 |
2007-10-10 | util/testdb: fix up function naming | Dan McGee | 1 | -4/+4 |
2007-10-09 | pacman/pacman.c : add --logfile option. | Chantry Xavier | 1 | -0/+10 |
2007-10-09 | Update usage of gcc __attribute__ flags | Dan McGee | 1 | -3/+3 |
2007-10-09 | Remove the non-user friendly --ask option | Dan McGee | 3 | -93/+35 |
2007-10-05 | Fix -Sy and -Sp operations. | Chantry Xavier | 2 | -3/+3 |
2007-10-04 | needs_transaction adjustments | Chantry Xavier | 3 | -55/+69 |
2007-09-28 | Allow --refresh specified for most -S options | Aaron Griffin | 1 | -24/+27 |
2007-09-28 | Break out transaction test to a separate function | Aaron Griffin | 3 | -15/+23 |
2007-09-28 | OMG a space! | Aaron Griffin | 1 | -1/+1 |
2007-09-28 | Support for localized times in metadata | Aaron Griffin | 1 | -3/+4 |
2007-09-28 | Add 'full' parameter to alpm_pkg_load | Dan McGee | 3 | -4/+5 |
2007-09-28 | Update comments dealing with pkgext/dbext stripping | Dan McGee | 1 | -2/+1 |
2007-09-28 | Reimplement pacman cache cleaning the right way | Dan McGee | 1 | -5/+54 |
2007-09-28 | Remove package name dependency from libalpm | Dan McGee | 1 | -114/+6 |
2007-09-28 | document the -Qii option. | Chantry Xavier | 1 | -1/+1 |
2007-09-26 | Preliminary support for optdepends | Dan McGee | 1 | -0/+1 |
2007-09-17 | trans.c : reworking of transaction interruptions | Chantry Xavier | 1 | -3/+8 |
2007-09-17 | Remove the DB consistency check from pacman and libalpm. | Chantry Xavier | 5 | -43/+23 |
2007-09-12 | Add testdb util for finding inconsistencies in the database. | Chantry Xavier | 3 | -1/+194 |
2007-09-12 | make alpm_strerror binding friendly | Stefano Esposito | 5 | -32/+32 |
2007-09-12 | Make some small changes recommended by splint | Dan McGee | 4 | -22/+24 |
2007-09-07 | Add a few missing includes, caught while compiling on cygwin | Dan McGee | 1 | -0/+1 |
2007-08-27 | separate local from sync dbs on filesystem | Travis Willard | 1 | -8/+2 |
2007-08-26 | pacman/sync.c : kill extra newline with groups on -Ss operation. | Chantry Xavier | 1 | -1/+1 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -2/+0 |
2007-08-22 | pacman.c: clarify reason for doing 2 strcmp operations | Dan McGee | 1 | -0/+4 |
2007-08-22 | Various valgrind mem leak fixes | Dan McGee | 1 | -2/+5 |
2007-08-22 | Add a default cachedir if one wasn't specified | Dan McGee | 2 | -0/+7 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 3 | -55/+57 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 3 | -8/+7 |
2007-08-16 | Remove support for SHA1 from pacman. | Andrew Fyfe | 1 | -17/+4 |
2007-08-16 | pacman.c: Alphabetize listing of query options | Dan McGee | 1 | -3/+3 |
2007-08-16 | new query options : explicit (-Qe) and deps (-Qd). | Chantry Xavier | 3 | -8/+29 |
2007-08-16 | libalpm/query.c : makes orphans and foreign options as filters. | Chantry Xavier | 1 | -129/+76 |
2007-08-16 | src/util: Clean up headers and a few fixes | Dan McGee | 3 | -19/+14 |
2007-08-14 | Code cleanup | Dan McGee | 2 | -2/+0 |
2007-08-13 | pacman/sync.c : return 0 on succesful search, 1 otherwise. | Chantry Xavier | 1 | -1/+4 |
2007-07-23 | Cleanup of pacman.c and addition of default paths to frontend | Dan McGee | 2 | -40/+54 |