summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectRequestHandler.cpp
Commit message (Collapse)AuthorAge
...
* | | Port to gcc and clang in c++11 mode:Bernard Normier2012-10-05
| |/ |/| | | | | | | - for GCC, replaced most std::auto_ptr usage by a new IceUtil::UniquePtr - for clang, added ICE_NOEXCEPT and ICE_NOEXCEPT_FALSE for a few dtors in Freeze
* | Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
|/ | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Added support for encoding versioningBenoit Foucher2012-04-18
|/
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Added support for Ice::DispatcherBenoit Foucher2009-12-01
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
| | | | | - Added test/Ice/ami test - sent callback is now always called
* New AMI mappingBenoit Foucher2009-11-23
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
|
* Function returning pointer was returning falseZeroC Staff2009-02-18
|
* 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).
* Bug 2889 - fix compiler warnings on SunDwayne Boone2008-03-25
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* Fix for bug 2677Benoit Foucher2008-02-11
|
* Updated copyrightDwayne Boone2008-01-23
|
* Fixed race condition in ConnectRequestHandlerBenoit Foucher2008-01-11
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* - Added missing notifyAll in ConnectRequestHandler (which could cause asyncBenoit Foucher2008-01-04
| | | | | | | | | requests to hang if an exception occured during flushing). - Changed getaddrinfo(0, "0", ...) calls to getaddrinfo(0, "1", ...). Solaris doesn't recognize "0" as a valid service name. - Workaround HP-UX compiler bug caused by Glacier2::Instance inlined methods.
* Fixed bug 2592Benoit Foucher2007-12-12
|
* Fixed NPE in the outgoing connection factoryBenoit Foucher2007-12-05
|
* - 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.