Fossil

Today In History
Login

This Day In History For 2026-11-02

1 Year Ago (more context)

2025-11-02
11:33
Add options to "fossil sys ls": -S, -m, and -d. check-in: 13de44edf7 user: drh tags: system-cmd

3 Years Ago (more context)

2023-11-02
19:40
Improvements to "fossil sync" help text. check-in: 88871c0203 user: drh tags: trunk
19:37
For the "fossil sync" command if the -v option is repeated, then the HTTP_VERBOSE flag is set on the http_exchange() call, resulting in additional debugging output for the wire protocol. check-in: 8089622419 user: drh tags: trunk
12:44
Check if markdown paragraphs contains lists. Fixes issue reported in [forum:b598ac56defddb2a]. Closed-Leaf check-in: 25028896e4 user: preben tags: markdown-multiple-sublists

4 Years Ago (more context)

2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository. This amends [29a24941ed9b]. Closed-Leaf check-in: 6e28f28091 user: george tags: pre-2.21

5 Years Ago (more context)

2021-11-02
16:13 Edit [af8109c00d0d5a5e|af8109c00d]: Edit check-in comment. artifact: b9d796f934 user: danield
15:52
Work around a warning in older versions of OpenSSL (e.g. 1.0.2g) where ASN1_time_check() is declared with a non-const ASN1_TIME* parameter. check-in: af8109c00d user: danield tags: trunk

10 Years Ago (more context)

2016-11-02
19:26
Minor tweaks to proposed help text for possible enhanced changes command check-in: b18735fc4a user: andygoth tags: andygoth-changes
19:12
Merge updates from trunk. check-in: 25285f06f2 user: mistachkin tags: openssl-1.1
17:47
Fix the build on Windows. check-in: 11e105b3c9 user: drh tags: trunk
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. check-in: 7fa9701b3d user: drh tags: trunk
10:22
Collapse two memset's into one. Typo in mkdownload.tcl check-in: 5f88968404 user: jan.nijtmans tags: trunk
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. check-in: f47b7052c6 user: jan.nijtmans tags: trunk
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. check-in: 69f64a8d64 user: mistachkin tags: trunk

15 Years Ago (more context)

2011-11-02
22:40 Edit [cf5f2c4ea6cd5623|cf5f2c4ea6]: Edit check-in comment. artifact: 31e648279d user: viriketo
22:39 Closed ticket [fbea61caf0]: fossil needs a rebuild after receiving a new baseline checkin artifact: fcce95acd7 user: viriketo
21:53
Trying to fix some cases where the mlink table is bad build due to delta manifests. In this checkin, I fix the case when the child delta manifest changed back the file from some contents to those of its baseline manifest. The 'info' page was not showing these kind of changes. Should close the ticket [2ce64a315f]. check-in: cf5f2c4ea6 user: viriketo tags: fix_mlink
15:23
Update the blob_write_to_file() routine so that it correctly handles binary files being send to standard output. check-in: 83a574b019 user: drh tags: trunk