summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Pull translation changes for 5.0.2Allan McRae47-496/+549
2017-05-22Prepare translations for 5.0.2 releaseAllan McRae48-2611/+3653
2017-05-09extract db files with dbonlyAndrew Gregory1-51/+61
2017-05-09libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse1-0/+4
2017-05-09unlink_file: strip trailing slashesAndrew Gregory1-1/+12
2017-05-09libalpm: Use archive_read_extract2Armin K1-1/+15
2017-05-09Use f_bavail for diskspace calculationsMartin Kühne1-3/+3
2017-05-09Do not #define _RESERVED_IDENTIFIERSIvy Foster27-78/+78
2017-05-09Change type of count in be_syncRikard Falkeborn1-4/+4
2017-05-09Return boolean from db_populateRikard Falkeborn2-3/+4
2017-05-09Fix gcc strict-overflow errorRikard Falkeborn1-3/+3
2017-05-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster1-4/+14
2017-05-09Fix memory leak in remove_notify_needed_optdependsAllan McRae1-0/+1
2017-05-09hook.c: replace fstatat with statAndrew Gregory1-1/+1
2017-05-09hook.c: replace readdir_r with readdirAndrew Gregory1-14/+12
2017-05-09Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann1-5/+9
2017-05-09Release resources on error paths.Tobias Stoeckmann4-6/+24
2017-05-09Always use proper error code in alpm_initialize.Tobias Stoeckmann1-6/+7
2017-05-09recursedeps: include cyclic dependenciesAndrew Gregory1-52/+52
2017-05-09Avoid logical OR duplication warning from gcc-6Allan McRae1-2/+12
2017-04-28Prevent wrapping of enum itemsAllan McRae2-2/+2
2017-04-28fix spelling mistakesEric Engestrom4-4/+4
2017-04-28Use versions specified in optdependsAllan McRae1-1/+2
2017-04-28Consider provides when warning about optdepnd removalAllan McRae1-1/+1
2016-02-23Regenerate translations for 5.0.1Allan McRae41-1713/+2302
2016-02-23Pull translation updates from TransifexAllan McRae40-1062/+478
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory3-4/+10
2016-02-23alpm_run_chroot: always connect parent2child pipeAndrew Gregory1-7/+6
2016-02-23ensure gpgdir has a trailing slashAndrew Gregory1-9/+3
2016-02-23do not rely on localdb for hook matchingAndrew Gregory5-13/+17
2016-02-21only remove pacnew file if it is newAndrew Gregory1-3/+7
2016-02-20Log to file when running hooksOlivier Brunel1-1/+1
2016-02-20Add the missing limits.h include to hook.cAlastair Hughes1-0/+1
2016-01-30Update translationsAllan McRae21-156/+998
2016-01-17Pull translations updates from TransifexAllan McRae46-1745/+1800
2016-01-15Cast events to void* before passing to callbackAllan McRae2-4/+4
2016-01-15add alpm_list_appendAndrew Gregory2-10/+25
2016-01-04Make alpm_graph state signedness explicitRikard Falkeborn1-1/+1
2016-01-04Update copyright years for 2016Allan McRae52-52/+52
2016-01-04Do not warn about missing files in NoExtractAllan McRae1-2/+4
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel1-0/+8
2015-12-15alpm-hooks: add Description fieldAllan McRae2-0/+7
2015-12-15Show progress processing hooksAllan McRae2-3/+32
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae2-0/+9
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel3-9/+33
2015-12-15Collect all triggered hooks before running themAllan McRae1-1/+10
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae47-4491/+8097
2015-12-06alpm_run_chroot: remove dead codeAndrew Gregory1-5/+0
2015-12-05alpm_initialize: Fix double slash in sys hook dir pathDavid Macek1-2/+5
2015-12-05db_update: always clear db flags after updateAndrew Gregory1-22/+23