Fossil

Timeline
Login

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

102 check-ins using file www/defcsp.md version fd1cd9c8d4

2019-10-01
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
18:16
Additional efforts to limit depth of recursion in markdown. check-in: cd5e9f265d user: drh tags: trunk
18:04
Attempt to limit the depth of recursion in markdown formatting. check-in: a5835cac3b 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: 48276cfc81 user: drh tags: trunk
15:12
Simplification of buffer management in the markdown formatter. check-in: f8e9197de4 user: drh tags: trunk
13:16
Fix two harmless memory leaks. check-in: 7949d941c6 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: fcb20df757 user: drh tags: trunk
10:34
Fix a memory leak in the markdown renderer. check-in: 199b20d0e1 user: drh tags: trunk
10:09
Fix harmless memory leaks. check-in: 79988f962e user: drh tags: trunk
2019-09-23
23:18
Fix a potential bug in the table parsing logic of markdown rendering. check-in: 2263cf086e 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: 4b46fb91e3 user: drh tags: trunk
20:03
Additional rebustness improvements for BOM handling. check-in: 9d96292871 user: drh tags: trunk
19:50
Improved comments on the fuzz.c module. No code changes. check-in: 898d5b6de7 user: drh tags: trunk
19:38
Merge the libfuzzer integration. check-in: 3a7129211c user: drh tags: trunk
19:35
Fix an off-by-one error in the BOM decoder. check-in: b3f45b334b user: drh tags: trunk
19:07
Add support for testing with libFuzzer. Closed-Leaf check-in: 8a6e8e2703 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: 265f8e2d83 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: 44900415b1 user: drh tags: trunk
2019-09-19
16:33
Updates to the change log. check-in: b6c36e87ba 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: eb804dc674 user: drh tags: trunk
2019-09-18
14:57
Style cleanup (no tabs). No functional change. check-in: 89872d17d1 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: 0d5251d3ee 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: 18d588015b user: drh tags: trunk
2019-09-13
22:53
Update to openssl 1.1.1d check-in: 74aac0ed3d user: jan.nijtmans tags: trunk
15:11
Merge in latest developments from trunk. Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates
13:54
Attempt to improve error messages resulting from SQL errors. check-in: b94e15cff7 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: 10a57cece1 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: 80f982518b 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: b0f2a48f98 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: 8f7576b024 user: wyoung tags: trunk
11:12
Added section "7.0 Collapsing check-ins throws away valuable information" to rebaseharm.md, linked to from the previous throwaway comment about squashing a whole branch down to a single commit during rebase. This section explains an entire class of harms that come from rebase which wasn't previously covered. check-in: c71fe99f9b user: wyoung tags: trunk
10:46
Added section "2.8 Test Before Commit" to the fossil-v-git doc. check-in: e5ba45788b user: wyoung tags: trunk
09:25
Added a few paras to section 3.0 in rebaseharm.md, giving consequences of siloed development in Socratic fashion. check-in: 924bf44d39 user: wyoung tags: trunk
09:23
Assorted grammar and spelling fixes in www/rebaseharm.md. Also added named anchors to all of the sections. check-in: cd689b3813 user: wyoung tags: trunk
09:00
Added another link from www/fossil-v-git.wiki to rebaseharm.md. check-in: 29997f803b user: wyoung tags: trunk
2019-09-12
17:51
Add the optimized file_is_simple_pathname_nonstrict() as an alternative to file_is_simple_pathname() when parsing manifests. check-in: b4aadf2cea user: drh tags: trunk
17:11
Use strchr() to improve the performance of defossilize(). check-in: 0aaefeaba1 user: drh tags: trunk
16:51
Use strspn() to improve the performance of validate16(). check-in: c550d6e021 user: drh tags: trunk
16:43
Add the --limit N option to the test-parse-all-blobs test command, so that we can easily limit the run-time of that command for cachegrind performance testing. check-in: 52211ccc2f user: drh tags: trunk
16:31
Performance optimization in the control artifact parser. check-in: 3d802ec514 user: drh tags: trunk
07:31
Add the lock-timeout setting. check-in: 6d3daf74e3 user: drh tags: trunk
2019-09-10
11:30
Performance optimization in fossil_strcmp(). check-in: 72a4b61347 user: drh tags: trunk
2019-09-07
15:03
Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. check-in: 582d335737 user: andybradford tags: trunk
2019-09-06
20:38
Minor editorial changes to rebaseharm.md, in an attempt to improve clarity and readability. check-in: 9b32c180eb user: drh tags: trunk
14:39
Fix a typo in the rebaseharm.md document. check-in: 82f75864d5 user: drh tags: trunk
14:01
Include new repolist-skin setting in list of all settings so tests will pass. check-in: 2e3bffaa7d user: andybradford tags: trunk
13:49
Add the noreadme query parameter to /dir check-in: bf3383b957 user: drh tags: trunk
10:36
makeheaders.c: suggestions from https://fossil-scm.org/forum/forumpost/00ff64e63e: do not emit main() decl, elide C++ constructor member initialization, and add a missing fclose(). check-in: 9512ed93d3 user: stephan tags: trunk
2019-09-05
13:33
Remove the "Draft" notation from the rebase document. Link the new document into the documentation index. check-in: 569cc741d6 user: drh tags: trunk
03:45
Replaced ASCII art diagrams in the new rebase document with yEd SVG diagrams. Same semantic content. check-in: d6222f8945 user: wyoung tags: trunk
02:33
Upper-case query parameter, POST parameter, and cookie names are converted to lower-case prior to entering them into the parameter set. Before this change, upper-case names were silently rejected. check-in: 19bbd2c5ea user: drh tags: trunk
02:31
Minor tweaks prior to merging. Closed-Leaf check-in: 4231d4b634 user: drh tags: noJsonCgiFlag
02:29
Fixed a bug introduced in [bcdc4c55] which breaks capabilities for all Admin and Setup users. check-in: a6ffdaf2c1 user: wyoung tags: trunk
01:39
Correct a minor grammatical error in a sentence for new rebase document. check-in: 049c42df2a user: andybradford tags: trunk
01:33
An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. Closed-Leaf check-in: a65834a727 user: wyoung tags: code-in-pre-with-ln
00:41
Fixed a few spelling and grammar errors in www/rebaseharm.md check-in: 708696d88a user: wyoung tags: trunk
2019-09-04
23:44
Small tweaks to previous. check-in: 1ff41ddaea user: wyoung tags: trunk
23:37
Updated caps docs to cover the two "missing" caps on Admin and Setup users better, including this recent decision to deny them cap x. This check-in also fixes a number of links broken within these docs during the stage where we were breaking the docs up and moving things around, which should have been caught before merging this down to trunk. check-in: 8a77f4593e user: wyoung tags: trunk
22:46
Removed 'x' from the string of caps reported for Admin and Setup users in capability_expand(), which is used within the SQLite extension function fullcaps(), which among other things affects the output of /setup_ucap_list. We were still reporting that Admin and Setup users have Private capability despite [bcdc4c55]. check-in: 63581ec8ba user: wyoung tags: trunk
21:01
Remove a spurious line from the header comment of the makeheaders.c utility program. check-in: d5a6ea969c user: drh tags: trunk
20:09
Add section numbers to the Rebase document. check-in: 237bde9638 user: drh tags: trunk
20:02
More typo fixes in the Rebase document. check-in: aaacce23cd user: drh tags: trunk
20:01
Merge updates from trunk. check-in: 20c64950a9 user: mistachkin tags: noJsonCgiFlag
19:56
Setup and Admin users should not automatically have have the Private capability. This reverses the principal change from check-in [b241130222]. check-in: bcdc4c5546 user: mistachkin tags: trunk
19:34
Fix a typo in the Rebase document. check-in: 18e58e29cc user: drh tags: trunk
19:23
Minor edits to Rebase Considered Harmful, for clarity. check-in: a2ea815183 user: drh tags: trunk
19:04
Add initial draft of the "Rebase Considered Harmful" document. check-in: 4f79941f9e user: drh tags: trunk
15:41
Update the built-in SQLite to the latest 3.30.0 alpha, as an SQLite beta test. check-in: f8823ae809 user: drh tags: trunk
10:49
Update the 'reconstruct' command to issue an error instead of a warning on failure importing the list of private artifacts, so no new repository with all-public contents is created. check-in: 8c4ef2c016 user: florian tags: private-branches
10:34
Update the Private Branches document to explain how to publish private branches (i.e. how to make them non-private), and mention why the --integrate option is ignored when merging private branches. check-in: 86ecdeefc8 user: florian tags: private-branches
10:09
Reflow the help screens for 'deconstruct' and 'reconstruct', and add the new --keep-private option. check-in: dc8fcc7ff2 user: florian tags: private-branches
09:53
Enhance the 'deconstruct' and 'reconstruct' commands with a new command-line option to save and restore the list of private artifacts. check-in: 66a14e93c7 user: florian tags: private-branches
09:09
Update the 'commit --private' command to only apply default branch name ("private") and color ("orange") if not specified otherwise on the command-line, and if the parent is not already private, to simplify the management of private branches with distinct names. check-in: 836a85cbae user: florian tags: private-branches
08:46
Make sure the check-in manifest of a merge child does not include a +close tag referring to the leaf check-in on a private branch, so as not to generate a missing artifact reference on repository clones without that private branch. check-in: 8268c5dafb user: florian tags: private-branches
08:32
Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. check-in: 70849e7641 user: florian tags: private-branches
00:58
Merged caps-doc branch down to trunk, improving documentation of user capabilities in Fossil. check-in: 779ddefa19 user: wyoung tags: trunk