summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
Commit message (Collapse)AuthorAge
* Removed SL and IceE codeBenoit Foucher2008-06-06
|
* Various Ice-E fixes:Mark Spruiell2008-06-03
| | | | | | | - Bug fix in slice2javae for local interfaces/classes - Added Ice.LocalObjectHolder - Reviewed Java/C++ demos and aligned with Ice - Source code clean up (removed tabs, etc.)
* Updated bunch of copyrights to 2008Dwayne Boone2008-06-04
|
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* Fixed bug 2177Benoit Foucher2007-05-04
|
* Make Wstring optional for IceEDwayne Boone2007-05-02
|
* Added comparison operator for CommunicatorBenoit Foucher2007-05-02
|
* Added ice_getAdapterId/ice_adapterId.Benoit Foucher2007-05-02
|
* Bug #2155Benoit Foucher2007-04-30
|
* Removed default context supportDwayne Boone2007-04-26
|
* Cleaned up generated code (decRef/incRef -> upCast)Benoit Foucher2007-03-27
|
* Removed StringConverterDwayne Boone2007-03-26
|
* Updated copyrightDwayne Boone2007-03-16
|
* Added batch auto flushingDwayne Boone2007-03-16
|
* restored setDefaultContextBernard Normier2006-07-28
|
* Added ability to configure string convertersDwayne Boone2006-05-01
|
* Bug 803 - changed communicator initializationDwayne Boone2006-04-07
|
* Synced with Ice for C++ changes.Benoit Foucher2006-03-28
|
* Added requestId to Current.Dwayne Boone2006-03-20
|
* Updated copyright datesDwayne Boone2006-03-06
|
* Ported fix for bug 574 and retry testDwayne Boone2006-03-03
|
* Shrink the buffer memory if it's not needed anymore.Benoit Foucher2006-03-02
|
* - Fixes for Windows shutdown issue.Benoit Foucher2006-03-02
| | | | - Use a static mutex for the logger.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=824Matthew Newhook2006-03-02
| | | | | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=725 http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=724
* fix Darwin build.Matthew Newhook2006-03-01
|
* Disable setAdapter for blocking connectionsDwayne Boone2006-02-28
|
* Added more comments and fixed an issue with exception handling inBenoit Foucher2006-02-24
| | | | sendRequest.
* Removed ICEE_BLOCKING_CLIENTDwayne Boone2006-02-24
|
* Refactored Connection class.Benoit Foucher2006-02-24
|
* Removed debug includeDwayne Boone2006-02-22
|
* Fixed to allow better inlining.Benoit Foucher2006-02-22
|
* Removed OutgoingMDwayne Boone2006-02-21
|
* The incoming object is now an attribute of the connection.Benoit Foucher2006-02-21
|
* Removed OutgoingMDwayne Boone2006-02-21
|
* - Removed IncomingBase base class.Benoit Foucher2006-02-21
| | | | - Allocate only one Incoming object in the thread per connection.
* FixBenoit Foucher2006-02-20
|
* - Socket timeout fixes.Benoit Foucher2006-02-20
| | | | - Removed unused code for collocation optimization.
* VS 2005 supportDwayne Boone2006-02-20
|
* More socket timeout fixesBenoit Foucher2006-02-20
|
* Use socket timeouts by default.Benoit Foucher2006-02-20
|
* The connection doesn't use anymore a vector for reading the magic from theBenoit Foucher2006-02-17
| | | | | stream. :writeBlob(vector<>, int) instead of writeBlob(vector<>).
* Split Outgoing to not add Blocking performance hitDwayne Boone2006-02-15
|
* Ported some Ice changes wrt default contextDwayne Boone2006-01-24
|
* Fixed bug 776Benoit Foucher2006-01-17
|
* Removed callback on OutgoingDwayne Boone2005-12-23
|
* Fixed deadlock conditionDwayne Boone2005-12-22
|
* Some cleanup to make code prettierDwayne Boone2005-12-15
|
* Add timpit to blocking readDwayne Boone2005-12-13
|
* Removed sync from Outgoing for blocking sendsDwayne Boone2005-12-13
|
* Added timeout to blocking read Removed ConnectionTimeoutExceptionDwayne Boone2005-12-13
|