summaryrefslogtreecommitdiff
path: root/cs/src/Ice/BasicStream.cs
Commit message (Collapse)AuthorAge
...
* 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
|
* Bug 2918 - Added code to use FileName member for warning message if the ↵Michi Henning2008-03-26
| | | | member is non-empty.
* Bug 2918 - warning: libbz2 could not be loaded (likely due to 32/64-bit ↵Michi Henning2008-03-26
| | | | mismatch).
* Bug 2872Dwayne Boone2008-03-20
|
* Bug 2730.Michi Henning2008-03-05
|
* changing UNSAFE make macro to MANAGED in C#Mark Spruiell2008-01-29
|
* Updated copyrightDwayne Boone2008-01-23
|
* Moved a number of classes from IceUtil to IceUtilInternalBernard Normier2008-01-10
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* Bug 2395.Michi Henning2007-12-24
|
* - 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
|
* Another fix for unknown member of unknown exceptions.Michi Henning2007-11-15
|
* Fixed bug in TestUtil.py that caused line numbers to be omitted from the stackMichi Henning2007-11-15
| | | | | | | | | | | | | trace under Mono when the a test failed. Ported servant locator exceptions. Fixed bug that caused the "unknown" member of unknown exception to not be initialized in some cases, and initialized to the wrong value in other cases. Added ice_name() to mapping for exceptions--without it, there was no way to get at the Slice type id of an exception, which was needed to set the "unknown" member correctly.
* - 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.
* Fixed bug I introduced with the sequence mapping changes that causedMichi Henning2007-10-29
| | | | | the stream buffer to be expanded twice for each sequence element (for some sequence types).
* Finished implementation of custom sequence mapping.Michi Henning2007-10-16
| | | | Changed patcher classes to template classes.
* Full support for LinkedList, List, Queue, and Stack, exceptMichi Henning2007-09-17
| | | | that for sequences of classes, only List can be used right now.
* New CollectionBase implementation.Michi Henning2007-09-05
|
* Changed LocalObject mappingBernard Normier2007-06-04
|
* Backed out previous fix for bug 2153Benoit Foucher2007-05-11
|
* Fixed bug 2153Benoit Foucher2007-05-11
|
* Bug 1655.Michi Henning2007-02-06
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* make size() publicMark Spruiell2007-01-31
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added autoflushing of batchesDwayne Boone2006-12-22
|
* Fixed http://www.zeroc.com/vbulletin/showthread.php?t=2842Michi Henning2006-12-06
|
* Bug 1366 - buffer sizeDwayne Boone2006-10-26
|
* Bug 803 - changed communicator initializationDwayne Boone2006-04-07
|
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed http://www.zeroc.com/vbulletin/showthread.php?t=1799Michi Henning2005-10-21
|
* Bug 426.Michi Henning2005-09-21
|
* Improved excpetion info for NoObjectFactoryException. When sliced toMichi Henning2005-07-15
| | | | Object, the original most derived type ID is now reported.
* Made Ice.ObjectImpl abstract.Michi Henning2005-07-04
|
* Fixed bug 383.Michi Henning2005-06-23
|
* adding Ice.Compression.LevelMark Spruiell2005-06-03
|
* release references to Ice objects ASAPMark Spruiell2005-05-05
|
* merging finalizer, stream changes from 2_1_branchMark Spruiell2005-05-02
|
* Fixed a typo.Michi Henning2005-04-18
|
* Added an assert to the destructor.Michi Henning2005-04-18
|
* Removed volatile throughout.Michi Henning2005-04-12
|
* Minor formatting and comment fixes.Michi Henning2005-04-12
|
* 2004 to 2005Bernard Normier2005-02-16
|
* changing sequence unmarshaling for fixed-length typesMark Spruiell2005-02-08
|
* Connection validation now checks for Ice.Override.ConnectTimeoutBenoit Foucher2005-01-26
| | | | | | | | Fixed bug where connect() wouldn't raise Ice.ConnnectTimeoutException Fixed bug where the value Ice.Override.ConnectTimeout was ignored. Fixed marshalling bug on big endian platforms. Fixed bug where System.Net.Sockets.SocketException could be raised from Network.fdToString.
* Cleaned up compression code.Michi Henning2004-11-24
|
* Streaming API changes -- added invoke demo.Michi Henning2004-11-08
|