Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-04-21 | stress-server: fix rootdir | José Bollo | 1 | -3/+2 |
2017-04-21 | afb-client-demo: Handle comments | José Bollo | 1 | -3/+6 |
2017-04-21 | fix bug on incoming event | José Bollo | 1 | -1/+5 |
2017-04-20 | cleanup and improvement of xreq | José Bollo | 5 | -60/+131 |
2017-04-20 | Add default api to apiset | José Bollo | 4 | -96/+112 |
2017-04-20 | Use of 'afb_api_is_valid_name' | José Bollo | 1 | -37/+1 |
2017-04-19 | simplify main file | José Bollo | 2 | -11/+4 |
2017-04-14 | Create afb-stub-ws by spliting afb-api-ws | José Bollo | 4 | -1184/+1259 |
2017-04-14 | allow abstract unix sockets | José Bollo | 1 | -1/+3 |
2017-04-14 | use heuristic message ids | José Bollo | 1 | -3/+16 |
2017-04-14 | improve stress test outputs | José Bollo | 2 | -2/+4 |
2017-04-13 | Introduce apiset for grouping apis | José Bollo | 30 | -316/+613 |
2017-04-13 | Implement subcall for services over websockets | José Bollo | 2 | -59/+273 |
2017-04-13 | secure subcall api and verb | José Bollo | 1 | -4/+11 |
2017-04-13 | enforce reset of xreq at init | José Bollo | 1 | -0/+1 |
2017-04-13 | Enhance client->server protocol | José Bollo | 1 | -8/+16 |
2017-04-13 | Simplification of sig-monitor | José Bollo | 2 | -14/+2 |
2017-04-13 | Use names for constants | José Bollo | 1 | -17/+24 |
2017-04-13 | Simplification and optimisation of jobs | José Bollo | 2 | -168/+80 |
2017-04-12 | reduce verbosity | José Bollo | 1 | -3/+0 |
2017-04-12 | Add credential data to xreq | José Bollo | 6 | -0/+15 |
2017-04-12 | add argument to stress-server.sh | José Bollo | 1 | -4/+4 |
2017-04-12 | fix typo | José Bollo | 1 | -2/+2 |
2017-04-12 | Optimisation of xreq | José Bollo | 9 | -137/+118 |
2017-04-12 | Add computation of credentials | José Bollo | 6 | -0/+218 |
2017-04-12 | Rename destination as origin | José Bollo | 1 | -51/+51 |
2017-04-11 | Fix uninitialized variable | José Bollo | 1 | -0/+1 |
2017-04-11 | Refactor stress test | José Bollo | 4 | -76/+93 |
2017-04-11 | Fix a crash on disconnection | José Bollo | 1 | -1/+2 |
2017-04-11 | Fix a memory leak | José Bollo | 1 | -0/+1 |
2017-04-11 | fix typo | José Bollo | 1 | -1/+1 |
2017-04-11 | Add startup call in command line | José Bollo | 3 | -1/+110 |
2017-04-10 | Make implementation multithread | José Bollo | 4 | -44/+98 |
2017-04-10 | Enforce flush of incoming data | José Bollo | 1 | -0/+4 |
2017-04-10 | Make HelloWord binding multi-thread | José Bollo | 1 | -0/+13 |
2017-04-10 | Refactor of initialisation | José Bollo | 1 | -8/+9 |
2017-04-10 | Refactor setting of directories | José Bollo | 2 | -9/+8 |
2017-04-10 | Fix typo | José Bollo | 1 | -1/+1 |
2017-04-10 | Isolate interupt management | José Bollo | 1 | -7/+44 |
2017-04-10 | Websocket client select if looping or not | José Bollo | 3 | -3/+13 |
2017-04-10 | Refactor of API interfaces | José Bollo | 6 | -24/+154 |
2017-04-07 | Add hooking of daemon interface | José Bollo | 13 | -59/+542 |
2017-04-07 | Improve log messages | José Bollo | 3 | -33/+61 |
2017-04-07 | Finalize hooking of requests | José Bollo | 5 | -61/+131 |
2017-04-06 | Reactivate hooking of requests | José Bollo | 6 | -449/+413 |
2017-04-06 | Avoid prompting error on empty line | José Bollo | 1 | -3/+4 |
2017-04-06 | Improve names | José Bollo | 1 | -11/+11 |
2017-04-06 | Make websocket concurrent | José Bollo | 1 | -7/+31 |
2017-04-06 | Add a script for stressing the daemon | José Bollo | 1 | -0/+76 |
2017-04-06 | Add an easy function for synchronous calls | José Bollo | 2 | -4/+74 |