| Commit message (Expand) | Author | Age |
* | libalpm: consistently use int as return type for option setters | Rémy Oudompheng | 2011-04-15 |
* | Merge branch 'maint' | Dan McGee | 2011-03-29 |
|\ |
|
| * | alpm/handle.c: ensure handle is not NULL before proceeding | Rémy Oudompheng | 2011-03-29 |
* | | Add signature directory as option on libalpm handle | Dan McGee | 2011-03-23 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
* | | handle: Add CURL* and CURLcode vars to struct | Dave Reisner | 2011-03-09 |
|/ |
|
* | Fix double close of the lock file | Jonathan Conder | 2011-02-27 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Add configuration option to control disk space checking | Allan McRae | 2010-12-12 |
* | Bump copyright dates to 2010 | Dan McGee | 2010-03-14 |
* | Add missing get_usedelta() method | Dan McGee | 2009-10-11 |
* | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 2009-10-11 |
* | Add Architecture and --arch option | Xavier Chantry | 2009-09-06 |
* | dload.c : various fixes | Xavier Chantry | 2009-08-18 |
* | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 2009-07-22 |
* | Fix 2 minor memleaks | Xavier Chantry | 2009-07-20 |
* | Update copyright headers and messages | Dan McGee | 2009-07-01 |
* | HoldPkg rework | Nagy Gabor | 2009-01-12 |
* | Remove unnecessary initialization in new functions | Dan McGee | 2008-09-03 |
* | Reimplement TotalDownload functionality | Dan McGee | 2008-06-04 |
* | Tidy up of the handle struct in libalpm | Allan McRae | 2008-05-29 |
* | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 2008-05-13 |
* | Remove unnecessary header file, move one macro to util.c | Dan McGee | 2008-04-06 |
* | Merge branch 'maint' | Dan McGee | 2008-04-01 |
|\ |
|
| * | Set handle->logstream to null after fclose() | Dan McGee | 2008-04-01 |
* | | Remove pmserver_t abstraction | Dan McGee | 2008-02-24 |
|/ |
|
* | Fix library interface | Dan McGee | 2008-01-11 |
* | Remove upgradedelay and all code associated with it | Dan McGee | 2008-01-08 |
* | Don't stat cachedir immediately | Dan McGee | 2008-01-05 |
* | Add remove counterparts to alpm_option_add_* functions | Allan McRae | 2007-12-28 |
* | Update GNU GPL boilerplate and copyright dates | Dan McGee | 2007-12-10 |
* | War on whitespace | Dan McGee | 2007-11-16 |
* | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 2007-11-11 |
* | libalpm: open the logstream on demand | Dan McGee | 2007-11-04 |
* | Clean up usage of extern variables | Dan McGee | 2007-11-04 |
* | libalpm/handle.c: make realpath() call portable | Dan McGee | 2007-10-29 |
* | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 2007-10-29 |
* | Download delta files if UseDelta is set. | Nathan Jones | 2007-10-19 |
* | Avoid segfaults whet calling alpm_option_get_* before initialization | Stefano Esposito | 2007-09-17 |
* | libalpm: add newlines to all strings passed to log callback | Dan McGee | 2007-08-23 |
* | Post trial install changes, round one | Dan McGee | 2007-08-21 |
* | Fix issue with <dbpath>/db.lck being truncated | Dan McGee | 2007-07-10 |
* | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 2007-07-10 |
* | Clean up the alpm handle | Dan McGee | 2007-07-09 |
* | Remove lockfile configuration from frontend, make it job of libalpm | Dan McGee | 2007-06-27 |
* | Allow multiple CacheDirs to be specified | Dan McGee | 2007-06-09 |
* | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 2007-06-09 |
* | Const correctness! | Dan McGee | 2007-06-05 |
* | Rip alpm_parse_config out of libalpm | Dan McGee | 2007-06-04 |
* | Add a parseconfig to the pacman frontend that compiles | Dan McGee | 2007-06-04 |