summaryrefslogtreecommitdiff
path: root/cs/src/Ice/BasicStream.cs
Commit message (Collapse)AuthorAge
* py -> pythonMatthew Newhook2015-03-21
| | | | | | rb -> ruby objc -> objective-c cs -> csharp
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5486: added support for MessageSizeMax OA propertyBenoit Foucher2014-11-05
|
* Fixed ICE-5607: relaxed Ice.MessageSizeMaxBenoit Foucher2014-11-05
|
* Fixed ICE-558 - Improved NoObjectFactoryException messagesBenoit Foucher2014-09-25
|
* ICE-5481 startSize/endSize methods aren't designed to be "reentrant"Dwayne Boone2014-07-17
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fix for ICE-5481: stream startSize/endSize can't be nestedBenoit Foucher2013-12-18
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5215: IPv6 support enabled by defaultBenoit Foucher2013-02-11
|
* Fix for ICE-4841 - added no copy option when creating input streamBenoit Foucher2013-01-23
|
* ICE-4938: Super compact enodingBenoit Foucher2013-01-04
|
* more compact ID fixesMark Spruiell2012-12-26
|
* ICE-4938: support for compact IDsBenoit Foucher2012-12-19
|
* Fixed ICE-4998 - Remove Mac OS references from documentation filesBenoit Foucher2012-12-03
|
* Fixed ICE-5011: C# and Java marshalling bugBenoit Foucher2012-11-28
|
* Fixed potential NPE with read/write pending objectsBenoit Foucher2012-11-20
|
* Java and C# fix for ICE-4930, invalid 1.0 marhsaling of pending objectsBenoit Foucher2012-11-09
|
* Minor core, test and demo fixesBenoit Foucher2012-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 UMRsBenoit Foucher2012-10-26
|
* Java/C# factory fixMark Spruiell2012-10-23
|
* ICE-3635 - static factory mapsMark Spruiell2012-10-21
|
* ICE-4379 - marshaling order of C# stacksMark Spruiell2012-10-18
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Renamed OptionalType to OptionalFormat in C# (ICE-4868)Bernard Normier2012-09-25
|
* changing Ice.Optional to struct in C#Mark Spruiell2012-08-30
|
* initial support for optional params in C#Mark Spruiell2012-08-28
|
* implementing preserved slices in C#Mark Spruiell2012-08-10
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* Merged Silverlight supportBenoit Foucher2012-04-25
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Removed virtual specifier from C# BasicStreamBenoit Foucher2011-10-31
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* merging .NET Compact Framework supportMark Spruiell2011-05-09
|
* adding message to MarshalException in BasicStream.typeToClassMark Spruiell2011-03-28
|
* 4664 - readString, readBlob in Java & C# don't check the size before ↵Jose2010-02-15
| | | | allocating memory
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed bug 3409 - Added stream readAndCheckSeqSize methodBenoit Foucher2009-12-11
|
* 4413 - .NET Do not cast unnecessarily.Jose2009-12-07
|
* More FxCop issuesDwayne Boone2009-12-07
| | | | | | | http://bugzilla/bugzilla/show_bug.cgi?id=4418 http://bugzilla/bugzilla/show_bug.cgi?id=4421 http://bugzilla/bugzilla/show_bug.cgi?id=4423 http://bugzilla/bugzilla/show_bug.cgi?id=4435
* 4424 - .NET FxCop Globalization RulesJose2009-12-05
| | | | | also Removed HKCU windows registry for .NET, this was not done when removed it from c++
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 4201 - No checks on the encapsulation sizeMichi Henning2009-08-18
|
* 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
|
* 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.