Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-04-10 | Make HelloWord binding multi-thread | 1 | -0/+13 | |
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 a script for stressing the daemon | 1 | -0/+76 | |
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 | 6 | -177/+174 | |
2017-04-05 | Add permission subsystem | 7 | -0/+757 | |
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 | Improve debugging options | 1 | -9/+1 | |
2017-04-04 | Add synchronous subcalls | 10 | -41/+182 | |
2017-04-04 | Use SIGHUP instead of SIGKILL | 1 | -4/+3 | |
2017-04-04 | Launch job at a earlier step | 9 | -48/+50 | |
2017-04-04 | Definitive switch to internal's xreq | 11 | -168/+16 | |
2017-04-04 | Migrates subcalls to use xreq | 3 | -125/+70 | |
2017-04-04 | Introduce subcontext for subcalls | 2 | -6/+29 | |
2017-04-03 | Switch API D-Bus to xreq | 1 | -110/+68 | |
2017-04-03 | Switch API websocket to xreq | 1 | -161/+53 | |
2017-04-03 | Improve interface xreq | 2 | -5/+41 | |
2017-04-03 | Add notification message for added API | 1 | -0/+2 | |
2017-04-03 | Rework the jobs | 5 | -304/+178 | |
2017-03-31 | Use xreq for services | 3 | -59/+50 | |
2017-03-31 | Use xreq for websockets | 4 | -110/+36 | |
2017-03-31 | Factorize common code for handling requests | 16 | -122/+598 | |
2017-03-31 | Allow detection of session closure | 1 | -2/+2 | |
2017-03-30 | Start to implement the bindings V2 | 12 | -81/+515 | |
2017-03-30 | Overall integration of job initialisation | 4 | -25/+38 | |
2017-03-30 | Fix concurrency issues on event manager | 4 | -155/+140 | |
2017-03-30 | Refactor initialisation of the daemon | 1 | -50/+66 | |
2017-03-29 | Prepare migration to binding v2 | 5 | -119/+181 | |
2017-03-29 | cosmetic | 1 | -2/+11 | |
2017-03-29 | Prepare move to bindings version 2 | 5 | -289/+366 | |
2017-03-29 | Add comments | 5 | -182/+464 | |
2017-03-28 | Refactor job to allow synchronous calls | 4 | -140/+349 | |
2017-03-28 | Fix bug in recycling jobs | 4 | -8/+11 | |
2017-03-27 | Make main thread used for common jobs | 3 | -94/+229 | |
2017-03-27 | Remove option readyfd | 3 | -15/+0 |