summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* run_chroot: label pipe endpoints for readabilityAndrew Gregory2017-04-16
* use sockets for scriptlet/hook communicationAndrew Gregory2017-04-16
* Update copyright yearsAllan McRae2017-01-04
* Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt2016-10-22
* Remove SHA224 supportAllan McRae2016-10-10
* Remove internal md5 and sha2 implementationsAllan McRae2016-10-10
* Avoid logical OR duplication warning from gcc-6Allan McRae2016-05-05
* alpm_run_chroot: always connect parent2child pipeAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* alpm_run_chroot: remove dead codeAndrew Gregory2015-12-06
* run_chroot: always clear script output bufferAndrew Gregory2015-11-29
* allow specifying input to scriptletsAndrew Gregory2015-11-28
* Use correct format specifiersRikard Falkeborn2015-11-11
* merge _alpm_logaction into alpm_logactionAndrew Gregory2015-05-12
* close stdin before running install scriptsAndrew Gregory2015-03-26
* Update copyright notices for 2015Allan McRae2015-02-01
* Merge branch 'maint'Allan McRae2015-01-21
|\
| * fix geometric growth in _alpm_greedy_growDaniel Micay2015-01-21
* | _alpm_run_chroot: only close working directory if it was openedAllan McRae2014-12-27
|/
* wrap fgets to retry on EINTRAndrew Gregory2014-09-23
* move _alpm_lstat into util-commonAndrew Gregory2014-08-03
* Update the event callbackOlivier Brunel2014-03-03
* util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz2014-03-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Use O_CLOEXEC as much as possible when opening filesDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* Close file descirptor before forkWolfgang Bumiller2013-12-15
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* alpm: log errors for scriptlets terminated by a signalDave Reisner2013-09-04
* Remove setlocale usage from the backendAllan McRae2013-07-30
* do not check error from close(2)Dave Reisner2013-07-05
* Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt2013-06-26
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* Save and restore old locale when manipulating via setlocaleDan McGee2013-03-14
* Use libarchive compat header for relevant symbolsDave Reisner2013-01-29
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Make path to ldconfig configurableAllan McRae2013-01-28
* Revert execvp and related commitsAllan McRae2013-01-28
* Do not use full path for ldconfigAllan McRae2013-01-17
* Use execvp for running programs in chrootAllan McRae2013-01-17
* Fix space between control structure and open parensGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Split common utility functions for libalpm and pacmanAllan McRae2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* coding style fixesFlorian Pritz2012-08-07
* util: fix line length calc in _alpm_archive_fgetsDave Reisner2012-08-01
* add line length parameter to _alpm_strip_newlineDave Reisner2012-06-25
* add real_line_size to alpm_read_bufferDave Reisner2012-06-25
* Convert ALLOC_FAIL macro into a functionDan McGee2012-04-29
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08