0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reindented code (with vim "gg=G" sequence) and adjusted openning brack policy (openning bracket to new line). More... about 10 years ago
Changed port for unused port test. Added comment if port is not unused. More... about 10 years ago
Modified CMake files to compile TcpSocket Connectors unit tests. More... about 10 years ago
Added TcpSocket Connectors unit tests. More... about 10 years ago
Corrected same behavioral issue for WindowsTcpSocketServer that was spotted on UnixDomainSocketServer on StartListening and StopListening methods. More... about 10 years ago
Corrected same behavioral issue for LinuxTcpSocketServer that was spotted on UnixDomainSocketServer on StartListening and StopListening methods. More... about 10 years ago
Improved Unix Domain Sockets Connectors Test (needed greater timeout and right delimiter character). More... about 10 years ago
Corrected wrong behavior of StartListening and StopListening (for return value) on Unix Domain Socket Server. More... about 10 years ago
Adding include to use cerr flow. More... about 10 years ago
Merge remote-tracking branch 'upstream/master' into develop Doing so syncing with cinemast libjson-rpc-cpp implementation (wich is the origin of this fork). More... about 10 years ago
Factorized some errors message handling code in linux tcp socket client. More... about 10 years ago
Handlded tcp error as ERROR_CLIENT_CONNECOTR on windows tpc socket client implementation. More... about 10 years ago
Improved reading and writing operation in socket for Windows implementation (now close client socket on reading/writing issues). More... about 10 years ago
Set client socket in blocking mode. It seems that it was un non-blocking mode (probably inherited of listenning socket). More... about 10 years ago
Added clean client socket close procedure on windows tcp socket server implementation. More... about 10 years ago
Added tcp simple server and client examples compilation to CMake files. More... about 10 years ago
Added winsock2 library depency for tcp socket connectors. More... about 10 years ago
Factorized client socket close code. More... about 10 years ago
Improved errors handling on linux tcp socket client implementation. Now throw a ERROR_CLIENT_CONNECTOR which is more fit to errors involved by socket manipulation than ERROR_RPC_ERROR. More... about 10 years ago
Matched client read/write functions with server ones on Linux implementation. More... about 10 years ago
Cleaned out a debug purpose cout. More... about 10 years ago
Bugfix for string id handling in client module. (Closes #119)
cinemast
as Peter Spiess-Knafl
More... about 10 years ago
Corrected errors in windows tcp socket server. More... about 10 years ago
Improved indentation. Improved way to handle end of tcp session on Linux. Now havethe same behavior that Linux implementation. More... about 10 years ago
Improved Client close detection and usage. More... about 10 years ago
Improved way to handle end of tcp session on Linux : Server waits for client to close the socket fist, so the client enters TIME_WAIT. If the client does not close, the server closes first by using tcp RST which avoid enters in TIME_WAIT. More... about 10 years ago
Improved tcpsocket connectors examples (now takes parameters for ip and port). More... about 10 years ago
Improved Windows implementation of TcpSocketServer. More... about 10 years ago
Added a better way to initialize Winsock. Also corrected somme header and code issues. More... about 10 years ago
Added tcp socket client implementation for windows. More... about 10 years ago