Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/alerts.c version 33ad6b1274
|
2022-02-01
| ||
| 13:20 | Update to the latest SQLite 3.38.0 alpha that includes support for --wordwrap in the CLI. ... (Leaf check-in: 0505bc8289 user: drh tags: trunk) | |
|
2022-01-31
| ||
| 16:30 | Update to the latest SQLite in order to fix compiler warnings. ... (check-in: 52b0272fda user: drh tags: trunk) | |
| 14:19 | Update the built-in SQLite to the latest 3.38.0 alpha that include the new ".mode qbox" command and other enhancements in the shell. ... (check-in: 100118cb91 user: drh tags: trunk) | |
| 05:42 | For the MSVC makefile, fix forwarding of XPCFLAGS and XPLDFLAGS to OpenSSL. This is only relevant if the MSVC makefile is used to build OpenSSL as a sub-project (FOSSIL_BUILD_SSL=1) for Windows XP (FOSSIL_ENABLE_WINXP=1). XPLDFLAGS only matters for the shared library case (FOSSIL_DYNAMIC_BUILD=1), and is applied in a post build step -- somewhat whacky, but fixes the problem, and there's a lot of comments and diagnostic output to help with troubleshooting. ... (check-in: fa3f60f694 user: florian tags: trunk) | |
|
2022-01-28
| ||
| 17:36 | Improved TLS read-from-client support on Windows. ... (check-in: b0834be5d0 user: stephan tags: trunk) | |
| 14:51 | Swapped semantics of the new argument to ssl_read_server(), [forum:2f818850abb72719 | per forum discussion]. Adjacent doc touchups. ... (Closed-Leaf check-in: 9110662fd1 user: stephan tags: ssl-read-loops2) | |
| 06:37 | Minor code style fixes. ... (check-in: d4ef61538c user: florian tags: ssl-read-loops2) | |
| 05:51 | Another attempt to fix the SSL_read() loops on Windows. Not necessarily more elegant, but at least working around a well-defined problem, making the code easier to maintain. ... (check-in: 4d8a71be8c user: florian tags: ssl-read-loops2) | |
|
2022-01-27
| ||
| 20:08 | Remove the prototype for pikchr() from config.h, since pikchr.c gets a valid header file on all platforms. ... (check-in: fd9b8fd845 user: danield tags: trunk) | |
| 16:27 | Additional fixes to the build process to ensure that pikchr.c has a valid header file. ... (check-in: f46f8c3839 user: drh tags: trunk) | |
| 11:20 | Be strict about compiler warnings for Windows builds. ... (check-in: 57f16ce8e5 user: drh tags: trunk) | |
| 06:45 | Make MSVC build fail any level 2 warnings, and build w/o any. ... (Closed-Leaf check-in: 9c1199d723 user: larrybr tags: msvc-warn2-fatal) | |