aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-09afb-session: Return an initialization statusJosé Bollo3-5/+18
2018-02-09afb-session: Fix a typoJosé Bollo1-5/+5
2018-02-06jobs: Add argument to startJosé Bollo3-5/+10
2018-02-06afb-xreq: Export afb_request facilitiesJosé Bollo2-73/+73
2018-02-06afb-trace: Replace daemon by api nameJosé Bollo3-11/+11
2018-01-31afb-evt: Add event creation with prefixJosé Bollo3-11/+32
2018-01-31afb-api: Enforce api names to be hookableJosé Bollo7-8/+8
2018-01-31afb-hook: Allow to unhook some apisJosé Bollo2-33/+47
2018-01-18jobs: Integrate systemd watchdog by defaultJosé Bollo1-0/+9
2018-01-18jobs: Split jobs_get_sd_eventJosé Bollo1-5/+16
2018-01-18afb-common: CleanupJosé Bollo1-25/+0
2018-01-18afb-hreq: Dichotomic mimetype searchJosé Bollo1-7/+11
2018-01-18afb-hreq: Sort mimetypesJosé Bollo1-9/+9
2018-01-18afb-hreq: Add json to known mimetypesLoïc Collignon1-0/+1
2018-01-05afb-client-demo: Fix memory leakJosé Bollo1-0/+1
2018-01-05afb-api-so: Exclude directories starting with .José Bollo1-0/+42
2018-01-02afb-binding.hpp: Fix constexpr of 'binding'José Bollo1-1/+1
2017-12-21genskel: Add afb:: namespace prefixJosé Bollo1-3/+3
2017-12-21genskel: Add option for C++ outputJosé Bollo1-10/+26
2017-12-21sig-monitor: Handle signals in exitJosé Bollo1-2/+23
2017-12-21sig-monitor: Make signal list globalJosé Bollo1-22/+22
2017-12-18afb-hreq: Add predefined mime-typesJosé Bollo1-7/+18
2017-12-05afb-api-ws: Make weak ws-client by default (to be fixed)José Bollo3-4/+16
2017-12-04Remove unused and confusing filesJosé Bollo5-387/+0
2017-12-01jobs: Fix locks in event loopsJosé Bollo1-11/+17
2017-11-30jobs: Fix possible race conditionJosé Bollo1-2/+4
2017-11-29afb-config: Check environment variablesJosé Bollo1-0/+35
2017-11-29jobs: rewrite of the event loop handlingJosé Bollo1-106/+108
2017-11-29afb-ws & websocket: Fix writing very long dataJosé Bollo3-21/+47
2017-11-20CMAKE: refactor optionseel_4.99.3eel/4.99.34.99.3José Bollo8-52/+40
2017-11-20Merge "Fix build for native package"José Bollo1-3/+5
2017-11-20Fix build for native packageRonan Le Martret1-3/+5
2017-11-17fix build errorJosé Bollo1-1/+1
2017-11-17afb-proto-ws: Fix autolock in proto-wsJosé Bollo4-50/+249
2017-11-17CMAKE: allow to compile afb-genskel onlyJosé Bollo3-13/+44
2017-11-13afb-export: Ensure monitoring of eventsJosé Bollo2-1/+2
2017-11-12monitoring: Set default token to HELLOJosé Bollo2-2/+2
2017-11-11afb-proto-ws: fix self locking issueJosé Bollo1-29/+82
2017-11-07afb-stub-ws: autoclose session on disconnectionJosé Bollo3-1/+12
2017-11-07afb-stub-ws: manage closed sessionsJosé Bollo3-47/+76
2017-11-07afb-session: improve namingJosé Bollo1-12/+12
2017-11-07afb-stub-ws: Track sessions for releasing itJosé Bollo1-0/+47
2017-11-06afb-session: Improve readabilityJosé Bollo1-28/+34
2017-11-06afb-session: fix reference countingJosé Bollo2-7/+21
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é Bollo4-13/+24
2017-11-06afb-session: add function afb_session_searchJosé Bollo3-11/+29
2017-11-06afb-trace: improve and simplify session managementJosé Bollo1-70/+37