summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-08afb-stub-ws: Fix concurrent memory issuesflounder_6.0.5flounder/6.0.56.0.5José Bollo1-3/+4
2019-02-06jobs: Ensure releasing event loopJose Bollo1-1/+2
2019-02-05jobs: Remove conditionnal REMOVE_SYSTEMD_EVENTJose Bollo3-128/+0
2019-02-05jobs: Separate internal threads from othersJosé Bollo1-61/+92
2019-02-05jobs: Refactor event loop handlingJosé Bollo3-125/+184
2019-02-05afb-proto-ws: Serialize incoming messageJosé Bollo3-7/+6
2019-02-05jobs: Fix a lock of call syncJose Bollo1-24/+59
2019-01-05Revert "jobs: Fix a lock of call sync"José Bollo1-59/+24
2018-12-31jobs: Fix a lock of call syncJose Bollo1-24/+59
2018-12-12afb-trace: Make real timestampsJosé Bollo1-10/+0
2018-11-16afb-socket: Fix address reuseflounder_6.0.3flounder/6.0.36.0.3José Bollo1-7/+7
2018-11-16afb-export: Fix error in event handlingJosé Bollo1-1/+1
2018-11-05genskel: Fix issues for C++ bindings v3flounder_6.0.2flounder/6.0.26.0.2José Bollo1-13/+64
2018-10-22afb-apiset: Reorder priority of messagesJose Bollo1-2/+2
2018-10-12afb-api-so-v3: Keep root API in all casesJosé Bollo1-1/+8
2018-09-14afb-session: Fix an issue in managing sessionsflounder_6.0.1flounder_6.0.0flounder/6.0.1flounder/6.0.06.0.16.0.0José Bollo1-2/+2
2018-09-07afb-apiset: fixed the error message upon api open.flounder_5.99.6flounder/5.99.65.99.6Thierry Bultel1-2/+2
2018-09-06afb-session: Use ad-hoc pseudo-random uuidJose Bollo1-0/+50
2018-09-05main-afb-daemon: Export API after initializationJose Bollo3-5/+9
2018-08-28Allow choice to trap or not program faultsJosé Bollo5-29/+110
2018-08-28main-afb-daemon: Set AFB_ROOTDIR and AFB_WORKDIR in environmentJose Bollo2-3/+48
2018-08-27afb-hook-flags: Fix a compilation warningJose Bollo1-1/+1
2018-08-23jobs: Abort when systemd's event loop lostflounder_5.99.4flounder/5.99.45.99.4José Bollo1-1/+2
2018-08-23afb-stub-ws: Add reconnection of ws-clients on needJosé Bollo3-6/+67
2018-08-23afb-stub-ws: Safe handling of deconnectionsJose Bollo3-134/+166
2018-08-23afb-stub-ws: Process error on call to remoteJosé Bollo1-2/+6
2018-08-23Send error replies on disconnectionJose Bollo3-4/+40
2018-08-23afb-wsj1: Split 'wsj1_on_text' in 2José Bollo1-23/+50
2018-08-23afb-stub-ws: Clean upJose Bollo1-10/+0
2018-08-22afb-api-ws: Use afb-socket featuresJose Bollo1-92/+85
2018-08-22afb-socket: ImprovementJose Bollo3-69/+194
2018-08-22afb-stub-ws: Improve namingJose Bollo4-4/+4
2018-08-08afb-export: Provide the real path of the bindingflounder_5.99.3flounder/5.99.35.99.3José Bollo1-2/+6
2018-08-02Fix warnings and false errorsJosé Bollo3-3/+3
2018-08-02afb-export: Manage path of librariesJosé Bollo9-49/+87
2018-08-02Add ability to provide binding settingsJosé Bollo8-35/+223
2018-08-02Improve parsing of json stringJose Bollo7-25/+46
2018-08-02afb-socket: Separate socket creationJosé Bollo6-167/+321
2018-08-02afb-msg-json: remove obsolete functionJose Bollo3-11/+9
2018-08-02afs-supervisor: Improve commentsJosé Bollo1-0/+16
2018-07-27coverage: Improve coverage testJosé Bollo7-21/+212
2018-07-27afb-export: Set API context as validatedJosé Bollo1-0/+1
2018-07-26main-afb-client-demo: Exit with a significant codeJosé Bollo1-12/+27
2018-07-25Tune dependency to fdev-epollJose Bollo3-22/+21
2018-07-25afb-api-v3: Simplify the codeJose Bollo1-11/+8
2018-07-25fdev: Simplify the codeJosé Bollo2-21/+1
2018-07-25Fix some more memory leaksJose Bollo2-27/+6
2018-07-25afb-config: Rewrite the config as JSON objectJosé Bollo10-1078/+1147
2018-07-24main-afb-daemon: Reorder instantiation of APIJosé Bollo1-6/+3
2018-07-24json-c: Remove escaping of slashsJosé Bollo11-54/+89