summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2012-08-07coding style fixesFlorian Pritz
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-06-25add real_line_size to alpm_read_bufferDave Reisner
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-08Remove _alpm_csumAllan McRae
2012-02-20Use "mode" in _alpm_makepath_modeAllan McRae
2012-02-20util: reduce pointer hell in _alpm_makepath_modeDave Reisner
2012-02-13Reset errno before opening archiveAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-01-23Remove rmrf implementation from backendDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18util.c, rmrf(): only create string when neededOlivier Brunel
2012-01-18Use isdigit() rather than character range comparisonsDan McGee
2012-01-08Fix segfaults on opening invalid archive filesDan McGee
2011-12-31Simplify hash function to a single multiplicationDan McGee
2011-12-23Remove strtrim function from backendDan McGee
2011-12-21Created hex_representation() in lib/libalpm/util.cDiogo Sousa
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-12-07Merge branch 'maint'Dan McGee
2011-12-05Use correct size in memsetDan McGee
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