Changes On Branch etags
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch etags Excluding Merge-Ins

This is equivalent to a diff from 203d82d80e to 02740c2c47

2018-02-25
19:09
Add support for ETags cache control. check-in: 7383450dd5 user: drh tags: trunk
2018-02-24
18:39
Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. Closed-Leaf check-in: 02740c2c47 user: drh tags: etags
17:08
Fix ETags support for when compiling with FOSSIL_ENABLE_TH1_HOOKS. check-in: 43a66b58db user: drh tags: etags
03:49
Add support for the ETag: and If-None-Match: headers for improved cache control. Currently this only works for /uv but the mechanism is reasonably general and can be extended to other pages. check-in: 787896c5eb user: drh tags: etags
00:39
First cut at supporting ETags: and If-None-Match: for cache control. check-in: 94c0b8ecd1 user: drh tags: etags-cache-control
2018-02-23
21:29
Make default project name "<unnamed>" in the output of the "extras" and "changes" commands. check-in: 203d82d80e user: drh tags: trunk
21:24
Remove the mkdownload.html file from the documentation folder, since it is no longer used. Remove mention of OpenBSD from installation instructions, since precompiled binaries for that platform are no longer provided. check-in: c44d9e4dba user: drh tags: trunk

Changes to src/cgi.c.

Changes to src/cookies.c.

Changes to src/dispatch.c.

Changes to src/doc.c.

Added src/etag.c.

Changes to src/info.c.

Changes to src/main.c.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/mkindex.c.

Changes to src/setup.c.

Changes to src/style.c.

Changes to src/timeline.c.

Changes to src/unversioned.c.

Changes to win/Makefile.dmc.

Changes to win/Makefile.mingw.

Changes to win/Makefile.msc.