Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Down with ant. From the gradle to the grave. | Matthew Newhook | 2014-10-20 |
| | |||
* | ICE-4324 Added support for java.nio.Buffer classes through metadata | Dwayne Boone | 2014-10-07 |
| | |||
* | Fixed ICE-558 - Improved NoObjectFactoryException messages | Benoit Foucher | 2014-09-25 |
| | |||
* | Fixed lots of warnings. | Matthew Newhook | 2014-08-08 |
| | |||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | ||
* | Add @Override where possible, and remove trailing white space. | Matthew Newhook | 2014-08-07 |
| | |||
* | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" | Dwayne Boone | 2014-07-17 |
| | |||
* | Fixed (ICE-5480) - Remove unused DynamicUserExceptionFactory from ↵ | Jose | 2014-03-26 |
| | | | | BasicStream.java | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fix for ICE-5481: stream startSize/endSize can't be nested | Benoit Foucher | 2013-12-18 |
| | |||
* | ICE-4983 - reduce copying in Freeze evictor for Java | Mark Spruiell | 2013-03-18 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fix for ICE-4841 - added no copy option when creating input stream | Benoit Foucher | 2013-01-23 |
| | |||
* | ICE-4938: Super compact enoding | Benoit Foucher | 2013-01-04 |
| | |||
* | more compact ID fixes | Mark Spruiell | 2012-12-26 |
| | |||
* | ICE-4938: support for compact IDs | Benoit Foucher | 2012-12-19 |
| | |||
* | Fixed ICE-5011: C# and Java marshalling bug | Benoit Foucher | 2012-11-28 |
| | |||
* | Fixed potential NPE with read/write pending objects | Benoit Foucher | 2012-11-20 |
| | |||
* | Java and C# fix for ICE-4930, invalid 1.0 marhsaling of pending objects | Benoit Foucher | 2012-11-09 |
| | |||
* | Minor core, test and demo fixes | Benoit Foucher | 2012-10-29 |
| | | | | | | | - Fixed C# value demo to use sliced format - Fixed Ice core to throw NoObjectFactoryException/UnknownUserException instead or MarshalException when compact format is used an no factory is found. - Fixed minor unitialized memory reads. | ||
* | Fixed cross test failure, memory leaks and UMRs | Benoit Foucher | 2012-10-26 |
| | |||
* | Java/C# factory fix | Mark Spruiell | 2012-10-23 |
| | |||
* | ICE-3635 - static factory maps | Mark Spruiell | 2012-10-21 |
| | |||
* | ICE-4619 - custom enumerator values | Mark Spruiell | 2012-10-17 |
| | |||
* | Renamed OptionalType to OptionalFormat in Java (ICE-4868) | Bernard Normier | 2012-09-25 |
| | |||
* | Removed Stream::format method, replace with startWriteEncaps parameter | Benoit Foucher | 2012-08-06 |
| | |||
* | updating Java API | Mark Spruiell | 2012-07-27 |
| | |||
* | implementing optional params in Java | Mark Spruiell | 2012-07-11 |
| | |||
* | * Minor C++ fixes | Mark Spruiell | 2012-06-13 |
| | | | | * Adding UnknownSlicedObject in Java | ||
* | Java port | Mark Spruiell | 2012-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/master' into encoding11 | Benoit Foucher | 2012-04-25 |
|\ | |||
| * | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | | |||
* | | Java test and bug fixes | Benoit Foucher | 2012-04-24 |
| | | |||
* | | Java port | Benoit Foucher | 2012-04-20 |
|/ | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | 4987 - preserve exception cause | Mark Spruiell | 2011-03-30 |
| | |||
* | adding message to MarshalException in BasicStream.typeToClass | Mark Spruiell | 2011-03-28 |
| | |||
* | bug 4515 - OutOfMemoryError in dbmap test | Mark Spruiell | 2010-05-26 |
| | |||
* | 4664 - readString, readBlob in Java & C# don't check the size before ↵ | Jose | 2010-02-15 |
| | | | | allocating memory | ||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Fixed bug 3409 - Added stream readAndCheckSeqSize method | Benoit Foucher | 2009-12-11 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | * bug 4314 - postpone check for Ant's bzip2 classes until compression is | Mark Spruiell | 2009-11-20 |
| | | | | | enabled for a proxy * fixing Java compression bugs when backing array not available | ||
* | bug 3203 - enable NIO direct buffers | Mark Spruiell | 2009-09-10 |
| | |||
* | bug 4196 - add class loader to InitializationData | Mark Spruiell | 2009-09-04 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Bug 4201 - No checks on the encapsulation size | Michi Henning | 2009-08-18 |
| | |||
* | more fixes for bug 4126 | Mark Spruiell | 2009-06-26 |
| | |||
* | bug 4126 - class loader issue causes UnmarshalOutOfBoundsException | Mark Spruiell | 2009-06-26 |
| |