aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/samples
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo7-7/+7
2019-07-18Tag broadcasted events with UUID and hopJosé Bollo1-1/+1
2019-04-30Allow to tune installation directoriesJosé Bollo1-1/+1
2019-04-23samples: wrong parameter for get_new_board()Phong Tran1-1/+1
2019-04-23Merge changes Id24d9bb0,I6807ed25José Bollo2-2/+2
2019-04-17missing full initialization for struct afb_verb_v3Phong Tran2-2/+2
2019-04-12Fix small issuesJose Bollo1-0/+1
2019-04-12Reordering of sample and tutorial bindingsJosé Bollo1-74/+14
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo7-7/+7
2019-01-18hello3: Fix warning unused variableJose Bollo1-1/+0
2019-01-02hello3: Add verb 'after'Jose Bollo2-2/+79
2019-01-02bindings/samples: Cleanup and tiny commentJose Bollo5-1465/+14
2018-10-30samples: Fix compiling errorJose Bollo1-1/+1
2018-08-22hello3: Add mutebugJose Bollo1-0/+6
2018-08-02Add ability to provide binding settingsJosé Bollo1-0/+8
2018-08-02tic-tac-toe: improve event handlingJose Bollo1-15/+17
2018-07-27coverage: Improve coverage testJosé Bollo1-2/+112
2018-07-24coverage and test: Add testsJose Bollo1-10/+302
2018-07-08hello2: Add a binding v2 exampleJosé Bollo2-0/+553
2018-07-08hello3: Fix a bugJosé Bollo1-1/+0
2018-06-22hello3: Add verbsJosé Bollo1-0/+37
2018-06-22Improve documentation of api v3José Bollo2-43/+26
2018-06-15api-v3: First draftJosé Bollo9-301/+1230
2018-02-27Update date of copyright noticesJosé Bollo7-7/+7
2017-11-03Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2José Bollo1-1/+1
2017-10-23afb-api-dyn: Uniform return 0 on successJosé Bollo1-0/+2
2017-10-10Add the function afb_req_get_uidJosé Bollo1-0/+7
2017-10-09Add wrappers for accesses to internalsJosé Bollo1-6/+6
2017-10-09Add a closure argument to dynamic verbsJosé Bollo1-1/+14
2017-10-09Allow pure dynamic bindingsJosé Bollo2-0/+489
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-1/+1
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-0/+8
2017-09-07Implement afb_req_has_permissionJosé Bollo1-0/+10
2017-08-03subcall_req: introduce afb_req_subcall_reqJosé Bollo1-0/+22
2017-07-03Make status commonJosé Bollo1-6/+6
2017-06-30Bindings V2: enforce prefix AFB_ to logging macrosJosé Bollo2-21/+21
2017-06-28Bindings V2: reintroduce field 'info' for verbsJosé Bollo2-29/+28
2017-06-12Moves tic-tac-toe sample to V2José Bollo1-51/+33
2017-06-01Add hooking for eventsJosé Bollo1-0/+33
2017-06-01Add backward compatibility and remarksJosé Bollo4-0/+4
2017-05-31Introduce typedef for clientsJosé Bollo1-26/+25
2017-05-31Add logging by requestJosé Bollo1-1/+32
2017-05-30sample binding "hello" receives eventsJosé Bollo1-1/+7
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo1-6/+49
2017-05-22Bindings V2: migration of HelloWorld binderJosé Bollo1-31/+37
2017-05-05session: start to manage concurrencyJosé Bollo1-0/+8
2017-04-11Fix a memory leakJosé Bollo1-0/+1
2017-04-10Make HelloWord binding multi-threadJosé Bollo1-0/+13
2017-04-05Make daemon interface commonJosé Bollo1-0/+1
2017-04-04Add synchronous subcallsJosé Bollo1-2/+27