Add gitlab issue/merge request templates
[src/app-framework-binder.git] / src / afb-stub-ws.c
2020-03-12 José Bolloafb-stub-ws: fix bug in reconnection 44/24244/1
2020-03-02 Jose BolloFix bug in session and token removal 45/24145/1
2020-01-08 José BolloUpdate copyright dates 59/23559/2
2020-01-03 Jose Bolloafb-evt: Ensure unsubscribe works 38/23538/1
2020-01-03 José Bolloafb-evt: Improve name of listening functions 37/23537/1
2020-01-03 Jose Bolloafb-proto-ws: Add message for unexpected event 36/23536/1
2019-12-03 José Bolloafb-context: Move credentials to context 62/23162/1
2019-11-29 Jose Bolloafb-error-text: Introduce standard error text 59/23159/1
2019-11-29 Jose Bolloafb-proto-ws: Change the protocol WSAPI 58/23158/1
2019-11-29 Jose Bolloafb-stub-ws: Enforce asynchronous describe 57/23157/1
2019-11-29 Jose Bolloafb-evt: Use 16 bits for ids 56/23156/1
2019-11-29 Jose BolloUse afb_token in contexts 52/23152/1
2019-11-20 Jose BolloIntroduce object for tokens 67/22967/2 8.99.1 icefish/8.99.1 icefish_8.99.1
2019-07-18 José BolloTag broadcasted events with UUID and hop 00/21900/2
2019-07-18 José Bolloafb-evt: Refactor processing of broadcasted events 99/21899/2
2019-07-12 José BolloRevert "afb-stub-ws: Allow unordered process of messages" 64/21864/1
2019-04-02 José BolloFix false ***buffer overflow*** detection 82/20882/1
2019-03-07 José Bolloafb-stub-ws: Allow unordered process of messages 91/20491/1
2019-02-08 José Bolloafb-stub-ws: Fix concurrent memory issues 17/20017/1
2019-02-06 José BolloUpdate copyright date 69/19969/1 7.90.0 halibut/7.90.0 halibut_7.90.0
2019-01-18 Jan-Simon MoellerMerge changes from topic 'spec-2089' 6.99.4 guppy/6.99.4 guppy_6.99.4
2019-01-16 José Bolloafb-proto-ws: Serialize incoming message 23/19523/2
2018-12-05 Jose Bolloafb-proto-ws: Add error report 85/18585/1
2018-08-23 José Bolloafb-stub-ws: Add reconnection of ws-clients on need 65/16265/1
2018-08-23 Jose Bolloafb-stub-ws: Safe handling of deconnections 55/16255/3
2018-08-23 José Bolloafb-stub-ws: Process error on call to remote 53/16253/2
2018-08-23 Jose BolloSend error replies on disconnection 51/16251/2
2018-08-23 Jose Bolloafb-stub-ws: Clean up 47/16247/2
2018-08-22 Jose Bolloafb-stub-ws: Improve naming 39/16239/1
2018-07-06 José BolloSimplify build by introducing queuing function 45/15045/2
2018-07-05 José BolloRemove uses of deprecated macros 43/15043/1
2018-06-15 José Bolloapi-v3: First draft 63/14363/3
2018-02-27 José BolloUpdate date of copyright notices
2018-02-26 José Bolloafb-stub-ws: cosmetic improvements
2018-02-22 José Bollofdev: Introduce fdev for file event handling
2018-02-21 José Bolloafb-systemd: Isolate systemd main entries
2018-02-13 José Bolloafb-stub-ws: Fix segfault on diconection
2018-02-13 José Bolloafb-stub-ws: Protect against self-destruction
2018-02-09 José Bolloafb-session: Refactor and test unit
2018-02-09 José Bolloafb-stub-ws: Fix a session leak bug
2017-11-20 José BolloMerge "Fix build for native package"
2017-11-07 José Bolloafb-stub-ws: autoclose session on disconnection
2017-11-07 José Bolloafb-stub-ws: manage closed sessions
2017-11-07 José Bolloafb-stub-ws: Track sessions for releasing it
2017-10-12 José Bolloafb-stub-ws: Always validate clients of stub-ws
2017-10-11 José Bolloafb-proto-ws: remove dependencies
2017-10-09 José BolloImprove naming of evt_eventids
2017-10-09 José BolloProvide API and VERB name of requests
2017-10-09 José BolloMake single afb_request_subcall
2017-10-09 José BolloDeprecate internal use of afb_event
2017-10-09 José BolloIntroduce afb_eventid
2017-10-09 José BolloMake afb_event_drop obsolete
2017-10-09 José Bolloafb-evt: prepare futur afb_eventid
2017-10-09 José Bolloafb-api: Define the notion of group for concurrency
2017-10-09 José Bolloafb-xreq: hide internal addref/unref to xreqs
2017-10-09 José BolloRemove tailing spaces and TODO file
2017-09-12 José Bolloafb-proto-ws: Split afb-stub-ws in two 4.99.1 eel/4.99.1 eel_4.99.1
2017-08-31 José BolloMake noconcurrency more efficient
2017-08-11 José Bolloafb-stub-ws: improvements
2017-08-11 José Bolloafb-apiset: add a wrapper for 'describe'
2017-07-03 José BolloMake status common
2017-06-02 José BolloProvide efficient store/unstore for afb_req
2017-05-31 José BolloReturn API description through websocket
2017-05-29 José BolloAdd 'afb_service_call_sync' function
2017-04-20 José Bollocleanup and improvement of xreq
2017-04-14 José BolloCreate afb-stub-ws by spliting afb-api-ws