Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug 475: remove IcePack | Mark Spruiell | 2005-10-10 |
| | |||
* | Refactored code to work-around DB 4.3's DB_BUFFER_SMALL bug | Bernard Normier | 2005-10-03 |
| | |||
* | Fix to fix for bug 368 | Michi Henning | 2005-09-15 |
| | |||
* | Added support for load factor | Benoit Foucher | 2005-09-13 |
| | | | | Added warning for unknown XML attributes | ||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335 | Matthew Newhook | 2005-09-13 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335 | Matthew Newhook | 2005-09-12 |
| | |||
* | Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(), | Benoit Foucher | 2005-09-09 |
| | | | | ice_newEndpoints(), ice_newAdapterId(). | ||
* | Bug 193: added /FIXED:no to link options for release build. | Michi Henning | 2005-09-06 |
| | |||
* | Fix | Benoit Foucher | 2005-09-02 |
| | |||
* | Lots of descriptor changes. | Benoit Foucher | 2005-07-28 |
| | |||
* | Did a make depend. | Michi Henning | 2005-07-20 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=397 | Matthew Newhook | 2005-07-11 |
| | |||
* | Made Ice::Object abstract. | Michi Henning | 2005-07-04 |
| | |||
* | Removed applicationSynced call, fixed node observer nodeUp method to not | Benoit Foucher | 2005-07-01 |
| | | | | include inactive servers. | ||
* | Added FileException | Benoit Foucher | 2005-06-22 |
| | |||
* | Fixed bug 193. | Michi Henning | 2005-06-22 |
| | |||
* | fix for bug 295 | Mark Spruiell | 2005-06-21 |
| | |||
* | Did a make depend. | Michi Henning | 2005-06-20 |
| | |||
* | Removed copy constructor and assignment operator for exceptions and | Michi Henning | 2005-06-20 |
| | | | | classes. Removed #undef scheme and add UndefSysMacros.h instead. | ||
* | build fix | Bernard Normier | 2005-06-17 |
| | |||
* | Added support for locking the database. | Benoit Foucher | 2005-06-15 |
| | |||
* | More fixes | Benoit Foucher | 2005-06-14 |
| | |||
* | Fixes | Benoit Foucher | 2005-06-14 |
| | |||
* | Fixed bug in application update code. | Benoit Foucher | 2005-06-14 |
| | |||
* | Added node session support. | Benoit Foucher | 2005-06-08 |
| | |||
* | Replaced "server" with "server-instance" | Benoit Foucher | 2005-05-31 |
| | | | | | Fixed describe admin commands Fixed instantiate server template command. | ||
* | New template implementation. | Benoit Foucher | 2005-05-27 |
| | |||
* | Merged R2_1_branch | Benoit Foucher | 2005-03-10 |
| | |||
* | make depend | Marc Laukien | 2005-03-09 |
| | |||
* | fix for bug 131 | Mark Spruiell | 2005-03-09 |
| | |||
* | Added incremental link option to mfchelloC, mfchellS, and mfcpatchC for | Michi Henning | 2005-03-08 |
| | | | | | debug build. Added incremental link option to all projects for release builds. | ||
* | minor fixes | Mark Spruiell | 2005-03-07 |
| | |||
* | Improved instructions | Benoit Foucher | 2005-03-07 |
| | |||
* | Added instructions to add . to LD_LIBRARY_PATH | Benoit Foucher | 2005-03-07 |
| | |||
* | http://www.zeroc.com/bugzilla/show_bug.cgi?id=114 | Matthew Newhook | 2005-03-07 |
| | |||
* | minor edits | Mark Spruiell | 2005-03-05 |
| | |||
* | Added /I ../../../include/stlport to project includes. | Benoit Foucher | 2005-03-04 |
| | |||
* | Fix | Benoit Foucher | 2005-03-03 |
| | |||
* | Removed ice.dir variable | Benoit Foucher | 2005-03-03 |
| | |||
* | Simplified deployment descriptors | Benoit Foucher | 2005-03-02 |
| | |||
* | Simplified deployment descriptors. | Benoit Foucher | 2005-03-02 |
| | |||
* | Added copyright headers | Benoit Foucher | 2005-03-02 |
| | |||
* | Fix | Benoit Foucher | 2005-02-23 |
| | |||
* | Fixes | Benoit Foucher | 2005-02-21 |
| | |||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | make depend | Marc Laukien | 2005-02-05 |
| | |||
* | format changes; Makefiles | Marc Laukien | 2005-02-05 |
| | |||
* | Added 'object list' and 'object describe' IcePack admin commands. | Benoit Foucher | 2005-01-27 |
| | |||
* | Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtual | Michi Henning | 2005-01-14 |
| | | | | | | | | | inheritance, so we don't have two IceUtil::Shared instances in a class that uses multiple inheritance and ends up deriving from IceUtil::Shared more than once. Added a test case to the thread tests for a class that inherits from both GCShared and Thread to proved that there is indeed only one shared instance of IceUtil::Shared in such a class. |