summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Selector.h
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-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Fixed WinRT build (transport re-factoring)Benoit Foucher2014-05-06
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Merge remote-tracking branch 'origin/encoding11' into withoutsyncBenoit Foucher2012-09-10
|\ | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h
| * Undo pragma-once-in-header enhancementBernard Normier2012-09-05
| |
* | Windows fixesBenoit Foucher2012-08-10
|/
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* WinRT supportJose2012-07-13
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* - Fixed bug where first proxy request could incorrectly be sent compress or ↵Benoit Foucher2008-06-06
| | | | | | | uncompressed. - Added support to run the tests with valgrind on Linux (tested with valgrind 3.3.0).
* Fixed Sun/HP-UX compilation errorBenoit Foucher2008-03-07
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fix for bug 1945, Sun & HP-UX compilation fixesBenoit Foucher2008-01-03
|
* - 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.