Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/xfer.c version 70913a0309
|
2019-07-25
| ||
| 20:20 | Enable the extroot: setting in CGI. check-in: c116a9996b user: drh tags: extension-cgi | |
| 19:53 | Do not provide failure diagnostics on the /ext page unless the user has Debug privilege. check-in: 08b9b61972 user: drh tags: extension-cgi | |
| 18:34 | Defer decoding POST parameters until after the webpage name is located. Do not do the decode if the webpage has the new "raw-content" property. Set that property on /ext so that is can relay the encoded content to sub-cgi. check-in: e4849f58e4 user: drh tags: extension-cgi | |
| 18:08 | Add the ability for Debug users to trace sub-CGI responses by adding the fossil-ext-debug query parameter. check-in: cc21a4389e user: drh tags: extension-cgi | |
| 17:40 | Disable HTTP_ACCEPT_ENCODING for the extension CGI. But leave that setting unchanged for Fossil as it might be needed for the relay back to the client. check-in: 54aeb1a8ce user: drh tags: extension-cgi | |
| 17:07 | Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. check-in: ed2def5ffb user: drh tags: extension-cgi | |
|
2019-07-24
| ||
| 10:54 | Continuing work on the /aux page. Now working for static content. Closed-Leaf check-in: 77a72fb964 user: drh tags: sub-cgi | |
|
2019-07-23
| ||
| 23:25 | Initial but incomplete work on an experimental /aux page that runs secondary CGI that has access to the Fossil user login credentials and similar information. This is an incremental check-in of work-in-progress. check-in: 72f8e77612 user: drh tags: sub-cgi | |
| 19:17 | Make sure an HTTP request always has at least a single "/" in the pathname. check-in: 35d609a0ba user: drh tags: trunk | |
| 18:20 | Fix over-length lines in the logic.c source file. No logical changes. check-in: cd11f92186 user: drh tags: trunk | |
| 18:14 | Fix a typo in an internal function name. "logic" should be "login". check-in: c921545bff user: drh tags: trunk | |
| 16:16 | Do not follow a redirect from HTTPS to HTTP. check-in: c19f782e54 user: drh tags: trunk | |
| 16:10 | Add the test-httpmsg command. check-in: 1ad56ceeaf user: drh tags: trunk | |