Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | schmidt | 1997-10-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-10-26 | 1 | -3/+12 |
| | |||||
* | Removed template method specialization of shared_find. No longer | jxh | 1997-10-24 | 1 | -31/+4 |
| | | | | | needed since Hash_Map_Manager has been changed to no longer rely on sentinel_. | ||||
* | Added LPSECURITY_ATTRIBUTES to a bunch of methods. | nw1 | 1997-10-20 | 1 | -8/+18 |
| | |||||
* | removed unused static Filecache::lock_ | levine | 1997-10-01 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | jxh | 1997-09-30 | 1 | -12/+5 |
| | |||||
* | preallocate locks for Filecache and Signal in ACE_Object_Manager | levine | 1997-09-22 | 1 | -37/+46 |
| | |||||
* | *** empty log message *** | jxh | 1997-09-17 | 1 | -0/+3 |
| | |||||
* | Comments and fixes that came up during JAWS code review. | jxh | 1997-09-09 | 1 | -0/+1 |
| | |||||
* | commented out unused constants [RW]COPY_FLAGS | levine | 1997-09-08 | 1 | -6/+6 |
| | |||||
* | Moved definition of ACE_Filecache_Object from Filecache.cpp to Filecache.h | Steve Huston | 1997-08-20 | 1 | -107/+0 |
| | | | | to help the AIX template instantiator along. | ||||
* | *** empty log message *** | schmidt | 1997-08-10 | 1 | -29/+43 |
| | |||||
* | *** empty log message *** | schmidt | 1997-08-10 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | schmidt | 1997-08-07 | 1 | -11/+9 |
| | |||||
* | > > "Filecache.cpp", line 477: warning(3666): variable "handle" was set | jxh | 1997-08-07 | 1 | -2/+13 |
| | | | | | | | | | | | | | > > but never used > > ACE_Filecache_Object *handle = 0; Fixed. > > "/usr/local/src/ace/current/ace/Hash_Map_Manager.cpp", line 205: > > error(3873): expression must have class type > > return ext_id.hash (); Fixed in Filecache. | ||||
* | Changed #include ace/Filecache_New2.h to #include ace/Filecache.h. | jxh | 1997-08-06 | 1 | -1/+1 |
| | |||||
* | Total re-implementations. Fewer locks acquired and released when there | jxh | 1997-08-06 | 1 | -371/+360 |
| | | | | is a cache hit. | ||||
* | *** empty log message *** | irfan | 1997-07-12 | 1 | -7/+1 |
| | |||||
* | *** empty log message *** | irfan | 1997-07-11 | 1 | -0/+2 |
| | |||||
* | moved ACE_Guard, etc., specializations from Filecache.cpp and ↵ | levine | 1997-07-10 | 1 | -11/+0 |
| | | | | Service_Config.cpp to Synch.cpp | ||||
* | *** empty log message *** | jxh | 1997-07-09 | 1 | -1/+154 |
| | |||||
* | only instantiate ACE_Guard, etc., if ACE_HAS_THREADS because ↵ | levine | 1997-07-09 | 1 | -3/+8 |
| | | | | Service_Config.cpp instantiates them with ACE_Null_Mutex | ||||
* | *** empty log message *** | schmidt | 1997-07-09 | 1 | -44/+26 |
| | |||||
* | *** empty log message *** | schmidt | 1997-07-09 | 1 | -6/+6 |
| | |||||
* | Added Filecache (CVF). Updated the Makefile to match. | jxh | 1997-07-08 | 1 | -0/+672 |