possibly fixing valgrind error |
|
More...
|
almost 10 years ago
|
removed duplicate pkg-config file |
|
More...
|
almost 10 years ago
|
use cerr again, where exceptions are unsafe (destructors) |
|
More...
|
almost 10 years ago
|
do not use heap allocation, where stack is possible. |
|
More...
|
almost 10 years ago
|
Removed cerrs from library parts. A library should never log something to the console |
|
More...
|
almost 10 years ago
|
Fix README to keep it to 5 good reasons |
|
More...
|
almost 10 years ago
|
Fix reorder warning |
|
More...
|
almost 10 years ago
|
Merge pull request #120 from Legrandgroup/develop |
|
More...
|
almost 10 years ago
|
fix usage of hidden symbol |
|
More...
|
almost 10 years ago
|
fix usage of hidden symbol |
|
More...
|
almost 10 years ago
|
switch to c++11 |
|
More...
|
almost 10 years ago
|
Fixing memleak in client (was not spotted before) |
|
More...
|
almost 10 years ago
|
Removing some -Wsign-comparison warning on compilation |
|
More...
|
almost 10 years ago
|
Merge remote-tracking branch 'upstream/develop' into develop |
|
More...
|
almost 10 years ago
|
Corrected wrong new line after title. |
|
More...
|
almost 10 years ago
|
Merge branch 'develop' of https://github.com/Legrandgroup/libjson-rpc-cpp into develop |
|
More...
|
almost 10 years ago
|
Added contribution specific information. |
|
More...
|
almost 10 years ago
|
Corrected an error in code (type conversion) and a warning message. |
|
More...
|
almost 10 years ago
|
Modified code to remove a warning message on compilation. |
|
More...
|
almost 10 years ago
|
Added documentation for new private methods of Windows Tcp Socket Client implementation. |
|
More...
|
almost 10 years ago
|
Added documentation for new private methods of Linux Tcp Socket Client implementation. |
|
More...
|
almost 10 years ago
|
Made some method parameter passed as const references (avoid copy passing for performance on calls) on Windows Tcp Socket Server implementation. |
|
More...
|
almost 10 years ago
|
Made some method parameter passed as const references (avoid copy passing for performance on calls) on Linux Tcp Socket Server implementation. |
|
More...
|
almost 10 years ago
|
Added option REUSEADDR to listening socket (helps to fast reuse of binded socket) on Windows Tcp Socket Server implemeantetion. |
|
More...
|
almost 10 years ago
|
Added option REUSEADDR to listenning socket (helps to fast reuse of binded socket) on Linux Tcp Socket Server implemeantetion. |
|
More...
|
almost 10 years ago
|
Autoindent with vim. |
|
More...
|
almost 10 years ago
|
Added hostname resolving to Linux Tcp Socket Client implementation. |
|
More...
|
almost 10 years ago
|
Improved tcp socketconnectors example |
|
More...
|
almost 10 years ago
|
Improved Windows Tcp Socket Client implementation to resolve hostname. |
|
More...
|
almost 10 years ago
|
Added doxygen documentation for tcp socket connectors. |
|
More...
|
almost 10 years ago
|