summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
Commit message (Collapse)AuthorAge
...
* Fixed bug 3409 - Added stream readAndCheckSeqSize methodBenoit Foucher2009-12-11
|
* New AMI mappingBenoit Foucher2009-11-23
|
* Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefsDwayne Boone2009-08-21
|
* Bug 4201 - No checks on the encapsulation sizeMichi Henning2009-08-18
|
* Bug 2664 - show stack traces with C++Dwayne Boone2009-05-07
|
* Bug 3459 - add rewind/reset to InputStream/OutputStreamDwayne Boone2009-04-30
|
* Bug 2798 - add reason information to MemoryLimitExceptionDwayne Boone2009-04-21
|
* Merge commit 'origin/R3_3_branch'Benoit Foucher2009-03-24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES cpp/demo/Freeze/backup/.depend cpp/demo/Freeze/bench/.depend cpp/demo/Freeze/casino/.depend cpp/demo/Freeze/customEvictor/.depend cpp/demo/Freeze/library/.depend cpp/demo/Freeze/phonebook/.depend cpp/demo/Freeze/transform/.depend cpp/demo/Glacier2/callback/.depend cpp/demo/Glacier2/chat/.depend cpp/demo/Ice/async/.depend cpp/demo/Ice/bidir/.depend cpp/demo/Ice/callback/.depend cpp/demo/Ice/converter/.depend cpp/demo/Ice/hello/.depend cpp/demo/Ice/invoke/.depend cpp/demo/Ice/latency/.depend cpp/demo/Ice/minimal/.depend cpp/demo/Ice/multicast/.depend cpp/demo/Ice/nested/.depend cpp/demo/Ice/nrvo/.depend cpp/demo/Ice/session/.depend cpp/demo/Ice/throughput/.depend cpp/demo/Ice/value/.depend cpp/demo/IceBox/hello/.depend cpp/demo/IceGrid/allocate/.depend cpp/demo/IceGrid/icebox/.depend cpp/demo/IceGrid/replication/.depend cpp/demo/IceGrid/sessionActivation/.depend cpp/demo/IceGrid/simple/.depend cpp/demo/IceStorm/clock/.depend cpp/demo/IceStorm/counter/.depend cpp/demo/IceStorm/replicated/.depend cpp/demo/IceStorm/replicated2/.depend cpp/demo/book/freeze_filesystem/.depend cpp/demo/book/lifecycle/.depend cpp/demo/book/printer/.depend cpp/demo/book/simple_filesystem/.depend cpp/src/Freeze/.depend cpp/src/FreezeScript/.depend cpp/src/Ice/.depend cpp/src/Ice/UdpTransceiver.cpp cpp/src/Ice/UdpTransceiver.h cpp/src/IceBox/.depend cpp/src/IceGrid/.depend cpp/src/IceGridLib/.depend cpp/src/IcePatch2/.depend cpp/src/IceStorm/.depend cpp/src/slice2freeze/.depend cpp/test/Freeze/complex/.depend cpp/test/Freeze/dbmap/.depend cpp/test/Freeze/evictor/.depend cpp/test/Freeze/oldevictor/.depend cpp/test/FreezeScript/dbmap/.depend cpp/test/FreezeScript/evictor/.depend cpp/test/Glacier2/attack/.depend cpp/test/Glacier2/dynamicFiltering/.depend cpp/test/Glacier2/router/.depend cpp/test/Glacier2/sessionControl/.depend cpp/test/Glacier2/ssl/.depend cpp/test/Glacier2/staticFiltering/.depend cpp/test/Ice/adapterDeactivation/.depend cpp/test/Ice/background/.depend cpp/test/Ice/binding/.depend cpp/test/Ice/checksum/.depend cpp/test/Ice/checksum/server/.depend cpp/test/Ice/custom/.depend cpp/test/Ice/exceptions/.depend cpp/test/Ice/facets/.depend cpp/test/Ice/faultTolerance/.depend cpp/test/Ice/gc/.depend cpp/test/Ice/hold/.depend cpp/test/Ice/inheritance/.depend cpp/test/Ice/interceptor/.depend cpp/test/Ice/location/.depend cpp/test/Ice/objects/.depend cpp/test/Ice/operations/.depend cpp/test/Ice/proxy/.depend cpp/test/Ice/retry/.depend cpp/test/Ice/servantLocator/.depend cpp/test/Ice/slicing/exceptions/.depend cpp/test/Ice/slicing/objects/.depend cpp/test/Ice/stream/.depend cpp/test/Ice/stringConverter/.depend cpp/test/Ice/timeout/.depend cpp/test/Ice/udp/.depend cpp/test/IceBox/configuration/.depend cpp/test/IceGrid/activation/.depend cpp/test/IceGrid/allocation/.depend cpp/test/IceGrid/deployer/.depend cpp/test/IceGrid/distribution/.depend cpp/test/IceGrid/replicaGroup/.depend cpp/test/IceGrid/replication/.depend cpp/test/IceGrid/session/.depend cpp/test/IceGrid/simple/.depend cpp/test/IceGrid/update/.depend cpp/test/IceSSL/configuration/.depend cpp/test/IceStorm/federation/.depend cpp/test/IceStorm/federation2/.depend cpp/test/IceStorm/rep1/.depend cpp/test/IceStorm/repgrid/.depend cpp/test/IceStorm/repstress/.depend cpp/test/IceStorm/single/.depend cpp/test/IceStorm/stress/.depend cpp/test/Slice/keyword/.depend cs/src/Ice/Instance.cs cs/src/IceSSL/ConnectorI.cs java/demo/book/simple_filesystem/Filesystem/DirectoryI.java java/demo/book/simple_filesystem/Filesystem/FileI.java java/src/IceInternal/TcpConnector.java java/src/IceSSL/ConnectorI.java py/modules/IcePy/.depend rb/src/IceRuby/.depend
| * bug 3576 - stream operations should raise exceptions instead of crashMark Spruiell2009-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?
* | Merge branch 'R3_3_branch'Dwayne Boone2009-01-02
|\|
| * Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
| |
| * Bug 3215 - ARM/Linux double supportDwayne Boone2008-06-06
| |
* | Squashed commit of the following:Michi Henning2008-07-08
| | | | | | | | | | | | | | | | | | | | | | commit 3677312fda0e2e230d5572b3e76b3d1758c86919 Author: Michi Henning <michi@zeroc.com> Date: Tue Jul 8 17:08:15 2008 +1000 Bug 2038 - Ctrl-C on Windows without CtrlCHandler Renamed FactoryTableDef -> FactoryTable Renamed FactoryTable -> FactoryTableInit
* | Bug 3215 - ARM/Linux double supportDwayne Boone2008-05-29
|/
* Bug 2889 - fix compiler warnings on SunDwayne Boone2008-03-25
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Fixed bug 1619, part of 2632.Benoit Foucher2008-01-09
|
* 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.
* Backed out previous fix for bug 2153 as I'm not convinced it's correct.Benoit 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
|
* removing memory poolBrent Eagles2006-11-01
|
* Bug 1366 - buffer max sizeDwayne Boone2006-10-26
|
* - Updating Ice and library verison to 3.2.Brent Eagles2006-09-13
| | | | | | - Adding memory pool implementation. Enabled by default. - Added disablePool option to test suite to run tests without the pool. - Added Ice.MemoryPool and Ice.HighWaterMark properties.
* Fix build problem with BasicStream with PowerPC.Matthew Newhook2006-08-25
|
* bug 1318: modify zero-copy APIMark Spruiell2006-08-24
|
* Borland C++Builder port mass commitDwayne Boone2006-08-09
|
* Added back static identity string functionsDwayne Boone2006-05-09
|
* More changes wrt string conversionDwayne Boone2006-05-04
|
* Some refactoring of string converter usageDwayne Boone2006-05-03
|
* More string converter optimizationsDwayne Boone2006-05-02
|
* Adding string converter optimizationsDwayne Boone2006-05-02
|
* Fixed inializer orderDwayne Boone2006-05-01
|
* Use memmove instead of std::memmoveDwayne Boone2006-05-01
|
* Added ability to configure string convertersDwayne Boone2006-05-01
|
* Bug 803 - changed communicator initialization.Dwayne Boone2006-04-07
|
* Added support for wstring slice metadataDwayne Boone2006-03-29
|
* Performance improvements, mainly inliningDwayne Boone2006-03-15
|
* Updated copyrightDwayne Boone2006-03-14
|
* fixed custom marshaling with apple.Matthew Newhook2006-03-02
|
* Changed blob functions to match IceEDwayne Boone2006-02-24
|
* Added zero copy readBlobDwayne Boone2006-02-10
|
* Do zero copy of basic sequence types on 32 bit intel platformsDwayne Boone2006-02-09
|