Made following changes to the webkeeper code:
- Directory listing (uses p4 dirs and files to build the listing)
- If for a directory, the trailing slash is missing, redirect to
a new url with a trailing slash (mod_dir code).
- Debug statements for debugging
- Bug fix where sync was being used unintialized (mod_webkeep2.cc).
This has not been tested with the syncing capability of Webkeeper.
- Code outputs http content type based on if the data is gif, jpeg
or binary data; previously it only output octet-stream for all
non-textual data.
- Code tries to reduce the impact on the perforce server by caching
some information between processing phases (isFile and isDir)
- Misc Minor edits