0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make default constructor, assignment operator private. More... over 20 years ago
Handle unsigned types better in sp_itoa. More... over 20 years ago
Clean up some unnecessary exceptions. Return bytes from SSL_write. More... over 20 years ago
Fix lib version number. More... almost 21 years ago
Add directory dependencies so make -j might work.. More... almost 21 years ago
Compile with .NET 2003 More... almost 21 years ago
Update to compile on Redhat 9 More... almost 21 years ago
No idea why these casts are necessary.. More... almost 21 years ago
Change name of MEMBER_TYPE macro to TYPENAME More... about 21 years ago
Clean up usage of XML_Char More... about 21 years ago
Cleaned up XML_Char usage. More... about 21 years ago
Added macro check. More... about 21 years ago
Use /dev/urandom if available to initialize SSL random numbers. More... about 21 years ago
Fixed bug with OpenSSL read/write. Optional client-side SSL failed because SSL_ERROR_WANT_READ should not lead to a blocking read "select" after the SSL connection has been established. Should only "select" during the SSL_connect establishment phase. More... about 21 years ago
Added changes to support different SSL Methods, customizable certificate verification methods, and fixed a memory leak in default certificate verification More... about 21 years ago
Add echoString_null test. More... over 21 years ago
Preserve null correctly. More... over 21 years ago
Check for gcc_s More... over 21 years ago
Clean up Expat version macros. More... over 21 years ago
Silence! More... over 21 years ago
Change order proj dir is built. More... over 21 years ago
Fixed includes. More... over 21 years ago
Changed AddParameter() so it's easy to specify a namespace. More... over 21 years ago
added ability to pass the CTX in the constructor. Added exception if a user tries to change the CTX with a connection already established. More... over 21 years ago
added all the two new dsp files so they will be included with the archive More... over 21 years ago
major bugfix. SSL connection will no longer loop infinitely if the socket disconnects More... over 21 years ago
Depenedencies for "all" More... over 21 years ago
Utility project for "all" target. More... over 21 years ago
Added MSVC6 project for google example. More... over 21 years ago
Better fix for chunked. More... over 21 years ago