Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-04-21 | afb-client-demo: Handle comments | 1 | -3/+6 | |
2017-04-21 | fix bug on incoming event | 1 | -1/+5 | |
2017-04-20 | cleanup and improvement of xreq | 5 | -60/+131 | |
2017-04-20 | Add default api to apiset | 4 | -96/+112 | |
2017-04-20 | Use of 'afb_api_is_valid_name' | 1 | -37/+1 | |
2017-04-19 | simplify main file | 1 | -9/+2 | |
2017-04-14 | Create afb-stub-ws by spliting afb-api-ws | 4 | -1184/+1259 | |
2017-04-14 | allow abstract unix sockets | 1 | -1/+3 | |
2017-04-14 | use heuristic message ids | 1 | -3/+16 | |
2017-04-13 | Introduce apiset for grouping apis | 30 | -316/+613 | |
2017-04-13 | Implement subcall for services over websockets | 1 | -56/+258 | |
2017-04-13 | secure subcall api and verb | 1 | -4/+11 | |
2017-04-13 | enforce reset of xreq at init | 1 | -0/+1 | |
2017-04-13 | Enhance client->server protocol | 1 | -8/+16 | |
2017-04-13 | Simplification of sig-monitor | 2 | -14/+2 | |
2017-04-13 | Use names for constants | 1 | -17/+24 | |
2017-04-13 | Simplification and optimisation of jobs | 2 | -168/+80 | |
2017-04-12 | reduce verbosity | 1 | -3/+0 | |
2017-04-12 | Add credential data to xreq | 6 | -0/+15 | |
2017-04-12 | fix typo | 1 | -2/+2 | |
2017-04-12 | Optimisation of xreq | 9 | -137/+118 | |
2017-04-12 | Add computation of credentials | 6 | -0/+218 | |
2017-04-12 | Rename destination as origin | 1 | -51/+51 | |
2017-04-11 | Fix uninitialized variable | 1 | -0/+1 | |
2017-04-11 | Fix a crash on disconnection | 1 | -1/+2 | |
2017-04-11 | fix typo | 1 | -1/+1 | |
2017-04-11 | Add startup call in command line | 3 | -1/+110 | |
2017-04-10 | Make implementation multithread | 4 | -44/+98 | |
2017-04-10 | Enforce flush of incoming data | 1 | -0/+4 | |
2017-04-10 | Refactor of initialisation | 1 | -8/+9 | |
2017-04-10 | Refactor setting of directories | 2 | -9/+8 | |
2017-04-10 | Fix typo | 1 | -1/+1 | |
2017-04-10 | Isolate interupt management | 1 | -7/+44 | |
2017-04-10 | Websocket client select if looping or not | 3 | -3/+13 | |
2017-04-10 | Refactor of API interfaces | 6 | -24/+154 | |
2017-04-07 | Add hooking of daemon interface | 13 | -59/+542 | |
2017-04-07 | Improve log messages | 3 | -33/+61 | |
2017-04-07 | Finalize hooking of requests | 5 | -61/+131 | |
2017-04-06 | Reactivate hooking of requests | 6 | -449/+413 | |
2017-04-06 | Avoid prompting error on empty line | 1 | -3/+4 | |
2017-04-06 | Improve names | 1 | -11/+11 | |
2017-04-06 | Make websocket concurrent | 1 | -7/+31 | |
2017-04-06 | Add an easy function for synchronous calls | 2 | -4/+74 | |
2017-04-06 | Avoid to stick on event loop | 1 | -1/+10 | |
2017-04-06 | Reduce explicitely recursion | 2 | -25/+24 | |
2017-04-05 | Make daemon interface common | 5 | -177/+173 | |
2017-04-05 | Add permission subsystem | 6 | -0/+756 | |
2017-04-04 | Ensure that subcall_sync use subcall | 5 | -62/+63 | |
2017-04-04 | Avoid to count child threads | 1 | -7/+9 | |
2017-04-04 | Add synchronous subcalls | 8 | -39/+141 |