summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Selector.cpp
Commit message (Collapse)AuthorAge
...
* Fix to allow transceivers to read more data than requested.Benoit Foucher2013-07-12
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed mingw warnings and added -Werror to mingw buildBernard Normier2012-12-26
|
* Port to Solaris 11 / Solaris Studio 12.3 (== CC 5.12)Bernard Normier2012-09-07
| | | | Fix to BasicStream.h (unitialized data member) that caused occasional failures in Ice/stream test
* remove VC6 supportJose2012-08-08
|
* WinRT supportJose2012-07-13
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Fixed bug 5127 - epoll selector errorBenoit Foucher2011-06-01
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Make GCC supported compiler on SunDwayne Boone2009-11-10
|
* Resolve some BCC compiler warningsDwayne Boone2009-10-02
|
* Added Advanced Installer third party installer projects for VC6 and VC9Dwayne Boone2009-09-02
| | | | Fixed some VC6 compile errors
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Removed unused Selector.cppBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-01-23
| | | | | | - Added errorToString() and lastErrorToString() functions to IceUtil/StringUtil.h - Replaced multiple implementations of errorToString methods with the IceUtil one. - Fixed bug 2641.
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.