summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
Commit message (Expand)AuthorAgeFilesLines
* (VxWorks only): added ACE_UNUSED_ARG callslevine1997-06-291-0/+5
* added auto_basic_array_ptr specializationlevine1997-06-231-0/+1
* removed used of ACE_OSCALL_RETURN macros because they're defined in OS.ilevine1997-06-231-2/+2
* *** empty log message ***schmidt1997-06-231-4/+4
* *** empty log message ***irfan1997-06-231-3/+0
* *** empty log message ***schmidt1997-06-211-27/+45
* (get_ip_interfaces): use auto_array_ptr instead of auto_ptr so that the array...levine1997-06-181-2/+6
* get_handle (): use /dev/udp instead of /dev/ip on SVR4 machines because it ha...levine1997-06-171-1/+1
* Fixed get_ip_interfaces (and associated count_interfaces) for non-SVR4Steve Huston1997-06-171-23/+18
* Changed #elif __unix__ to __unix for get_ip_interfaces, get_handle, andSteve Huston1997-06-171-3/+3
* Changed count_interfaces() so it should compile on non-SVR4 systems. HaveSteve Huston1997-06-131-9/+5
* Quick changes to fix bugs.Chris Cleeland1997-06-121-4/+4
* *** empty log message ***nw11997-06-111-2/+2
* Changed int to size_t in ACE::get_ip_interfacesbrunsch1997-06-101-1/+1
* *** empty log message ***irfan1997-06-101-2/+2
* *** empty log message ***schmidt1997-06-071-9/+10
* *** empty log message ***schmidt1997-06-071-10/+379
* *** empty log message ***irfan1997-05-291-0/+39
* *** empty log message ***irfan1997-05-281-1/+6
* *** empty log message ***schmidt1997-05-251-5/+4
* *** empty log message ***irfan1997-05-171-4/+1
* *** empty log message ***irfan1997-05-121-4/+13
* *** empty log message ***irfan1997-04-301-1/+1
* (format_hexdump): changed type of first arg to const char * for compatibility...levine1997-04-191-1/+1
* fooschmidt1997-03-281-14/+15
* Changed ::sprintf calls to ACE_OS::sprintf.levine1997-03-261-24/+24
* (get_bcast_addr): added return 0 at end of non-WIN32 code to avoid compile wa...levine1997-03-251-0/+2
* *** empty log message ***schmidt1997-03-251-27/+58
* *** empty log message ***schmidt1997-03-251-0/+100
* otschmidt1997-03-201-1/+1
* added ACE_UNUSED_ARG (error);levine1997-02-261-0/+1
* *** empty log message ***irfan1997-02-261-2/+1
* fooschmidt1997-02-251-7/+106
* fooschmidt1997-02-181-6/+6
* fooschmidt1997-02-171-4/+4
* oops, ACE::is_primelevine1997-02-101-1/+1
* added static u_long is_prime ()levine1997-02-101-0/+23
* fooschmidt1997-01-291-0/+21
* changed "sizeof char" to "sizeof (char)" because g++ (properly) choked on itlevine1997-01-281-2/+2
* *** empty log message ***irfan1997-01-281-2/+2
* *** empty log message ***schmidt1997-01-231-1/+0
* fooschmidt1997-01-171-0/+2
* initialize ACE::pagesize_ to 0, always, and set it in ACE::round_to_pagesize ()levine1997-01-131-6/+3
* fixed typo in reference to ACE::pagesize_ in ACE::round_to_pagesize (), and i...levine1997-01-131-1/+7
* fooschmidt1997-01-121-1/+16
* fooschmidt1997-01-081-8/+7
* My Dogschmidt1997-01-061-1/+62
* fooschmidt1997-01-021-3/+3
* fooschmidt1996-12-301-1/+1
* fooschmidt1996-12-301-50/+74