summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-17add --sysroot optionAndrew Gregory1-0/+3
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-1/+1
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann1-3/+5
2016-05-18Report local file URL for -Sp operations if package is in cacheAllan McRae1-3/+24
2016-05-05Add colour to group selection dialogXavion1-1/+2
2016-02-26use multi-byte character matching for user inputAndrew Gregory1-2/+34
2016-02-26Failed database downloads cause transaction to stopAllan McRae1-10/+3
2016-02-26Use versions specified in optdependsAllan McRae1-2/+2
2016-02-26Consider provides when labelling optdepends status as pending installAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-11Use correct format specifiersRikard Falkeborn1-2/+2
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt1-1/+1
2015-09-20move strtrim to util-commonAndrew Gregory1-39/+0
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn1-2/+5
2015-07-15Prototype pacman files database operationsAllan McRae1-0/+2
2015-07-15pacman: move database syncing to util.cAllan McRae1-0/+31
2015-07-12Fix overflow warningsAndrew Gregory1-4/+3
2015-06-20Match providers when showing optdep install statusLukas Fleischer1-1/+2
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg1-1/+0
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-02Integrate testdb into pacmanAllan McRae1-1/+1
2014-12-24pacman/util.c: fix potential memory leak in indentprintAllan McRae1-0/+1
2014-09-30table_display: only check width when non-zeroAndrew Gregory1-1/+1
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory1-8/+16
2014-09-23wrap fgets to retry on EINTRAndrew Gregory1-4/+4
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-15/+45
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz1-1/+1
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner1-0/+1
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-0/+13
2014-01-30table_display: free memory on errorsAndrew Gregory1-4/+8
2014-01-30Another unneeded NULL check removedSilvan Jegen1-6/+4
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory1-5/+5
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-15Color output from pm_vasprintfAllan McRae1-2/+4
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-10-14pacman/util: remove strsplitAndrew Gregory1-34/+0
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola1-8/+6
2013-08-21Do not refer to FlySpray numbersAllan McRae1-2/+2
2013-07-05Consolidate and improve table implementationsSimon Gomizelj1-115/+122
2013-05-07pacman/util.c: add missing bracesAndrew Gregory1-1/+2
2013-05-07pacman/util.c: fix output flushing in questionsAndrew Gregory1-3/+3
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-4/+4
2013-04-06use off_t for table_row_t.sizeAndrew Gregory1-2/+2
2013-03-31pm_asprintf logs 'failed to allocate' alreadySimon Gomizelj1-1/+0
2013-03-26signature_display should also be colourizedSimon Gomizelj1-1/+1
2013-03-14Make "[removal]" translatableAllan McRae1-2/+2
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj1-22/+0