| Commit message (Expand) | Author | Age |
* | Improve db upgrade error message | Allan McRae | 2014-12-24 |
* | shut up GCC on -Wmaybe-initialized warnings | Dave Reisner | 2014-12-18 |
* | Add --assume-installed option | Florian Pritz | 2014-09-30 |
* | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 2014-09-30 |
* | conf.c: remove extra indentation | Andrew Gregory | 2014-03-27 |
* | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 2014-03-03 |
* | enable_colors: always set color strings | Andrew Gregory | 2014-01-28 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Minor struct member reordering for packing concerns | Dan McGee | 2014-01-06 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | conf.c: add missing newline to warning | Andrew Gregory | 2014-01-06 |
* | Fix whitespace and other formatting issues | Jason St. John | 2013-11-15 |
* | support ALPM_SIG_USE_DEFAULT for file siglevels | Andrew Gregory | 2013-11-08 |
* | pacman: add front end support for repo usage level | Dave Reisner | 2013-09-04 |
* | conf.c: extract ini parsing code to separate files | Andrew Gregory | 2013-08-21 |
* | conf.c: pass _parse_directive as a callback | Andrew Gregory | 2013-08-21 |
* | conf.c: move section handling out of _parseconfig | Andrew Gregory | 2013-08-21 |
* | conf.c: move directive parsing out of _parseconfig | Andrew Gregory | 2013-08-21 |
* | conf.c: move repo parsing out of _parseconfig | Andrew Gregory | 2013-08-21 |
* | conf.c: add parse_options to section_t | Andrew Gregory | 2013-08-21 |
* | Report missing directory if we can not initialise alpm library | Allan McRae | 2013-07-30 |
* | do not check error from close(2) | Dave Reisner | 2013-07-05 |
* | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 2013-04-18 |
* | use default foreground color instead of white | Andrew Gregory | 2013-03-30 |
* | Use C locale when parsing UseDelta floating point values | Dan McGee | 2013-03-14 |
* | introduce colstr for colourizing | Simon Gomizelj | 2013-03-07 |
* | add a config settings and flag for colours | Simon Gomizelj | 2013-03-07 |
* | use strtok_r to parse multi-value config options | Andrew Gregory | 2013-02-07 |
* | Add configuration option for Upgrade operation SigLevel | Allan McRae | 2013-02-07 |
* | Fix open braces style | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | pacman: be more descriptive when opening an include fails | Dave Reisner | 2012-07-10 |
* | Remove SyncFirst option | Dan McGee | 2012-04-12 |
* | Various tweaks to support building with excessive GCC warning flags | Dan McGee | 2012-04-08 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | ALPM API adjustments for sanity and consistency | Dan McGee | 2012-02-06 |
* | Allow UseDelta option to specify a delta ratio | Dan McGee | 2012-01-18 |
* | Convert strtrim/strlen paired calls to only strtrim | Dan McGee | 2011-12-23 |
* | Merge branch 'maint' | Dan McGee | 2011-12-23 |
|\ |
|
| * | Allow comments after repo section header in pacman.conf | Allan McRae | 2011-12-23 |
* | | include config.h via Makefiles | Dave Reisner | 2011-12-21 |
* | | code syntax cleanup | Dave Reisner | 2011-12-12 |
* | | create a typedef for enum _alpm_errno_t | Jonathan Conder | 2011-11-14 |
* | | Add OPEN() and CLOSE() util macros | Dan McGee | 2011-11-01 |
* | | Merge branch 'maint' | Dan McGee | 2011-10-21 |
|\| |
|
| * | Remove pm_fprintf() in favor of pm_printf() | Dan McGee | 2011-10-21 |
* | | Remove alpm_list_getdata wrapper function | Dan McGee | 2011-10-12 |
|/ |
|
* | Keep track of explicitly added and removed packages | Dan McGee | 2011-09-28 |
* | config parsing: add note if libcurl disabled and no XferCommand | Dan McGee | 2011-09-22 |