summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-01Simplify hash function to a single multiplicationDan McGee1-1/+1
2011-12-23Remove strtrim function from backendDan McGee1-41/+0
2011-12-22Created hex_representation() in lib/libalpm/util.cDiogo Sousa1-33/+27
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-13/+13
2011-12-07Merge branch 'maint'Dan McGee1-1/+1
2011-12-06Use correct size in memsetDan McGee1-1/+1
2011-12-01Merge branch 'maint'Dan McGee1-1/+1
2011-12-01_alpm_ldconfig: return value from _alpm_run_chrootDan McGee1-1/+1
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com1-29/+123
2011-11-16Add helper method for creating and opening archive objectDan McGee1-22/+73
2011-11-13add support for back end fnmatch'd optionsDave Reisner1-0/+6
2011-11-07Merge branch 'maint'Dan McGee1-1/+1
2011-11-02Fix thinko in _alpm_strip_newlineDan McGee1-1/+1
2011-11-01libalpm/util: don't use sprintf to convert from bin to hexDan McGee1-10/+14
2011-11-01libalpm/util: use low-level I/O for copyfile and checksum routinesDan McGee1-55/+61
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee1-20/+10
2011-11-01Merge branch 'maint'Dan McGee1-12/+8
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-12/+8
2011-10-26libalpm/util: two stat() related cleanupsDan McGee1-14/+13
2011-10-13Fix some strict 32-bit gcc warningsDan McGee1-1/+3
2011-10-12_alpm_archive_fgets: optimize EOL searchDan McGee1-17/+17
2011-10-12Introduce alpm_time_t typeDan McGee1-6/+6
2011-10-12_alpm_parsedate: use strtoll() to parse numeric valueDan McGee1-1/+20
2011-10-04Parse '0' as a valid package installed sizeDan McGee1-1/+1
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee1-4/+6
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee1-2/+2
2011-09-19Use more efficient way of restoring working directoryDan McGee1-16/+24
2011-09-18Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee1-1/+2
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner1-4/+2
2011-09-03Former transaction callback rename refactorDan McGee1-1/+1
2011-09-03Move all callbacks up to the handle levelDan McGee1-1/+1
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee1-2/+2
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-0/+25
2011-08-29lib/libalpm/util.c: Fix two memory leaksLukas Fleischer1-0/+2
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-19Rework finding a writable cache directoryDan McGee1-15/+29
2011-08-18Remove usages of alpm_list_next() in backendDan McGee1-2/+2
2011-08-15Validate the sha256sum if availableDan McGee1-19/+26
2011-08-15Add ALPM sha256sum routinesDan McGee1-0/+80
2011-08-09Don't walk off front of string when stripping newlineDan McGee1-1/+1
2011-08-09_alpm_access(): don't call gettext() in debug level loggersDan McGee1-4/+8
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-0/+20
2011-07-18add _alpm_access() wrapperFlorian Pritz1-0/+47
2011-07-18Handle removal of empty directories properlyDan McGee1-0/+42
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-25/+25
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee1-7/+7
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner1-1/+1