summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae50-17006/+26938
2015-12-05remove soft interrupt handler before cleanupAndrew Gregory3-0/+12
2015-12-05extract soft interrupt handlersAndrew Gregory3-22/+17
2015-12-05extract SIGSEGV handlerAndrew Gregory3-17/+29
2015-12-05extract SIGWINCH handlerAndrew Gregory3-5/+22
2015-12-05move signal handlers to sighandler.[ch]Andrew Gregory4-58/+122
2015-12-05avoid unsafe functions in signal handlerAndrew Gregory1-9/+7
2015-12-05remove SIG_IGN check when setting signal handlerAndrew Gregory1-6/+2
2015-12-05do not catch SIGTERMAndrew Gregory1-3/+2
2015-12-05pacman: exit without memory cleanup on signalsAndrew Gregory1-2/+2
2015-11-11Refactor strtrim functionSilvan Jegen1-9/+5
2015-11-11Use correct format specifiersRikard Falkeborn3-10/+10
2015-11-04files_search: reset found for each targetAndrew Gregory1-1/+2
2015-11-04files_search: free compiled regexAndrew Gregory1-0/+3
2015-11-04files: do not unnecessarily strdup targetsAndrew Gregory1-25/+10
2015-11-04files.c: add vim modelineAndrew Gregory1-1/+2
2015-11-04add detail to broken dependency errorsAndrew Gregory2-6/+24
2015-11-04add --quiet to -FhAndrew Gregory1-0/+1
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt1-4/+3
2015-11-03Add -F --machinereadable optionFlorian Pritz3-6/+50
2015-10-27Align titles automatically in information displayPierre Neidhardt1-32/+141
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt4-3/+5
2015-10-21pacsort: clean up if errorRikard Falkeborn1-3/+8
2015-10-21pacsort: don't overwrite memory if realloc failsRikard Falkeborn1-4/+6
2015-10-21pacsort: handle failing list_addRikard Falkeborn1-1/+5
2015-10-19Pluralize malloc failure stringAllan McRae1-1/+3
2015-10-18package.c: Comment stylePierre Neidhardt1-1/+1
2015-10-18Do not print any root prefix in files database operationsAllan McRae1-3/+25
2015-10-18package.c: Remove obsolete param from docPierre Neidhardt1-1/+0
2015-10-18pacman: add user hook directoriesAndrew Gregory4-0/+36
2015-09-20move ini parser into commonAndrew Gregory4-146/+148
2015-09-20move strtrim to util-commonAndrew Gregory6-77/+42
2015-08-08copy assumeinstalled optionsAndrew Gregory1-1/+1
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn1-2/+5
2015-08-08Remove ko_KR translationAllan McRae2-1626/+0
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae1-0/+1
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae1-2/+25
2015-07-15Add regex search option to sync database file searchingAllan McRae3-8/+35
2015-07-15Implement searching for a file in the sync databasesAllan McRae1-1/+63
2015-07-15Implement listing files from sync packagesAllan McRae1-2/+36
2015-07-15Implement locating file owner in sync files databaseAllan McRae1-1/+53
2015-07-15Prototype pacman files database operationsAllan McRae7-2/+158
2015-07-15pacman: move database syncing to util.cAllan McRae3-32/+33
2015-07-15Add pacman support for .files databasesAllan McRae2-3/+7
2015-07-14Fix formatting in parsearg_upgradeAllan McRae1-4/+12
2015-07-14Simplify sync_cleandbAllan McRae1-33/+12
2015-07-12Fix overflow warningsAndrew Gregory2-6/+5
2015-06-20Match providers when showing optdep install statusLukas Fleischer2-2/+4
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg1-1/+0
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy2-2/+4