Age | Commit message (Expand) | Author | Files | Lines |
2011-11-01 | Add OPEN() and CLOSE() util macros | Dan McGee | 1 | -20/+10 |
2011-11-01 | Merge branch 'maint' | Dan McGee | 1 | -12/+8 |
2011-10-27 | Introduce ALPM_BUFFER_SIZE constant | Dan McGee | 1 | -12/+8 |
2011-10-26 | libalpm/util: two stat() related cleanups | Dan McGee | 1 | -14/+13 |
2011-10-13 | Fix some strict 32-bit gcc warnings | Dan McGee | 1 | -1/+3 |
2011-10-12 | _alpm_archive_fgets: optimize EOL search | Dan McGee | 1 | -17/+17 |
2011-10-12 | Introduce alpm_time_t type | Dan McGee | 1 | -6/+6 |
2011-10-12 | _alpm_parsedate: use strtoll() to parse numeric value | Dan McGee | 1 | -1/+20 |
2011-10-04 | Parse '0' as a valid package installed size | Dan McGee | 1 | -1/+1 |
2011-09-28 | Use the full buffer when computing md5/sha256 sums | Dan McGee | 1 | -4/+6 |
2011-09-20 | Remove all usages of alpm_list_getdata() from the library | Dan McGee | 1 | -2/+2 |
2011-09-19 | Use more efficient way of restoring working directory | Dan McGee | 1 | -16/+24 |
2011-09-18 | Ensure entire struct is zeroed in _alpm_parsedate() | Dan McGee | 1 | -1/+2 |
2011-09-06 | avoid blowing out the filecache list when using tmpdir | Dave Reisner | 1 | -4/+2 |
2011-09-03 | Former transaction callback rename refactor | Dan McGee | 1 | -1/+1 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -1/+1 |
2011-09-01 | _alpm_parsedate(): return time_t and not long | Dan McGee | 1 | -2/+2 |
2011-08-30 | Parse > 2GiB file sizes correctly | Dan McGee | 1 | -0/+25 |
2011-08-29 | lib/libalpm/util.c: Fix two memory leaks | Lukas Fleischer | 1 | -0/+2 |
2011-08-26 | strtrim: don't move empty string | Dan McGee | 1 | -1/+6 |
2011-08-19 | Rework finding a writable cache directory | Dan McGee | 1 | -15/+29 |
2011-08-18 | Remove usages of alpm_list_next() in backend | Dan McGee | 1 | -2/+2 |
2011-08-15 | Validate the sha256sum if available | Dan McGee | 1 | -19/+26 |
2011-08-15 | Add ALPM sha256sum routines | Dan McGee | 1 | -0/+80 |
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 |