aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06afb-session: improves comments and namesJosé Bollo1-3/+6
2017-11-06afb-session: redefine the function 'afb_session_create'José Bollo4-13/+7
2017-11-06AFB.js: make HELLO the default tokenJosé Bollo2-2/+2
2017-11-06afb-session: rewrite of cookie handlingJosé Bollo1-69/+34
2017-11-03Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2José Bollo9-9/+16
2017-11-03afb-proto-ws: Fix unclosed file descriptorJosé Bollo1-0/+1
2017-11-03jobs: Improve event loop integrationJosé Bollo1-58/+64
2017-11-01verbose: Ensure mutual exclusion when loggingJosé Bollo1-0/+5
2017-10-26monitoring: Improve readability of pastel styleJosé Bollo1-1/+1
2017-10-26AFB.js: Allows use of client's callIDsJosé Bollo2-16/+24