summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* alpm_list: abort on memory allocation failureAndrew Gregory2017-07-06
* fix typo in libalpm commentChristian Hesse2017-07-06
* alpm_unlock: check handle before dereferencingAndrew Gregory2017-05-16
* free memory for --overwrite listsAndrew Gregory2017-05-08
* be_sync: error out if a db cannot be parsedAndrew Gregory2017-05-08
* run_chroot: label pipe endpoints for readabilityAndrew Gregory2017-04-16
* use sockets for scriptlet/hook communicationAndrew Gregory2017-04-16
* conflict: include owner for filesystem conflictsAndrew Gregory2017-04-16
* unlink_file: strip trailing slashesAndrew Gregory2017-04-16
* sortbydeps: rename vptr -> iAndrew Gregory2017-04-16
* sortbydeps: rename found -> switched_to_childAndrew Gregory2017-04-16
* sortbydeps: factor out dep cycle warningAndrew Gregory2017-04-16
* graph.h: rename childptr -> iteratorAndrew Gregory2017-04-16
* graph.h: replace hardcoded values with an enumAndrew Gregory2017-04-16
* add --overwrite option to ignore file conflictsAndrew Gregory2017-04-12
* libalpm: Use archive_read_extract2Armin K2017-04-12
* add alpm_list_append_strdupAndrew Gregory2017-04-04
* Ignore comments in INSTALL files (FS#51916)Michael Straube2017-04-04
* Introduce a 'disable-download-timeout' optionChristian Hesse2017-01-13
* alpm_fetch_pkgurl: fix memory leakAllan McRae2017-01-04
* Fix memory leak in alpm_pkg_checkmd5sumAllan McRae2017-01-04
* 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