summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-06check_keyring: plug memory leakAndrew Gregory1-0/+1
2014-01-06Reorder and reshape the package struct for better packingDan McGee1-12/+13
2014-01-06Minor struct member reordering for packing concernsDan McGee3-5/+7
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee4-11/+18
2014-01-06Log more in search debug messageDan McGee1-1/+2
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee1-3/+0
2014-01-06Clear up definition of INFRQ_ALLDan McGee1-2/+3
2014-01-06Update copyright years for 2014Allan McRae50-50/+50
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae1-0/+1
2014-01-06Update comment for local db entry creationAllan McRae1-2/+2
2014-01-06deps.c: remove filtered_depend functionsAndrew Gregory1-22/+10
2014-01-06Fix build warnings with --disable-nlsAllan McRae1-1/+1
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory3-12/+16
2013-12-19dload: allow curl to response to any auth challengeDave Reisner1-0/+1
2013-12-15alpm: Rename a variable for future clarityOlivier Brunel1-7/+7
2013-12-15remove useless continueAndrew Gregory1-1/+0
2013-12-15db.c: require unique database namesAndrew Gregory1-0/+13
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory1-0/+5