summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.c
AgeCommit message (Expand)Author
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-07-06fix typo in libalpm commentChristian Hesse
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-08-30Always use proper error code in alpm_initialize.Tobias Stoeckmann
2016-01-04Update copyright years for 2016Allan McRae
2015-12-06alpm_initialize: Fix double slash in sys hook dir pathDavid Macek
2015-10-18handle: add hookdirs optionAndrew Gregory
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-03-31Improve documentation of libalpm interface functionsRichard Pougnet
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-09-28Initialize cURL library on first useDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee
2011-06-30lib/alpm: unlock the handle before freeing itDave Reisner
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Remove global handle variableDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-09Remove all traces of libfetchDave Reisner
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner
2011-02-28Check local DB version before continuing transactionDan McGee
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-09-06Fix libfetch configure checkingDan McGee
2010-09-02Clean up libfetch checking in configureDan McGee
2010-08-23Enable libfetch connection cachingDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee