summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Server_Events ctor): reordered initializers to match declaration orderlevine1997-02-071-3/+3
* declare struct member as const char * instead of const char [] to allow initi...levine1997-02-071-1/+1
* Tested non-const timeval arg to select problem on Linux.Chris Cleeland1997-02-071-1/+1
* synch with James, againlevine1997-02-061-5/+4
* added comment on VLDLIBS definitionlevine1997-02-062-0/+4
* resynch again with Jameslevine1997-02-061-3/+1
* synch with Jameslevine1997-02-062-12/+14
* reenabled this subprojectlevine1997-02-061-2/+2
* reordered args and fixed argv indexeslevine1997-02-061-2/+2
* used ACE_DEFAULT_SERVER_PORTlevine1997-02-061-3/+1
* fppschmidt1997-02-061-2/+2
* added -lg++ when building with gcclevine1997-02-062-0/+8
* declare n as ssize_t instead of size_t to avoid compiler warning about signed...levine1997-02-051-1/+1
* return 1 if init () call in open () succeedslevine1997-02-052-4/+10
* fooschmidt1997-02-057-0/+385
* removed unused variable "result"levine1997-02-041-1/+0
* fixed declaration of "shared_data" to be "static volatile" instead of "volati...levine1997-02-041-2/+2
* added ACE_UNUSED_ARG (sa);levine1997-02-045-0/+6
* reran makedependlevine1997-02-031-310/+36
* use ACE_High_Res_Timer directly, no longer need Timer.hlevine1997-02-032-114/+34
* fooschmidt1997-01-312-0/+334
* elapsed_microseconds () instead of get_time in ACE_High_Res_Timer interfacelevine1997-01-312-12/+10
* added context_switch_time.cpplevine1997-01-293-17/+1159
* (control): added "default" case to switch statement to eliminate compiler war...levine1997-01-262-0/+4