| Commit message (Expand) | Author | Age | Files | Lines |
* | Added POSIX-compliant typedef for timespec_t since Linux 2.0.28 Kernel | Chris Cleeland | 1997-02-06 | 3 | -0/+3 |
* | fpp | schmidt | 1997-02-06 | 9 | -58/+150 |
* | replaced DEFAULT_SIZE with ACE_DEFAULT_MAP_SIZE so that Naming_Test runs on S... | levine | 1997-02-05 | 4 | -10/+12 |
* | added optional scale factor | levine | 1997-02-05 | 3 | -28/+67 |
* | replace __*manip with expanded types, and made complete prototypes for send, ... | levine | 1997-02-05 | 1 | -10/+16 |
* | added casts of addr.get_addr () to caddr_t so it will compile with Sun C++ | levine | 1997-02-05 | 1 | -2/+2 |
* | fixed "#define ACE_IOSTREAM_C" to keep g++ sane | levine | 1997-02-05 | 1 | -1/+1 |
* | foo | schmidt | 1997-02-05 | 1 | -6/+5 |
* | foo | schmidt | 1997-02-05 | 1 | -2/+1 |
* | foo | schmidt | 1997-02-05 | 5 | -23/+24 |
* | foo | schmidt | 1997-02-05 | 16 | -48/+994 |
* | *** empty log message *** | irfan | 1997-02-05 | 6 | -6/+156 |
* | foo | schmidt | 1997-02-05 | 10 | -52/+234 |
* | removed ACE_RDTSC, for now | levine | 1997-02-04 | 1 | -38/+0 |
* | *** empty log message *** | irfan | 1997-02-04 | 3 | -3/+15 |
* | define ACE_SCOPE_PROCESS and ACE_SCOPE_THREAD even if ACE_HAS_THREADS isn't d... | levine | 1997-02-04 | 1 | -0/+2 |
* | *** empty log message *** | irfan | 1997-02-03 | 1 | -0/+3 |
* | removed #include of ACE.h | levine | 1997-02-03 | 1 | -1/+0 |
* | added #include of OS.h | levine | 1997-02-03 | 1 | -0/+2 |
* | changed hrtime_t to ACE_hrtime_t; added unsupported () | levine | 1997-02-03 | 3 | -52/+58 |
* | changed hrtime_t to ACE_hrtime_t | levine | 1997-02-03 | 2 | -9/+16 |
* | added ACE_HAS_PENTIUM | levine | 1997-02-03 | 1 | -0/+1 |
* | added Pentium support to gethrtime () | levine | 1997-02-03 | 1 | -0/+33 |
* | added #define ACE_HAS_PENTIUM to enable gethrtime () support | levine | 1997-02-03 | 3 | -0/+6 |
* | a bunch of changes, see ChangeLog-97a | levine | 1997-02-03 | 3 | -60/+69 |
* | moved hrtime_t def | levine | 1997-02-03 | 1 | -8/+9 |
* | add #define ACE_HAS_LONGLONG_T | levine | 1997-02-03 | 1 | -0/+1 |
* | fixed typo: #defind ACE_HAS_LONGLONG_T | levine | 1997-02-03 | 1 | -1/+1 |
* | reordered initializers in single-argument ctor to match declaration order | levine | 1997-02-02 | 1 | -3/+3 |
* | removed ACE_Map_Manager, ACE_Map_Iterator, and ACE_Map_Entry: they don't appe... | levine | 1997-02-02 | 1 | -3/+0 |
* | *** empty log message *** | irfan | 1997-02-01 | 12 | -15/+111 |
* | reordered initializers to match declaration order | levine | 1997-02-01 | 1 | -3/+3 |
* | protected .cpp file against multiple includes, moved #include of "ace/Malloc.... | levine | 1997-01-31 | 2 | -3/+24 |
* | *** empty log message *** | irfan | 1997-01-31 | 1 | -4/+3 |
* | moved hrtime_t typedef for WIn32 | levine | 1997-01-31 | 1 | -1/+4 |
* | (getservbyname): one last ACE_HAS_NONCONST_GETBY change: missed "lproto" to "... | levine | 1997-01-31 | 1 | -1/+1 |
* | cast -1 to size_t to avoid warning about signed-to-unsigned conversion | levine | 1997-01-31 | 1 | -2/+2 |
* | removed #include of ace/Hash_Map_Manager.i because it doesn't exist | levine | 1997-01-31 | 1 | -4/+0 |
* | foo | schmidt | 1997-01-31 | 16 | -86/+947 |
* | oops, removed extra ; | levine | 1997-01-30 | 1 | -1/+1 |
* | added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to elapsed_... | levine | 1997-01-30 | 3 | -14/+14 |
* | define hrtime_t as long long if ACE_HAS_AIX_HIRES_TIMER | levine | 1997-01-30 | 1 | -3/+5 |
* | added AIX 4.x support | levine | 1997-01-30 | 1 | -0/+7 |
* | added ACE_HAS_LONGLONG_T | levine | 1997-01-30 | 1 | -0/+1 |
* | -- uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks, | levine | 1997-01-30 | 1 | -63/+18 |
* | uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks, beca... | levine | 1997-01-30 | 1 | -0/+46 |
* | added ACE_HAS_AIX_HIRES_TIMER | levine | 1997-01-30 | 2 | -0/+2 |
* | changed switch (priority_class) to switch (priority_class_) on Win32 and VxWo... | levine | 1997-01-30 | 1 | -39/+2 |
* | Changed ACE_prio_t to an int for win32 | harrison | 1997-01-30 | 1 | -1/+1 |
* | Fixed a wee lil bug | harrison | 1997-01-30 | 1 | -8/+4 |