Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file src/chat.c version 6a13bd5ed6
|
2021-11-17
| ||
| 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-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 [forum:ab3807edc65ab115|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) | |