summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman2017-01-04
* filelist_sort: check if filelist is presortedAndrew Gregory2017-01-04
* add _alpm_filelist_sortAndrew Gregory2017-01-04
* find_fileconflicts: rename tmpfiles -> newfilesAndrew Gregory2017-01-04
* conflict: skip dir children when replacing a fileAndrew Gregory2017-01-04
* dload: s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA/Dave Reisner2017-01-04
* extract db files with dbonlyAndrew Gregory2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* be_local: remove unused error returnAndrew Gregory2016-12-05
* Parametrise the different ways in which the payload is resetMartin Kühne2016-12-05
* libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse2016-12-05
* dload: use curl's keepalive mechanismDave Reisner2016-12-05
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt2016-10-22
* Use f_bavail for diskspace calculationsMartin Kühne2016-10-12
* Remove SHA224 supportAllan McRae2016-10-10
* Remove internal md5 and sha2 implementationsAllan McRae2016-10-10
* Do not #define _RESERVED_IDENTIFIERSIvy Foster2016-09-25
* Change type of count in be_syncRikard Falkeborn2016-09-25
* Return boolean from db_populateRikard Falkeborn2016-09-25
* Fix gcc strict-overflow errorRikard Falkeborn2016-09-20
* lib/libalpm/be_sync.c: Close memory leaks when mallocing while out of memoryIvy Foster2016-09-09
* Fix memory leak in remove_notify_needed_optdependsAllan McRae2016-09-03
* Replace CURLOPT_PROGRESSFUNCTION with CURLOPT_XFERINFOFUNCTIONIvy Foster2016-08-31
* Normalize alpm download callback's frontend cb argumentsIvy Foster2016-08-30
* Add newline to the end of error messages for signature format issuesAllan McRae2016-08-30
* hook.c: replace fstatat with statAndrew Gregory2016-08-30
* hook.c: replace readdir_r with readdirAndrew Gregory2016-08-30
* Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann2016-08-30
* Release resources on error paths.Tobias Stoeckmann2016-08-30
* Always use proper error code in alpm_initialize.Tobias Stoeckmann2016-08-30
* recursedeps: include cyclic dependenciesAndrew Gregory2016-08-30
* Avoid logical OR duplication warning from gcc-6Allan McRae2016-05-05
* Prevent wrapping of enum itemsAllan McRae2016-05-05
* fix spelling mistakesEric Engestrom2016-05-05
* Use versions specified in optdependsAllan McRae2016-02-26
* Consider provides when warning about optdepnd removalAllan McRae2016-02-26
* Regenerate translations for 5.0.1Allan McRae2016-02-23
* Pull translation updates from TransifexAllan McRae2016-02-23
* make alpm_unlock and trans_interrupt async safeAndrew Gregory2016-02-23
* alpm_run_chroot: always connect parent2child pipeAndrew Gregory2016-02-23
* ensure gpgdir has a trailing slashAndrew Gregory2016-02-23
* do not rely on localdb for hook matchingAndrew Gregory2016-02-23
* only remove pacnew file if it is newAndrew Gregory2016-02-21
* Log to file when running hooksOlivier Brunel2016-02-20
* Add the missing limits.h include to hook.cAlastair Hughes2016-02-20
* Update translationsAllan McRae2016-01-30
* Pull translations updates from TransifexAllan McRae2016-01-17
* Cast events to void* before passing to callbackAllan McRae2016-01-15