Fossil

Timeline
Login

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

64 events for the month beginning 2019-09-01 by user drh

Following month ↑
2019-09-28
00:59 Changes to wiki page "Release Build How-To" ... (artifact: 320ab12ed7 user: drh)
00:30 Changes to wiki page "Release Build How-To" ... (artifact: a50fcaad15 user: drh)
2019-09-27
21:49 Changes to wiki page "Release Build How-To" ... (artifact: 8dc52dc7d6 user: drh)
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)
2019-09-26
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: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
13:54
Attempt to improve error messages resulting from SQL errors. ... (check-in: b94e15cff7 user: drh 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)
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-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)
13:49
Add the noreadme query parameter to /dir ... (check-in: bf3383b957 user: drh 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)
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)
2019-09-04
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)
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)
2019-09-03
21:25 Edit [aa376391121a53c9|aa37639112]: Remove the "Closed" mark. ... (artifact: 39423331ec user: drh)
21:22
Back out check-in [3ad81c3c499599b4] which was causing sync to fail. ... (check-in: e1962ef67f user: drh tags: trunk)
20:36
Wiki test fixes. ... (check-in: b40f1ac135 user: drh tags: trunk)
20:22
Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (check-in: 3ad81c3c49 user: drh tags: trunk)
20:20
Include the "js" property in the configuration export for skins. ... (check-in: 498fc87ac1 user: drh tags: trunk)
20:19
When displaying documents, provide class hints about the language of the document to syntax highlighter extensions. ... (check-in: 74b538f614 user: drh tags: trunk)
20:17
Improvements to /vdiff. Provide the branch= query parameter. In the name decoder, all "merge-in:BRANCH" to mean the most recent merge-in to BRANCH from its parent. Provide "Diff" links for branches that show all changes since the most recent merge-in. ... (check-in: e632a092a8 user: drh tags: trunk)
20:08
Fix a possible UNIQUE constraint violation in the new /vdiff logic. ... (Closed-Leaf check-in: 8e175a6708 user: drh tags: vdiff-improvements)
Previous month ↓