| Commit message (Expand) | Author | Age |
... | |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Move locking functions to handle | Dan McGee | 2011-06-24 |
* | Improve cachedir removal and error handling | Dan McGee | 2011-06-20 |
* | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 2011-06-20 |
* | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 2011-06-15 |
* | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | Remove global handle variable | Dan McGee | 2011-06-13 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee | 2011-06-09 |
* | New signatures for alpm initialize and release | Dan McGee | 2011-06-07 |
* | Add cachedirs one-by-one in set_cachedirs() | Dan McGee | 2011-06-07 |
* | Be consistent with memory treatment for plural option setters | Dan McGee | 2011-06-07 |
* | Add helper methods for setting directory options | Dan McGee | 2011-06-07 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | Merge branch 'maint' | Dan McGee | 2011-06-01 |
|\ |
|
| * | Bail early if we don't have a valid lockfile path | Dan McGee | 2011-05-19 |
* | | Don't null-check handle lists before setting | Dan McGee | 2011-05-05 |
* | | handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 2011-04-21 |
* | | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 2011-04-20 |
* | | 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 |