Age | Commit message (Expand) | Author | Files | Lines |
2017-12-07 | afb-api-ws: Make weak ws-client by default (to be fixed)eel_4.99.4eel/4.99.44.99.4 | José Bollo | 3 | -4/+16 |
2017-12-01 | jobs: Fix locks in event loops | José Bollo | 1 | -11/+17 |
2017-11-30 | jobs: Fix possible race condition | José Bollo | 1 | -2/+4 |
2017-11-30 | afb-config: Check environment variables | José Bollo | 1 | -0/+35 |
2017-11-30 | jobs: rewrite of the event loop handling | José Bollo | 1 | -106/+108 |
2017-11-30 | fixup! afb-ws & websocket: Fix writing very long data | José Bollo | 1 | -0/+1 |
2017-11-28 | afb-ws & websocket: Fix writing very long data | José Bollo | 3 | -21/+46 |
2017-11-20 | CMAKE: refactor optionseel_4.99.3eel/4.99.34.99.3 | José Bollo | 6 | -18/+3 |
2017-11-20 | Merge "Fix build for native package" | José Bollo | 1 | -3/+5 |
2017-11-20 | Fix build for native package | Ronan Le Martret | 1 | -3/+5 |
2017-11-17 | fix build error | José Bollo | 1 | -1/+1 |
2017-11-17 | afb-proto-ws: Fix autolock in proto-ws | José Bollo | 4 | -50/+249 |
2017-11-17 | CMAKE: allow to compile afb-genskel only | José Bollo | 1 | -1/+8 |
2017-11-13 | afb-export: Ensure monitoring of events | José Bollo | 2 | -1/+2 |
2017-11-11 | afb-proto-ws: fix self locking issue | José Bollo | 1 | -29/+82 |
2017-11-07 | afb-stub-ws: autoclose session on disconnection | José Bollo | 3 | -1/+12 |
2017-11-07 | afb-stub-ws: manage closed sessions | José Bollo | 3 | -47/+76 |
2017-11-07 | afb-session: improve naming | José Bollo | 1 | -12/+12 |
2017-11-07 | afb-stub-ws: Track sessions for releasing it | José Bollo | 1 | -0/+47 |
2017-11-06 | afb-session: Improve readability | José Bollo | 1 | -28/+34 |
2017-11-06 | afb-session: fix reference counting | José Bollo | 2 | -7/+21 |
2017-11-06 | afb-session: optimization | José Bollo | 1 | -104/+103 |
2017-11-06 | afb-session: add comments | José Bollo | 1 | -19/+64 |
2017-11-06 | afb-session: remove unused access time | José Bollo | 1 | -3/+0 |
2017-11-06 | afb-session: Add timeout features for sessions | José Bollo | 4 | -13/+24 |
2017-11-06 | afb-session: add function afb_session_search | José Bollo | 3 | -11/+29 |
2017-11-06 | afb-trace: improve and simplify session management | José Bollo | 1 | -70/+37 |
2017-11-06 | afb-session: improves comments and names | José Bollo | 1 | -3/+6 |
2017-11-06 | afb-session: redefine the function 'afb_session_create' | José Bollo | 4 | -13/+7 |
2017-11-06 | afb-session: rewrite of cookie handling | José Bollo | 1 | -69/+34 |
2017-11-03 | Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2 | José Bollo | 3 | -4/+7 |
2017-11-03 | afb-proto-ws: Fix unclosed file descriptor | José Bollo | 1 | -0/+1 |
2017-11-03 | jobs: Improve event loop integration | José Bollo | 1 | -58/+64 |
2017-11-01 | verbose: Ensure mutual exclusion when logging | José Bollo | 1 | -0/+5 |
2017-10-23 | websocket: Add function that explain error codes | José Bollo | 2 | -0/+23 |
2017-10-23 | websocket: cleanup | José Bollo | 1 | -1/+0 |
2017-10-23 | websocket: Tune maximum received length | José Bollo | 2 | -1/+18 |
2017-10-23 | afb-api-dyn: Uniform return 0 on success | José Bollo | 1 | -1/+1 |
2017-10-16 | afb-api-so: improve error messages | José Bollo | 1 | -1/+1 |
2017-10-12 | afb-stub-ws: Always validate clients of stub-ws | José Bollo | 1 | -0/+1 |
2017-10-11 | libafbwsc: add function 'afb_ws_client_connect_api' | José Bollo | 5 | -33/+335 |
2017-10-11 | afb-proto-ws: remove dependencies | José Bollo | 3 | -22/+13 |
2017-10-10 | Add the function afb_req_get_uid | José Bollo | 4 | -3/+42 |
2017-10-09 | afb-api-dbus: Make error for subcalls if DBUS transport | José Bollo | 1 | -1/+15 |
2017-10-09 | cosmetic | José Bollo | 1 | -1/+6 |
2017-10-09 | Add function afb_evt_eventid_addref | José Bollo | 2 | -0/+10 |
2017-10-09 | Improve naming of evt_eventids | José Bollo | 8 | -60/+60 |
2017-10-09 | Provide API and VERB name of requests | José Bollo | 13 | -40/+40 |
2017-10-09 | Provide the name of the API | José Bollo | 1 | -0/+2 |
2017-10-09 | Add a closure argument to dynamic verbs | José Bollo | 3 | -4/+14 |