Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Port to gcc and clang in c++11 mode: | Bernard Normier | 2012-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 Normier | 2012-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 encoding11 | Benoit Foucher | 2012-04-25 | |
|\ | ||||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 | |
| | | ||||
* | | Added support for encoding versioning | Benoit Foucher | 2012-04-18 | |
|/ | ||||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 | |
| | ||||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 | |
| | ||||
* | Added support for Ice::Dispatcher | Benoit Foucher | 2009-12-01 | |
| | ||||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 | |
| | | | | | - Added test/Ice/ami test - sent callback is now always called | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 | |
| | ||||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 | |
| | ||||
* | Bug 2798 - add reason information to MemoryLimitException | Dwayne Boone | 2009-04-21 | |
| | ||||
* | Function returning pointer was returning false | ZeroC Staff | 2009-02-18 | |
| | ||||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 | |
| | ||||
* | - Fixed bug where first proxy request could incorrectly be sent compress or ↵ | Benoit Foucher | 2008-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 Sun | Dwayne Boone | 2008-03-25 | |
| | ||||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 | |
| | ||||
* | Fix for bug 2677 | Benoit Foucher | 2008-02-11 | |
| | ||||
* | Updated copyright | Dwayne Boone | 2008-01-23 | |
| | ||||
* | Fixed race condition in ConnectRequestHandler | Benoit Foucher | 2008-01-11 | |
| | ||||
* | - Fixed bug 1619, part of 2632. | Benoit Foucher | 2008-01-09 | |
| | ||||
* | - Added missing notifyAll in ConnectRequestHandler (which could cause async | Benoit Foucher | 2008-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 2592 | Benoit Foucher | 2007-12-12 | |
| | ||||
* | Fixed NPE in the outgoing connection factory | Benoit Foucher | 2007-12-05 | |
| | ||||
* | - Added support for non-blocking AMI/batch requests, connection | Benoit Foucher | 2007-11-27 | |
creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups. |