Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.3 KiB

  1. README.txt
  2. Author: Murali R. Krishnan (MuraliK)
  3. Created: 18 Jan 1995
  4. Revisions:
  5. Date By Comments
  6. ----------------- -------- -------------------------------------------
  7. Summary :
  8. This file describes the files in the directory tcpsvcs\tsunami and
  9. details related to tsunami ( common caching, file and directory list
  10. code for Internet services ).
  11. File Description
  12. README.txt This file.
  13. sources sources file for NT build
  14. makefile makefile for this directory
  15. tsunami.def definitions of all the exported functions.
  16. tsunamip.hxx Private types and functions within Tsunami.
  17. tsunami.hxx Exported header file containing the exported types and
  18. functions
  19. alloc.hxx declarations of functions for allocation of memory
  20. alloc.cxx definitions of allocation and free functions
  21. cache.hxx declarations of functions for caching blobs
  22. cache.cxx definitions of functions for caching blobs,
  23. checkin and checkout
  24. creatfil.hxx contains declarations of TS_OPEN_FILE ( cached file)
  25. creatfil.cxx contains functions for TS_OPEN_FILE and related
  26. functions to cache and free the objects.
  27. creatflp.cxx contains private functions of OpenFile module
  28. dirchang.cxx definitions of functions for Directory change manager.
  29. dirchngp.cxx definitions of APC functions for directoru change manager
  30. getdirec.hxx declares TS_DIRECTORY_INFO class and member functions
  31. getdirp.cxx Functions implementing class TS_DIRECTORY_HEADER and
  32. related functions for caching and freeing the cached
  33. dir listing.
  34. getdir.cxx Memeber functions of class TS_DIRECTORY_INFO.
  35. ( exported Directory Listing class)
  36. virtroot.cxx implements functions for virtual roots management
  37. virtroot.hxx public declaration of functions for virtual roots
  38. tsmemp.hxx memory allocation ( private) prototypes
  39. tsmemp.cxx definitions of memory alloc functions
  40. tsinit.cxx functions to initialize and cleanup Tsuanmi module
  41. pudebug.c program debugging utility functions defined
  42. globals.hxx declarations of global variables
  43. globals.cxx definitions of global variables
  44. Implementation Details
  45. < To be filled in when time permits. See individual files for comments section >
  46. Contents: