Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file src/xfer.c version 7d6b838ff8
|
2022-01-17
| ||
| 16:56 | A general simplification of the server-side TLS logic: Do not store server-certs in settings. Remove the ssl-config subcommands that try to do that. Change command-line options for server-TLS mode on "fossil server" and "fossil http": --cert for the cert file, --pkey for the private key, and omit --tls and --ssl. This check-in supercedes [/timeli... check-in: d7008b3457 user: drh tags: trunk | |
| 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. [closed: feature rejected] 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 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 | |
| 04:41 | ssl-config show typo fixes reported in [forum:/forumpost/dde10203ae3dfe36 | forum post dde10203ae3dfe36]. check-in: 2d3bee3b67 user: stephan tags: trunk | |
| 04:11 |
fossil init: added options to set the project name and/or description during fossil init.
--project-name --project-desc quote "string that contain spaces" check-in: 9d98d861e5 user: rdb tags: trunk | |
|
2022-01-14
| ||
| 16:34 | added "clonly" command as alternate form of "clone --no-open" Leaf check-in: 3598e3ae53 user: sdr tags: clone-no-open-alternative | |
|
2022-01-13
| ||
| 19:45 | Promote the test-detach to be just "detach". Provide better help. Require user confirmation. For "fossil pull --from-parent-project" remember the URL of the last parent project pull. Remove parent-project settings on a "fossil scrub". check-in: b3f3a898c8 user: drh tags: trunk | |
| 12:50 | Change all calls to json_extract() into uses of the new ->> operator. check-in: 50d433e5b0 user: drh tags: trunk | |