Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2017-04-06 | Avoid to stick on event loop | José Bollo | 1 | -1/+10 |
2017-04-06 | Reduce explicitely recursion | José Bollo | 2 | -25/+24 |
2017-04-05 | Make daemon interface common | José Bollo | 6 | -177/+174 |
2017-04-05 | Add permission subsystem | José Bollo | 7 | -0/+757 |
2017-04-04 | Ensure that subcall_sync use subcall | José Bollo | 5 | -62/+63 |
2017-04-04 | Avoid to count child threads | José Bollo | 1 | -7/+9 |
2017-04-04 | Improve debugging options | José Bollo | 1 | -9/+1 |
2017-04-04 | Add synchronous subcalls | José Bollo | 10 | -41/+182 |
2017-04-04 | Use SIGHUP instead of SIGKILL | José Bollo | 1 | -4/+3 |
2017-04-04 | Launch job at a earlier step | José Bollo | 9 | -48/+50 |