Posted
over 3 years
ago
by
drh
Make sure stdin and stdout are set to binary mode in Windows for the
"fossil http" command. (tags: trunk)
|
Posted
over 3 years
ago
by
drh
For Windows debugging, then "fossil ui" or "fossil server" is launched with
the --httptrace option, the temporary files used to start subprocesses are
stored in the working directory and are not deleted after each request. (tags: trunk)
|
Posted
over 3 years
ago
by
george
Initial support for [forum:/forumthread/d752446a4f63f390|footnotes in Markdown]. This is WIP: support of multiline notes and code clean-up are pending. (tags: markdown-footnotes)
|
Posted
over 3 years
ago
by
drh
*FORK* Fix compiler warning of unused function for builds without OpenSSL. (tags: trunk)
|
Posted
over 3 years
ago
by
drh
One more compiler warning fix. (tags: trunk)
|
Posted
over 3 years
ago
by
drh
Fix "unused variable" compiler warnings when building without OpenSSL. (tags: trunk)
|
Posted
over 3 years
ago
by
drh
Edit [c5c7dd5ffbf424bd|c5c7dd5f]: Edit check-in comment.
|
Posted
over 3 years
ago
by
florian
Alternative to [b890451cfb], [b70557f690] and [acffc8f785] to fix the SSL_read() loops on Windows. Pending tests on non-Windows platforms. (tags: ssl-read-loops)
|
Posted
over 3 years
ago
by
stephan
Corrected parsing of /json-mode POST data in TLS mode. Extended /json/wiki/preview to support a mimetype option. (tags: trunk)
|
Posted
over 3 years
ago
by
stephan
ssl_read_server() now returns 0 on read error and lets the higher-level code deal with the short read. This might resolve the issue under discussion in [forum:/forumpost/2f818850abb72719 | forum post 2f818850abb72719]. (tags: trunk)
|