aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-evt.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2020-01-03afb-evt: Ensure unsubscribe worksJose Bollo1-102/+132
2020-01-03afb-evt: Improve name of listening functionsJosé Bollo1-7/+7
2020-01-03afb-proto-ws: Add message for unexpected eventJose Bollo1-0/+30
2019-11-29afb-evt: Use 16 bits for idsJose Bollo1-16/+24
2019-07-18Tag broadcasted events with UUID and hopJosé Bollo1-14/+87
2019-07-18afb-evt: Refactor processing of broadcasted eventsJosé Bollo1-71/+33
2019-07-12afb-evt: send events in separate jobJose Bollo1-41/+226
2019-07-12afb-evt: Improve compatibility to guppyJosé Bollo1-89/+99
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-2/+2
2019-04-02Add conditionnal support of bindings version 2Jose Bollo1-0/+2
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-90/+114
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-08-23afb-stub-ws: Safe handling of deconnectionsJose Bollo1-1/+1
2018-06-15api-v3: First draftJosé Bollo1-72/+75
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-01-31afb-evt: Add event creation with prefixJosé Bollo1-0/+29
2017-10-09Add function afb_evt_eventid_addrefJosé Bollo1-0/+9
2017-10-09Improve naming of evt_eventidsJosé Bollo1-19/+19
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-22/+34
2017-10-09Introduce afb_eventidJosé Bollo1-12/+13
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-18/+6
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo1-155/+325
2017-08-08afb-evt: fix a bug discovered by clang-checkJosé Bollo1-9/+5
2017-07-31afb-evt: add internal push functionsJosé Bollo1-3/+30
2017-07-31afb-evt: unprefix event nameJosé Bollo1-1/+3
2017-06-01Add hooking for eventsJosé Bollo1-15/+60
2017-05-18Fix a bug in subscribers countingJosé Bollo1-3/+4
2017-04-11Fix uninitialized variableJosé Bollo1-0/+1
2017-04-10Make implementation multithreadJosé Bollo1-35/+89
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-10-14event: add ability to get the event nameJosé Bollo1-3/+13
2016-06-23evt: handles broadcasting and trackingJosé Bollo1-30/+115
2016-06-17evt: exposes name of eventsJosé Bollo1-0/+8
2016-06-17evt: improves commentsJosé Bollo1-4/+88
2016-06-17evt: minor cleanupJosé Bollo1-5/+0
2016-06-09Events: refactoringJosé Bollo1-0/+261