summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-1/+1
2012-03-26Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie1-4/+2
2012-03-16SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli1-3/+3
2012-03-15Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez1-1/+2
2012-02-17plugins: Replace SalutConnection with SalutPluginConnection in pluginsSiraj Razick1-3/+4
2012-02-17plugins: Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick1-6/+25
2011-03-15test plugin: add simple sidecar supportJonny Lamb2-0/+112
2011-03-15plugins: add sidecar support to pluginsJonny Lamb1-1/+1
2011-02-07test plugin: document how to add another protocolJonny Lamb1-0/+4
2011-02-07plugin: add initialize method to give access to the CMJonny Lamb1-0/+8
2011-02-07plugin: add padding and API versionJonny Lamb1-0/+4
2011-02-07test plugin: implement create_channel_managersJonny Lamb2-1/+12
2011-02-07plugins: add a test pluginJonny Lamb3-0/+105