openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
libjson-rpc-cpp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 14 of 36
Search / Filter on:
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).
Alexandre Poirot
More...
about 10 years ago
Changed port for unused port test. Added comment if port is not unused.
Alexandre Poirot
More...
about 10 years ago
Modified CMake files to compile TcpSocket Connectors unit tests.
Alexandre Poirot
More...
about 10 years ago
Added TcpSocket Connectors unit tests.
Alexandre Poirot
More...
about 10 years ago
Corrected same behavioral issue for WindowsTcpSocketServer that was spotted on UnixDomainSocketServer on StartListening and StopListening methods.
Alexandre Poirot
More...
about 10 years ago
Corrected same behavioral issue for LinuxTcpSocketServer that was spotted on UnixDomainSocketServer on StartListening and StopListening methods.
Alexandre Poirot
More...
about 10 years ago
Improved Unix Domain Sockets Connectors Test (needed greater timeout and right delimiter character).
Alexandre Poirot
More...
about 10 years ago
Corrected wrong behavior of StartListening and StopListening (for return value) on Unix Domain Socket Server.
Alexandre Poirot
More...
about 10 years ago
Adding include to use cerr flow.
Alexandre Poirot
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).
Alexandre Poirot
More...
about 10 years ago
Factorized some errors message handling code in linux tcp socket client.
Alexandre Poirot
More...
about 10 years ago
Handlded tcp error as ERROR_CLIENT_CONNECOTR on windows tpc socket client implementation.
Alexandre Poirot
More...
about 10 years ago
Improved reading and writing operation in socket for Windows implementation (now close client socket on reading/writing issues).
Alexandre Poirot
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).
Alexandre Poirot
More...
about 10 years ago
Added clean client socket close procedure on windows tcp socket server implementation.
Alexandre Poirot
More...
about 10 years ago
Added tcp simple server and client examples compilation to CMake files.
Alexandre Poirot
More...
about 10 years ago
Added winsock2 library depency for tcp socket connectors.
Alexandre Poirot
More...
about 10 years ago
Factorized client socket close code.
Alexandre Poirot
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.
Alexandre Poirot
More...
about 10 years ago
Matched client read/write functions with server ones on Linux implementation.
Alexandre Poirot
More...
about 10 years ago
Cleaned out a debug purpose cout.
Alexandre Poirot
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.
Alexandre Poirot
More...
about 10 years ago
Improved indentation. Improved way to handle end of tcp session on Linux. Now havethe same behavior that Linux implementation.
Alexandre Poirot
More...
about 10 years ago
Improved Client close detection and usage.
Alexandre Poirot
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.
Alexandre Poirot
More...
about 10 years ago
Improved tcpsocket connectors examples (now takes parameters for ip and port).
Alexandre Poirot
More...
about 10 years ago
Improved Windows implementation of TcpSocketServer.
Alexandre Poirot
More...
about 10 years ago
Added a better way to initialize Winsock. Also corrected somme header and code issues.
Alexandre Poirot
More...
about 10 years ago
Added tcp socket client implementation for windows.
Alexandre Poirot
More...
about 10 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
35
36
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree