]> git.sur5r.net Git - i3/i3/history - src/ipc.c
first step of the big refactoring ("tree" branch).
[i3/i3] / src / ipc.c
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-19 Michael Stapelbergipc: implement GET_OUTPUTS
2010-03-19 Michael Stapelbergipc: include the urgent flag in the workspaces reply
2010-03-16 Michael Stapelbergipc: correctly shutdown IPC sockets when exiting/restarting
2010-03-13 Michael Stapelbergipc: correctly set "focused" for workspaces
2010-03-12 Michael Stapelbergipc: implement events, cleanup the code a bit
2010-03-12 Michael Stapelbergipc: return logical workspace numbers, not internal...
2010-03-12 Michael Stapelbergipc: also send a reply for COMMAND messages
2010-03-12 Michael Stapelbergipc: Correctly deal with SIGPIPE/failing write()s
2010-03-12 Michael Stapelbergipc: change active to visible, introduce focused
2010-03-11 Michael Stapelbergipc: add active flag
2010-03-11 Michael Stapelbergipc: implement GET_WORKSPACES message type
2010-03-02 Michael Stapelberguse scalloc instead of some places where calloc was...
2010-01-22 Michael StapelbergBugfix: Don’t leak IPC socket to launched processes
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-10-07 Michael StapelbergBugfix: IPC: Correctly handle the case when multiple...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets