aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-trace.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-12Improves compatibility with AddressSanitizersJosé Bollo1-0/+1
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-12-03afb-context: Move credentials to contextJosé Bollo1-10/+12
2019-11-25Remove returning tokenJose Bollo1-1/+1
2019-11-25Remove refreshing tokenJose Bollo1-6/+0
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-2/+2
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-0/+4
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-12-13afb-trace: Make real timestampsJosé Bollo1-10/+0
2018-08-02Add ability to provide binding settingsJosé Bollo1-0/+20
2018-07-25afb-config: Rewrite the config as JSON objectJosé Bollo1-215/+9
2018-07-24json-c: Remove escaping of slashsJosé Bollo1-4/+7
2018-07-19afb-trace: Fix bug on uuid of session's eventsJosé Bollo1-1/+1
2018-07-19afb-trace: Fix bug in session handlingJosé Bollo1-1/+1
2018-07-13afb-trace: Fix compiling error on old json-cJosé Bollo1-3/+4
2018-07-13afb-hook & afb-trace: Fix usage of readlinkJosé Bollo1-2/+6
2018-07-13afb-supervision: Remove dependency to externalJosé Bollo1-1/+1
2018-07-04afb-trace: Fix bug in tracing of afb_req_get_client_infoJosé Bollo1-1/+1
2018-06-19Fix a warning in using readlinkJosé Bollo1-11/+20
2018-06-15api-v3: First draftJosé Bollo1-224/+367
2018-06-13afb-trace: Restore microsecond timeJosé Bollo1-1/+1
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-22afb-supervision: Fix error on 'trace'José Bollo1-1/+1
2018-02-13afb-trace: Add tracing of sessionsJosé Bollo1-15/+105
2018-02-06afb-trace: Replace daemon by api nameJosé Bollo1-7/+6
2017-11-06afb-session: fix reference countingJosé Bollo1-4/+8
2017-11-06afb-session: Add timeout features for sessionsJosé Bollo1-1/+1
2017-11-06afb-session: add function afb_session_searchJosé Bollo1-5/+8
2017-11-06afb-trace: improve and simplify session managementJosé Bollo1-70/+37
2017-10-10Add the function afb_req_get_uidJosé Bollo1-1/+9
2017-10-09Improve naming of evt_eventidsJosé Bollo1-7/+7
2017-10-09Provide API and VERB name of requestsJosé Bollo1-2/+2
2017-10-09Provide conversions for afb_event and afb_reqJosé Bollo1-2/+5
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-9/+9
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-7/+0
2017-10-09afb-trace: Use the fresh afb_eventid internalsJosé Bollo1-11/+11
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo1-6/+20
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-1/+18
2017-10-09afb-trace: improve naming (minor)José Bollo1-4/+4
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-1/+19
2017-10-09afb-export: refactor of binder interfaceJosé Bollo1-52/+51
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-3/+3
2017-09-07Improve handling of verbosity in bindingsJosé Bollo1-1/+0
2017-08-31afb-trace: use constants for verbosity levelJosé Bollo1-1/+2
2017-08-29hooking: Add hook at global scopeJosé Bollo1-4/+77
2017-08-29hook+trace: add a unique timestampJosé Bollo1-63/+60
2017-08-29hook+trace: adds hookid and typeJosé Bollo1-112/+114
2017-08-08afb-trace: Add tracing features to API monitorJosé Bollo1-0/+1456