You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/05/07 19:39:16 UTC

cvs commit: httpd-2.0/modules/experimental mod_cache.imp

bnicholes    02/05/07 10:39:16

  Modified:    modules/arch/netware mod_mem_cache.def mod_cache.def
  Added:       modules/arch/netware mod_disk_cache.def
               modules/experimental mod_cache.imp
  Log:
  Updated the NetWare import and exports lists for the caching modules
  
  Revision  Changes    Path
  1.2       +1 -3      httpd-2.0/modules/arch/netware/mod_mem_cache.def
  
  Index: mod_mem_cache.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/netware/mod_mem_cache.def,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_mem_cache.def	11 Jan 2002 23:39:22 -0000	1.1
  +++ mod_mem_cache.def	7 May 2002 17:39:16 -0000	1.2
  @@ -1,5 +1,3 @@
  -IMPORT  cache_hook_create_entity
  -IMPORT  cache_hook_open_entity
  -IMPORT  cache_hook_remove_url
  +IMPORT  @mod_cache.imp
   EXPORT  mem_cache_module
   
  
  
  
  1.2       +2 -3      httpd-2.0/modules/arch/netware/mod_cache.def
  
  Index: mod_cache.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/netware/mod_cache.def,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_cache.def	11 Jan 2002 23:39:22 -0000	1.1
  +++ mod_cache.def	7 May 2002 17:39:16 -0000	1.2
  @@ -1,6 +1,5 @@
   EXPORT  cache_module
  -EXPORT  cache_hook_create_entity
  -EXPORT  cache_hook_open_entity
  -EXPORT  cache_hook_remove_url
  +EXPORT  @mod_cache.imp
  +
   
   
  
  
  
  1.1                  httpd-2.0/modules/arch/netware/mod_disk_cache.def
  
  Index: mod_disk_cache.def
  ===================================================================
  IMPORT  @mod_cache.imp
  EXPORT  disk_cache_module
  
  
  
  
  1.1                  httpd-2.0/modules/experimental/mod_cache.imp
  
  Index: mod_cache.imp
  ===================================================================
   (MODCACHE)
   ap_cache_request_is_conditional,
   ap_cache_reset_output_filters,
   ap_cache_get_cachetype,
   ap_cache_liststr,
   ap_cache_tokstr,
   ap_cache_hex2usec,
   ap_cache_usec2hex,
   generate_name,
   cache_hook_create_entity,
   cache_hook_open_entity,
   cache_hook_remove_url,
   cache_hash_set,
   cache_hash_this,
   cache_hash_first,
   cache_hash_make,
   cache_hash_get,
   cache_hash_next,
   cache_hash_count,