summaryrefslogtreecommitdiff
path: root/socketft.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove reliance on _WINSOCK_DEPRECATED_NO_WARNINGS (Issue 19)Jeffrey Walton2016-10-101-0/+1
|
* Coverity finding CID 148134: Uninitialized scalar field (UNINIT_CTOR) (Issue ↵Jeffrey Walton2016-09-291-3/+4
| | | | 312)
* Remove unneeded assertsJeffrey Walton2016-09-291-1/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-3/+5
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-236/+223
|
* Issue 19 and comments on the 05076dbdJeffrey Walton2015-07-281-15/+11
|
* Used pragmas to disable the deprecated warnings under Visual Studio rather ↵Jeffrey Walton2015-07-271-1/+15
| | | | than _WINSOCK_DEPRECATED_NO_WARNINGS. Using _WINSOCK_DEPRECATED_NO_WARNINGS could cross-pollintae out of the library and into user code
* _WINSOCK_DEPRECATED_NO_WARNINGS was defined before including Winsock gear to ↵Jeffrey Walton2015-07-271-0/+1
| | | | avoid the warnings and the rewrite. Being tracked at GitHub, Issue 19, https://github.com/weidai11/cryptopp/issues/19
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* port to Borland C++Builder 2006weidai2006-12-141-0/+2
|
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-3/+8
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-4/+4
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-2/+2
|
* sync with private branchweidai2003-06-191-2/+2
|
* sync with private branchweidai2003-06-061-1/+1
|
* various changes for 5.1weidai2003-03-201-1/+0
|
* Initial revisionweidai2002-10-041-0/+218