barrier/src/lib/ipc
Nick Bolton 4378e520f0 fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop). 2012-07-14 00:15:07 +00:00
..
CIpcClient.cpp fixed lousy ipc client/server cleanup and shutdown doubled timeout. 2012-07-13 17:08:00 +00:00
CIpcClient.h changed integ tests to use another port for ipc. 2012-07-11 12:07:13 +00:00
CIpcClientProxy.cpp improved ipc log messages. 2012-07-13 17:34:59 +00:00
CIpcClientProxy.h * fixed a shit-ton of memory leaks (lots in the ipc log handler, oops) 2012-07-10 01:51:51 +00:00
CIpcLogOutputter.cpp fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop). 2012-07-14 00:15:07 +00:00
CIpcLogOutputter.h made ipc log outputter message drop mechanism only drop messages from the buffer thread (*should* not cause deadlock, but feels a bit risky). 2012-07-10 10:04:52 +00:00
CIpcMessage.cpp * fixed a shit-ton of memory leaks (lots in the ipc log handler, oops) 2012-07-10 01:51:51 +00:00
CIpcMessage.h * fixed a shit-ton of memory leaks (lots in the ipc log handler, oops) 2012-07-10 01:51:51 +00:00
CIpcServer.cpp changed integ tests to use another port for ipc. 2012-07-11 12:07:13 +00:00
CIpcServer.h changed integ tests to use another port for ipc. 2012-07-11 12:07:13 +00:00
CIpcServerProxy.cpp improved ipc log messages. 2012-07-13 17:34:59 +00:00
CIpcServerProxy.h * fixed a shit-ton of memory leaks (lots in the ipc log handler, oops) 2012-07-10 01:51:51 +00:00
CMakeLists.txt changed ipc protocol to be more like original synergy protocol (4 byte message codes and better use of protocol util class). 2012-07-11 18:06:10 +00:00
Ipc.cpp changed ipc protocol to be more like original synergy protocol (4 byte message codes and better use of protocol util class). 2012-07-11 18:06:10 +00:00
Ipc.h changed ipc protocol to be more like original synergy protocol (4 byte message codes and better use of protocol util class). 2012-07-11 18:06:10 +00:00