Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-08-04handle: factor out string list option handlingAndrew Gregory
2014-08-03sync_prepare: remove useless check for replacersAndrew Gregory
2014-08-03move _alpm_lstat into util-commonAndrew Gregory
2014-08-03filelist_intersection: manually compare pathsAndrew Gregory
2014-06-29libalpm: check for valid public key algorithmChristian Hesse
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel
2014-06-24Update the question callbackOlivier Brunel
2014-06-24alpm.h: Move alpm_errno_t definition upOlivier Brunel
2014-06-02Add compatibility with gpgme-1.5.0Allan McRae
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03restrict transaction package originsAndrew Gregory
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-03-03be_local: Use alpm_greedy_growFlorian Pritz
2014-03-03be_package: Build the file list from MTREE if possibleFlorian Pritz
2014-03-03be_package: Refactor code adding a file to the files listFlorian Pritz
2014-03-03be_package: Refactor handling of simple path checksFlorian Pritz
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz
2014-03-03Check if a file is in the package's file list before extractingFlorian Pritz
2014-02-08_alpm_sync_prepare: fix unresolvable packages leakAndrew Gregory
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-02-02Do not remove source code references in PO/POT filesRafael Ferreira
2014-01-30_alpm_resolvedeps: free targ inside loopAndrew Gregory
2014-01-30sync_prepare: manually set pm_errnoAndrew Gregory
2014-01-30local_db_populate: initialize empty pkgcacheAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-15sync_prepare: treat from_sync as a booleanAndrew Gregory
2014-01-15base64.c: comment out unused variableAndrew Gregory
2014-01-15package.h: convert scriptlet field to intAndrew Gregory
2014-01-10Consistently use #ifdefAllan McRae
2014-01-10Fix build with --disable-gpgmeAllan McRae
2014-01-10Fix compile warnings on systems without getmntentDan McGee
2014-01-06check_keyring: plug memory leakAndrew Gregory
2014-01-06Reorder and reshape the package struct for better packingDan McGee
2014-01-06Minor struct member reordering for packing concernsDan McGee
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee
2014-01-06Log more in search debug messageDan McGee
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee
2014-01-06Clear up definition of INFRQ_ALLDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae