summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Update translations from transifexAllan McRae43-1495/+3156
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory1-2/+2
2014-12-18add alpm_option_match_noupgradeAndrew Gregory2-0/+6
2014-11-19version: fix memory leak in early returnDave Reisner1-1/+2
2014-11-19Fix translation error and remove empty po filesAllan McRae4-1619/+1
2014-11-18Update po files to send to TransifexAllan McRae38-1238/+9332
2014-11-18Pull translation updates from TransifexAllan McRae43-1039/+4446
2014-11-18Add alpm_option_match_noextractAllan McRae2-0/+6
2014-11-18extract_single_file: fix memory leak in error conditionAllan McRae1-1/+1
2014-11-18_alpm_backup_dup: fix memory leak in error caseAllan McRae1-2/+7
2014-11-18Remove logging of NoExtract eventsAllan McRae1-2/+0
2014-11-17Fix crash when using external downloaderAllan McRae1-4/+17
2014-10-19dload: mark final_url as constChristian Hesse3-7/+6
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse1-0/+1
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse1-4/+2
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse1-4/+5
2014-10-13sync.c: download packages before starting commitAndrew Gregory3-3/+19
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel1-1/+3
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory3-0/+14
2014-10-01check_keyring: skip keys known to be missingAndrew Gregory1-4/+3
2014-10-01remove retry check from signature validationAndrew Gregory1-8/+2
2014-09-30Add --assume-installed optionFlorian Pritz4-2/+74
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz8-23/+32
2014-09-30deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz2-7/+15
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory4-30/+34
2014-09-23wrap fgets to retry on EINTRAndrew Gregory3-9/+10
2014-09-23alpm.h: remove outdated pkg_get_backup doxygenAndrew Gregory1-3/+0
2014-09-23Check the version of the local database during validationAllan McRae1-18/+11
2014-09-23Add version file to empty local databaseAllan McRae1-12/+32
2014-09-23Add version file when creating local database directoryAllan McRae1-0/+18
2014-09-23Create local database directory if it is missingAllan McRae1-14/+26
2014-09-16fix improper FREELIST callsAndrew Gregory2-3/+6
2014-08-09Fix loading invalid packageOlivier Brunel1-1/+3
2014-08-04trans_commit: log beginning and end of transactionAndrew Gregory1-0/+10
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata1-1/+1
2014-08-04replace strdup with STRDUPAndrew Gregory3-11/+7
2014-08-04handle_unlock: log error when lock file is missingAndrew Gregory1-6/+14
2014-08-04handle_unlock: log lock removal failureAndrew Gregory3-11/+6
2014-08-04signing.c: remove useless error checkAndrew Gregory1-1/+0
2014-08-04deps.c: use alpm_list_find_ptrAndrew Gregory1-8/+3
2014-08-04dep_graph_init: filter ignored packages by nameAndrew Gregory1-1/+1
2014-08-04handle: factor out string list option handlingAndrew Gregory2-58/+39
2014-08-03sync_prepare: remove useless check for replacersAndrew Gregory1-2/+0
2014-08-03move _alpm_lstat into util-commonAndrew Gregory6-32/+5
2014-08-03filelist_intersection: manually compare pathsAndrew Gregory1-34/+22
2014-06-29libalpm: check for valid public key algorithmChristian Hesse1-0/+12
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel1-7/+22
2014-06-24Update the question callbackOlivier Brunel5-45/+173
2014-06-24alpm.h: Move alpm_errno_t definition upOlivier Brunel1-84/+87
2014-06-02Add compatibility with gpgme-1.5.0Allan McRae1-0/+4