Change 1844

chetan_patil (Chetan Patil)
Chetan Patil committed this change into //guest/chetan_patil/webkeeper
Request Review
Download .zip
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
  • Files 9
  • Comments 0
0 edited 9 added 0 deleted
Makefile.apxs#1
Loading...
Makefile.libdir#1
Loading...
Makefile.tmpl#1
Loading...
README.WEBKEEP#1
Loading...
index.html#1
Loading...
libwebkeep.module#1
Loading...
mod_webkeep.c#1
Loading...
mod_webkeep.h#1
Loading...
mod_webkeep2.cc#1
Loading...
Tip: Use n and p to cycle through the changes.