Age | Commit message (Expand) | Author | Files | Lines |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-10-11 | Add missing get_usedelta() method | Dan McGee | 1 | -0/+9 |
2009-10-11 | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 1 | -3/+3 |
2009-09-06 | Add Architecture and --arch option | Xavier Chantry | 1 | -0/+16 |
2009-08-19 | dload.c : various fixes | Xavier Chantry | 1 | -14/+0 |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 1 | -16/+18 |
2009-07-20 | Fix 2 minor memleaks | Xavier Chantry | 1 | -0/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 1 | -32/+0 |
2008-09-03 | Remove unnecessary initialization in new functions | Dan McGee | 1 | -9/+0 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 1 | -0/+18 |
2008-05-29 | Tidy up of the handle struct in libalpm | Allan McRae | 1 | -3/+0 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -18/+12 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-04-02 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2008-04-02 | Set handle->logstream to null after fclose() | Dan McGee | 1 | -0/+1 |
2008-02-25 | Remove pmserver_t abstraction | Dan McGee | 1 | -1/+0 |
2008-01-11 | Fix library interface | Dan McGee | 1 | -2/+2 |
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | 1 | -14/+0 |
2008-01-06 | Don't stat cachedir immediately | Dan McGee | 1 | -5/+3 |
2007-12-29 | Add remove counterparts to alpm_option_add_* functions | Allan McRae | 1 | -0/+83 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -3/+3 |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 1 | -0/+21 |
2007-11-04 | libalpm: open the logstream on demand | Dan McGee | 1 | -23/+6 |
2007-11-04 | Clean up usage of extern variables | Dan McGee | 1 | -0/+3 |
2007-10-30 | libalpm/handle.c: make realpath() call portable | Dan McGee | 1 | -4/+3 |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 1 | -6/+1 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 1 | -0/+6 |
2007-09-18 | Avoid segfaults whet calling alpm_option_get_* before initialization | Stefano Esposito | 1 | -19/+164 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -7/+7 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 1 | -59/+123 |
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 | 1 | -1/+4 |
2007-07-09 | Clean up the alpm handle | Dan McGee | 1 | -30/+9 |
2007-06-28 | Remove lockfile configuration from frontend, make it job of libalpm | Dan McGee | 1 | -10/+7 |
2007-06-09 | Allow multiple CacheDirs to be specified | Dan McGee | 1 | -8/+16 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 1 | -8/+8 |
2007-06-05 | Const correctness! | Dan McGee | 1 | -4/+5 |
2007-06-05 | Rip alpm_parse_config out of libalpm | Dan McGee | 1 | -18/+0 |
2007-06-05 | Add a parseconfig to the pacman frontend that compiles | Dan McGee | 1 | -25/+28 |
2007-06-04 | Remove hardcoded defines from libalpm | Dan McGee | 1 | -5/+5 |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 1 | -0/+6 |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 1 | -4/+15 |
2007-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 1 | -1/+1 |
2007-04-28 | Remove FREEHANDLE macro and correctly type _alpm_handle_free | Dan McGee | 1 | -4/+4 |
2007-04-27 | Remove FREETRANS macro and correctly type _alpm_trans_free | Dan McGee | 1 | -1/+1 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |
2007-03-11 | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 1 | -4/+4 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -3/+5 |