| Commit message (Expand) | Author | Age |
* | avoid blowing out the filecache list when using tmpdir | Dave Reisner | 2011-09-06 |
* | Former transaction callback rename refactor | Dan McGee | 2011-09-02 |
* | Move all callbacks up to the handle level | Dan McGee | 2011-09-02 |
* | _alpm_parsedate(): return time_t and not long | Dan McGee | 2011-09-01 |
* | Parse > 2GiB file sizes correctly | Dan McGee | 2011-08-29 |
* | lib/libalpm/util.c: Fix two memory leaks | Lukas Fleischer | 2011-08-28 |
* | strtrim: don't move empty string | Dan McGee | 2011-08-25 |
* | Rework finding a writable cache directory | Dan McGee | 2011-08-19 |
* | Remove usages of alpm_list_next() in backend | Dan McGee | 2011-08-18 |
* | Validate the sha256sum if available | Dan McGee | 2011-08-15 |
* | Add ALPM sha256sum routines | Dan McGee | 2011-08-15 |
* | Don't walk off front of string when stripping newline | Dan McGee | 2011-08-09 |
* | _alpm_access(): don't call gettext() in debug level loggers | Dan McGee | 2011-08-08 |
* | Don't trim whitespace when reading database entries | Dan McGee | 2011-08-02 |
* | add _alpm_access() wrapper | Florian Pritz | 2011-07-18 |
* | Handle removal of empty directories properly | Dan McGee | 2011-07-18 |
* | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_transevt_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | Merge remote-tracking branch 'allan/breakshit' | Dan McGee | 2011-06-30 |
|\ |
|
| * | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | | lib/util: modify entry_prefix, not prefix | Dave Reisner | 2011-06-30 |
|/ |
|
* | Fix several -Wshadow warnings | Dan McGee | 2011-06-27 |
* | Make sync DB reading a bit more flexible | Dan McGee | 2011-06-24 |
* | archive_fgets(): ensure we return any trailing text with no newline | Dan McGee | 2011-06-24 |
* | Clean up util md5sum method | Dan McGee | 2011-06-20 |
* | 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 |
* | Require handle argument to alpm_logaction() | Dan McGee | 2011-06-09 |
* | _alpm_lstat: only duplicate string if necessary | Dan McGee | 2011-06-09 |
* | Add helper methods for setting directory options | Dan McGee | 2011-06-07 |
* | Use standard errno codes in return from _alpm_archive_fgets | Dan McGee | 2011-06-03 |
* | Remove global handle from util.c | Dan McGee | 2011-06-03 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | style cleanup: cast as (type *) not (type*) | Dave Reisner | 2011-04-20 |
* | Merge branch 'maint' | Dan McGee | 2011-04-05 |
|\ |
|
| * | util.c: include limits.h for PATH_MAX macro | Rémy Oudompheng | 2011-04-02 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-23 |
|\| |
|
| * | Fix line_offset not being reset in _alpm_archive_fgets() | Dan McGee | 2011-03-21 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Fix some easy to find double translations | Dan McGee | 2011-02-28 |
* | Move locking functions to where they are needed | Dan McGee | 2011-02-28 |
* | Fix double close of the lock file | Jonathan Conder | 2011-02-27 |
* | Add more error checking and logging | Dan McGee | 2011-02-04 |
* | Ensure found files are actually files | Dan McGee | 2011-02-04 |
* | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 2011-02-01 |