WindowsXP-SP1/inetsrv/iis/svcs/infocomm/cache
2020-09-30 16:53:49 +02:00
..
oplock First commit 2020-09-30 16:53:49 +02:00
spechash First commit 2020-09-30 16:53:49 +02:00
win95 First commit 2020-09-30 16:53:49 +02:00
alloc.cxx First commit 2020-09-30 16:53:49 +02:00
auxctrs.h First commit 2020-09-30 16:53:49 +02:00
cache.cxx First commit 2020-09-30 16:53:49 +02:00
cachep.cxx First commit 2020-09-30 16:53:49 +02:00
creatfil.cxx First commit 2020-09-30 16:53:49 +02:00
creatflp.cxx First commit 2020-09-30 16:53:49 +02:00
dbgmacro.cxx First commit 2020-09-30 16:53:49 +02:00
dbgmacro.hxx First commit 2020-09-30 16:53:49 +02:00
dirchang.cxx First commit 2020-09-30 16:53:49 +02:00
dirchngp.cxx First commit 2020-09-30 16:53:49 +02:00
dirlist.cxx First commit 2020-09-30 16:53:49 +02:00
dirlistp.cxx First commit 2020-09-30 16:53:49 +02:00
getdir.cxx First commit 2020-09-30 16:53:49 +02:00
getdirp.cxx First commit 2020-09-30 16:53:49 +02:00
globals.cxx First commit 2020-09-30 16:53:49 +02:00
globals.hxx First commit 2020-09-30 16:53:49 +02:00
makefile First commit 2020-09-30 16:53:49 +02:00
metacach.cxx First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00
sources First commit 2020-09-30 16:53:49 +02:00
tsinit.cxx First commit 2020-09-30 16:53:49 +02:00
tsmemp.cxx First commit 2020-09-30 16:53:49 +02:00
tsmemp.hxx First commit 2020-09-30 16:53:49 +02:00
tsunami.def First commit 2020-09-30 16:53:49 +02:00
tsunamip.hxx First commit 2020-09-30 16:53:49 +02:00
virtroot.cxx First commit 2020-09-30 16:53:49 +02:00

README.txt

Author:		Murali R. Krishnan	(MuraliK)
Created:	18 Jan 1995

Revisions:
    Date            By               Comments
-----------------  --------   -------------------------------------------


Summary :
  This file describes the files in the directory tcpsvcs\tsunami and
details related to tsunami ( common caching, file and directory list
code for Internet services ).


File            Description

README.txt      This file.
sources         sources file for NT build
makefile        makefile for this directory

tsunami.def     definitions of all the exported functions.
tsunamip.hxx    Private types and functions within Tsunami.
tsunami.hxx     Exported header file containing the exported types and
                        functions 

alloc.hxx       declarations of functions for allocation of memory
alloc.cxx       definitions of allocation and free functions

cache.hxx       declarations of functions for caching blobs
cache.cxx       definitions of functions for caching blobs, 
                  checkin and checkout

creatfil.hxx    contains declarations of TS_OPEN_FILE ( cached file)
creatfil.cxx    contains functions for TS_OPEN_FILE and related
                functions to cache and free the objects.
creatflp.cxx    contains private functions of OpenFile module

dirchang.cxx    definitions of functions for Directory change manager.
dirchngp.cxx    definitions of APC functions for directoru change manager

getdirec.hxx    declares TS_DIRECTORY_INFO class and member functions

getdirp.cxx     Functions implementing class TS_DIRECTORY_HEADER and
                related functions for caching and freeing the cached
                dir listing.
getdir.cxx      Memeber functions of class TS_DIRECTORY_INFO.
                        ( exported  Directory Listing class)


virtroot.cxx    implements functions for virtual roots management
virtroot.hxx    public declaration of functions for virtual roots

tsmemp.hxx      memory allocation ( private) prototypes
tsmemp.cxx      definitions of memory alloc functions

tsinit.cxx      functions to initialize and cleanup Tsuanmi module


pudebug.c       program debugging utility functions defined

globals.hxx     declarations of global variables
globals.cxx     definitions of global variables







Implementation Details

< To be filled in when time permits. See individual files for comments section >

Contents: