Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file src/finfo.c version 364e8ecadc
|
2020-05-12
| ||
| 14:45 | Improve the description of the setting so as to remove doubt about its meaning. Closed-Leaf check-in: 9660319699 user: andybradford tags: fork-warn-setting | |
|
2020-05-11
| ||
| 18:12 | Continuing UX improvements on the /file, /artifact, and /whatis pages. More needs to be done. check-in: 1b5d0b0e18 user: drh tags: trunk | |
| 14:09 | Add setting that will suppress the new fork warning with every commit. check-in: 57b8d6deac user: andybradford tags: fork-warn-setting | |
| 04:17 | Merge in trunk. check-in: 09239396ae user: ashepilko tags: revert-dir | |
|
2020-05-10
| ||
| 15:29 | Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. check-in: 26011322cd user: drh tags: trunk | |
| 15:06 | Include the login name as part of the ETag hash for ETAG_QUERY. That way, the hash will change if the user logs in or logs out, and the page will be recomputed. check-in: 18aec6b9a8 user: drh tags: trunk | |
| 14:51 | Shift the computation of the hash returned by fossil_exe_id() from run-time to compile-time. check-in: 22fc5a792c user: drh tags: trunk | |
| 13:58 | Add the fossil_exe_id() internal interface that returns a unique hash that changes whenever Fossil is recompiled (more precisely, whenever the MANIFEST_UUID changes or the etag.c source file is recompiled). check-in: 54a8243bf5 user: drh tags: trunk | |
| 12:58 | Proof-of-concept ETag caching for the /timeline page. Seems to work. Most other webpages could easily add ETag caching now. check-in: 7eaeceddc4 user: drh tags: trunk | |
| 12:16 | Enable ETag caching of the /uvlist and /juvlist pages. check-in: a6003f1df0 user: drh tags: trunk | |
| 11:39 | Avoid returning empty ETag: headers in the HTTP reply. check-in: 261052c4e1 user: drh tags: trunk | |
| 04:50 | File Browser: use wording 'file at check-in' to denote a file version snapshot and 'known file' to denote a name of a managed file. check-in: 6fd34c5774 user: ashepilko tags: trunk | |
| 03:12 | Show an error page when a managed file is not known at the requested check-in. check-in: 78d52675c5 user: ashepilko tags: trunk | |
|
2020-05-09
| ||
| 21:10 | Another 304 change: Omit only the Content-Type header. Retain the cache-control header lines. check-in: fff9b6799c user: drh tags: trunk | |
| 21:04 | Correctly terminate the 304 replies in the previous check-in. check-in: 9f99257451 user: drh tags: trunk | |
| 20:59 | For a 304 HTTP response, omit extraneous fields such as Content-Type and ETag. check-in: 6624350b0e user: drh tags: trunk | |
| 18:08 | Enquote the requested path glob in query to get history for a directory name with spaces. check-in: 972341dbca user: ashepilko tags: trunk | |
| 17:26 | Show 'No such file' page title, when requested for an unknown file path. check-in: 439e7ce645 user: ashepilko tags: trunk | |