summaryrefslogtreecommitdiff
path: root/netsvcs/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added targets to clean up files and directories created duringOssama Othman1999-04-031-0/+6
| | | | | compilation. Automake will setup the `clean-local' targets to run automatically whenever a `make clean' is done.
* .schmidt1999-03-231-8/+8
|
* .schmidt1999-03-232-13/+9
|
* Corrections to ACE_NTOHL explanation.Ossama Othman1999-03-221-4/+0
|
* Updated comments to better explain why ACE_NTOHL was used.Ossama Othman1999-03-211-1/+5
|
* * netsvcs/lib/Server_Logging_Handler_T.cpp (handle_logging_record):Ossama Othman1999-03-211-1/+2
| | | | | Use ACE_NTOHL macro instead of system ntohl() to get around bug in egcs-2.91.6x.
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-201-0/+53
|
* ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-201-43/+42
|
* * netsvcs/lib/Server_Logging_Handler_T.cpp (handle_logging_record):Ossama Othman1999-03-201-6/+1
| | | | | | Reverted change that was thought to work around egcs compiler bug. The call to ntohl() within the templates still causes the compiler to complain.
* * netsvcs/lib/Server_Logging_Handler_T.cpp (handle_logging_record):Ossama Othman1999-03-181-1/+6
| | | | | | | Changed the argument of the ntohl() call to be a temporary variable that had the same value as the original argument. This is needed to get around what is apparently a bug in the egcs-2.91.63 compiler.
* .schmidt1999-03-161-4/+4
|
* .schmidt1999-03-151-2/+10
|
* .schmidt1999-03-151-3/+4
|
* .schmidt1999-03-151-30/+70
|
* (handle_logging_record): replaced NOTREACHED comment with ACE_NOTREACHED macrolevine1999-03-131-3/+1
|
* replace () around #pragma implementation argumentlevine1999-01-203-3/+3
|
* ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-12-281-25/+55
|
* .schmidt1998-12-172-2/+0
|
* removed () from #pragma implementation argumentlevine1998-12-153-3/+3
|
* .schmidt1998-11-301-26/+51
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-11-181-1/+6
| | | | once, if possible
* ChangeLogTag:Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-271-2/+40
|
* Remove tabs and trailing spaces.Steve Huston1998-10-211-18/+18
|
* Added ACELIB to LIBS to link in libACE.Steve Huston1998-10-211-1/+1
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-2010-79/+122
| | | | once, if possible
* one more try to fix the egcs bug: removed the ptmf temporary entirelylevine1998-10-121-13/+18
|
* (lists_entries): replaced switch statement with a multi-branch if statement,levine1998-10-121-113/+119
| | | | | to avoid Internal compiler error 980331 with egcs 1.1 (2.91.57) (on Linux/alpha).
* Now uses $ACE_ROOT/binbrunsch1998-09-191-20/+17
|
* .schmidt1998-09-171-135/+377
|
* VC 6 modificationnanbor1998-09-092-2/+2
|
* *** empty log message ***nanbor1998-09-091-17/+20
|
* Reverted my last changenanbor1998-09-091-5/+5
|
* *** empty log message ***nanbor1998-09-081-5/+5
|
* *** empty log message ***nanbor1998-09-081-20/+17
|
* *** empty log message ***schmidt1998-09-032-34/+67
|
* *** empty log message ***schmidt1998-09-023-28/+56
|
* added #include of ace/Singleton.hlevine1998-08-301-7/+7
|
* replaced #include <string.h> with #include "ace/OS.h", so thatlevine1998-08-171-1/+1
| | | | _REENTRANT gets defined with g++
* Added some submitted MSVC files and updated the rest of the files inbrunsch1998-08-091-51/+53
| | | | netsvcs.
* Added ACE_RCSID to netsvcs/gonzo1998-08-0110-13/+31
|
* Made paths to ACE components relative, and in project file.Steve Huston1998-07-212-916/+954
|
* Changed debug version to netsvcsdnanbor1998-07-161-1/+2
|
* Moved a class from .cpp to .h - AIX xlC requires it there for templateSteve Huston1998-07-032-13/+12
| | | | instantiation.
* inserted RCS keyword stringlevine1998-05-131-0/+2
|
* Shouldn't initialize scheduling Strategy with temporary objects. Their ↵nanbor1998-04-251-6/+0
| | | | contents get delete right after contructor exits.
* *** empty log message ***nanbor1998-04-172-4306/+0
|
* *** empty log message ***schmidt1998-04-091-34/+323
|
* Fixed some template instantiations.,Steve Huston1998-04-031-4/+4
| | | | CV: ----------------------------------------------------------------------
* *** empty log message ***schmidt1998-03-181-2/+2
|
* *** empty log message ***schmidt1998-03-021-6/+6
|