Fossil

Timeline
Login

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

50 check-ins occurring around 004c5507247702b8.

2019-10-09
14:52
Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. (check-in: ec26471439 user: andybradford tags: clone-resume)
2019-10-08
16:00
Increase the version number to 2.11 for the next release cycle. (check-in: 10fb90fcae user: drh tags: trunk)
00:57
Updated Windows Service documentation to reflect new 64bit binaries for Fossil 2.10 for Windows. (check-in: cb13b61100 user: ckennedy tags: trunk)
2019-10-07
11:49
Fix a typo in the help text for the "fossil info" command. (check-in: 3d58d89041 user: drh tags: trunk)
11:03
Statement ordering: Don't read 'fingerprint' when there are no checkin's. (check-in: ffe7cc595e user: jan.nijtmans tags: trunk)
10:07
Prevent false-positive in fingerprint check, when the current checkout is empty. (check-in: fd8816ecf6 user: jan.nijtmans tags: trunk)
08:42
Removed a duplicate entry from www/mkindex.tcl (check-in: 4edc1302a4 user: wyoung tags: trunk)
2019-10-04
22:22
Fix typo in the server extension documentation. (check-in: 11c6504340 user: drh tags: trunk)
22:20
Fix the date on the 2.10 change log. (check-in: 80ea65af53 user: drh tags: trunk)
21:41
Version 2.10 (check-in: 9d9ef82234 user: drh tags: trunk, release, version-2.10)
15:44
Update the built-in SQLite to the 3.30.0 release version. (check-in: fc19d369ab user: drh tags: trunk)
01:16
EditorConfig file for Fossil Project. See https://fossil-scm.org/forum/forumpost/7da5900698 for discussion. (check-in: cb4412b6c5 user: ckennedy tags: trunk)
2019-10-03
21:22
Merged js-use-doc branch down to trunk (check-in: 39d3baabf6 user: wyoung tags: trunk)
15:19
Clarified a falsehood in the new verify_all_options() docs. (check-in: 6edf8bcd9a user: stephan tags: double-dash-flag2)
2019-10-02
20:18
Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. (check-in: c0de97a155 user: stephan tags: trunk)
16:14
Removed a debugging-only function. (check-in: 05cde4f8eb user: stephan tags: double-dash-flag2)
16:14
Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) (check-in: c32966e0de user: stephan tags: double-dash-flag2)
06:49
Added "File Browser Tree View" item to www/javascript.md (Closed-Leaf check-in: 72a00d1f74 user: wyoung tags: js-use-doc)
2019-10-01
18:11
Use double-quotes instead of single-quotes for the argument to "git export" in the "fossil git export" command, for windows compatibility. (check-in: be7c1bde92 user: drh tags: trunk)
16:57
Correction and clarification of the use of unsafe-inline for style in the "defcsp.md" document. (check-in: baecb63d9b user: drh tags: trunk)
16:56
Assorted improvements to the new use-of-JS doc (check-in: f40a9ccf3c user: wyoung tags: js-use-doc)
16:13
Added www/javascript.md doc. On a branch pending forum discussion. (check-in: 9fd8b1c9d1 user: wyoung tags: js-use-doc)
13:44
Several small tweaks to defcsp.md (check-in: e73901f15c user: wyoung tags: trunk)
07:13
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting)
2019-09-30
16:08
Update custom Makefile for MinGW. (check-in: 161958a49b user: mistachkin tags: trunk)
2019-09-29
00:20
Added "Alternatives" section to shunning.wiki. (check-in: 004c550724 user: wyoung tags: trunk)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies)
12:17
Minor /shun wording change suggested in the forum. (check-in: b3e8253d78 user: stephan tags: trunk)
2019-09-27
23:56
Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). (Closed-Leaf check-in: 52ae3288ab user: stephan tags: double-dash-flag)
22:51
Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. (check-in: 639b2c183e user: stephan tags: double-dash-flag)
22:28
Added -- support to (annotate, artifact, cat, clone). (check-in: ef763bcf08 user: stephan tags: double-dash-flag)
18:47
Update the fingerprint mechanism so that it if the revised hash algorithm fails, it retries using the legacy hash algorithm before reporting an error (and alarming users). The revised hash is always stored. The "test-fingerprint" command is updated to show both the old and the new hash algorithm and the fingerprint currently stored in the localdb. (check-in: 36d3685833 user: drh tags: trunk)
16:37
Help syntax change to match project conventions: [--] to ?--? (check-in: 95ed189424 user: stephan tags: double-dash-flag)
16:26
Added -- support to (changes, clean, extras, ls, commit). (check-in: 1b649b9d4e user: stephan tags: double-dash-flag)
16:10
Added -- support to (add, rm, mv). (check-in: 9a7101d5dc user: stephan tags: double-dash-flag)
15:45
fossil add: fixed leak of ignore-glob prompt string. (check-in: e5e094071d user: stephan tags: trunk)
14:32
Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. (check-in: dba4fd9b69 user: stephan tags: double-dash-flag)
11:47
Added -- support to: (branch new) (uv add/cat/edit/export/rm) (check-in: 78a30d8d7c user: stephan tags: double-dash-flag)
09:55
Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. (check-in: a9b9b5bcee user: stephan tags: double-dash-flag)
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. (check-in: d8ebbd76cc user: stephan tags: double-dash-flag)
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. (Closed-Leaf check-in: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers)
17:58
Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. (check-in: f6e635308c user: drh tags: trunk)
17:36
Fix a typo in the CGI extension documentation. (check-in: b4ac00d8bb user: drh tags: trunk)
17:23
Updates to the change log. (check-in: 4eea6bf9dc user: drh tags: trunk)
2019-09-25
13:45
Fix the test-http command so that it omits line-ending conversions. This allows the ssh: clone/sync method to work with a windows server. (check-in: 28b15b4816 user: drh tags: trunk)
13:28
Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. (check-in: 8f70ccaac8 user: drh tags: trunk)
2019-09-24
23:29
Performance optimizations in the markdown formatter. (check-in: ef41fbfa59 user: drh tags: trunk)
20:27
Create and use the blob_append_string() macro for appending string literals. Improvements to blob_append_char(). (check-in: 48c47e1eb7 user: drh tags: trunk)
20:05
Performance optimization to frequently used blob_append() routine. (check-in: 933923747c user: drh tags: trunk)
19:52
Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. (check-in: 64a6346889 user: drh tags: trunk)