Evening everyone, This is the latest incarnation of gitweb w/ caching. This is finally at the point where it should probably start either being considered for inclusion or mainline, or I need to accept that this will never get in and more perminantely fork (as is the case with Fedora where this is going in as gitweb-caching as a parrallel rpm package). That said this brings the base up to mainline (again), it updates a number of elements in the caching engine, and this is a much cleaner break-out of the tree vs. what I am currently developing against. v4: - major re-working of the caching layer to use file handle redirection instead of buffering output - other minor improvements v3: - various minor re-works based on mailing list feedback, this series was not sent to the mailing list. v2: - Better breakout - You can actually disable the cache now - John 'Warthog9' Hawley John 'Warthog9' Hawley (7): gitweb: Load checking gitweb: Add option to force version match gitweb: Makefile improvements gitweb: Optionally add "git" links in project list page gitweb: Convert output to using indirect file handle gitweb: add a get function to compliment print_local_time gitweb: File based caching layer (from git.kernel.org) Makefile | 91 ++--- gitweb/Makefile | 129 +++++++ gitweb/README | 14 +- gitweb/cache.pm | 283 +++++++++++++++ gitweb/gitweb.css | 6 + gitweb/gitweb.perl | 1021 ++++++++++++++++++++++++++++++---------------------- 6 files changed, 1052 insertions(+), 492 deletions(-) create mode 100644 gitweb/Makefile create mode 100644 gitweb/cache.pm -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html