summaryrefslogtreecommitdiff
path: root/wait.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-0/+1
* Clear Coverity "Uninitialized pointer field (UNINIT_CTOR)"Jeffrey Walton2016-10-011-2/+6
* Remove compare on "result >= WAIT_OBJECT_0" (Issue 311)Jeffrey Walton2016-09-291-1/+1
* Remove assert on "dwResult >= WAIT_OBJECT_0" (Issue 311)Jeffrey Walton2016-09-291-2/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-16/+16
* Whitespace checkinJeffrey Walton2016-09-101-7/+7
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-4/+32
* Add missing header for Windows 8, Windows Server 2012, and Windows Phone 8Jeffrey Walton2016-04-271-0/+0
* Add missing header for Windows 8, Windows Server 2012, and Windows Phone 8Jeffrey Walton2016-04-271-0/+7
* Explicitly unpoison the result of FD_ZEROJeffrey Walton2016-02-261-0/+8
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-402/+435
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-1/+3
* 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
* Cleared "unused variable" warning under GCC 5.1Jeffrey Walton2015-07-251-0/+2
* Wrapped errno in IntToStringJeffrey Walton2015-06-041-1/+1
* port to Borland C++Builder 2006weidai2006-12-141-2/+2
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-49/+116
* port to MSVC .NET 2005 beta 2weidai2005-07-121-6/+6
* sync with private branchweidai2003-06-191-5/+47
* fix WaitObjectContainer constructor in release buildweidai2003-06-101-1/+4
* detect no-wait loop in debug buildweidai2003-06-101-0/+20
* minor changesweidai2003-03-251-0/+9
* minor changesweidai2003-03-211-16/+25
* fix warnings for VC7 and GCCweidai2003-03-201-2/+2
* various changes for 5.1weidai2003-03-201-7/+144
* Initial revisionweidai2002-10-041-0/+110