summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* renamed ACE_IOStream and ACE_Streambuf classes, and added ↵levine1997-05-243-13/+36
| | | | ACE_LACKS_ACE_IOSTREAM support
* *** empty log message ***levine1997-05-241-0/+35
|
* ACE_IOStream updates: mainly split out templates into separate _T fileslevine1997-05-245-464/+512
|
* (env_argv): added "const" to char * type in reaturn value, for argument ↵levine1997-05-241-3/+1
| | | | compatibility in call to execve; (spawn): removed unreachable return statement at end of function
* (env_argv): added "const" to char * type in reaturn value, for argument ↵levine1997-05-241-1/+1
| | | | compatibility in call to execve
* *** empty log message ***jxh1997-05-241-0/+5
|
* Chuck Gehr pointed out some code that assumed ASCII alphabet. This isjxh1997-05-241-12/+6
| | | | now fixed.
* *** empty log message ***bmendel1997-05-231-8/+17
|
* Added template specialization for ACE_Hash_Map_Manager. Modified by Brian ↵bmendel1997-05-233-10/+22
| | | | Mendel on 5/23/97.
* Added identifier for Object servicing the request. Added capability to ↵bmendel1997-05-232-9/+108
| | | | | | create multiple objects for server.
* (thr_create, STHREADS only): check return values of ::thr_setprio and ↵levine1997-05-231-2/+12
| | | | ::thr_continue
* (thr_create): fixed comment about Solaris threadslevine1997-05-231-2/+1
|
* *** empty log message ***levine1997-05-232-0/+10
|
* (thr_create, STHREADS only): *thr_handle was used but *thr_id had been set ↵levine1997-05-231-2/+6
| | | | by ::thr_create, so threads never got activated.
* *** empty log message ***nw11997-05-232-0/+16
|
* *** empty log message ***nw11997-05-233-0/+3
|
* *** empty log message ***nw11997-05-232-0/+3
|
* changed complete_header_line () method to return 3 values, tojxh1997-05-232-1/+9
| | | | differentiate a terminated line from a complete line.
* Debugged acquire () method: writing didn't work at all aparently, mapjxh1997-05-231-9/+27
| | | | was being called incorrectly.
* content-length determined from header field.jxh1997-05-231-8/+12
| | | | | parse request now allows a request to be served immediately after seeing the request line of an HTTP/0.9 request.
* Updated changes during debugging session.jxh1997-05-231-0/+31
|
* Nothing changed, really!jxh1997-05-221-1/+1
|
* Added a cast to make a warning go away under SGI C++.jxh1997-05-221-2/+2
|
* *** empty log message ***jxh1997-05-221-0/+9
|
* * IIOP/lib/giop.cpp (start): Code now returns immediately when anChris Cleeland1997-05-222-7/+16
| | | | connection is not successfully made.
* *** empty log message ***bmendel1997-05-221-0/+7
|
* Modified to delet VxWorks specific sections of code. Modified by Brian Mendel.bmendel1997-05-221-12/+0
| | | | 5/22/97
* Modified to delete VxWorks specific sections of code. Modified bybmendel1997-05-221-21/+1
| | | | Brian Mendel. 5/22/97
* duhChris Cleeland1997-05-229-223/+310
|
* *** empty log message ***bmendel1997-05-221-0/+6
|
* Modified cdr.h #define for ACE_INLINE sections to remove undefined old_valuebmendel1997-05-221-4/+1
| | | | statements. Modified by Brian Mendel. 5/22/97
* *** empty log message ***levine1997-05-221-0/+4
|
* added deletes to remove memory leakslevine1997-05-221-0/+10
|
* Updated the entry.jxh1997-05-221-0/+3
|
* Updated the entry.jxh1997-05-221-0/+7
|
* Added some comments.jxh1997-05-222-9/+13
|
* *** empty log message ***levine1997-05-211-1/+2
|
* *** empty log message ***levine1997-05-211-0/+10
|
* removed "const" from u_char * and void * PUT_PROTs, so that tests will build ↵levine1997-05-211-4/+2
| | | | on Irix platforms
* removed ACE_LACKS_IOSTREAM_SETGET because tests won't build with itlevine1997-05-213-3/+2
|
* *** empty log message ***levine1997-05-211-0/+9
|
* (Solaris only): use 0 min priority again, with workaround in ↵levine1997-05-212-29/+72
| | | | ACE_OS::thr_create to not use pthread_attr_setschedparam if the priority is 0
* Fixed problem encountered on HP platforms.Chris Cleeland1997-05-213-8/+36
|
* *** empty log message ***levine1997-05-211-0/+26
|
* Entries for difftime and tempnam.jxh1997-05-211-0/+7
|
* make release: updated timestampschmidt1997-05-211-1/+1
|
* make release: updated timestampschmidt1997-05-211-1/+1
|
* Makefile modified to remove unneeded dependencies.jxh1997-05-211-330/+0
|
* HTTP_Handler modified to accomodate JAWS_Filejxh1997-05-2115-762/+944
| | | | | | | | | | | | HTTP_Request modified to accomodate JAWS_File HTTP_Request modified to fix bug found by Doug HTTP_Response modified to accomodate JAWS_File IO modified to accomodate JAWS_File Makefile modified to remove dependencies on VFS JAWS_File added as new implementation of virtual filesystem test_JAWS_File added to test JAWS_File implementation JXH_List removed no longer needed VFS removed no longer needed
* Added entries to ACE_OS for difftime () and tempnam ().jxh1997-05-213-382/+2278
|