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
2017-05-08Avoid 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
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