summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* remove support for .pacorig filesAndrew Gregory2015-01-21
* ini.c: move error output into conf.cAndrew Gregory2015-01-21
* ini.c: remove useless key checkAndrew Gregory2015-01-21
* ini.c: remove empty section name restrictionAndrew Gregory2015-01-21
* ini.c: remove unnecessary helper functionAndrew Gregory2015-01-21
* ini.c: move Include parsing to conf.cAndrew Gregory2015-01-21
* ini.c: remove final callback callAndrew Gregory2015-01-21
* conf.c: parse config in a single passAndrew Gregory2015-01-21
* conf.c: use masks for siglevel inheritanceAndrew Gregory2015-01-21
* conf.c: store repo settings in dedicated structAndrew Gregory2015-01-21
* Remove testdbAllan McRae2015-01-02
* Integrate testdb into pacmanAllan McRae2015-01-02
* Split install reason changing into its own functionAllan McRae2015-01-02
* Clarify "assume installed" error messageAllan McRae2014-12-28
* pacsort: fix memory leakAllan McRae2014-12-27
* pacman/util.c: fix potential memory leak in indentprintAllan McRae2014-12-24
* Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae2014-12-24
* Improve db upgrade error messageAllan McRae2014-12-24
* Update translations from transifexAllan McRae2014-12-19
* shut up GCC on -Wmaybe-initialized warningsDave Reisner2014-12-18
* Fix pointer declarations to be globally consistentMicah Saint Germain2014-12-18
* pacsort: parse inputs up front into control structDave Reisner2014-11-20
* Update po files to send to TransifexAllan McRae2014-11-18
* Pull translation updates from TransifexAllan McRae2014-11-18
* Do not warn about missing files in NoExtractAllan McRae2014-11-18
* Add --assume-installed to pacman --helpFlorian Pritz2014-11-05
* testdb: ignore ALPM_DB_VERSIONAndrew Gregory2014-10-19
* pacman: add --confirm optionAndrew Gregory2014-10-13
* Add --assume-installed optionFlorian Pritz2014-09-30
* table_display: only check width when non-zeroAndrew Gregory2014-09-30
* avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory2014-09-30
* Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory2014-09-30
* pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg2014-09-23
* pacman: set SA_RESTART for signal handlerAndrew Gregory2014-09-23
* wrap fgets to retry on EINTRAndrew Gregory2014-09-23
* sync.c: fix style violationsAndrew Gregory2014-08-04
* pacman.c: simplify stdin parsingAndrew Gregory2014-08-04
* check_pkg_fast: check file typeAndrew Gregory2014-08-03
* check_file_exists: replace lstat with llstatAndrew Gregory2014-08-03
* llstat: modify path in placeAndrew Gregory2014-08-03
* move _alpm_lstat into util-commonAndrew Gregory2014-08-03
* use monotonic clock for progress updatesAndrew Gregory2014-06-29
* cache terminal size, add SIGWINCH handler to resetDave Reisner2014-06-29
* Revert refactoring in fa0c1e14Allan McRae2014-06-29
* pacman: Correct signal handler comment and refactorSilvan Jegen2014-06-24
* events: Make alpm_event_t an union of all event-specific structOlivier Brunel2014-06-24
* Update the question callbackOlivier Brunel2014-06-24
* Move break to a new line for consistencyHong Shick Pak2014-06-23
* Clarify that -Ql prints a file listAllan McRae2014-05-25
* util: Use off_t instead of int for size valuesFlorian Pritz2014-05-22