Fossil

Timeline
Login

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

50 most recent check-ins by user drh

2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. Leaf check-in: a233560424 user: drh tags: branch-1.37
2021-10-29
14:31
Disable the use of the OpenSSL implementation of MD5, which is deprecated as of OpenSSL 3.0.0. check-in: a517c30c79 user: drh tags: trunk
2021-10-27
13:01
Fix off-by-one error in cgi_iso8601_datestamp(). Add the test-date command for testing. check-in: 6389c999ce user: drh tags: trunk
2021-10-26
18:55
An attempt to improve the built-in documentation for the "fossil chat" command. check-in: 56d23baba1 user: drh tags: trunk
17:21
Update the built-in SQLite to the latest 3.37.0 alpha for testing. check-in: ed3dc66de0 user: drh tags: trunk
16:17
Make sure the g.zIpAddr is reset for each new ssh: URL. check-in: be18690cad user: drh tags: trunk
16:11
Ensure that UrlData.fossil is always dynamically allocated. Fix a harmless valgrind warnings. Improve comments on UrlData. check-in: cd5715513e user: drh tags: trunk
15:47
More work to ensure that UrlData.path is always dynamically allocated. check-in: 6d78082cb5 user: drh tags: trunk
15:13
The UrlData.path element should always be dynamically allocated. check-in: b9c9d39df9 user: drh tags: trunk
2021-10-25
10:36
Add a comment that documents the CONFIG table keys used by "fossil remote". No changes to code. check-in: 6330e86405 user: drh tags: trunk
10:09
Improved help text for the autosync setting. check-in: 19d7c5ff7b user: drh tags: trunk
09:59
If the "autosync" setting is "all", then autosync with all repos in "fossil remote list". check-in: 241ade812b user: drh tags: trunk
09:22
Add the "fossil remote scrub" command. Prompt for missing passwords on auxiliary remotes when they are needed. check-in: 7f2e34c5c4 user: drh tags: trunk
2021-10-24
19:47
Add the --all option to "fossil sync" and similar, causing the sync to occur against all remote repositories shown in "fossil remote list". check-in: 6b4a04d449 user: drh tags: trunk
2021-10-22
11:18
New sqlite3.c to fix a harmless compiler warning. Leaf check-in: acbc849384 user: drh tags: strict
10:10
On this branch, the schema makes use of the STRICT keyword new to SQLite 3.37.0. Fossil does not benefit from this. The point of this branch is to beta-test the new STRICT mode of SQLite. check-in: 632ffb82e1 user: drh tags: strict
2021-10-19
19:25
Better fix for the case of doing a "fossil diff" on a checkout that includes a merge and specifying a --from clause that is the branch that was merged from. check-in: 960c9e8bd6 user: drh tags: trunk
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". Closed-Leaf check-in: edb3a3a063 user: drh tags: mistake
2021-10-11
10:18
Fix the "fossil tls-config remove-exception" command so that it works without triggering authorizer exceptions. [forum:/forumpost/64d919b2cf|Forum post 64d919b2cf]. check-in: 156c890a2e user: drh tags: trunk
10:11
When doing an automatic open following a clone, do not autosync. The repo was just cloned and should already be current. See [forum:/forumpost/0dbfeab2ff|forum post 0dbfeab2ff]. check-in: 160bd67731 user: drh tags: trunk
2021-10-09
14:43
Version 2.17 check-in: f48180f2ff user: drh tags: trunk, release, version-2.17
2021-10-08
12:18
Fix a use-after-free when printing the "home directory must be writable" error message. check-in: aad4b78936 user: drh tags: trunk
2021-10-06
10:45
New version of the built-in SQLite that incorporates all the latest static-analyzer warning fixes. check-in: c90dce4ebc user: drh tags: trunk
2021-10-05
21:53
Fix the error display rendering for Pikchr diagrams. [forum:/forumpost/d5897397f5|Forum post d5897397f5]. check-in: 3fa1f2429b user: drh tags: trunk
2021-10-04
11:39
Update the built-in SQLite sources to the latest 3.37.0 alpha, for testing. check-in: ae433763ae user: drh tags: trunk
09:54
Refactor and improve the input logic for /chat. check-in: 469f1b0dfc user: drh tags: trunk
2021-10-02
18:13
Fix minor documentation typo. check-in: 8d88f08801 user: drh tags: trunk
2021-09-23
19:47
Earlier detection of unresolved deltas due to an incomplete clone. check-in: 55a5b7014d user: drh tags: trunk
18:14
Improve the decision about when to stop doing HTTP round-trips while doing a clone so that the clone will continue as long as new content is being received and we have not yet seen the "clone_seqno 0" card. Proposed fix for the issue discussed in [forum:/forumpost/60d48c2896|forum thread 60d48c2896]. check-in: ea5afad31f user: drh tags: trunk
2021-09-22
14:45
Another SQLite update to fix the build on older machines that lack CHAR_BITS as well as to fix a few harmless compiler warnings. check-in: 457a73e6ad user: drh tags: trunk
13:54
Update the built-in SQLite to the latest 3.37.0 alpha. check-in: 606dcf08c9 user: drh tags: trunk
2021-09-21
10:08
Merge fixes from trunk check-in: 3f2365fe26 user: drh tags: chat-markdown
2021-09-20
12:14
Merge trunk changes into the chat-markdown branch. check-in: 807b8d9bf4 user: drh tags: chat-markdown
12:13
Fix hyperlinks to the Fossil Book to use the newer URL. check-in: e014f3080f user: drh tags: trunk
2021-09-18
15:15
Fix the "fossil commit" command so that it does not get confused by files added by merge and then edited but keeping the same file size. See [forum:/forumpost/03f6b307f89c990b|forum thread 03f6b307f89c990b] for discussion and a more detailed description of the problem. check-in: ed5843cf31 user: drh tags: trunk
2021-09-17
19:48
Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. check-in: 76f65b4362 user: drh tags: trunk
19:32
Update the changes log. Fix a minor typo in the help text for "diff". check-in: 5839abaee4 user: drh tags: trunk
19:06
Bring the help text for the "fossil all git" command into alignment with the implementation after changes on [/timeline?c=202108141825|2021-08-14]. check-in: 1033e0ff88 user: drh tags: trunk
10:46
Tolerate one or two punctuation characters at the end of a symbolic name, if the name does not otherwise match, to accomodate names taken from the ends of URLs where some extra punctuation from the following text was included with the URL. check-in: d81190bd72 user: drh tags: trunk
00:34
Remove obsolete diagram source files that have now been replaced by Pikchr. The files are still accessible in older versions, of course, and can be easily resurrected if needed. But there is no reason to include them in modern source tarballs. check-in: dbf94ab50c user: drh tags: trunk
2021-09-12
18:20
Soften the box around diffs with a 5px corner radius. check-in: bce9662451 user: drh tags: trunk
10:28
Slightly smaller fonts on diffs. check-in: 912f7295a6 user: drh tags: trunk
2021-09-11
19:51
More tweaks to the diff alignment algorithm. check-in: f9cc72fffa user: drh tags: trunk
19:20
Enhance blob_append_json_literal() so that it escapes all control characters. check-in: 810576be15 user: drh tags: trunk
17:28
Improved alignment by giving a score of 62 to an inserted or deleted line. check-in: 2bded9fb6c user: drh tags: trunk
15:53
Merge the diff alignment scoring tweak from trunk. Closed-Leaf check-in: 916094f820 user: drh tags: diff-js-refactoring
15:52
Tweak the diff-alignment scoring algorithm to give extra affinity to lines that share a common prefix. check-in: 2921ec2588 user: drh tags: trunk
00:30
Merge recent trunk enhancements into the diff-js-refactoring branch. check-in: a7fbefee38 user: drh tags: diff-js-refactoring
2021-09-10
23:50
When computing a diff display, if the number of rows to skip between two diff regions is less than the context size, then go ahead and show the skip area as common text. check-in: 674da6424a user: drh tags: trunk
2021-09-08
18:25
Add a warning to /jchunk that it is an internal-use-only interface that is likely to change in the future. check-in: 1da4b6c752 user: drh tags: diff-js-refactoring