Age | Commit message (Expand) | Author | Files | Lines |
2011-08-09 | Don't walk off front of string when stripping newline | Dan McGee | 1 | -1/+1 |
2011-08-09 | _alpm_access(): don't call gettext() in debug level loggers | Dan McGee | 1 | -4/+8 |
2011-08-02 | Don't trim whitespace when reading database entries | Dan McGee | 1 | -0/+20 |
2011-07-18 | add _alpm_access() wrapper | Florian Pritz | 1 | -0/+47 |
2011-07-18 | Handle removal of empty directories properly | Dan McGee | 1 | -0/+42 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -2/+2 |
2011-07-01 | Prefix alpm_transevt_t members with ALPM | Allan McRae | 1 | -1/+1 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -25/+25 |
2011-06-30 | Merge remote-tracking branch 'allan/breakshit' | Dan McGee | 1 | -7/+7 |
2011-06-30 | lib/util: modify entry_prefix, not prefix | Dave Reisner | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -7/+7 |
2011-06-27 | Fix several -Wshadow warnings | Dan McGee | 1 | -9/+9 |
2011-06-24 | Make sync DB reading a bit more flexible | Dan McGee | 1 | -19/+27 |
2011-06-24 | archive_fgets(): ensure we return any trailing text with no newline | Dan McGee | 1 | -6/+12 |
2011-06-20 | Clean up util md5sum method | Dan McGee | 1 | -2/+1 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -26/+25 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -26/+28 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -5/+7 |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 1 | -7/+7 |
2011-06-09 | _alpm_lstat: only duplicate string if necessary | Dan McGee | 1 | -7/+8 |
2011-06-07 | Add helper methods for setting directory options | Dan McGee | 1 | -3/+7 |
2011-06-03 | Use standard errno codes in return from _alpm_archive_fgets | Dan McGee | 1 | -4/+3 |
2011-06-03 | Remove global handle from util.c | Dan McGee | 1 | -12/+11 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -6/+0 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -1/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -7/+7 |
2011-04-21 | style cleanup: cast as (type *) not (type*) | Dave Reisner | 1 | -2/+2 |
2011-04-05 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2011-04-02 | util.c: include limits.h for PATH_MAX macro | Rémy Oudompheng | 1 | -0/+1 |
2011-03-23 | Merge branch 'maint' | Dan McGee | 1 | -0/+3 |
2011-03-21 | Fix line_offset not being reset in _alpm_archive_fgets() | Dan McGee | 1 | -0/+3 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -44/+44 |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -3/+4 |
2011-02-28 | Move locking functions to where they are needed | Dan McGee | 1 | -40/+0 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -4/+3 |
2011-02-04 | Add more error checking and logging | Dan McGee | 1 | -1/+1 |
2011-02-04 | Ensure found files are actually files | Dan McGee | 1 | -1/+2 |
2011-02-01 | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 1 | -2/+3 |
2011-01-21 | Improve splitname memory allocation | Dan McGee | 1 | -14/+13 |
2011-01-21 | Add strndup fallback function to libalpm util | Dan McGee | 1 | -0/+22 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -4/+5 |
2011-01-08 | Refactor old date parsing into single method | Dan McGee | 1 | -0/+13 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2011-01-02 | Fix function indentation | Dan McGee | 1 | -22/+22 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 1 | -22/+78 |
2010-12-14 | When setting package name, set hash value as well | Dan McGee | 1 | -0/+1 |
2010-12-14 | Add hash_sdbm function | Dan McGee | 1 | -0/+21 |
2010-12-13 | Turn libarchive warnings into libalpm warnings | Dan McGee | 1 | -1/+1 |
2010-10-14 | Move and rename splitname | Allan McRae | 1 | -0/+45 |