summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/BasicStream.java
Commit message (Collapse)AuthorAge
...
* Fixed performance issues reported by FindBugs. Made correspondingMichi Henning2009-05-14
| | | | changes for C# where applicable.
* Bug 3459 - add rewind/reset to InputStream/OutputStreamDwayne Boone2009-04-30
|
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
|
* removing Java2 mappingMark Spruiell2009-04-03
|
* bug 3531 - fixing Eclipse warnings in Java codeMark Spruiell2009-02-13
|
* bug 3021 - replace StringBuffer with StringBuilderMark Spruiell2009-02-10
|
* bug 3576 - stream operations should raise exceptions instead of crashMark Spruiell2009-02-09
|
* Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
|
* - Implementing Ice.Trace.Slicing in Python & RubyMark Spruiell2009-02-02
| | | | - Improving UnmarshalOutOfBoundsException for unknown exceptions
* Bug 3547. Re-enable call to the patch function for null instances because ↵Michi Henning2009-01-30
| | | | | | Ice for Pythong and Ruby rely on it. For consistency, re-enable that call for Java and C# as well--the performance difference is unnoticeable.
* Squashed commit of the following:Michi Henning2009-01-29
| | | | | | | | commit 20d8f03d5e8caffb3d75a661734a77d767f8def1 Author: Michi Henning <michi@zeroc.com> Date: Thu Jan 29 12:29:34 2009 +1000 Bug 3547: Object unmarshaling code not safe?
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3460 - BasicStream.reset set _sliceObjects to trueDwayne Boone2008-10-28
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* Moved various classes from IceUtil to IceUtilInternalBernard Normier2008-01-09
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* - 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.
* Bug 2474.Michi Henning2007-11-26
|
* - Fixing bug 2522 for Python. This involved adding the C++ classMark Spruiell2007-11-05
| | | | | | | | | | UserExceptionWriter so that the Python extension can wrap a native Python user exception into something that the C++ run time can marshal. Also ported the changes to the servantLocator test. - Implementing UserExceptionWriter in Java and C#. - Consolidating the source files for the C# streaming API.
* Changed LocalObject mappingBernard Normier2007-06-04
|
* Backed out previous fix for bug 2153Benoit Foucher2007-05-11
|
* Fixed bug 2153Benoit Foucher2007-05-11
|
* Fixed bug 2123Benoit Foucher2007-04-19
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added autoflushing of batchesDwayne Boone2006-12-22
|
* Bug 1366 - buffer max sizeDwayne Boone2006-10-26
|
* Added enum as java keywordDwayne Boone2006-08-21
|
* optimizations for writeStartEncaps, writeStringMark Spruiell2006-06-06
|
* Bug 803 - Changed communicator initialzationDwayne Boone2006-04-07
|
* Updated copyrightDwayne Boone2006-03-14
|
* Improved excpetion info for NoObjectFactoryException. When sliced toMichi Henning2005-07-15
| | | | Object, the original most derived type ID is now reported.
* Made Ice.Object abstract.Michi Henning2005-07-04
|
* Fixed bug 383.Michi Henning2005-06-23
|
* adding Ice.Compression.LevelMark Spruiell2005-06-02
|
* release references to Ice objects ASAPMark Spruiell2005-05-05
|
* - Removing BufferManager class and BasicStream.destroy(), which reduces theMark Spruiell2005-04-29
| | | | | | | complexity of many existing finalizers. - Removed code that cleans up cached objects. - For compatibility with C#, finalizers no longer call methods on other objects.
* 2004 to 2005Bernard Normier2005-02-16
|
* changing sequence unmarshaling for fixed-length typesMark Spruiell2005-02-08
|
* adding bzip2 supportMark Spruiell2004-12-02
|
* comment formattingMarc Laukien2004-11-04
|
* AMD and dispatch exception handling fixesMarc Laukien2004-11-01
|
* - Fixed bug where global metadata causes unmarshaling of an exception orMark Spruiell2004-10-13
| | | | | | | | concrete class to fail. - Added Ice.Package.* and Ice.Default.Package properties. - Also fixed bug where the conversion from a Slice type id to a Java class name did not escape Java keywords. - Added test/Ice/package.
* Renamed IceInternal.Connection to Ice.ConnectionIBernard Normier2004-09-01
|
* Changed code in throwException() to reflect that exception slices are notMichi Henning2004-09-01
| | | | followed by a terminating empty type ID on the wire.
* Got rid of old UserExceptionFactory code that was still kicking around butMichi Henning2004-06-23
| | | | | no longer relevant. Added -deprecation option to Java build.
* Added TODO to BasicStream.java.Michi Henning2004-06-15
|
* Implemented missing test for overrun in BasicStream.java. Fixed incorrectMichi Henning2004-06-01
| | | | test output and remove two redundant data members.
* Fixed copyrightBernard Normier2004-05-18
|