aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-04afb-export: Fix heap corruptionguppy_7.0.1guppy/7.0.17.0.1José Bollo1-1/+1
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo11-28/+28
2019-03-22jobs: Ensure validy of event loopFrederic Marec1-0/+3
2019-03-12afb-stub-ws: Allow unordered process of messagesJosé Bollo1-1/+1
2019-02-08afb-stub-ws: Fix concurrent memory issuesguppy_7.0.0guppy/7.0.07.0.0José Bollo1-3/+4
2019-02-07jobs: Ensure releasing event loopguppy_6.99.5guppy/6.99.56.99.5Jose Bollo1-1/+2
2019-01-18afb-hsrv: Avoid call to getnameinfoJosé Bollo1-6/+12
2019-01-16jobs: Remove conditionnal REMOVE_SYSTEMD_EVENTJose Bollo3-128/+0
2019-01-16jobs: Separate internal threads from othersJosé Bollo1-61/+92
2019-01-16jobs: Refactor event loop handlingJosé Bollo3-125/+184
2019-01-16afb-proto-ws: Serialize incoming messageJosé Bollo3-7/+6
2019-01-04afb-api-v3: Fix potential buffer overflowJose Bollo1-4/+5
2018-12-31jobs: Fix a lock of call syncJose Bollo1-24/+59
2018-12-14wrap-json: Upgrade to latest versionJosé Bollo1-18/+19
2018-12-13afb-hsrv: Prepare selection of listening interfacesJose Bollo4-14/+139
2018-12-13afb-trace: Make real timestampsJosé Bollo1-10/+0
2018-12-05afb-proto-ws: Add error reportJose Bollo3-1/+15
2018-12-05afb-hook: Improve reentrancy of hookingJosé Bollo1-126/+163
2018-11-22globset: Introduce globset for event handlingguppy_6.99.1guppy/6.99.16.99.1Jose Bollo9-87/+693
2018-11-16afb-socket: Fix address reuseJosé Bollo1-7/+7
2018-11-16afb-export: Fix error in event handlingJosé Bollo1-1/+1
2018-11-08main-afb-daemon: Export variables to connect to binderJosé Bollo1-12/+42
2018-10-30afb-socket: Relax requirement of tcp ending slashJosé Bollo1-1/+1
2018-10-30afb-socket: Handle listening on all interfacesJose Bollo1-0/+5
2018-10-26afb-hsrv: Adapt to next version of libmicrohttpdJosé Bollo1-1/+4
2018-10-23Added an option to color out the ouputLoïc Collignon4-6/+62
2018-10-22afb-session: Add language to sessionJose Bollo2-0/+38
2018-10-16afb-apiset: Reorder priority of messagesJose Bollo1-2/+2
2018-10-12afb-hsrv: Lower the "no handler" messageJosé Bollo1-1/+1
2018-10-12APIv3: Allow to write application bindingJosé Bollo1-3/+6
2018-10-12afb-api-so-v3: Keep root API in all casesJosé Bollo1-1/+8
2018-10-10genskel: Fix issues for C++ bindings v3José Bollo1-13/+64
2018-09-24afb-export: Emit a warning on bad 'afb_require_api' callguppy_6.90.0guppy/6.90.06.90.0José Bollo1-0/+5
2018-09-24afb-socket: API name cares of abstract UDSJose Bollo1-1/+3
2018-09-14afb-session: Fix an issue in managing sessionsJosé 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