summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* Fix thinko in _alpm_strip_newlineDan McGee2011-11-01
* Introduce ALPM_BUFFER_SIZE constantDan McGee2011-10-27
* Parse '0' as a valid package installed sizeDan McGee2011-10-04
* Use the full buffer when computing md5/sha256 sumsDan McGee2011-09-28
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee2011-09-18
* avoid blowing out the filecache list when using tmpdirDave Reisner2011-09-06
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* _alpm_parsedate(): return time_t and not longDan McGee2011-09-01
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* lib/libalpm/util.c: Fix two memory leaksLukas Fleischer2011-08-28
* strtrim: don't move empty stringDan McGee2011-08-25
* Rework finding a writable cache directoryDan McGee2011-08-19
* Remove usages of alpm_list_next() in backendDan McGee2011-08-18
* Validate the sha256sum if availableDan McGee2011-08-15
* Add ALPM sha256sum routinesDan McGee2011-08-15
* Don't walk off front of string when stripping newlineDan McGee2011-08-09
* _alpm_access(): don't call gettext() in debug level loggersDan McGee2011-08-08
* Don't trim whitespace when reading database entriesDan McGee2011-08-02
* add _alpm_access() wrapperFlorian Pritz2011-07-18
* Handle removal of empty directories properlyDan McGee2011-07-18
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Merge remote-tracking branch 'allan/breakshit'Dan McGee2011-06-30
|\
| * Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* | lib/util: modify entry_prefix, not prefixDave Reisner2011-06-30
|/
* Fix several -Wshadow warningsDan McGee2011-06-27
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* archive_fgets(): ensure we return any trailing text with no newlineDan McGee2011-06-24
* Clean up util md5sum methodDan McGee2011-06-20
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* _alpm_lstat: only duplicate string if necessaryDan McGee2011-06-09
* Add helper methods for setting directory optionsDan McGee2011-06-07
* Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* Remove global handle from util.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Header inclusion cleanupDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-05
|\
| * util.c: include limits.h for PATH_MAX macroRémy Oudompheng2011-04-02
* | Merge branch 'maint'Dan McGee2011-03-23
|\|
| * Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee2011-03-21