Timeline
Not logged in

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

8 check-ins using file src/main.c version d6747d67eb

2022-05-11
20:51
Add an option to the 'timeline' command to display only items on a specific branch. check-in: 32b11546c8 user: danield tags: timeline-cmd-by-branch
15:42
Fix remote-url overwriting by proxy url bug and use the http_proxy environment variable only when explicitly requested by setting the proxy setting to "system". check-in: a791d5e805 user: mgagnon tags: trunk
15:34
Only use the "http_proxy" environment variable if it is set to "system", if unset or set to "off", always use direct http connection. Closed-Leaf check-in: a242bb727e user: mgagnon tags: fix_remote_url_overwrite_with_proxy
15:06
Merge in latest changes from trunk check-in: 5605aef9b9 user: mgagnon tags: fix_remote_url_overwrite_with_proxy
11:50
Show the OpenSSL version and the SERVER_SOFTWARE to administrators on the /stat page. check-in: bb09ff84ae user: drh tags: trunk
11:08
Fix NULL pointer dereference introduced by check-in [b05a6c6bc826d3c2]. Fix for the problem reported by [forum:/forumpost/bfb99db2886ca3b5|forum post/bfb99db2886ca3b5]. check-in: c68fa2edd7 user: drh tags: trunk
2022-05-10
11:54
Update the built-in SQLite to the latest 3.39.0 alpha for testing. check-in: 0833f7225b user: drh tags: trunk
2022-05-09
21:22
Supply TH1 interpreter with two auxiliary variables: $requested_page (holds the first segment of the requested PATH_INFO) and $canonical_page (holds the canonical name of a web-page being served). Also amend default HTML header: add two corresponding classes to the BODY element and ... check-in: b05a6c6bc8 user: george tags: trunk