summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-03-201-1/+0
* otschmidt1997-03-201-1/+1
* *** empty log message ***irfan1997-03-181-50/+9
* moved RCS Id to first linelevine1997-03-171-1/+1
* LM_ERROR instead of ACE_ERROR, and fixed call to ACE::basename ()levine1997-03-171-6/+11
* LM_ERROR instead of ACE_ERRORlevine1997-03-171-3/+3
* fooschmidt1997-03-172-41/+35
* *** empty log message ***schmidt1997-03-141-3/+6
* *** empty log message ***irfan1997-03-132-0/+229
* *** empty log message ***irfan1997-03-131-36/+61
* *** empty log message ***irfan1997-03-122-147/+277
* added ACE_SCOPE_PROCESS param to ACE_Sched_Params, so that this works on WIN32levine1997-03-111-3/+5
* added "l" qualifier for sprintf of ACE_OS::getpid ()levine1997-03-071-1/+1
* adapted to new thread priority/ACE_Sched_Paramslevine1997-03-062-7/+5
* fooschmidt1997-03-051-0/+2
* fooschmidt1997-02-286-93/+118
* fooschmidt1997-02-281-10/+10
* fooschmidt1997-02-261-1/+1
* fooschmidt1997-02-251-3/+0
* *** empty log message ***irfan1997-02-253-1/+704
* *** empty log message ***schmidt1997-02-252-4/+3
* *** empty log message ***schmidt1997-02-251-1/+1
* changed C++ compiler (CXX) from gcc to g++ so that libg++ will be linked inlevine1997-02-252-12/+0
* fooschmidt1997-02-244-13/+34
* fooschmidt1997-02-222-23/+34
* added ACE_UNUSED_ARG (sa);.levine1997-02-213-0/+3
* *** empty log message ***irfan1997-02-216-28/+512
* added ACE_UNUSED_ARG (sa);levine1997-02-191-0/+1
* added ACE_UNUSED_ARG (sig);levine1997-02-191-0/+1
* removed unused variable "done"levine1997-02-191-3/+0
* added ACE_UNUSED_ARG for sig1 and sig2levine1997-02-181-0/+2
* added ACE_UNUSED_ARG (sa);levine1997-02-181-0/+1
* *** empty log message ***irfan1997-02-182-26/+132
* (main): cast mmap.size () to ssize_t to avoid signed/unsigned comparisonlevine1997-02-181-2/+2
* (handle_input): cast buf_len to ssize_t to avoid signed/unsigned comparisonlevine1997-02-181-1/+1
* *** empty log message ***irfan1997-02-172-4/+4
* fooschmidt1997-02-174-10/+21
* fooschmidt1997-02-173-18/+35
* *** empty log message ***irfan1997-02-141-0/+2
* *** empty log message ***irfan1997-02-144-2374/+255
* *** empty log message ***irfan1997-02-132-58/+98
* fooschmidt1997-02-132-166/+130
* *** empty log message ***irfan1997-02-122-16/+20
* changed type of Thread_Handler from int to size_t to avoid signed/unsigned co...levine1997-02-121-2/+2
* added ACE_UNUSED_ARG (sa);levine1997-02-111-0/+1
* cast "len" to ssize_t to prevent mixed signed/unsigned comparisonlevine1997-02-111-1/+1
* replaced call to ::sin () with call to ACE::is_prime ()levine1997-02-102-97/+83
* removed unused variables c_addr and serv_addr: they were replaced by a globallevine1997-02-101-3/+0
* declare "len" as ssize_t to avoid signed/unsigned comparisonlevine1997-02-082-2/+2
* *** empty log message ***irfan1997-02-0810-96/+804