Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins tagged with "get-command"
|
2025-10-15
| ||
| 23:22 | Back out erroneous overwrites of the VERSION and .editorconfig files. ... (Closed-Leaf check-in: fa522a07a0 user: drh tags: get-command) | |
| 23:11 | Add the correct suffix to the URL for http requests on "fossil get". Better detection of error returns. ... (check-in: cfb5a8613a user: drh tags: get-command) | |
| 22:51 | Back out the restriction (added by [b9a9e2b9af6ce203]) that prevents SQL Archives from being downloaded by user nobody. ... (check-in: 489b262674 user: drh tags: get-command) | |
| 21:58 | Improved comments and extra abuse defense. ... (check-in: a1f420c6c6 user: drh tags: get-command) | |
| 21:33 | Fix CGI processing so that requests sent over SSH process query parameters. Add the --ssh-sim option to the test-http command (used to debug the previous). Harden the "fossil get" command so that it can checks filenames and does not write a file that is outside of the designated --dest. ... (check-in: 9a76760178 user: drh tags: get-command) | |
| 20:12 | The "ssh:"-style requests are eating the query parameters, somewhere. I don't know where yet. Don't use query parameter for the time being. ... (check-in: 8028c868d3 user: drh tags: get-command) | |
| 17:15 | Implement the "fossil get" command. ... (check-in: 552eee775a user: drh tags: get-command) | |
| 15:53 | Add the subpath field to the UrlData object. If that field is non-NULL, then the http_exchange() routine will build the request header using subpath rather than path. This allows the path for ssh: and file: to be distinct from the HTTP request path. Enhance the test-httpmsg command to work with file: and ssh: URLs as long as the new --subpath option is provided. ... (check-in: 9abda29734 user: drh tags: get-command) | |