summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie2012-05-071-1/+1
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-261-4/+2
* SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli2012-03-161-3/+3
* Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez2012-03-151-1/+2
* plugins: Replace SalutConnection with SalutPluginConnection in pluginsSiraj Razick2012-02-171-3/+4
* plugins: Change the plugin API to create_sidecar_async and create_sidecar_finishSiraj Razick2012-02-171-6/+25
* test plugin: add simple sidecar supportJonny Lamb2011-03-152-0/+112
* plugins: add sidecar support to pluginsJonny Lamb2011-03-151-1/+1
* test plugin: document how to add another protocolJonny Lamb2011-02-071-0/+4
* plugin: add initialize method to give access to the CMJonny Lamb2011-02-071-0/+8
* plugin: add padding and API versionJonny Lamb2011-02-071-0/+4
* test plugin: implement create_channel_managersJonny Lamb2011-02-072-1/+12
* plugins: add a test pluginJonny Lamb2011-02-073-0/+105