Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user drh
2018-04-21
| ||
22:58 | Fix minor typo in the fossil-v-git document. Leaf check-in: 2e8f2887 user: drh tags: trunk | |
2018-04-10
| ||
17:48 | Update the built-in SQLite to version 3.23.1. check-in: 52b3b8ed user: drh tags: trunk | |
11:55 | Enhance the replacement algorithm for the tarball cache so that it gives extra weight to tarballs that have been accessed more than once. check-in: 7ffa5ae0 user: drh tags: trunk | |
2018-04-06
| ||
12:01 | Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. check-in: 3e94c7ed user: drh tags: trunk | |
2018-04-02
| ||
11:15 | Update the built-in SQLite to version 3.23.0 final. check-in: 699cefc8 user: drh tags: trunk | |
2018-03-29
| ||
17:03 | Also allow the '-' character in parameter and cookie names. This is necessary for the login cookie. check-in: 21780aef user: drh tags: trunk | |
15:42 | Update the built-in SQLite to the second 3.23.0 beta. check-in: 032188a6 user: drh tags: trunk | |
15:24 | Extra comment describing the previous change. check-in: 6c02983d user: drh tags: trunk | |
15:20 | Slight revision to [be5d83f93ac66f65] to allow "_" in parameter names. check-in: e09df6ea user: drh tags: trunk | |
15:16 | New security feature: Reject any query parameter, POST parameter, or cookie whose name contains a non-alphanumeric character. No know vulnerabilities exist because of this. I'm just be paranoid. This enhancement is inspired by Drupalgeddon2. check-in: be5d83f9 user: drh tags: trunk | |
2018-03-28
| ||
18:38 | Update the built-in SQLite to the first 3.23.0 beta. check-in: d470fc70 user: drh tags: trunk | |
2018-03-26
| ||
13:21 | Fix a pledge() problem with the status command. check-in: e765f90e user: drh tags: trunk | |
01:05 | Harmless comment typo fix. check-in: b948eaea user: drh tags: trunk | |
2018-03-23
| ||
15:37 | Disable the SQLite automatic index warning on non-debug builds. check-in: 1336c4af user: drh tags: trunk | |
14:00 | Add the magic comment to the query for /tagtimeline to suppress the sort-w/o-index warning message from FOSSIL_DEBUG. check-in: 55a3316b user: drh tags: trunk | |
2018-03-22
| ||
19:43 | Update the built-in SQLite to the latest pre-release snapshot for beta testing. check-in: 1849c6e2 user: drh tags: trunk | |
2018-03-19
| ||
20:24 | If the dp= and r= query parameters are both supplied to /timeline, use only the r= query parameter and ignore dp=. check-in: 7c690c08 user: drh tags: trunk | |
19:55 | This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. Closed-Leaf check-in: 63b967e0 user: drh tags: mistake | |
2018-03-17
| ||
23:11 | Do no update the display cookie except when the user specifically changes the selectors on the /timeline submenu. check-in: 802939b1 user: drh tags: trunk | |
16:29 | Update the build-in SQLite to the latest 3.23.0 alpha check-in: ea67a544 user: drh tags: trunk | |
15:55 | Add a new viewing mode called "Classic". The new "Classic" is the same as "Verbose" in the previous release. The "Verbose View" is now the same as "Compact" except that the check-in details are always expanded. check-in: b900583c user: drh tags: trunk | |
2018-03-12
| ||
03:53 | Fix documentation typos reported on the mailing list. check-in: 7989d7cd user: drh tags: trunk | |
2018-03-07
| ||
19:46 | Rid the code of the legacy UUID_SIZE macro. Replace it everywhere with either HNAME_MAX or HNAME_LEN_SHA1 or HNAME_LEN_K256, as appropriate. check-in: 323299cb user: drh tags: trunk | |
2018-02-25
| ||
19:47 | Add support for Last-Modified: and If-Modified-Since:. Currently only works for /uv but can be easily expanded to other resources. Also change Set-Cookie to use max-age= rather than expires=. check-in: f89eb80e user: drh tags: trunk | |
19:09 | Add support for ETags cache control. check-in: 7383450d user: drh tags: trunk | |
19:09 | Add ETags cache control to the /tarball, /zip, and /sqlar pages. Closed-Leaf check-in: f2492f3b user: drh tags: etags-cache-control | |
2018-02-24
| ||
20:14 | Redesign the ETags mechanism to be simpler and safer. check-in: ae660cd6 user: drh tags: etags-cache-control | |
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: 02740c2c user: drh tags: etags | |
17:08 | Fix ETags support for when compiling with FOSSIL_ENABLE_TH1_HOOKS. check-in: 43a66b58 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: 787896c5 user: drh tags: etags | |
03:47 | Optimizations to the ETag implementation. check-in: 2588d447 user: drh tags: etags-cache-control | |
03:38 | ETags now working for the /uv page. check-in: 5b84cab0 user: drh tags: etags-cache-control | |
00:39 | First cut at supporting ETags: and If-None-Match: for cache control. check-in: 94c0b8ec 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: 203d82d8 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: c44d9e4d user: drh tags: trunk | |
18:45 | Fix the mtime computation for "fossil all ui" on windows. check-in: 219f3e6b user: drh tags: trunk | |
2018-02-16
| ||
19:57 | Fix a typos and improve the wording on the failure-to-upgrade-to-HTTPS error screen. check-in: 01984ee0 user: drh tags: trunk | |
16:28 | Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. check-in: 55f6c765 user: drh tags: trunk | |
16:16 | An HTTPS upgrade redirect loop now is broken and gives a warning. The "-nossl" is no longer the default on "fossil server". Warning messages are provided when trying to log in via an insecure connection. check-in: 61733824 user: drh tags: trunk | |
2018-02-13
| ||
22:26 | On the Fossil repository screen list that comes up with commands like "fossil all ui", show the last modification time of each repo, and allow sorting by mtime. check-in: f2231ba6 user: drh tags: trunk | |
12:48 | Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. check-in: 20954274 user: drh tags: trunk | |
2018-02-12
| ||
16:32 | Patch from Pietro Cerutti to enable TCL shared library loading in TH1 on FreeBSD. check-in: 29adfac4 user: drh tags: trunk | |
13:01 | Add the --use-author flag to "fossil import --git". Patch from Dingyuan Wang. check-in: fe87e4cb user: drh tags: trunk | |
12:55 | Fix incorrect setting name in the "fts-config" command. check-in: ceba4881 user: drh tags: trunk | |
12:47 | New uses for cgi_csrf_safe(). check-in: c9efdfca user: drh tags: trunk | |
2018-02-10
| ||
16:24 | Add the cgi_csrf_safe() routine as a supplimental defense against cross-site request forgery attacks. check-in: 047802a3 user: drh tags: trunk | |
15:38 | Fix the display of technotes on the main timeline so that their background color shows again. check-in: 694e11a7 user: drh tags: trunk | |
2018-02-07
| ||
18:48 | Version 2.5 check-in: 188a0e29 user: drh tags: trunk, release, version-2.5 | |
2018-02-05
| ||
20:18 | Add (undocumented) from= and to= query parameters on the /reports webpage. If both parameters are a date/time string, then report only covers the span of dates specified. check-in: f390552d user: drh tags: trunk | |
2018-01-25
| ||
00:37 | Another change log update. check-in: c125af3e user: drh tags: trunk | |