Fossil

Timeline
Login

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

50 descendants of 8f7576b0242accf6

2019-09-27
22:51
Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c18 user: stephan tags: double-dash-flag)
22:28
Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf 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: 36d36858 user: drh tags: trunk)
16:37
Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed1894 user: stephan tags: double-dash-flag)
16:26
Added -- support to (changes, clean, extras, ls, commit). ... (check-in: 1b649b9d user: stephan tags: double-dash-flag)
16:10
Added -- support to (add, rm, mv). ... (check-in: 9a7101d5 user: stephan tags: double-dash-flag)
15:45
fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e09407 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: dba4fd9b user: stephan tags: double-dash-flag)
11:47
Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (check-in: 78a30d8d 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: a9b9b5bc 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: d8ebbd76 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: 6ead94ab user: lmartin92 tags: syntax-hl-with-linenumbers)

23:36
Create new branch named "syntax-hl-with-numbering" ... (Closed-Leaf check-in: 6f82d2c1 user: lmartin92 tags: syntax-hl-with-numbering)
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: f6e63530 user: drh tags: trunk)
17:36
Fix a typo in the CGI extension documentation. ... (check-in: b4ac00d8 user: drh tags: trunk)
17:23
Updates to the change log. ... (check-in: 4eea6bf9 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: 28b15b48 user: drh tags: trunk)
13:28
Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. ... (check-in: 8f70ccaa user: drh tags: trunk)
2019-09-24
23:29
Performance optimizations in the markdown formatter. ... (check-in: ef41fbfa 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: 48c47e1e user: drh tags: trunk)
20:05
Performance optimization to frequently used blob_append() routine. ... (check-in: 93392374 user: drh tags: trunk)
19:52
Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. ... (check-in: 64a63468 user: drh tags: trunk)
18:16
Additional efforts to limit depth of recursion in markdown. ... (check-in: cd5e9f26 user: drh tags: trunk)
18:04
Attempt to limit the depth of recursion in markdown formatting. ... (check-in: a5835cac user: drh tags: trunk)
17:09
Fix a problem with the treatment of unterminated quoted attributes in HTML elements in the wiki formatter. ... (check-in: 48276cfc user: drh tags: trunk)
15:12
Simplification of buffer management in the markdown formatter. ... (check-in: f8e9197d user: drh tags: trunk)
13:16
Fix two harmless memory leaks. ... (check-in: 7949d941 user: drh tags: trunk)
10:44
Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (check-in: fcb20df7 user: drh tags: trunk)
10:34
Fix a memory leak in the markdown renderer. ... (check-in: 199b20d0 user: drh tags: trunk)
10:09
Fix harmless memory leaks. ... (check-in: 79988f96 user: drh tags: trunk)
2019-09-23
23:18
Fix a potential bug in the table parsing logic of markdown rendering. ... (check-in: 2263cf08 user: drh tags: trunk)
21:06
Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. ... (check-in: 4b46fb91 user: drh tags: trunk)
20:03
Additional rebustness improvements for BOM handling. ... (check-in: 9d962928 user: drh tags: trunk)
19:50
Improved comments on the fuzz.c module. No code changes. ... (check-in: 898d5b6d user: drh tags: trunk)
19:38
Merge the libfuzzer integration. ... (check-in: 3a712921 user: drh tags: trunk)
19:35
Fix an off-by-one error in the BOM decoder. ... (check-in: b3f45b33 user: drh tags: trunk)
19:07
Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e27 user: drh tags: libFuzzer)
18:25
Change the database fingerprint algorithm slightly so that it is not dependent on the details of floating-point computations, and thus gives the same answer on a native x64 processor as it does under valgrind. Also fix a bug in the RID change event computation so that it works even if files have been added. ... (check-in: 265f8e2d user: drh tags: trunk)
2019-09-21
17:50
Update the built-in SQLite to the latest 3.30.0 alpha version, for testing. ... (check-in: 44900415 user: drh tags: trunk)
2019-09-19
16:33
Updates to the change log. ... (check-in: b6c36e87 user: drh tags: trunk)
14:14
In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (check-in: eb804dc6 user: drh tags: trunk)
2019-09-18
14:57
Style cleanup (no tabs). No functional change. ... (check-in: 89872d17 user: andybradford tags: trunk)
14:04
Do not acquire check-in locks if autosync is pullonly, as the lock will not be cancelled by a subsequent push and will need to time out. ... (check-in: 0d5251d3 user: drh tags: trunk)
2019-09-17
18:33
Updates to the check-in locking protocol. The check-in lock timeout now defaults to 60 seconds, but the lock is renewed and fork and close-branch tests are repeated after an interactive check-in comment entry. ... (check-in: 18d58801 user: drh tags: trunk)
2019-09-13
22:53
Update to openssl 1.1.1d ... (check-in: 74aac0ed user: jan.nijtmans tags: trunk)
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b user: andybradford tags: db-begin-txn-updates)
13:54
Attempt to improve error messages resulting from SQL errors. ... (check-in: b94e15cf user: drh tags: trunk)
12:48
Rewrote the "One vs. Many Check-outs per Repository" section in fossil-v-git.wiki to focus more on default modes of operation and their consequences in response to nit-picking on the Lobste.rs thread about this article pointing out that you can make Git work in the Fossil style. Defaults matter. ... (check-in: 10a57cec user: wyoung tags: trunk)
12:40
Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. ... (check-in: 80f98251 user: drh tags: trunk)
12:00
Added paragraph on feedback loops, control theory, and OODA to the fossil-v-git doc, distilling a recent discussion on the forum. ... (check-in: b0f2a48f user: wyoung tags: trunk)
11:33
Reworked the final paragraph of the new section 2.8 in fossil-v-git.wiki, adding in a mention of www/branching.wiki to the comparison, to make it fairer. ... (check-in: 8f7576b0 user: wyoung tags: trunk)