| Commit message (Expand) | Author | Age |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 2014-01-06 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | Close file descirptor before fork | Wolfgang Bumiller | 2013-12-15 |
* | Fix whitespace and other formatting issues | Jason St. John | 2013-11-15 |
* | alpm: log errors for scriptlets terminated by a signal | Dave Reisner | 2013-09-04 |
* | Remove setlocale usage from the backend | Allan McRae | 2013-07-30 |
* | do not check error from close(2) | Dave Reisner | 2013-07-05 |
* | Enable inverted patterns in NoExtract and NoUpgrade. | Patrick Steinhardt | 2013-06-26 |
* | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 2013-04-18 |
* | Save and restore old locale when manipulating via setlocale | Dan McGee | 2013-03-14 |
* | Use libarchive compat header for relevant symbols | Dave Reisner | 2013-01-29 |
* | add caller prefix to alpm_logaction | Andrew Gregory | 2013-01-28 |
* | Make path to ldconfig configurable | Allan McRae | 2013-01-28 |
* | Revert execvp and related commits | Allan McRae | 2013-01-28 |
* | Do not use full path for ldconfig | Allan McRae | 2013-01-17 |
* | Use execvp for running programs in chroot | Allan McRae | 2013-01-17 |
* | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Split common utility functions for libalpm and pacman | Allan McRae | 2013-01-04 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | coding style fixes | Florian Pritz | 2012-08-07 |
* | util: fix line length calc in _alpm_archive_fgets | Dave Reisner | 2012-08-01 |
* | add line length parameter to _alpm_strip_newline | Dave Reisner | 2012-06-25 |
* | add real_line_size to alpm_read_buffer | Dave Reisner | 2012-06-25 |
* | Convert ALLOC_FAIL macro into a function | Dan McGee | 2012-04-29 |
* | Various tweaks to support building with excessive GCC warning flags | Dan McGee | 2012-04-08 |
* | Remove _alpm_csum | Allan McRae | 2012-03-08 |
* | Use "mode" in _alpm_makepath_mode | Allan McRae | 2012-02-20 |
* | util: reduce pointer hell in _alpm_makepath_mode | Dave Reisner | 2012-02-20 |
* | Reset errno before opening archive | Allan McRae | 2012-02-13 |
* | use _alpm_access in a few more places for increased debugging info | Florian Pritz | 2012-02-13 |
* | Remove rmrf implementation from backend | Dan McGee | 2012-01-23 |
* | Merge branch 'maint' | Dan McGee | 2012-01-23 |
|\ |
|
| * | Update copyright on changed files since beginning of year | Dan McGee | 2012-01-18 |
| * | util.c, rmrf(): only create string when needed | Olivier Brunel | 2012-01-18 |
| * | Use isdigit() rather than character range comparisons | Dan McGee | 2012-01-18 |
* | | Fix segfaults on opening invalid archive files | Dan McGee | 2012-01-08 |
* | | Simplify hash function to a single multiplication | Dan McGee | 2011-12-31 |
* | | Remove strtrim function from backend | Dan McGee | 2011-12-23 |
* | | Created hex_representation() in lib/libalpm/util.c | Diogo Sousa | 2011-12-21 |
* | | include config.h via Makefiles | Dave Reisner | 2011-12-21 |
* | | code syntax cleanup | Dave Reisner | 2011-12-12 |
* | | Merge branch 'maint' | Dan McGee | 2011-12-07 |
|\| |
|
| * | Use correct size in memset | Dan McGee | 2011-12-05 |
* | | Merge branch 'maint' | Dan McGee | 2011-11-30 |
|\| |
|
| * | _alpm_ldconfig: return value from _alpm_run_chroot | Dan McGee | 2011-11-30 |
* | | added doxygen documentation | andrew.gregory.8@gmail.com | 2011-11-22 |
* | | Add helper method for creating and opening archive object | Dan McGee | 2011-11-16 |
* | | add support for back end fnmatch'd options | Dave Reisner | 2011-11-13 |