Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
53 check-ins using file src/diffcmd.c version cfd548b3f9
2021-12-04
| ||
08:23 | Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in forum post 81cd206073. ... (check-in: ebea00c5bd user: stephan tags: trunk) | |
2021-11-29
| ||
00:05 | Remove a dead link to an external description of TH1 from the bugtheory.wiki document. Replace it with the internal TH1 documentation. ... (check-in: c128f93042 user: drh tags: trunk) | |
2021-11-28
| ||
14:03 | Removed dead wikipedia link from interwiki.md, reported in forum post 295d5bcc8b. ... (check-in: d5f322ef46 user: stephan tags: trunk) | |
2021-11-27
| ||
12:05 | Fox typo in documentation, as reported on the forum. ... (check-in: 1764410aab user: drh tags: trunk) | |
2021-11-22
| ||
16:12 | Update the built-in SQLite to the first 3.37.0 beta. ... (check-in: f96e9dfad3 user: drh tags: trunk) | |
2021-11-21
| ||
10:32 | Fix invokation of rebuild_db() from the src/json.c which was overlooked in the previous check-in. ... (check-in: 54ebad0116 user: george tags: trunk) | |
2021-11-19
| ||
12:29 | Remove unused randomize flag to rebuild_db(), per /chat discussion, along with the no-op --randomize flag to the rebuild command. ... (check-in: 298ccff06c user: stephan tags: trunk) | |
10:16 | Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e8612 user: stephan tags: strict) | |
06:02 | Fix a minor typo in the /ci_edit footnote about custom branch colors. ... (check-in: 5954e626f9 user: florian tags: trunk) | |
2021-11-17
| ||
15:52 | Fix accidental fork. ... (check-in: bd7f2727ba user: danield tags: trunk) | |
15:49 | Document how to add HTTPS=on for the case where Fossil is used in CGI mode with Apache behind Nginx. ... (check-in: cd934131f8 user: danield tags: trunk) | |
2021-11-16
| ||
12:28 | Remove surplus comments mistakenly added to the end of some files by check-in [bf3a32f59e83b029] ... (check-in: f3bd05ca7f user: drh tags: trunk) | |
2021-11-15
| ||
22:43 | Update the built-in SQLite to the latest 3.37.0 beta for testing. ... (check-in: 163534407d user: drh tags: trunk) | |
12:39 | Added --ingore-clock-skew option to checkin, per discussion in forum post 1ccad8679d0357b8 and /chat. ... (check-in: 93de7b27c3 user: stephan tags: trunk) | |
2021-11-14
| ||
19:38 | Fix an incorrect malloc() associated with "fossil commit -v" ... (check-in: bf3a32f59e user: drh tags: trunk) | |
2021-11-13
| ||
19:33 | Minor documentation tweaks. ... (check-in: 1eab9b69f0 user: drh tags: trunk) | |
17:48 | Add link to "embedded doc" version the file being viewed via the /file page. ... (check-in: d7c40d4575 user: mgagnon tags: trunk) | |
13:10 | Improvements to Chat documentation. No code changes. ... (check-in: cedac53a47 user: drh tags: trunk) | |
2021-11-12
| ||
18:52 | Add the undocumented "fossil remote config-data" command. ... (check-in: 6cdddee2bd user: drh tags: trunk) | |
2021-11-11
| ||
23:38 | Do extra error checking to determine that a sync target given as a filename is a valid Fossil repository. Issue a better error message if it is not. ... (check-in: 31361e328f user: drh tags: trunk) | |
23:01 | Only remember the last-sync-url after a successful sync. Do not remember the argument if the sync failed. ... (check-in: c129f29566 user: drh tags: trunk) | |
2021-11-09
| ||
17:07 | Update the built-in SQLite to the latest 3.37.0 alpha, for testing. ... (check-in: 39fbaf34e1 user: drh tags: trunk) | |
14:39 | Added --verbose option to open which simply passes that flag on to the clone operation when opening a URL, per request in form post ab3807edc65ab115. ... (check-in: c9f3d9c2a9 user: stephan tags: trunk) | |
2021-11-06
| ||
15:19 | Add some line-number information to the conflict marks on a 3-way merge. More work could be done here, but this is a start. ... (check-in: 14f44e933c user: drh tags: trunk) | |
2021-11-05
| ||
15:54 | Remove OpenSSL initialization call that is not needed and which is deprecated in newer versions of OpenSSL. ... (check-in: 8c1263754c user: drh tags: trunk) | |
2021-11-04
| ||
18:37 | Update the built-in Pikchr implementation to fix a compiler warning. ... (check-in: 7f7df29bfc user: drh tags: trunk) | |
14:16 | Update the built-in SQLite to the latest alpha for 3.37.0 that includes the fix for using the preferred schema table name in PRAGMA table_list output. ... (check-in: d6d4c14b0e user: drh tags: trunk) | |
00:59 | Update the built-in SQLite with the fix for the broken shadow table protections. ... (check-in: 00650cf020 user: drh tags: trunk) | |
2021-11-03
| ||
19:10 | Update the latest SQLite to the latest 3.37.0 beta, to test SQLite. ... (check-in: 51bb976fb9 user: drh tags: trunk) | |
2021-11-02
| ||
15:52 | Work around a warning in older versions of OpenSSL (e.g. 1.0.2g) where ASN1_time_check() is declared with a non-const ASN1_TIME* parameter. ... (check-in: af8109c00d user: danield tags: trunk) | |
2021-10-29
| ||
18:22 | When "open" warn about already existing files, also mention -k (--keep) as an alternative to -f (--force). ... (check-in: d70ea01c83 user: mgagnon tags: trunk) | |
17:05 | Retrieve the value of an SQL count(*) as an integer, not a float (discovered by accident while playing with compiler warnings). ... (check-in: 735b6be7ea user: danield tags: trunk) | |
15:22 | Display SSL certificate validity timestamps in ISO8601 format ... (check-in: d847300f3b user: danield tags: trunk) | |
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) | |
10:14 | In contribute.wiki, mention 'fossil patch' for submitting binary patches. ... (check-in: f3f3c1db6f user: danield 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
| ||
19:26 | Show notBefore and notAfter timestamps for unknown TLS certificates. ... (check-in: 5623188de3 user: danield tags: trunk) | |
11:18 | New sqlite3.c to fix a harmless compiler warning. ... (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-21
| ||
08:42 | stash patch from forum post 5e6c3e3b78112df3 which updates it to handle the NULL stashfile.hash case introduced in [ed06585f41]. This resolves the 11 failing stash tests. ... (check-in: 4531bcd497 user: stephan tags: trunk) | |
01:15 | Improve help text of login-group command. Mention about the -R|--repository option and format subcommand description to follow a bit more the conventions of other commands. ... (check-in: b9107e42cd user: mgagnon tags: trunk) | |
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) | |