aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-session.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-11-29afb-session: remove initial tokenJose Bollo1-35/+2
2019-11-29afb-session: Expose a local id for sessionsJose Bollo1-41/+81
2019-11-29Move tokens from sessions to requestsJose Bollo1-23/+2
2019-11-25Remove returning tokenJose Bollo1-7/+1
2019-11-25Remove refreshing tokenJose Bollo1-23/+0
2019-11-20Introduce object for tokensicefish_8.99.1icefish/8.99.18.99.1Jose Bollo1-14/+37
2019-08-09Avoid lock when child diesJose Bollo1-1/+1
2019-07-18uuid: Add module for UUID generationJosé Bollo1-70/+9
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-0/+12
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-10-22afb-session: Add language to sessionJose Bollo1-0/+36
2018-09-14afb-session: Fix an issue in managing sessionsJosé Bollo1-2/+2
2018-09-06afb-session: Use ad-hoc pseudo-random uuidJose Bollo1-0/+50
2018-07-13afb-supervision: Remove dependency to externalJosé Bollo1-1/+1
2018-06-15api-v3: First draftJosé Bollo1-53/+39
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-26afb-session: Fix bugsJosé Bollo1-2/+3
2018-02-15afb-session: Verbs for timeout and remining timeJosé Bollo1-11/+27
2018-02-15afb-session: Use clock insensitive to time changesJosé Bollo1-1/+9
2018-02-13afb-session: Add function to enumerate sessionsJosé Bollo1-0/+22
2018-02-13test-session: Add check of hookingJosé Bollo1-2/+1
2018-02-13afb-session: Insert call to hookingJosé Bollo1-7/+20
2018-02-09afb-session: Refactor and test unitJosé Bollo1-238/+307
2018-02-09afb-session: Return an initialization statusJosé Bollo1-3/+13
2018-02-09afb-session: Fix a typoJosé Bollo1-5/+5
2017-11-07afb-stub-ws: autoclose session on disconnectionJosé Bollo1-1/+9
2017-11-07afb-stub-ws: manage closed sessionsJosé Bollo1-34/+52
2017-11-07afb-session: improve namingJosé Bollo1-12/+12
2017-11-06afb-session: Improve readabilityJosé Bollo1-28/+34
2017-11-06afb-session: fix reference countingJosé Bollo1-3/+13
2017-11-06afb-session: optimizationJosé Bollo1-104/+103
2017-11-06afb-session: add commentsJosé Bollo1-19/+64
2017-11-06afb-session: remove unused access timeJosé Bollo1-3/+0
2017-11-06afb-session: Add timeout features for sessionsJosé Bollo1-10/+17
2017-11-06afb-session: add function afb_session_searchJosé Bollo1-6/+20
2017-11-06afb-session: improves comments and namesJosé Bollo1-3/+6
2017-11-06afb-session: redefine the function 'afb_session_create'José Bollo1-9/+3
2017-11-06afb-session: rewrite of cookie handlingJosé Bollo1-69/+34
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-6/+14
2017-10-09afb-session: Fig tiny bugJosé Bollo1-1/+1
2017-09-05Fix segmentation fault when random tokenJosé Bollo1-0/+5
2017-08-08afb-session: fix an over allocationJosé Bollo1-1/+1
2017-08-08afb-trace: Add tracing features to API monitorJosé Bollo1-1/+5
2017-06-07Fix concurrency issue in handling referencesJosé Bollo1-6/+7
2017-05-05session: start to manage concurrencyJosé Bollo1-34/+83
2017-05-04Make LOA local to the bindingJosé Bollo1-13/+0
2017-03-31Allow detection of session closureJosé Bollo1-2/+2
2017-03-27Speed up accesses to session's cookiesJosé Bollo1-13/+36
2017-03-27Replace session's value with sessions's cookiesJosé Bollo1-40/+2