summaryrefslogtreecommitdiffstats
path: root/lib/libalpm
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne1-3/+3
2016-10-10Remove SHA224 supportAllan McRae1-22/+8
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae6-839/+0
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster27-78/+78
2016-09-25Change type of count in be_syncRikard Falkeborn1-4/+4
2016-09-25Return boolean from db_populateRikard Falkeborn2-3/+4
2016-09-20Fix gcc strict-overflow errorRikard Falkeborn1-3/+3
2016-09-09lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster1-4/+14
2016-09-03Fix memory leak in remove_notify_needed_optdependsAllan McRae1-0/+1
2016-08-31Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster1-9/+9
2016-08-30Normalize alpm download callback's frontend cb argumentsIvy Foster1-6/+16
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae1-6/+6
2016-08-30hook.c: replace fstatat with statAndrew Gregory1-1/+1
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory1-14/+12
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann1-5/+9
2016-08-30Release resources on error paths.Tobias Stoeckmann4-6/+24
2016-08-30Always use proper error code in alpm_initialize.Tobias Stoeckmann1-6/+7
2016-08-30recursedeps: include cyclic dependenciesAndrew Gregory1-52/+52
2016-05-05Avoid logical OR duplication warning from gcc-6Allan McRae1-2/+12
2016-05-05Prevent wrapping of enum itemsAllan McRae2-2/+2
2016-05-05fix spelling mistakesEric Engestrom4-4/+4
2016-02-26Use versions specified in optdependsAllan McRae1-1/+2
2016-02-26Consider 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
2015-12-05add and expose alpm_unlockAndrew Gregory2-2/+18