0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
possibly fixing valgrind error
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
removed duplicate pkg-config file
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
use cerr again, where exceptions are unsafe (destructors)
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
do not use heap allocation, where stack is possible.
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
Removed cerrs from library parts. A library should never log something to the console
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
Fix README to keep it to 5 good reasons
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
Fix reorder warning
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
Merge pull request #120 from Legrandgroup/develop
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
fix usage of hidden symbol
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
fix usage of hidden symbol
cinemast
as Peter Spiess-Knafl
More... almost 10 years ago
switch to c++11
cinemast
as Peter Spiess-Knafl
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