aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-stub-ws.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12afb-stub-ws: fix bug in reconnectionJosé Bollo1-1/+1
2020-03-02Fix bug in session and token removalJose Bollo1-4/+6
2020-01-08Update copyright datesJosé Bollo1-1/+1
2020-01-03afb-evt: Ensure unsubscribe worksJose Bollo1-4/+1
2020-01-03afb-evt: Improve name of listening functionsJosé Bollo1-3/+3
2020-01-03afb-proto-ws: Add message for unexpected eventJose Bollo1-2/+12
2019-12-03afb-context: Move credentials to contextJosé Bollo1-3/+2
2019-11-29afb-error-text: Introduce standard error textJose Bollo1-3/+4
2019-11-29afb-proto-ws: Change the protocol WSAPIJose Bollo1-172/+244
2019-11-29afb-stub-ws: Enforce asynchronous describeJose Bollo1-67/+13
2019-11-29afb-evt: Use 16 bits for idsJose Bollo1-3/+3
2019-11-29Use afb_token in contextsJose Bollo1-1/+1
2019-11-20Introduce object for tokensicefish_8.99.1icefish/8.99.18.99.1Jose Bollo1-2/+1
2019-07-18Tag broadcasted events with UUID and hopJosé Bollo1-4/+4
2019-07-18afb-evt: Refactor processing of broadcasted eventsJosé Bollo1-1/+1
2019-07-12Revert "afb-stub-ws: Allow unordered process of messages"José Bollo1-1/+1
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-2/+2
2019-03-07afb-stub-ws: Allow unordered process of messagesJosé Bollo1-1/+1
2019-02-08afb-stub-ws: Fix concurrent memory issuesJosé Bollo1-3/+4
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
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