summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagpos_ami_phase3_mergenobody1999-07-0979-10688/+0
| | | 'pos_ami_phase3_merge'.
* *** empty log message ***alex1999-07-091-2/+2
|
* *** empty log message ***alex1999-07-092-1/+9
|
* ChangeLogTag:Thu Jul 8 23:15:06 1999 Alexander Babu Arulanthu ↵alex1999-07-09128-822/+18199
| | | | <alex@cs.wustl.edu>
* *** empty log message ***naga1999-07-091-1/+1
|
* ChangeLogTag: Thu Jul 08 22:05:31 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-091-4/+6
|
* updated ChangeLogTag: Thu Jul 08 22:05:31 1999 David L. Levine ↵levine1999-07-091-1/+3
| | | | <levine@cs.wustl.edu>
* ChangeLogTag: Thu Jul 08 22:15:50 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-092-3/+10
|
* Updated the UIOP pluggable transport protocol usage guidelinesOssama Othman1999-07-091-13/+33
| | | | | about the importance of using absolute and relative paths consistently with a given UIOP rendezvous point.
* added Dan Butler <daniel.g.butler@boeing.com>levine1999-07-091-0/+1
|
* update ChangeLogTag: Thu Jul 08 21:34:42 1999 David L. Levine ↵levine1999-07-091-0/+3
| | | | <levine@cs.wustl.edu>
* ChangeLogTag: Thu Jul 08 22:05:31 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-093-23/+25
|
* ChangeLogTag:Thu Jul 8 21:57:17 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-093-10/+18
|
* ChangeLogTag:Thu Jul 8 21:50:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-092-2/+5
|
* ChangeLogTag:Thu Jul 8 21:50:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-092-4/+11
|
* made constants unsigned, added explicit type casts to resolve type promotion ↵cdgill1999-07-095-39/+55
| | | | ambiguities.
* ChangeLogTag: Thu Jul 08 21:34:42 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-091-1/+2
|
* ChangeLogTag: Thu Jul 08 21:34:42 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-093-46/+49
|
* Added new dependenciesbala1999-07-091-56/+101
|
* ChangeLogTag:Thu Jul 8 21:31:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-092-0/+15
|
* *** empty log message ***Ossama Othman1999-07-091-0/+11
|
* Removed a ACE_DEBUGbala1999-07-091-3/+0
|
* First revisionbala1999-07-091-0/+117
|
* Minor fix for case when preconnect string contains noOssama Othman1999-07-091-11/+25
| | | | preconnects (e.g.: "iiop://").
* Cosmetic updates.Ossama Othman1999-07-092-12/+12
|
* *** empty log message ***bala1999-07-092-0/+131
|
* First revisionbala1999-07-098-0/+2870
|
* First revision..bala1999-07-094-0/+433
|
* Added caching related entrykirthika1999-07-091-0/+27
|
* ChangeLogTag:Thu Jul 08 18:47:23 1999 Kirthika Parameswaran ↵irfan1999-07-097-17/+86
| | | | <kirthika@cs.wustl.edu>
* See ChangeLog entry, 25-June-1999 Steve HustonSteve Huston1999-07-091-0/+7
|
* Comment updates.Ossama Othman1999-07-091-6/+0
|
* The preconnect provided on the command line wasn't beingOssama Othman1999-07-091-2/+4
| | | | | | | | "consumed" during command line parsing. Thanks to Steve Totten <totten_s@ociweb.com> for reporting this problem and providing a fix. [Bug 39] Update related to the preconnect fixes described above. [Bug 4]
* *** empty log message ***Ossama Othman1999-07-091-1/+1
|
* Added a prefix() method that returns the expected prefix for theOssama Othman1999-07-096-13/+42
| | | | | | | | given transport protocol. One such method already exists in each protocol's Profile class. However, it makes more sense to get the prefix from the protocol factory in the case that this newly added method is used, currently only in preconnect processing. [Bug 4]
* See ChangeLog, Fri 25-Jun-1999 Steve HustonSteve Huston1999-07-091-0/+7
|
* Added a new preprocess_preconnects() method to "squeeze" allOssama Othman1999-07-092-10/+119
| | | | | | | | | | protocol similar preconnects into a single string. This preprocessing gets around having to iterate over all of the loaded protocols in each protocol connector. Protocol iteration will remain in the connector registry. Furthermore, preprocessing the preconnects in this manner also makes it easier for protocol implementers to parse the preconnects. [Bug 4]
* Changed the preconnects container to anOssama Othman1999-07-093-26/+114
| | | | | | | | | ACE_Unbounded_Queue<ACE_CString> since it allows duplicate values and since it has already been instantiated in ACE. Since it has already been instantiated in ACE, no increase in TAO's footprint will occur. Furthermore, since the preconnect processing is not in a performance critical path, no degradation in performance will occur. [Bug 4]
* *** empty log message ***Ossama Othman1999-07-091-0/+47
|
* ChangeLogTag:Thu Jul 08 18:47:23 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-091-233/+212
|
* *** empty log message ***irfan1999-07-091-0/+4
|
* Noted recent updates in which the semantics of timeouts were changed toeea11999-07-081-0/+45
| | | | absolute times.
* *** NOTE:eea11999-07-0814-163/+249
| | | | | | | | | | | | | | | | | | | Changed the semantics of Condition, TimedWait, MessageQueue, Task, Mutex, Semaphore, and Token to use absolute times for their timeouts. Changed the semantics of EventHandler, ServiceObject, and SvcHandler such that handleTimeout receives a TimeValue representing when the event occured. Changed TimerQueue internally to reflect the above changes. Also made better checks in Token and Mutex so that non-owners can call release without adverse effects. I plan to try to do this with Semaphore and RWMutex as well. Fixed several bugs in Token tryacquire and renew. Added relativeTimeOfDay methods to TimeValue.
* More typos!!coryan1999-07-081-1/+1
|
* Fixed typocoryan1999-07-081-0/+1
|
* ChangeLogTag:Thu Jul 8 16:30:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-0819-136/+477
|
* Removed caching_strategy_ memberkirthika1999-07-081-1/+1
|
* ChangeLogTag: Thu Jul 08 15:55:17 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-082-27/+33
|
* *** empty log message ***bala1999-07-081-2/+4
|
* Options.htmlkirthika1999-07-081-0/+6
|