This Day In History For 2026-07-23
1 Year Ago (more context)
|
2025-07-23
| ||
| 23:31 | Remove some xfer login process debug output. check-in: 815a84cbcc user: stephan tags: xfer-login-card | |
| 20:56 | Account for CGI-hosted fossil instances by sending the xfer login card as a URL argument. This is somewhat inelegant but works around their inability to read HTTP headers. This version is still more verbose than it needs to be, and requires more testing for compatibility with trunk fossil versions. check-in: 439af9348b user: stephan tags: xfer-login-card | |
| 19:33 | • Changes to wiki page "branch/xfer-login-card" artifact: f5cb243ec9 user: stephan | |
| 19:22 | • Edit [6c900645ea5765e2|6c900645ea]: Edit check-in comment. artifact: 0747ffede8 user: stephan | |
| 17:39 | Add the x-fossil-xfer-login header check in one additional place. With the help of the included debug output, the login problem seems to be caused by CGI (only) instances not reading the inbound HTTP headers. My attempts to make it do have, so far, only triggered HTTP 500 responses. (Edit: i'd forgotten that CGIs don't get headers. The headers are necessarily consumed by the web server to find the CGI script and populate its environment.) check-in: 6c900645ea user: stephan tags: xfer-login-card | |
| 16:01 | Replace a call to mprintf() with fossil_strdup(). Leaf check-in: 44e5125f8f user: danield tags: gen-uuid | |
| 15:58 | Minor optimization: replace calls to mprintf("%s", X) with fossil_strdup(X). check-in: 4c3e1728e1 user: danield tags: trunk | |
2 Years Ago (more context)
|
2024-07-23
| ||
| 17:29 | • Edit [116262e4a6af99f3|116262e4a6]: Add propagating "hidden". artifact: a0d0661cf7 user: js | |
| 17:29 | • Edit [116262e4a6af99f3|116262e4a6]: Mark "Closed". artifact: d6dfded888 user: js | |
| 12:27 | Revert a /chat change, introduced in [be01315c86cd2f7d], which causes the Send button to trigger a preview update if the current view is the preview. In practice that's annoying, as the shift-enter and the preview button do the same thing and this change forces a separate click to leave preview mode. check-in: ec6fbe9863 user: stephan tags: trunk | |
3 Years Ago (more context)
|
2023-07-23
| ||
| 20:28 | Show file sizes the the treeview. Other file browser enhancements. check-in: 73fe442a25 user: drh tags: trunk | |
| 20:27 | Improved CSS for the size field of tree-view. Closed-Leaf check-in: 06ab6d9c8b user: drh tags: filesize-listings | |
| 19:57 | Use the files_of_checkin virtual table to generate the file listings on the /dir page, instead of a bunch of C code that was written before files_of_checkin was invented. check-in: 15d9d5b097 user: drh tags: filesize-listings | |
5 Years Ago (more context)
|
2021-07-23
| ||
| 21:47 | Updated the caps/index.md doc to reflect the recent "sxy" change check-in: 34de621459 user: wyoung tags: trunk | |
| 19:48 | Comment typo fix in previous check-in: ec5efceb8a user: wyoung tags: trunk | |
| 19:35 | The default user capability string for the test-http command — used by ssh:// URLs despite the "test-" prefix! — is now "sxy" to grant all permissions as claimed [/doc/trunk/www/caps/#webonly | in the docs]. While this is objectively correct, it doesn't solve the actual problem I was chasing, being UV sync failure over SSH per [forum:/forumpost/b121db582ee1ed2c | a recent forum post]. check-in: 129e395878 user: wyoung tags: trunk | |
| 06:12 | Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. Closed-Leaf check-in: 6f3ab14165 user: stephan tags: branch-close-subcommand | |
| 02:44 | branch hide/unhide subcommands now skip over checkins which have resp. don't have the hidden tag. check-in: 768f30ffb7 user: stephan tags: branch-close-subcommand | |
| 02:22 | Added (branch hide/unhide) subcommands. check-in: 05b42e6aa6 user: stephan tags: branch-close-subcommand | |
10 Years Ago (more context)
|
2016-07-23
| ||
| 22:02 | Fix harmless compiler warnings. check-in: fd35e3396a user: drh tags: trunk | |
| 20:35 | Update the built-in SQLite to the 3.14 alpha. Use sqlite3_trace_v2() instead of sqlite3_trace(), which is not deprecated. check-in: b9573e55c2 user: drh tags: trunk | |
| 09:14 | • Edit [4887295ab8ec9a56|4887295ab8]: Mark "Closed". artifact: 49b5c93e9d user: mistachkin | |
15 Years Ago (more context)
|
2011-07-23
| ||
| 23:01 | Fix logic error: look up mlink entries of the commit, not the parent. Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental | |
| 22:13 | Fix a harmless compiler warning. check-in: ba15af450d user: drh tags: trunk | |
| 22:05 | Improvements to the automatic background color chooser. Provide a setting which alters the algorithm to work with a light-color foreground. check-in: ce4a44d931 user: drh tags: trunk | |
| 21:32 | Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. Closed-Leaf check-in: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile | |
| 16:01 | Merge the autosetup update into trunk. check-in: 3c512b3748 user: drh tags: trunk | |
| 07:55 | • New ticket [3dd8c3dbe4] Bug in Win98. artifact: 6faf910c63 user: anonymous | |
| 00:24 | During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. check-in: 2cfb415b23 user: joerg tags: experimental | |