aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-11implement authorisation checkJosé Bollo2-9/+14
2017-05-05Improve includesJosé Bollo1-1/+1
2017-05-04Prepare permission for binding version 2José Bollo3-1/+42
2017-05-04Prepare bindings version 2José Bollo5-220/+319
2017-04-25Add 'afb_daemon_queue_job' for bindingsJosé Bollo1-1/+18
2017-04-25typoJosé Bollo1-16/+16
2017-04-25Make monitor use the interface version 2José Bollo1-1/+1
2017-04-25typoJosé Bollo1-3/+3
2017-04-04Add synchronous subcallsJosé Bollo1-0/+14
2017-03-30Start to implement the bindings V2José Bollo5-69/+105
2017-03-29Prepare migration to binding v2José Bollo5-119/+181
2017-02-21fix issue for C++José Bollo1-1/+1
2017-01-03cleanup: removes legacy-named fileJosé Bollo2-43/+18
2017-01-03Adds 2017 to copyrightsJosé Bollo5-5/+5
2016-10-14event: add ability to get the event nameJosé Bollo1-1/+10
2016-09-20Documentation: improvementsJosé Bollo2-1/+62
2016-08-31bindings: adds ability to use data of applicationsJosé Bollo1-0/+22
2016-08-29MinorJosé Bollo1-1/+1
2016-08-08add validity functionsJosé Bollo2-0/+20
2016-07-27fix unexpected ending spacesJosé Bollo2-2/+2
2016-07-27orthographJosé Bollo3-8/+8
2016-06-24adds a warning about afb/afb-plugin.h for GCCJosé Bollo1-2/+5
2016-06-23vocabulary: moving from 'plugin' to 'binding'José Bollo5-247/+287
2016-06-13Service instanciationJosé Bollo1-0/+42
2016-06-09Make possible to call a method from a bindingJosé Bollo1-2/+14
2016-06-09Events: refactoringJosé Bollo3-2/+127
2016-05-29remove event sender interfaceJosé Bollo2-50/+8
2016-05-27improves documentationJosé Bollo2-0/+20
2016-05-27improves documentationJosé Bollo1-5/+16
2016-05-27terminology: Level Of AssuranceJosé Bollo2-4/+4
2016-05-27allows to remove file/line indicationJosé Bollo1-5/+14
2016-05-27improves detection of formatting errorJosé Bollo1-0/+1
2016-05-24Comments and fix of afb_req_unstoreJosé Bollo1-56/+170
2016-05-24add log macros for pluginsJosé Bollo1-0/+23
2016-05-23Setting and checking LOAJosé Bollo2-7/+33
2016-05-22Add verbs for closing and setting LOAJosé Bollo1-0/+13
2016-05-22Fix AFB_SESSION_CREATE behaviourJosé Bollo1-0/+11
2016-05-19minor: documenting and cleaningJosé Bollo1-1/+20
2016-05-18adds a pkgconfig fileJosé Bollo1-1/+1
2016-05-17event sender: better namingJosé Bollo2-10/+10
2016-05-17improves plugin interfaceJosé Bollo1-38/+89
2016-05-17provides developper filesJosé Bollo4-2/+3
2016-05-13cleaning copyrightsJosé Bollo3-3/+3
2016-05-10Refactoring requests and context handlingJosé Bollo2-42/+37
2016-05-09improves namingJosé Bollo1-3/+3
2016-05-04try to avoid unnecessary copyJosé Bollo1-2/+2
2016-05-04Switch to libsystemd eventsJosé Bollo2-65/+18
2016-04-27first add of asynchonous handlingJosé Bollo1-0/+1
2016-04-27adds store/unstore for afb_reqJosé Bollo1-1/+17
2016-04-19refactoring context handlingJosé Bollo2-22/+37