summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2018-10-21handle EINTR while polling scripts/hooksAndrew Gregory
2018-10-21reset signal handlers before running scripts/hooksAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-04-16run_chroot: label pipe endpoints for readabilityAndrew Gregory
2017-04-16use sockets for scriptlet/hook communicationAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt
2016-10-10Remove SHA224 supportAllan McRae
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae
2016-05-05Avoid logical OR duplication warning from gcc-6Allan McRae
2016-02-23alpm_run_chroot: always connect parent2child pipeAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory
2015-11-29run_chroot: always clear script output bufferAndrew Gregory
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-11-11Use correct format specifiersRikard Falkeborn
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory
2015-03-26close stdin before running install scriptsAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21Merge branch 'maint'Allan McRae
2015-01-21fix geometric growth in _alpm_greedy_growDaniel Micay
2014-12-27_alpm_run_chroot: only close working directory if it was openedAllan McRae
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-08-03move _alpm_lstat into util-commonAndrew Gregory
2014-03-03Update the event callbackOlivier Brunel
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-12-15Close file descirptor before forkWolfgang Bumiller
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-09-04alpm: log errors for scriptlets terminated by a signalDave Reisner
2013-07-30Remove setlocale usage from the backendAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-06-26Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-03-14Save and restore old locale when manipulating via setlocaleDan McGee
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-28Make path to ldconfig configurableAllan McRae
2013-01-28Revert execvp and related commitsAllan McRae
2013-01-17Do not use full path for ldconfigAllan McRae
2013-01-17Use execvp for running programs in chrootAllan McRae
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-08-07coding style fixesFlorian Pritz
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner