summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* add --sysroot optionAndrew Gregory2017-04-16
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann2016-08-30
* Report local file URL for -Sp operations if package is in cacheAllan McRae2016-05-18
* Add colour to group selection dialogXavion2016-05-05
* use multi-byte character matching for user inputAndrew Gregory2016-02-26
* Failed database downloads cause transaction to stopAllan McRae2016-02-26
* Use versions specified in optdependsAllan McRae2016-02-26
* Consider provides when labelling optdepends status as pending installAllan McRae2016-02-26
* Update copyright years for 2016Allan McRae2016-01-04
* Use correct format specifiersRikard Falkeborn2015-11-11
* Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt2015-10-27
* move strtrim to util-commonAndrew Gregory2015-09-20
* pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn2015-08-08
* Prototype pacman files database operationsAllan McRae2015-07-15
* pacman: move database syncing to util.cAllan McRae2015-07-15
* Fix overflow warningsAndrew Gregory2015-07-12
* Match providers when showing optdep install statusLukas Fleischer2015-06-20
* util.c: table_display: Fix incorrect docstringJohannes Löthberg2015-06-20
* Update copyright notices for 2015Allan McRae2015-02-01
* Integrate testdb into pacmanAllan McRae2015-01-02
* pacman/util.c: fix potential memory leak in indentprintAllan McRae2014-12-24
* 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
* wrap fgets to retry on EINTRAndrew Gregory2014-09-23
* cache terminal size, add SIGWINCH handler to resetDave Reisner2014-06-29
* util: Use off_t instead of int for size valuesFlorian Pritz2014-05-22
* strtrim: reset pointer after trimming leading whitespaceDave Reisner2014-04-21
* Add events on pacnew/pacsave/pacorig file creationOlivier Brunel2014-03-03
* table_display: free memory on errorsAndrew Gregory2014-01-30
* Another unneeded NULL check removedSilvan Jegen2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* create_verbose_row: free malloc'd stringsAndrew Gregory2014-01-10
* Update copyright years for 2014Allan McRae2014-01-06
* Color output from pm_vasprintfAllan McRae2013-12-15
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Remove spaces between the opening "if" and the opening parenthesisJason St. John2013-11-08
* pacman/util: remove strsplitAndrew Gregory2013-10-14
* pacman/util.c: use switch when there are fall through statementsSami Kerola2013-09-04
* Do not refer to FlySpray numbersAllan McRae2013-08-21
* Consolidate and improve table implementationsSimon Gomizelj2013-07-05
* pacman/util.c: add missing bracesAndrew Gregory2013-05-07
* pacman/util.c: fix output flushing in questionsAndrew Gregory2013-05-07
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* use off_t for table_row_t.sizeAndrew Gregory2013-04-06
* pm_asprintf logs 'failed to allocate' alreadySimon Gomizelj2013-03-31
* signature_display should also be colourizedSimon Gomizelj2013-03-26
* Make "[removal]" translatableAllan McRae2013-03-14
* remove the duplicate strnlen and strndupSimon Gomizelj2013-03-10