aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hook.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12gcc 11.x fixesneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.113.93.012.93.012.92.012.91.012.90.1Scott Murray1-1/+1
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-12-03afb-context: Move credentials to contextJosé Bollo1-7/+9
2019-11-25Remove returning tokenJose Bollo1-1/+1
2019-11-25Remove refreshing tokenJose Bollo1-11/+0
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-0/+3
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-12-05afb-hook: Improve reentrancy of hookingJosé Bollo1-126/+163
2018-08-02Fix warnings and false errorsJosé Bollo1-1/+1
2018-08-02Add ability to provide binding settingsJosé Bollo1-0/+12
2018-07-24json-c: Remove escaping of slashsJosé Bollo1-21/+24
2018-07-24afb-api: Define the function afb_api_is_publicJosé Bollo1-1/+1
2018-07-13afb-hook & afb-trace: Fix usage of readlinkJosé Bollo1-2/+8
2018-06-19Fix a warning in using readlinkJosé Bollo1-6/+6
2018-06-15api-v3: First draftJosé Bollo1-448/+480
2018-06-13afb-hook: Factorize call to pattern matchingJosé Bollo1-4/+6
2018-06-13afb-hook: Refactor timestamps of hooks and traceJosé Bollo1-1/+1
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-09afb-hook: Add hooks for sessionJosé Bollo1-4/+191
2018-01-31afb-hook: Allow to unhook some apisJosé Bollo1-33/+42
2017-10-10Add the function afb_req_get_uidJosé Bollo1-1/+13
2017-10-09Improve naming of evt_eventidsJosé Bollo1-3/+3
2017-10-09Provide API and VERB name of requestsJosé Bollo1-5/+5
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-10/+10
2017-10-09Introduce afb_requestJosé Bollo1-1/+1
2017-10-09Introduce afb_eventidJosé Bollo1-1/+1
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-11/+0
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo1-8/+30
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-1/+13
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-1/+13
2017-10-09afb-export: refactor of binder interfaceJosé Bollo1-108/+109
2017-09-07Allow renaming of APIJosé Bollo1-1/+13
2017-09-07Improve handling of verbosityJosé Bollo1-1/+1
2017-09-07afb-hook: change output formatJosé Bollo1-4/+4
2017-09-07afb-hook: output hooks to stderr directlyJosé Bollo1-3/+36
2017-09-07Implement afb_req_has_permissionJosé Bollo1-1/+13
2017-08-29hooking: Add hook at global scopeJosé Bollo1-1/+156
2017-08-29hook+trace: add a unique timestampJosé Bollo1-61/+66
2017-08-29hook+trace: adds hookid and typeJosé Bollo1-55/+70
2017-08-03subcall_req: introduce afb_req_subcall_reqJosé Bollo1-1/+23
2017-06-02Add 'afb_daemon_require_api'José Bollo1-1/+24
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-4/+37
2017-06-01Improve log output formatJosé Bollo1-138/+56
2017-06-01Add hooking for eventsJosé Bollo1-3/+306
2017-05-31Add logging by requestJosé Bollo1-0/+24
2017-05-30Adds hooks for service (svc)José Bollo1-0/+235
2017-05-30fix commentsJosé Bollo1-3/+3
2017-05-29Cleanup legacy internal functionsJosé Bollo1-23/+0
2017-05-05Add user to contextJosé Bollo1-1/+2
2017-04-26Print credential in default request hookJosé Bollo1-1/+11