summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt1-2/+39
2016-10-10Remove SHA224 supportAllan McRae1-22/+8
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae1-5/+0
2016-05-05Avoid logical OR duplication warning from gcc-6Allan McRae1-2/+12
2016-02-23alpm_run_chroot: always connect parent2child pipeAndrew Gregory1-7/+6
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory1-5/+0
2015-11-28run_chroot: always clear script output bufferAndrew Gregory1-0/+6
2015-11-28allow specifying input to scriptletsAndrew Gregory1-26/+173
2015-11-11Use correct format specifiersRikard Falkeborn1-1/+1
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory1-44/+0
2015-03-26close stdin before running install scriptsAndrew Gregory1-0/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21Merge branch 'maint'Allan McRae1-1/+1
2015-01-21fix geometric growth in _alpm_greedy_growDaniel Micay1-1/+1
2014-12-27_alpm_run_chroot: only close working directory if it was openedAllan McRae1-1/+3
2014-09-23wrap fgets to retry on EINTRAndrew Gregory1-1/+2
2014-08-03move _alpm_lstat into util-commonAndrew Gregory1-25/+0
2014-03-03Update the event callbackOlivier Brunel1-1/+5
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz1-0/+62
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee1-7/+7
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-15Close file descirptor before forkWolfgang Bumiller1-0/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-3/+3
2013-09-04alpm: log errors for scriptlets terminated by a signalDave Reisner1-0/+9
2013-07-30Remove setlocale usage from the backendAllan McRae1-15/+0
2013-07-05do not check error from close(2)Dave Reisner1-14/+14
2013-06-26Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt1-0/+31
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-3/+3
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