aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-stub-ws.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-2/+2
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-01-16afb-proto-ws: Serialize incoming messageJosé Bollo1-2/+2
2018-12-05afb-proto-ws: Add error reportJose Bollo1-0/+1
2018-08-23afb-stub-ws: Add reconnection of ws-clients on needJosé Bollo1-5/+50
2018-08-23afb-stub-ws: Safe handling of deconnectionsJose Bollo1-132/+164
2018-08-23afb-stub-ws: Process error on call to remoteJosé Bollo1-2/+6
2018-08-23Send error replies on disconnectionJose Bollo1-2/+1
2018-08-23afb-stub-ws: Clean upJose Bollo1-10/+0
2018-08-22afb-stub-ws: Improve namingJose Bollo1-1/+1
2018-07-06Simplify build by introducing queuing functionJosé Bollo1-0/+6
2018-07-05Remove uses of deprecated macrosJosé Bollo1-2/+0
2018-06-15api-v3: First draftJosé Bollo1-100/+38
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-26afb-stub-ws: cosmetic improvementsJosé Bollo1-6/+9
2018-02-22fdev: Introduce fdev for file event handlingJosé Bollo1-11/+12
2018-02-21afb-systemd: Isolate systemd main entriesJosé Bollo1-3/+3
2018-02-13afb-stub-ws: Fix segfault on diconectionJosé Bollo1-1/+2
2018-02-13afb-stub-ws: Protect against self-destructionJosé Bollo1-0/+2
2018-02-09afb-session: Refactor and test unitJosé Bollo1-3/+3
2018-02-09afb-stub-ws: Fix a session leak bugJosé Bollo1-1/+1
2017-11-07afb-stub-ws: autoclose session on disconnectionJosé Bollo1-0/+2
2017-11-07afb-stub-ws: manage closed sessionsJosé Bollo1-13/+22
2017-11-07afb-stub-ws: Track sessions for releasing itJosé Bollo1-0/+47
2017-10-12afb-stub-ws: Always validate clients of stub-wsJosé Bollo1-0/+1
2017-10-11afb-proto-ws: remove dependenciesJosé Bollo1-3/+2
2017-10-09Improve naming of evt_eventidsJosé Bollo1-9/+9
2017-10-09Provide API and VERB name of requestsJosé Bollo1-3/+3
2017-10-09Make single afb_request_subcallJosé Bollo1-1/+1
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-13/+13
2017-10-09Introduce afb_eventidJosé Bollo1-1/+1
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-2/+2
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo1-3/+3
2017-10-09afb-api: Define the notion of group for concurrencyJosé Bollo1-1/+1
2017-10-09afb-xreq: hide internal addref/unref to xreqsJosé Bollo1-3/+3
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-2/+2
2017-09-12afb-proto-ws: Split afb-stub-ws in twoeel_4.99.1eel/4.99.14.99.1José Bollo1-875/+218
2017-08-31Make noconcurrency more efficientJosé Bollo1-0/+1
2017-08-11afb-stub-ws: improvementsJosé Bollo1-14/+32
2017-08-11afb-apiset: add a wrapper for 'describe'José Bollo1-7/+1
2017-07-03Make status commonJosé Bollo1-7/+7
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-1/+1
2017-05-31Return API description through websocketJosé Bollo1-3/+180
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo1-1/+1
2017-04-20cleanup and improvement of xreqJosé Bollo1-12/+0
2017-04-14Create afb-stub-ws by spliting afb-api-wsJosé Bollo1-0/+1170