Fossil

Check-in [c06e0b2d0a]
Login

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

Overview
Comment:Changes to support CGI on IIS web servers.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c06e0b2d0a201aec744b708f1421ce0f4465cf490af4ee6c698609d3d0f1642a
User & Date: drh 2019-11-28 10:31:46.344
Context
2019-11-30
13:53
Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk)
2019-11-29
14:44
Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements)
2019-11-28
10:31
Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d0a user: drh tags: trunk)
10:27
When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb55802 user: drh tags: trunk)
2019-08-31
13:53
The IIS web server does not define REQUEST_URI, instead is uses PATH_INFO for virtually the same purpose. Define REQUEST_URI the same as PATH_INFO and redefine PATH_INFO with SCRIPT_NAME removed from the beginning. ... (Closed-Leaf check-in: 54fdd1a5d7 user: tsbg tags: iis-cgi)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/cgi.c.
Changes to src/main.c.