Fossil

Timeline
Login

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

34 check-ins by user danield

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: 735b6be7ea user: danield tags: trunk
15:22
Display SSL certificate validity timestamps in ISO8601 format check-in: d847300f3b user: danield tags: trunk
2021-10-27
10:14
In contribute.wiki, mention 'fossil patch' for submitting binary patches. check-in: f3f3c1db6f user: danield tags: trunk
2021-10-22
19:26
Show notBefore and notAfter timestamps for unknown TLS certificates. check-in: 5623188de3 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: cf04bcb2b1 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: f31b5a838b 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: ac42160241 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: 9abbd35b8e user: danield tags: trunk
2021-03-23
15:53
Fix minor typo and sort options in command-line timeline. check-in: f4af604aa5 user: danield tags: trunk
2021-03-18
15:20
Add information on how to remove a Windows service, per forum post [forum:0bcffc517f]. check-in: 366fda0c51 user: danield tags: trunk
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. check-in: 72983897b0 user: danield tags: trunk
2021-03-17
18:24
Update build infos for Windows. check-in: 8c361b3ac5 user: danield tags: trunk
2021-03-16
16:13
Detect and use Visual Studio 2017 and later in buildmsvc.bat. check-in: bf5df255d8 user: danield tags: trunk
2021-03-13
22:55
Add missing defined() when testing for _WIN32. check-in: 556479b245 user: danield tags: trunk
2021-03-12
11:29
Fix capitalization and statements on hash collisions in delta-manifest.md check-in: 36f90c7b9e user: danield tags: trunk
2021-03-03
12:31
Change Quick Start to store the repository file outside the working directory. check-in: 1ce4fd2f15 user: danield tags: trunk
2021-02-21
13:10
Add optimization level flag for MSVC builds, defaulting to /Os. check-in: c72edfd865 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: d1f74a367c user: danield tags: trunk
15:34
Avoid repeating the 'commit aborted' message. check-in: 30ac5c00dd user: danield tags: trunk
10:50
Roll back dangling database transaction for some terminal code paths in 'fossil commit'. check-in: 190d138a13 user: danield tags: trunk
2021-01-28
15:32
Bring back some help text for 'fossil grep' removed in [9c2080a360]. check-in: 60a28a8d89 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: 6a5cdecddc user: danield tags: trunk
2021-01-15
11:16
Break overlong line. check-in: 76c81e0359 user: danield tags: trunk
2021-01-13
13:34
Fix unintentional fork. check-in: c21f739753 user: danield tags: trunk
13:24
Move line separator into format strings for timeline formatting. check-in: 0eed0f130e user: danield tags: trunk
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. check-in: e755561d73 user: danield tags: trunk
13:50
Fix typos in help and other console output. check-in: 2f78b2cb41 user: danield tags: trunk
2021-01-08
07:23
Replace "prefix" with "phase" in the output of "fossil timeline --full". check-in: 2dbbe1d622 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: f2aa77cc3f 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: 443f4182f7 user: danield tags: trunk
2021-01-04
12:26
Downsampled plunk.wav to 8 kb/s, 8000 Hz, mono. check-in: d17f3d699b user: danield tags: trunk
2020-12-21
12:14
Rename "prefix" to "phase" and fix a C99-ism. Closed-Leaf check-in: df99abda58 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: f8a5a6a716 user: danield tags: diff-numstat-total
15:05
Extend the timeline command to allow customized "pretty" formats. check-in: 5d3239bf58 user: danield tags: timeline-cmd-formatting