Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2021-04-19Fix build error when SIGPOLL is not availableMark Weiman
2021-04-19Add an include for signal.h when neededMark Weiman
2021-03-01Update copyright yearAllan McRae
2021-01-19sighandler: initialize sigaction fieldsAndrew Gregory
2020-12-29Move hex_representation() to src/commonEmil Velikov
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov
2020-07-07Add a utility function to check whether a file exists in the cacheAnatol Pomozov
2020-04-29Constify some input pointersRikard Falkeborn
2020-04-13Use STRDUP for error checking in more placesAllan McRae
2020-04-13Add REALLOC macro to simplify realloc error handlingRikard Falkeborn
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-28Docs docs docsmorganamilo
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-10-23Update copyright yearsAllan McRae
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