Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | Handles subcall sync within xreq | José Bollo | 4 | -143/+138 |
2017-05-22 | Bindings V2: migration of HelloWorld binder | José Bollo | 1 | -31/+37 |
2017-05-22 | Bindings V2: Remove explicit references to daemon/service | José Bollo | 21 | -241/+588 |
2017-05-19 | Add json2c for including json in C files | José Bollo | 2 | -0/+182 |
2017-05-19 | Bindings V2: rename init functions | José Bollo | 5 | -15/+19 |
2017-05-19 | bindings v2: Enforce to explicitely ask for concurrency | José Bollo | 2 | -1/+36 |
2017-05-19 | Bindings V2: Refactor session flags | José Bollo | 9 | -106/+236 |
2017-05-19 | Fix cmake dependencydab_3.99.1dab/3.99.13.99.1 | Ronan Le Martret | 3 | -33/+42 |
2017-05-18 | Fix a bug in subscribers counting | José Bollo | 1 | -3/+4 |
2017-05-15 | Fix the timer signal number | José Bollo | 1 | -1/+1 |
2017-05-12 | free SIGALRM for boost timers | José Bollo | 2 | -4/+6 |
2017-05-11 | generate skeleton from OpenAPI 3 | José Bollo | 4 | -353/+566 |
2017-05-11 | improve log | José Bollo | 2 | -3/+3 |
2017-05-11 | Compiles for cynara if present | José Bollo | 2 | -8/+31 |
2017-05-11 | implement authorisation check | José Bollo | 6 | -15/+140 |
2017-05-11 | refactor hsrv using jobs queue | José Bollo | 1 | -13/+16 |
2017-05-05 | remove afb-perm compiler | José Bollo | 2 | -539/+0 |
2017-05-05 | Add default cred to HTTP link | José Bollo | 2 | -0/+5 |
2017-05-05 | Add user to context | José Bollo | 3 | -7/+22 |
2017-05-05 | Expose session UUID from context | José Bollo | 2 | -3/+12 |
2017-05-05 | Improve includes | José Bollo | 3 | -5/+5 |
2017-05-05 | make function afb_context_set return a status | José Bollo | 2 | -5/+3 |
2017-05-05 | Change the effect of close session | José Bollo | 1 | -5/+3 |
2017-05-05 | session: start to manage concurrency | José Bollo | 5 | -34/+99 |
2017-05-04 | Make LOA local to the binding | José Bollo | 4 | -40/+20 |
2017-05-04 | fix a warning | José Bollo | 1 | -1/+1 |
2017-05-04 | add function to get the current LOA | José Bollo | 2 | -0/+6 |
2017-05-04 | Prepare permission for binding version 2 | José Bollo | 9 | -264/+52 |
2017-05-04 | Prepare bindings version 2 | José Bollo | 18 | -312/+479 |
2017-05-04 | Prepare xreq to be aware of the version | José Bollo | 4 | -35/+18 |
2017-05-04 | Eliminate use of AFB_SESSION_CREATE | José Bollo | 2 | -12/+2 |
2017-04-26 | fix a warning | José Bollo | 1 | -1/+1 |
2017-04-26 | cleanup | José Bollo | 1 | -4/+1 |
2017-04-26 | Print credential in default request hook | José Bollo | 1 | -1/+11 |
2017-04-26 | Use upgrade abitlity of libmicrohttpd | José Bollo | 3 | -25/+45 |
2017-04-26 | Sort verbs and compute their permissions | José Bollo | 1 | -7/+68 |
2017-04-25 | Add 'afb_daemon_queue_job' for bindings | José Bollo | 4 | -14/+59 |
2017-04-25 | typo | José Bollo | 1 | -16/+16 |
2017-04-25 | Make monitor use the interface version 2 | José Bollo | 4 | -83/+29 |
2017-04-25 | Update the monitor interface for private feature | José Bollo | 2 | -6/+66 |
2017-04-25 | Add private binding interface feature | José Bollo | 1 | -5/+23 |
2017-04-25 | genskel: add tiny skeleton generator | José Bollo | 5 | -0/+867 |
2017-04-25 | cleanup | José Bollo | 1 | -1/+0 |
2017-04-25 | typo | José Bollo | 1 | -3/+3 |
2017-04-21 | afb-monitor: draft of monitoring | José Bollo | 4 | -0/+425 |
2017-04-21 | afb-api: add a 'describe' function | José Bollo | 2 | -1/+49 |
2017-04-21 | afb-api-so-v2: split the declaration in two parts | José Bollo | 2 | -31/+47 |
2017-04-21 | main: init session module first | José Bollo | 1 | -3/+5 |
2017-04-21 | apiset: improvements | José Bollo | 2 | -9/+48 |
2017-04-21 | stress-server: fix rootdir | José Bollo | 1 | -3/+2 |