barrier/src/lib/server
Nick Bolton c368013f13 Patch by Jerry for issue 46:
- Unit test for sending file data from server to client.
- Removed singleton pattern from CSocketMultiplexer for easier unit testing.
- Incremented protocol version from 1.4 to 1.5 (new file chunk message).
- Storing pointer to CConfig instead of copying in CServer (so we can mock it).
- Created a common event queue for testing (timeout, quit event, etc).
- Fixed code style.
2013-07-16 19:02:30 +00:00
..
CBaseClientProxy.cpp corrected license and author attribution (cs 2002-2012, nb 2008-2012) 2012-09-04 02:09:56 +00:00
CBaseClientProxy.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientListener.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientListener.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxy.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxy1_0.cpp Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxy1_0.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxy1_1.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_1.h - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_2.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_2.h - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_3.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_3.h - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_4.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_4.h - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CClientProxy1_5.cpp Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxy1_5.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxyUnknown.cpp Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CClientProxyUnknown.h - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CConfig.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CConfig.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CInputFilter.cpp - made unit testing easier by (mostly) removing the event queue singleton. 2013-06-29 14:17:49 +00:00
CInputFilter.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CMakeLists.txt Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CPrimaryClient.cpp Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CPrimaryClient.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CServer.cpp Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
CServer.h Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00