Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2011-11-30Merge branch 'maint'Dan McGee
2011-11-30_alpm_ldconfig: return value from _alpm_run_chrootDan McGee
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com
2011-11-16Add helper method for creating and opening archive objectDan McGee
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-11-07Merge branch 'maint'Dan McGee
2011-11-01Fix thinko in _alpm_strip_newlineDan McGee
2011-11-01libalpm/util: don't use sprintf to convert from bin to hexDan McGee
2011-11-01libalpm/util: use low-level I/O for copyfile and checksum routinesDan McGee
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-11-01Merge branch 'maint'Dan McGee
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-10-26libalpm/util: two stat() related cleanupsDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-12_alpm_archive_fgets: optimize EOL searchDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-10-12_alpm_parsedate: use strtoll() to parse numeric valueDan McGee
2011-10-04Parse '0' as a valid package installed sizeDan McGee
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-18Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-28lib/libalpm/util.c: Fix two memory leaksLukas Fleischer
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-19Rework finding a writable cache directoryDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15Add ALPM sha256sum routinesDan McGee
2011-08-09Don't walk off front of string when stripping newlineDan McGee
2011-08-08_alpm_access(): don't call gettext() in debug level loggersDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-18add _alpm_access() wrapperFlorian Pritz
2011-07-18Handle removal of empty directories properlyDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee
2011-06-20Clean up util md5sum methodDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee