summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Selector.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6695, Ice for WinRT hang on Windows 10Benoit Foucher2015-08-11
|
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Fixed ICE-5746: selector bad file descriptor on OS XBenoit Foucher2014-10-16
|
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Fixed ICE-5490: selector doesn't check for EPOLLERR on LinuxBenoit Foucher2014-06-05
|
* Fixed WinRT build (transport re-factoring)Benoit Foucher2014-05-06
|
* merging javascript branchMark Spruiell2014-03-19
|
* Revert "Fix to allow transceivers to read more data than requested."Benoit Foucher2013-07-26
| | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
* 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.