Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/shell.c version e4ea9763bc
|
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 | |
|
2021-10-22
| ||
| 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 | |