summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-22dload: avoid using CURLOPT_FAILONERRORDave Reisner1-7/+8
2014-05-04register_syncdb: reject db names that contain /Andrew Gregory1-1/+2
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae1-0/+2
2014-03-08Use MALLOC throughtout libalpmAllan McRae4-15/+7
2014-03-04sync_prepare: ignore explicitly removed conflictsAndrew Gregory1-0/+3
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae1-1/+2
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel3-10/+81
2014-03-03restrict transaction package originsAndrew Gregory2-0/+4
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel2-0/+25
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel2-0/+7
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel4-35/+30
2014-03-03Update the event callbackOlivier Brunel7-110/+191
2014-03-03be_local: Use alpm_greedy_growFlorian Pritz1-16/+3
2014-03-03be_package: Build the file list from MTREE if possibleFlorian Pritz1-4/+145
2014-03-03be_package: Refactor code adding a file to the files listFlorian Pritz1-27/+29
2014-03-03be_package: Refactor handling of simple path checksFlorian Pritz1-5/+22
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz2-0/+64
2014-03-03Check if a file is in the package's file list before extractingFlorian Pritz1-0/+5
2014-02-08_alpm_sync_prepare: fix unresolvable packages leakAndrew Gregory1-0/+1
2014-02-04alpm: export *_free functionsAndrew Gregory7-21/+24
2014-02-02Do not remove source code references in PO/POT filesRafael Ferreira1-1/+1
2014-01-30_alpm_resolvedeps: free targ inside loopAndrew Gregory1-1/+2
2014-01-30sync_prepare: manually set pm_errnoAndrew Gregory1-2/+1
2014-01-30local_db_populate: initialize empty pkgcacheAndrew Gregory1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz51-51/+51
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel2-2/+2
2014-01-15sync_prepare: treat from_sync as a booleanAndrew Gregory1-2/+5
2014-01-15base64.c: comment out unused variableAndrew Gregory1-0/+2
2014-01-15package.h: convert scriptlet field to intAndrew Gregory1-1/+1
2014-01-10Consistently use #ifdefAllan McRae2-4/+4
2014-01-10Fix build with --disable-gpgmeAllan McRae2-35/+31
2014-01-10Fix compile warnings on systems without getmntentDan McGee1-0/+3