summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-14Save and restore old locale when manipulating via setlocaleDan McGee1-1/+5
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-3/+4
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-4/+9
2013-01-28Make path to ldconfig configurableAllan McRae1-2/+2
2013-01-28Revert execvp and related commitsAllan McRae1-7/+10
2013-01-17Do not use full path for ldconfigAllan McRae1-7/+4
2013-01-17Use execvp for running programs in chrootAllan McRae1-3/+3
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-8/+8
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-33/+0
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-08-08coding style fixesFlorian Pritz1-2/+2
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner1-2/+4
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner1-3/+5
2012-06-26add real_line_size to alpm_read_bufferDave Reisner1-2/+2
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee1-0/+5
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-7/+10
2012-03-09Remove _alpm_csumAllan McRae1-3/+3
2012-02-21Use "mode" in _alpm_makepath_modeAllan McRae1-2/+2
2012-02-20util: reduce pointer hell in _alpm_makepath_modeDave Reisner1-25/+30
2012-02-13Reset errno before opening archiveAllan McRae1-0/+1
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz1-1/+1
2012-01-23Remove rmrf implementation from backendDan McGee1-46/+0
2012-01-23Merge branch 'maint'Dan McGee1-5/+5
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel1-3/+3
2012-01-18Use isdigit() rather than character range comparisonsDan McGee1-1/+1
2012-01-08Fix segfaults on opening invalid archive filesDan McGee1-8/+13
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