Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

153 check-ins by user danield

2024-03-27
11:47
In the build wiki, mention that buildmsvc.bat can be called in a normal command prompt. ... (check-in: b7e8b8e7 user: danield tags: trunk)
2024-03-25
15:48
Update buildmsvc.bat to be able to be called in a normal command prompt and automatically load the needed MSVC build tools (x64 by default; x86 can be given as the first argument). ... (check-in: 97971b96 user: danield tags: trunk)
2024-02-04
21:28
For 'fossil diff', allow --context to be 0, per request in forum post 806f1296d8. ... (check-in: ea6f9a84 user: danield tags: trunk)
2024-02-02
22:22
Fix overlong lines and remove trailing whitespace from non-external C files. ... (check-in: 275da70f user: danield tags: trunk)
22:18
Remove trailing whitespace from non-external C files. ... (Closed-Leaf check-in: 7db0a2d9 user: danield tags: fix-overlength-lines)
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (check-in: 942f691b user: danield tags: fix-overlength-lines)
16:23
Replace stray tab characters. ... (check-in: 9db696ea user: danield tags: trunk)
2024-01-18
15:20
Document the --linenum and --invert command-line options to 'fossil diff'. ... (check-in: eb4efc8c user: danield tags: trunk)
14:50
Fix several harmless compiler warnings (turned off in the standard build). ... (check-in: ab054759 user: danield tags: trunk)
2023-12-08
10:20
In the HTML diff output, honour the user's light/dark mode browser setting. ... (check-in: a2e6b31a user: danield tags: trunk)
2023-12-07
10:39
Make the dark mode also available for the diff HTML output (--webpage, -b). ... (Closed-Leaf check-in: 6b7fe7fa user: danield tags: tk-diff-darkmode)
2023-12-05
16:02
Provide a dark mode for the TCL/TK-based diff GUI. ... (check-in: b59a42f1 user: danield tags: tk-diff-darkmode)
2023-11-27
10:28
Fix typos in unvers.wiki. ... (check-in: 22ee43db user: danield tags: trunk)
2023-11-20
18:57
Do not separate timeline entries by an empty line when using custom formatting strings. ... (check-in: 256983fd user: danield tags: trunk)
2023-11-14
21:29
Move an invariable test outside a while loop. ... (check-in: b87bd729 user: danield tags: trunk)
2023-11-13
07:40
Fix usage wording for the branch command. ... (check-in: 8e8d1f06 user: danield tags: trunk)
2023-10-20
16:45
For 'timeline --verbose' with some formatting options, display the list of changed files closer to the check-in info block. ... (check-in: 7e63c86e user: danield tags: trunk)
2023-09-19
11:59
Fix formatting for the help text of the 'branch' command. ... (check-in: 132af984 user: danield tags: trunk)
2023-09-14
08:25
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch. ... (check-in: 8ff63db2 user: danield tags: trunk)
08:04
Update the built-in SQLite to version 3.43.1. ... (check-in: 1fea5c2c user: danield tags: trunk)
2023-07-25
12:35
Updates to the change log. Various spelling and grammar fixes. ... (check-in: e6569d3f user: danield tags: trunk)
2023-07-24
11:58
Deal with two C++-style comments. No functional changes. ... (check-in: 99ab5cd8 user: danield tags: trunk)
2023-07-21
23:02
Display file sizes in /dir and /tree, as per request in forum post 2a0cd67e77. ... (check-in: fb0b7fe1 user: danield tags: filesize-listings)
2023-07-13
12:13
Reconcile a test in the FTS search with its original intent in [196dfedf7fc]; reported in forum post fa13ae06d. ... (check-in: e8821162 user: danield tags: trunk)
2023-06-30
07:28
Update documentation: check-in name 'start:' can be chained as well. ... (check-in: 36adf66b user: danield tags: trunk)
2023-06-22
11:01
Allow more than ~128 MiB in a blob ;) ... (check-in: 1c2c0a1f user: danield tags: trunk)
2023-06-14
14:37
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per forum request. ... (Closed-Leaf check-in: d6ddd5bc user: danield tags: branch-list-merged-unmerged)
14:29
Remove a longtime obsolete comment in the branch listing routine. ... (check-in: ebe81aa1 user: danield tags: trunk)
2023-05-08
14:12
Display FQDN on sync only when the verbose flag is on. ... (check-in: cc34f3cf user: danield tags: trunk)
2023-05-05
12:56
For sync operations, also display the FQDN of the remote, if available. ... (check-in: 99b09b94 user: danield tags: trunk)
2023-04-24
14:33
Clarify that backslashes in the help text of commands/webpages must be escaped for correct processing by mkindex.c. ... (check-in: 5c8f5575 user: danield tags: trunk)
2023-04-20
16:21
Fix build by escaping the backslash in the help text of test-strip-comment-lines. ... (check-in: cbfaec58 user: danield tags: trunk)
12:12
Mention comments in the document about glob patterns. ... (check-in: 9558bf82 user: danield tags: trunk)
12:02
In versioned settings, make again possible for globs to begin with a hash by escaping it (i.e. such lines should start with '\#'). ... (check-in: 6d2dbf98 user: danield tags: trunk)
2023-04-19
10:45
Add supporting comment lines in versioned settings to the changelog. ... (check-in: 4ed98a99 user: danield tags: trunk)
07:19
Allow comment lines (starting with '#') in versioned settings. ... (check-in: ef633d4b user: danield tags: trunk)
2023-04-13
07:01
Typo fix in capabilities.c, reported in forum. ... (check-in: 0df0586a user: danield tags: trunk)
2023-04-03
18:58
Allow comment lines (starting with '#') in versioned settings. ... (Closed-Leaf check-in: fc2a4dcc user: danield tags: allow-versioned-settings-comments)
2023-03-30
08:15
Update the list of versionable settings in the documentation. ... (check-in: 0f9224e9 user: danield tags: trunk)
2023-03-23
14:52
Use a more appropriate link in the above document. ... (check-in: aacd3714 user: danield tags: trunk)
14:48
Correct two broken links in the 'Fossil vs. Git' document. ... (check-in: f8baa04b user: danield tags: trunk)
2023-03-14
17:18
Add the --out option to the "cat" command to specify an output file - only if a single historical file is requested. ... (check-in: 8975472d user: danield tags: trunk)
2023-03-11
23:49
Give the correct way to figure out the temporary directory used under Windows. ... (check-in: 4e688dc0 user: danield tags: trunk)
2023-03-10
23:06
In the Windows server document, provide a command to get the temporary path location as used by Fossil. ... (check-in: 1f184d0e user: danield tags: trunk)
15:40
On Windows, write the temporary server files to a subfolder, allowing for easier exclusion from antivirus scanning. ... (check-in: 364337be user: danield tags: trunk)
2023-03-07
15:40
Remove superfluous makeheaders-targeted declaration of markdown() from markdown.c, since this made it appear twice in the generated header files. ... (check-in: bb583b0c user: danield tags: trunk)
13:00
Make the no-op rendering callbacks in backlink.c type-compatible with the declarations in mkd_renderer, doing away with a theoretically possible undefined behavior and the related compiler cast warnings. ... (check-in: d3434fd8 user: danield tags: trunk)
2023-02-23
18:47
Fix a harmless compiler overflow warning. ... (check-in: 2fd158fc user: danield tags: trunk)
2023-02-08
13:35
Fix a couple of -Wextra compiler warnings. ... (check-in: 3afeef3f user: danield tags: trunk)
2023-02-03
15:59
Fix another harmless compiler warning reported by Clang-15. ... (check-in: de184889 user: danield tags: trunk)
2023-02-01
14:35
Do not export private artifacts to git. ... (check-in: fbd3b583 user: danield tags: trunk)
2023-01-31
10:41
Use a faster query when checking for private artifacts. ... (Closed-Leaf check-in: 25a6ba26 user: danield tags: git-export-omit-private)
10:11
Do not export private artifacts to git. ... (check-in: 40abd839 user: danield tags: git-export-omit-private)
10:07
Small correction in the usage text for 'fossil git'. ... (check-in: 1aa3188e user: danield tags: trunk)
2023-01-25
13:59
More updates f() to f(void). ... (check-in: 46ddf0e8 user: danield tags: trunk)
2023-01-09
13:25
Help text improvements for diffcmd.c. ... (check-in: e1b51150 user: danield tags: trunk)
2023-01-06
13:10
Add the 'dont-commit' setting as a safety against accidental commits, per request in forum post 291f9af918. ... (check-in: 884436ce user: danield tags: trunk)
13:04
Fix a bug in the 'commit' command that made it ignore the 'forbid-delta-manifests' setting. ... (check-in: ead01b6f user: danield tags: trunk)
2022-12-21
12:07
Change spelling for check-in, check-out, and related words. ... (check-in: bc36fdcf user: danield tags: trunk)
11:52
Merge in help consistency improvements. ... (Closed-Leaf check-in: 526b0a54 user: danield tags: check-in-spelling)
2022-12-20
09:46
Change spelling for check-in and similar ... (check-in: d9c4321e user: danield tags: check-in-spelling)
2022-12-14
13:03
Fix help text for the 'artifact' command. ... (check-in: 98b80e42 user: danield tags: trunk)
2022-11-17
07:45
Increase the version number to 2.21 to start the next development cycle. ... (check-in: 8dcee008 user: danield tags: trunk)
2022-10-04
12:54
Fix some broken hyperlinks in documentation files. ... (check-in: a59af25f user: danield tags: trunk)
2022-09-26
06:43
Update the hyperlink for purchasing a SEE license. ... (check-in: c3ce8a42 user: danield tags: trunk)
2022-09-01
10:52
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for the 'test-all-help' command and webpage each help string is output at most once. ... (check-in: db708494 user: danield tags: trunk)
2022-07-27
14:16
Add zlib1g-dev to the list of libraries needed for building. ... (check-in: 12ce928a user: danield tags: trunk)
2022-07-19
14:51
Remove some unneeded code. ... (check-in: 83877bb7 user: danield tags: help-aliases-unique)
14:47
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for 'test-all-help' command and webpage each help string is output at most once. ... (check-in: 4b8efc05 user: danield tags: help-aliases-unique)
2022-07-18
18:02
Typo fix in the 'timeline' command's help as per forum post 27bc0a9716. ... (check-in: c8a39b66 user: danield tags: trunk)
2022-06-22
13:51
Updates to the change log. ... (check-in: b7e638f8 user: danield tags: trunk)
13:37
Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 41f6a451 user: danield tags: trunk)
13:33
Add an option to the 'timeline' command to display only items on a specific branch. ... (check-in: 213ca339 user: danield tags: trunk)
2022-06-17
09:57
Merged in trunk. ... (Closed-Leaf check-in: c97ad9d6 user: danield tags: diff-show-versions)
09:49
Merged in trunk. ... (Closed-Leaf check-in: 20c1ba2e user: danield tags: timeline-cmd-by-branch)
09:43
Merged in trunk. ... (check-in: 6bdb2fbe user: danield tags: version-cmd-describe)
09:32
Add generation of manifest.descr to Makefile.msc (via makemake.tcl); this can be removed after 'version --describe' support gets built in. ... (check-in: a198cde6 user: danield tags: version-cmd-describe)
2022-06-02
20:39
Updates to the change log. ... (check-in: 952b0608 user: danield tags: trunk)
19:51
By default, do not show wikis associated with check-ins and branches in the output of 'fossil wiki ls'. This is the CLI pendant to [29a24941e]. ... (check-in: 4877e77a user: danield tags: trunk)
2022-05-12
15:09
On the wiki page list, omit wiki pages that are associated with check-ins and branches by default, but provide a button to show associated wiki pages if desired (Item 17 on the To Do List). ... (check-in: 29a24941 user: danield tags: trunk)
2022-05-11
20:51
Add an option to the 'timeline' command to display only items on a specific branch. ... (check-in: 32b11546 user: danield tags: timeline-cmd-by-branch)
2022-04-25
06:08
Add the new special name start:BRANCH to refer to the first check-in of the branch. ... (check-in: fab8d922 user: danield tags: trunk)
06:07
Merge in trunk. ... (Closed-Leaf check-in: cff92f2e user: danield tags: name-start)
2022-04-21
12:06
In the check-in names documentation, mention that some prefixes can be chained. ... (check-in: ef9e42ac user: danield tags: trunk)
2022-04-20
15:04
Documentation for the new special name and changelog update. ... (check-in: b07729da user: danield tags: name-start)
15:03
Add the new special name start:BRANCH to refer to the first check-in of the branch ... (check-in: c92fb60b user: danield tags: name-start)
2022-04-19
15:47
Fix the previous change to cover an extra case. ... (check-in: 19a01ac1 user: danield tags: trunk)
14:48
Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 49ef1b57 user: danield tags: diff-show-versions)
12:46
Relocate a declaration to cope with C89 rules. ... (check-in: 87955d92 user: danield tags: trunk)
2022-03-31
12:10
For "fossil tag list" and the /taglist page, sort entries taking numbers into consideration. This puts tags that follow semantic versioning into the expected order. ... (check-in: 3500dbfd user: danield tags: trunk)
09:37
Added "fossil describe" to the change log. ... (check-in: 56ef05a5 user: danield tags: trunk)
09:14
Improvements to the help text and code comments for the "describe" command. ... (check-in: 52dd8a91 user: danield tags: trunk)
08:21
In "fossil describe", use hash_digits() as the default length when printing the commit hash. ... (check-in: 951cf9fa user: danield tags: trunk)
2022-03-30
15:08
Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*".

Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (check-in: 4329553d user: danield tags: version-cmd-describe)

14:36
Fix segfault and add message for ambiguous checkins. ... (Closed-Leaf check-in: e501d744 user: danield tags: describe-cmd)
14:01
Add comments, format code and remove magic size numbers. ... (check-in: 40de2cd9 user: danield tags: describe-cmd)
11:46
Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. ... (check-in: 3f06ed14 user: danield tags: describe-cmd)
2022-03-24
10:25
Fix hyperlink as per forum post 381b1fa627. ... (check-in: 7de6f15c user: danield tags: trunk)
2022-03-08
12:04
Fix the case eType==1 (find the first check-in of the branch). ... (Closed-Leaf check-in: 5e34c998 user: danield tags: start-of-branch-cte)
2022-03-04
17:56
Add braces around an if-block. ... (check-in: 9cd92711 user: danield tags: start-of-branch-cte)
16:04
Fix query for eType 0 or 2. ... (check-in: f35abaff user: danield tags: start-of-branch-cte)
15:32
Fix an assertion failure. ... (check-in: d3625bd9 user: danield tags: start-of-branch-cte)
2022-03-03
23:19
Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. ... (check-in: c7749bb0 user: danield tags: start-of-branch-cte)
2022-02-17
15:04
'update' shows the commit date for the updated-from version, for consistency." ... (check-in: 971dd236 user: danield tags: trunk)
2022-02-09
06:59
Display build/patch number for the MSVC compiler. ... (check-in: 487e4652 user: danield tags: trunk)
2022-02-04
11:28
On the repository list page, show Last Modified as 'unknown' for a repository with no entries in the event table (see forum report), and sort it still as oldest. ... (check-in: 9e420127 user: danield tags: trunk)
2022-02-01
22:03
Add --case-sensitive and --nocgi to the output of 'fossil help -o', and --cgitrace to the webpage for global options. ... (check-in: 54cdf297 user: danield tags: trunk)
2022-01-27
20:08
Remove the prototype for pikchr() from config.h, since pikchr.c gets a valid header file on all platforms. ... (check-in: fd9b8fd8 user: danield tags: trunk)
15:53
Change makemake.tcl accordingly for DMC (generated Makefile.dmc not tested). ... (Closed-Leaf check-in: 9f208a13 user: danield tags: pickhr-prototype)
15:17
Fix makemake.tcl and Makefile.msc to build on Windows. ... (check-in: 2d354a6e user: danield tags: pickhr-prototype)
2022-01-19
14:42
Add short option -ci for --checkin in 'fossil diff'. ... (check-in: c8a7ee7e user: danield tags: trunk)
2021-12-29
00:49
Update buildmsvc.bat after testing successful compilation with the Visual Studio 2022 toolchain. ... (check-in: 2ed7465c user: danield tags: trunk)
2021-12-28
13:55
Remove reference to miniz in "The Fossil Build Process". ... (check-in: 280c3584 user: danield tags: trunk)
2021-12-26
18:45
Remove miniz include ... (check-in: 4ab8669b user: danield tags: ssl-server)
2021-12-20
12:30
ardoise skin: fix misalignment of changed lines and line numbers in the unified view. ... (check-in: 44b92c79 user: danield tags: trunk)
2021-12-14
14:45
Add '-k' as short option for '--keep' in 'fossil open', per forum observation. ... (check-in: bbd3d256 user: danield tags: trunk)
2021-11-17
15:52
Fix accidental fork. ... (check-in: bd7f2727 user: danield tags: trunk)
15:49
Document how to add HTTPS=on for the case where Fossil is used in CGI mode with Apache behind Nginx. ... (check-in: cd934131 user: danield tags: trunk)
2021-11-02
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: af8109c0 user: danield tags: trunk)
2021-10-29
17:05
Retrieve the value of an SQL count(*) as an integer, not a float (discovered by accident while playing with compiler warnings). ... (check-in: 735b6be7 user: danield tags: trunk)
15:22
Display SSL certificate validity timestamps in ISO8601 format ... (check-in: d847300f user: danield tags: trunk)
2021-10-27
10:14
In contribute.wiki, mention 'fossil patch' for submitting binary patches. ... (check-in: f3f3c1db user: danield tags: trunk)
2021-10-22
19:26
Show notBefore and notAfter timestamps for unknown TLS certificates. ... (check-in: 5623188d user: danield tags: trunk)
2021-09-10
13:11
Mark private branches in the CLI output of "fossil branch list", and output only those when "-p" is given. Clarify that private branches do not appear in a merge manifest. ... (check-in: cf04bcb2 user: danield tags: trunk)
2021-07-15
21:43
Fix a typo in a variable name that broke the build when JSON support was enabled. ... (check-in: f31b5a83 user: danield tags: trunk)
2021-07-14
23:05
A value of "auto" for --branchcolor (commit) or --bgcolor (branch new) instructs Fossil to choose the color automatically. This makes it possible to have private branches that are not colored orange by default. ... (Closed-Leaf check-in: ac421602 user: danield tags: private-non-orange)
2021-07-13
15:21
When doing a verbose sync/pull/push, also print total uncompressed bytes sent/received, to match displayed statistics for each round trip. ... (check-in: 9abbd35b user: danield tags: trunk)
2021-03-23
15:53
Fix minor typo and sort options in command-line timeline. ... (check-in: f4af604a user: danield tags: trunk)
2021-03-18
15:20
Add information on how to remove a Windows service, per forum post 0bcffc517f. ... (check-in: 366fda0c user: danield tags: trunk)
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. ... (check-in: 72983897 user: danield tags: trunk)
2021-03-17
18:24
Update build infos for Windows. ... (check-in: 8c361b3a user: danield tags: trunk)
2021-03-16
16:13
Detect and use Visual Studio 2017 and later in buildmsvc.bat. ... (check-in: bf5df255 user: danield tags: trunk)
2021-03-13
22:55
Add missing defined() when testing for _WIN32. ... (check-in: 556479b2 user: danield tags: trunk)
2021-03-12
11:29
Fix capitalization and statements on hash collisions in delta-manifest.md ... (check-in: 36f90c7b user: danield tags: trunk)
2021-03-03
12:31
Change Quick Start to store the repository file outside the working directory. ... (check-in: 1ce4fd2f user: danield tags: trunk)
2021-02-21
13:10
Add optimization level flag for MSVC builds, defaulting to /Os. ... (check-in: c72edfd8 user: danield tags: trunk)
2021-02-04
15:52
Fix a bug triggering a failed assertion in blob_str() and dumping core when doing a 'fossil commit --no-prompt'. ... (check-in: d1f74a36 user: danield tags: trunk)
15:34
Avoid repeating the 'commit aborted' message. ... (check-in: 30ac5c00 user: danield tags: trunk)
10:50
Roll back dangling database transaction for some terminal code paths in 'fossil commit'. ... (check-in: 190d138a user: danield tags: trunk)
2021-01-28
15:32
Bring back some help text for 'fossil grep' removed in [9c2080a360]. ... (check-in: 60a28a8d user: danield tags: trunk)
2021-01-26
15:27
Enhance 'fossil branch list' to accept a GLOB argument and show only matching branches. ... (check-in: 6a5cdecd user: danield tags: trunk)
2021-01-15
11:16
Break overlong line. ... (check-in: 76c81e03 user: danield tags: trunk)
2021-01-13
13:34
Fix unintentional fork. ... (check-in: c21f7397 user: danield tags: trunk)
13:24
Move line separator into format strings for timeline formatting. ... (check-in: 0eed0f13 user: danield tags: trunk)
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. ... (check-in: e755561d user: danield tags: trunk)
13:50
Fix typos in help and other console output. ... (check-in: 2f78b2cb user: danield tags: trunk)
2021-01-08
07:23
Replace "prefix" with "phase" in the output of "fossil timeline --full". ... (check-in: 2dbbe1d6 user: danield tags: trunk)
2021-01-06
15:58
Update auto.def and relevant source files to account for the definition of getpass() in Termux' unistd.h. ... (check-in: f2aa77cc user: danield tags: trunk)
2021-01-05
13:20
Add build and zlib directories to the ignore-glob file, and change wbld to msvcbld in clean-glob file. ... (check-in: 443f4182 user: danield tags: trunk)
2021-01-04
12:26
Downsampled plunk.wav to 8 kb/s, 8000 Hz, mono. ... (check-in: d17f3d69 user: danield tags: trunk)
2020-12-21
12:14
Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda user: danield tags: timeline-cmd-formatting)
2020-12-18
15:30
Enhance "fossil diff --numstat" to print a grand total line, and not display statistics for non-modified files. ... (Closed-Leaf check-in: f8a5a6a7 user: danield tags: diff-numstat-total)
15:05
Extend the timeline command to allow customized "pretty" formats. ... (check-in: 5d3239bf user: danield tags: timeline-cmd-formatting)