summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-19Update translations from transifexAllan McRae
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory
2014-12-18add alpm_option_match_noupgradeAndrew Gregory
2014-11-19version: fix memory leak in early returnDave Reisner
2014-11-19Fix translation error and remove empty po filesAllan McRae
2014-11-18Update po files to send to TransifexAllan McRae
2014-11-18Pull translation updates from TransifexAllan McRae
2014-11-18Add alpm_option_match_noextractAllan McRae
2014-11-18extract_single_file: fix memory leak in error conditionAllan McRae
2014-11-18_alpm_backup_dup: fix memory leak in error caseAllan McRae
2014-11-18Remove logging of NoExtract eventsAllan McRae
2014-11-17Fix crash when using external downloaderAllan McRae
2014-10-19dload: mark final_url as constChristian Hesse
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse
2014-10-13sync.c: download packages before starting commitAndrew Gregory
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory
2014-10-01check_keyring: skip keys known to be missingAndrew Gregory
2014-10-01remove retry check from signature validationAndrew Gregory
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-09-30deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-09-23alpm.h: remove outdated pkg_get_backup doxygenAndrew Gregory
2014-09-23Check the version of the local database during validationAllan McRae
2014-09-23Add version file to empty local databaseAllan McRae
2014-09-23Add version file when creating local database directoryAllan McRae
2014-09-23Create local database directory if it is missingAllan McRae
2014-09-16fix improper FREELIST callsAndrew Gregory
2014-08-09Fix loading invalid packageOlivier Brunel
2014-08-04trans_commit: log beginning and end of transactionAndrew Gregory
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata
2014-08-04replace strdup with STRDUPAndrew Gregory
2014-08-04handle_unlock: log error when lock file is missingAndrew Gregory
2014-08-04handle_unlock: log lock removal failureAndrew Gregory
2014-08-04signing.c: remove useless error checkAndrew Gregory
2014-08-04deps.c: use alpm_list_find_ptrAndrew Gregory
2014-08-04dep_graph_init: filter ignored packages by nameAndrew Gregory
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