Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins using file src/db.c version f0f4b4b154

2022-01-17
13:47
This branch superceded by [d7008b34579d2f41|check-in d7008b34579d2f41] and therefore closed. Was: move the checking for --https to before verify_options is called Closed-Leaf check-in: 60d1581ff0 user: rdb tags: tls-server-fix
2022-01-16
18:42
The output of "fossil configuration --help" had two different ways -R was described, one wrong. The newer one was of a more consistent format with the rest of the help ([decd537016 | thus why it was added]) so removed the older one and reworked the newer one to be more accurate. check-in: 6cb0fc2591 user: wyoung tags: trunk
18:36
Fix the "fossil config pull AREA" command when it lacks a URL, so that it uses the default sync URL. check-in: 661ea33159 user: drh tags: trunk
11:29
merge latest trunk check-in: 8dde277768 user: rdb tags: tls-server-fix
10:55
/pikchrshow: in demo pikchrs which use an ampersand, write them as literals instead of HTML-escaped, to account for changes made to how pikchr handles those. check-in: 4364ad05eb user: stephan tags: trunk
10:09
Implement -p|--prototype option for diff command. This commit introduces support for displaying in the chunk header which C function each change is in. Tested on OpenBSD, Ubuntu, and macOS. <b>[closed: feature rejected]</b> Closed-Leaf check-in: 792674372e user: jamsek tags: diff-show-func
03:29
fix c90 forbids mixed declarations and code wanrning check-in: ad66227c8d user: rdb tags: tls-server-fix
02:03
When reading POST via TLS, fail fatally on a read error. Add SERVER_SOFTWARE to the environment when running in server mode. check-in: ba95498d36 user: stephan tags: trunk
01:34
Show the value of SERVER_SOFTWARE on the /test_env page. check-in: f1729c4736 user: drh tags: trunk
2022-01-15
16:49
add FOSSIL_ENABLE_SSL guards to new code check-in: 9c68e9f8ca user: rdb tags: tls-server-fix
16:44
tls: fix reading a loaded cert to be used with fossil server --tls repo.fossil talked about in forum thread https://fossil-scm.org/forum/forumpost/46f7dfc63f check-in: 81c486badf user: rdb tags: tls-server-fix
13:58
Cherrypicked [5fd1ca6f] (was checked in to wrong branch). check-in: 8d456a5b77 user: stephan tags: trunk
13:54
In standalone TLS mode, SSL_read() must be performed in a loop to avoid truncated POST data. Discussed in [https://sqlite.org/althttpd/forumpost/11c263b822fde80d | althttpd forum post 11c263b822fde80d]. check-in: 5fd1ca6fba user: stephan tags: markdown-tagrefs
10:09
Merged in trunk. check-in: d11cbb637b user: stephan tags: markdown-tagrefs
08:33
tls: fixes fossil ssl-config load-cert --filename so that the cert and keys are combined and stored in the config table. fossil ui --tls and fossil server --tls now reads the certificate from the config table field ssl-cert. check-in: c2562490d4 user: rdb tags: tls-server-fix
07:15
fix formatting style as per https://fossil-scm.org/forum/forumpost/a711fb4fa0 check-in: 9769c4f756 user: rdb tags: trunk