summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* (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
* removed unused variable "iter"levine1997-01-261-1/+0
* added specialization of ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>levine1997-01-241-0/+4
* *** empty log message ***schmidt1997-01-2343-801/+915
* (open): added return 0 in "true" branch of if statement so (open): that the f...levine1997-01-221-4/+7
* declared a friend of class Peer_Router_Context because it has a private destr...levine1997-01-221-0/+4
* added explicit int return type to definition of Connection_Handler::close (u_...levine1997-01-201-0/+3
* moved declaration of "task" out of for loop because it is also used after the...levine1997-01-201-1/+3
* fooschmidt1997-01-192-16/+302
* return 0 instead of 42levine1997-01-192-2/+2