aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07afb-api-so: take care of SIGSEGV in dlopendab_4.0.2dab_4.0.1dab/4.0.2dab/4.0.14.0.24.0.1José Bollo1-3/+32
2017-05-22Bindings V2: Remove explicit references to daemon/serviceJosé Bollo1-10/+13
2017-05-04Prepare bindings version 2José Bollo1-1/+0
2017-04-13Introduce apiset for grouping apisJosé Bollo1-15/+15
2017-04-04Launch job at a earlier stepJosé Bollo1-7/+0
2017-03-30Start to implement the bindings V2José Bollo1-1/+7
2017-03-29Prepare move to bindings version 2José Bollo1-289/+27
2017-03-27Simplify functions for callsJosé Bollo1-3/+3
2017-03-22Refactor of threading and signal monitorJosé Bollo1-7/+1
2017-01-03Improves naming of session's moduleJosé Bollo1-1/+1
2017-01-03Removes uses of readdir_rJosé Bollo1-11/+17
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-11-17afb-api-so: adds verbosity on dlopen errorJosé Bollo1-1/+1
2016-10-31api-so: cleanupJosé Bollo1-5/+0
2016-10-10Threads: handles request with threadsJosé Bollo1-29/+22
2016-08-31bindings: adds ability to use data of applicationsJosé Bollo1-1/+15
2016-08-03removing casts to (void*)José Bollo1-18/+25
2016-07-27fix unexpected ending spacesJosé Bollo1-2/+2
2016-07-07Fix bug when logging during bindings initJosé Bollo1-0/+10
2016-06-23vocabulary: moving from 'plugin' to 'binding'José Bollo1-57/+57
2016-06-13minor reordering of codeJosé Bollo1-19/+23
2016-06-13Service instanciationJosé Bollo1-1/+46
2016-06-09Events: refactoringJosé Bollo1-2/+24
2016-05-30applies timeout setting for apisJosé Bollo1-0/+5
2016-05-29remove event sender interfaceJosé Bollo1-13/+3
2016-05-27indicates the call to initialisation functionJosé Bollo1-0/+1
2016-05-24add log macros for pluginsJosé Bollo1-6/+23
2016-05-23fix regression of AFB_SESSION_NONEJosé Bollo1-1/+1
2016-05-23Setting and checking LOAJosé Bollo1-2/+18
2016-05-23Fix don't close session on 'create again' errorJosé Bollo1-1/+0
2016-05-22Fix AFB_SESSION_CREATE behaviourJosé Bollo1-2/+6
2016-05-20plugin: improves error detectionJosé Bollo1-17/+25
2016-05-18adds detection of wrong names for apisJosé Bollo1-0/+4
2016-05-18fix naming of plugin entriesJosé Bollo1-1/+1
2016-05-17event sender: better namingJosé Bollo1-7/+7
2016-05-17improves plugin interfaceJosé Bollo1-17/+17
2016-05-17provides developper filesJosé Bollo1-3/+3
2016-05-11improves signal handling & call monitoringJosé Bollo1-45/+15
2016-05-10refactored loggingJosé Bollo1-19/+19
2016-05-10Refactoring requests and context handlingJosé Bollo1-20/+25
2016-05-04Switch to libsystemd eventsJosé Bollo1-17/+5
2016-04-19initial event handlerJosé Bollo1-0/+12
2016-04-19refactoring context handlingJosé Bollo1-14/+1
2016-04-19prepares event propagationJosé Bollo1-33/+33
2016-04-18changing the license to apache 2José Bollo1-14/+9
2016-04-15use upoll for event loopJosé Bollo1-10/+5
2016-04-14only one contextJosé Bollo1-1/+0
2016-04-07split api handlingJosé Bollo1-0/+360