Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
116 check-ins using file src/http_ssl.c version 3b47015114
2021-12-28
| ||
13:55 | Remove reference to miniz in "The Fossil Build Process". ... (check-in: 280c3584e4 user: danield tags: trunk) | |
06:47 | Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range), but DIFF_SIDEBYSIDE. (Please roll back this commit or move it to a siding branch if incorrect.) ... (check-in: 5aa1ec3789 user: florian tags: trunk) | |
2021-12-27
| ||
12:02 | improve warning message for binary merge conflict on update. ... (Closed-Leaf check-in: d4d739898d user: mgagnon tags: binary_merge_conflict_fix) | |
06:16 | Prevent lost of local change on binary files when having a merge conflict using the update command without the --keep-merge-files flag. ... (check-in: d2b02566a7 user: mgagnon tags: binary_merge_conflict_fix) | |
2021-12-26
| ||
18:45 | Remove miniz include ... (check-in: 4ab8669b7a user: danield tags: ssl-server) | |
13:53 | Add hooks in the HTTP request decoder and reply generator that allow us to redirect traffic through an SSL codec. ... (check-in: 5674f776e9 user: drh tags: ssl-server) | |
13:11 | Some of the comments in cgi.c had become stale after years of evolution. Try to bring them up-to-date. ... (check-in: 37ccaafddb user: drh tags: trunk) | |
13:05 | Removed miniz.c, per /chat discussion. It is incompatible with both OpenSLL and the SQL shell's sqlar support. ... (check-in: f9c2d23f29 user: stephan tags: trunk) | |
13:05 | Got Makefile.classic mostly working again, with the caveat that it assumes an SSL build. ... (check-in: 6c3d398a91 user: stephan tags: trunk) | |
11:41 | Build the HTTP reply header in a Blob before sending it on the wire all at once. ... (check-in: 2ac4ab2b2f user: drh tags: trunk) | |
2021-12-25
| ||
20:01 | Moved 3rd-party source code from src/ to extsrc/ and internal tooling source code from src/ to tools/. ... (check-in: b62f651cc0 user: stephan tags: trunk) | |
19:49 | Fixed a broken reference to pikchr.c in Makefile.msc. ... (Closed-Leaf check-in: 789f8ce809 user: stephan tags: code-movement) | |
19:29 | Corrected path to mkbuiltin.c in Makefile.msc. Corrected, perhaps, build of tools/*.c, in Makefile.PellesCGMake. ... (check-in: 1b1938e213 user: stephan tags: code-movement) | |
19:25 | Ensure that SRCDIR_extsrc and SRCDIR_tools are defined in the Windows makefiles (they are not inherited from the main makefile). ... (check-in: 5e203da667 user: stephan tags: code-movement) | |
19:10 | Makefile vars which leak into Makefile.msv renamed to replace '.' characters, as nmake does not like those. ... (check-in: 6454f7bcd1 user: stephan tags: code-movement) | |
14:55 | Removed the long-unused art/ and ajax/ dirs, per /chat discussion. ... (check-in: d49bdb6cc2 user: stephan tags: code-movement) | |
14:39 | Part three of code relocation. All 3rd-party/upstream source files in src/ have been moved to extsrc/. It is very likely that Makefile.msc requires fixing, and a 100% certainty that Makefile.PellesCGMake needed fixing. ... (check-in: 9e8c47381e user: stephan tags: code-movement) | |
13:43 | Part two of code-relocation effort: moved sqlite3.c/h to extsrc/, per /chat discussion. Moving remaining 3rd-party sources will be far more invasive in makemake.tcl, so will be a separate step. ... (check-in: e3e204dce1 user: stephan tags: code-movement) | |
13:26 | Fixed the builtin files generation broken by the previous checkin (moving makemake.tcl changed resolution of builtin file names) and disabled the glob -nocomplain flag which allowed that to silently fail. Moved src/sqlcompattest.c to tools/. ... (check-in: 7271f22355 user: stephan tags: code-movement) | |
12:06 | Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. ... (check-in: a13ab011f4 user: stephan tags: code-movement) | |
2021-12-24
| ||
12:49 | Update the built-in pikchr formatter to the latest version. ... (check-in: 400d061151 user: drh tags: trunk) | |
2021-12-23
| ||
23:35 | Extended configure --with-sqlite=PATH to support pointing to a directory which contains sqlite3.c and sqlite3.h. It's not yet tested with out-of-tree SEE distributions (TODO). ... (check-in: 31d431e358 user: stephan tags: trunk) | |
20:38 | Initial go at a new --with-sqlite=tree|path|auto configure flag which enables building against out-of-tree sqlite3.o or libsqlite3, with the caveat that we do not know whether the external sqlite3 is built with all features we need, e.g. JSON1. ... (check-in: dfa758b016 user: stephan tags: trunk) | |
14:09 | Fix the URL parser so that it only has access to the CONFIG table entries for URL aliases if the URL_USE_CONFIG flag is set in the second parameter. ... (check-in: 0aff8d8744 user: drh tags: trunk) | |
13:16 | On the /urllist page, hyperlinks to URLs that include a username omit the username. ... (check-in: f0cdbd8b95 user: drh tags: trunk) | |
12:50 | Show the "remote list" values on the /urllist page. ... (check-in: 964ec660a2 user: drh tags: trunk) | |
12:25 | Fix bug in the previous check-in. ... (check-in: 7558307433 user: drh tags: trunk) | |
12:20 | Improvements to the /urllist page. ... (check-in: 8017aab792 user: drh tags: trunk) | |
2021-12-22
| ||
20:45 | Update the change log with recent enhancements. ... (check-in: 88a72f1e72 user: drh tags: trunk) | |
20:40 | Add documentation for the --transport-command options on the various sync commands. Improvements to the documentation of the sync protocol. ... (check-in: 505d9d48eb user: drh tags: trunk) | |
17:11 | Add the --transport-command option to the "fossil clone" command. ... (check-in: 14b3f48e3c user: drh tags: trunk) | |
16:41 | The --transport-command now deals correctly with passwords in the URL. ... (check-in: f485a164af user: drh tags: trunk) | |
15:46 | Add the --transport-command option to "fossil sync" and similar. The option is currently undocumented. ... (check-in: 3cd412eb5c user: drh tags: trunk) | |
15:17 | Add comments to the 3 different temp-filename generator routines to cross-link them to one another. Add fossil_temp_filename() as an option to the "test-tempfile" command. ... (check-in: 1aff463371 user: drh tags: trunk) | |
14:03 | Enhance the test-httpmsg command with the new --xfer option and with an optional extra argument to specify the output file. ... (check-in: 450cfbbfac user: drh tags: trunk) | |
13:45 | Add the --host option to the "fossil test-xfer" command. Improve the help text on that command, too. ... (check-in: 601948b19b user: drh tags: trunk) | |
10:57 | Fixed a null-pointer deref in /chat JS in the try-to-resend-message error handler. ... (check-in: 86bba486c5 user: stephan tags: trunk) | |
09:18 | Added more reasons not to use Fossil as a whole-system configuration backup utility in the glossary point about not using Fossil to store files scattered hither-and-yon over a filesystem. ... (check-in: 7994809763 user: wyoung tags: trunk) | |
09:14 | A few clarifications to the new glossary. ... (check-in: 78aa439407 user: wyoung tags: trunk) | |
2021-12-21
| ||
20:53 | Fix the "fossil scrub" command so that it deletes syncfrom:URL and link:URL entries from the CONFIG table. ... (check-in: 65dbf97eb8 user: drh tags: trunk) | |
20:23 | Add the --share-links option to "fossil all sync" and "fossil all pull". ... (check-in: 23a0cd66c8 user: drh tags: trunk) | |
20:20 | Add the "Links from other repositories" section on the /urllist page. ... (check-in: 6916a058ab user: drh tags: trunk) | |
19:50 | The --share-links option on "fossil sync" and similar causes the server to reply with "pragma link" lines that identify other repositories with which the server has interacted within the past month. Those links are recorded in "link:URL" entries of the CONFIG table on the client. ... (check-in: 12d2f70bdf user: drh tags: trunk) | |
18:22 | For "fossil git export", add the comment line at the end of automatically generated "manifest" files so that they do not appear to be valid Fossil artifacts. ... (check-in: 4ff45df429 user: drh tags: trunk) | |
15:18 | Fix the "pragma client-url" and "pragma req-alt-repo" pragmas to that they are in fact sent on the first message. Begin using "{}" as the value for config setings such as "syncwith" so that the value can later be extended to hold JSON. ... (check-in: ebcce3ccdd user: drh tags: trunk) | |
14:04 | For sync, the client should only send "pragma client-url" if not doing a cross-project import. ... (check-in: b330ce6cfb user: drh tags: trunk) | |
12:43 | Add the "pragma client-url" card to the sync protocol. ... (check-in: 84358b7db1 user: drh tags: trunk) | |
2021-12-20
| ||
20:52 | Better documentation for the email-url setting. Add a new entry form for the email-url setting on the /setup_config page. ... (check-in: 7e993c709a user: drh tags: trunk) | |
20:35 | Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. ... (check-in: 1865cf4ce2 user: drh tags: trunk) | |
17:02 | Merge the diff enhancement from trunk. <b>Closed:</b> This branch was an experiment in ways of keeping better track of a network of repositories on different servers are set up to synchronize with one another. The experiment did not work out. ... (Closed-Leaf check-in: 5bb01585bc user: drh tags: synclog) | |
17:01 | Futher improvements to longestCommonSubsequence that finds better matches using the faster heuristic before reverting to the optimal solver. ... (check-in: 3f94d1bbb5 user: drh tags: trunk) | |
16:10 | In the diff generator, allow optimial-LCS runs to be 4 times as large. Fix for the issue reported at [forum:/forumpost/298bcd17cd|forum post 298bcd17cd] ... (check-in: 7a93baffa2 user: drh tags: trunk) | |
13:43 | Make sure the synclog table exists when running the synclog command. ... (check-in: ce5802534c user: drh tags: synclog) | |
13:28 | Fix a compiler warning and reduce the indentation for nested synclog display on the /urllist page. ... (check-in: 59bd2ec738 user: drh tags: synclog) | |
13:26 | Show the synclog on the /urllist page. ... (check-in: 8a2b980d0d user: drh tags: synclog) | |
13:06 | Merge the ardoise skin CSS fix from trunk. ... (check-in: bda1728a9c user: drh tags: synclog) | |
13:02 | Document the --synclog option on "fossil sync" and similar. Add --synclog to "fossil all sync" and similar. ... (check-in: aa9e43bf28 user: drh tags: synclog) | |
12:54 | Ensure that the synclog table exists before trying to query it. ... (check-in: 42a23ae71f user: drh tags: synclog) | |
12:48 | Remove HTTP usernames from SYNCLOG entries. ... (check-in: 40170e6164 user: drh tags: synclog) | |
12:32 | Add the "fossil synclog" command to display syncing history. ... (check-in: dc861e5f2b user: drh tags: synclog) | |
12:30 | ardoise skin: fix misalignment of changed lines and line numbers in the unified view. ... (check-in: 44b92c79de user: danield tags: trunk) | |
11:54 | ardoise skin: fixed misalignment of line number and content columns in the /file line-number view. Reported by Daniel D. in /chat. ... (check-in: 22e41fe344 user: stephan tags: trunk) | |
10:17 | More fixes to the synclog xfer protocol. ... (check-in: 555e36595f user: drh tags: synclog) | |
10:04 | Fix a bug in the logic that prevents loopback URLs in the synclog. ... (check-in: 3ef61c4782 user: drh tags: synclog) | |
09:53 | First attempt at transfering SYNCLOG data over the wire. ... (check-in: d58eebb77f user: drh tags: synclog) | |
08:39 | Merge latest changes from trunk. ... (check-in: 3348c66e3d user: drh tags: synclog) | |
08:37 | Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren Young in /chat. ... (check-in: b5bb5a7764 user: stephan tags: trunk) | |
08:37 | Change the synclog to keep timestamps with unixepoch(). This requires SQLite 3.38.0. ... (check-in: 3be414357f user: drh tags: synclog) | |
08:33 | Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren in /chat. ... (Closed-Leaf check-in: 7c49ab3881 user: stephan tags: content-length-patch) | |
2021-12-19
| ||
23:07 | Avoid a possibly unnecessary call to db_prepare() when doing a config sync. ... (check-in: d57a63254c user: drh tags: synclog) | |
21:04 | Add the "public_url()" internal interface for computing the canonical URL used to access the repository. Add a report about the canonical URL to the security_audit page. ... (check-in: 8677e3ca50 user: drh tags: synclog) | |
20:14 | Minor performance improvement in sync_log_entry(). ... (check-in: c0fd8338f6 user: drh tags: synclog) | |
19:59 | Change the schema for the synclog table so that there are separate rows for transfers in each direction. ... (check-in: 1ec46849ff user: drh tags: synclog) | |
18:22 | Remove the synclog table when doing a "fossil scrub --verily". ... (check-in: 94709e8ed2 user: drh tags: synclog) | |
18:10 | Add the "E" and "F" capability letters to control reading and writing to the synclog. ... (check-in: 06b3ace4ce user: drh tags: synclog) | |
17:50 | Record sync operations in the new synclog table. ... (check-in: 42a6191e93 user: drh tags: synclog) | |
02:08 | Prevent a duplicate 'Logout' menu in the Eagle skin. ... (check-in: fb683a3e02 user: mistachkin tags: trunk) | |
01:33 | Update the custom makefile for MinGW. ... (check-in: 14c92366f9 user: mistachkin tags: trunk) | |
2021-12-18
| ||
19:38 | Add --chroot option to the 'http' and 'server' commands. ... (check-in: bf6be1e325 user: mistachkin tags: trunk) | |
2021-12-17
| ||
23:53 | Fix several compiler warnings, etc. ... (Closed-Leaf check-in: 6397ece589 user: mistachkin tags: chrootOpt) | |
23:04 | Add experimental --chroot option to the 'http' and 'server' commands. ... (check-in: acd75ce64c user: mistachkin tags: chrootOpt) | |
2021-12-16
| ||
09:43 | Added missing help text reference to the -o/--options help flag, per [forum:9b3a25eb2b | forum post 9b3a25eb2b]. ... (check-in: 784f147dc4 user: stephan tags: trunk) | |
04:20 | Merged in trunk and resolved numerous code clashes in /chat. ... (check-in: 54dba74790 user: stephan tags: markdown-tagrefs) | |
2021-12-14
| ||
14:49 | Added help text doc for -k alias for --keep for the open command, per [forum:6f17cf142f80e2c3 | forum post 6f17cf142f80e2c3]. ... (check-in: 8fee91d408 user: stephan tags: trunk) | |
14:45 | Add '-k' as short option for '--keep' in 'fossil open', per forum observation. ... (check-in: bbd3d25654 user: danield tags: trunk) | |
2021-12-12
| ||
16:18 | The "Summary Line Convention In Commit Comments" section in gitusers.md now covers the related setting under Admin -> Timeline. ... (check-in: c33ffed3eb user: wyoung tags: trunk) | |
15:41 | Extracted the glossary to a new document from the old "why use Fossil" doc, expanded it considerably, converted it from Wiki to Markdown, and updated the links to point to its new location. ... (check-in: a58d952fa6 user: wyoung tags: trunk) | |
2021-12-10
| ||
04:13 | dbstat command: account for tags named wiki-X which are not wiki pages, fix ordering of event/forumpost queries which caused event (tech-note) count to get overwritten by forumpost count. ... (check-in: 28a60efcf9 user: stephan tags: trunk) | |
2021-12-09
| ||
20:12 | Merge the latest 3.38.0 alpha of SQLite that includes support for the use of Bloom filters, in order to test SQLite. ... (check-in: 88a9343205 user: drh tags: trunk) | |
2021-12-06
| ||
07:24 | Disable the short option of `-U|--username USERNAME' for the `winsrv' command, as it conflicts with the global `-U|--user USER' option, and could never be used, anyway. ... (check-in: 10e7100107 user: florian tags: trunk) | |
2021-12-04
| ||
13:23 | diffcmd.c: Fix a typo in comment for file_same_as_blob() ... (check-in: fb2d6374f5 user: js tags: trunk) | |
08:23 | Updated MINIMUM_SQLITE_VERSION to 3.37, as reported in [forum:81cd206073 | forum post 81cd206073]. ... (check-in: ebea00c5bd user: stephan tags: trunk) | |
2021-11-29
| ||
00:05 | Remove a dead link to an external description of TH1 from the bugtheory.wiki document. Replace it with the internal TH1 documentation. ... (check-in: c128f93042 user: drh tags: trunk) | |
2021-11-28
| ||
14:03 | Removed dead wikipedia link from interwiki.md, reported in [forum:295d5bcc8b | forum post 295d5bcc8b]. ... (check-in: d5f322ef46 user: stephan tags: trunk) | |
2021-11-27
| ||
12:05 | Fox typo in documentation, as reported [forum:/forumpost/599f8ad48e|on the forum]. ... (check-in: 1764410aab user: drh tags: trunk) | |
2021-11-22
| ||
16:12 | Update the built-in SQLite to the first 3.37.0 beta. ... (check-in: f96e9dfad3 user: drh tags: trunk) | |
2021-11-21
| ||
10:32 | Fix invokation of rebuild_db() from the src/json.c which was overlooked in the previous check-in. ... (check-in: 54ebad0116 user: george tags: trunk) | |
2021-11-19
| ||
12:29 | Remove unused randomize flag to rebuild_db(), per /chat discussion, along with the no-op --randomize flag to the rebuild command. ... (check-in: 298ccff06c user: stephan tags: trunk) | |
10:16 | Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e8612 user: stephan tags: strict) | |
06:02 | Fix a minor typo in the /ci_edit footnote about custom branch colors. ... (check-in: 5954e626f9 user: florian tags: trunk) | |
2021-11-17
| ||
15:52 | Fix accidental fork. ... (check-in: bd7f2727ba user: danield tags: trunk) | |
15:49 | Document how to add HTTPS=on for the case where Fossil is used in CGI mode with Apache behind Nginx. ... (check-in: cd934131f8 user: danield tags: trunk) | |
2021-11-16
| ||
12:28 | Remove surplus comments mistakenly added to the end of some files by check-in [bf3a32f59e83b029] ... (check-in: f3bd05ca7f user: drh tags: trunk) | |
2021-11-15
| ||
22:43 | Update the built-in SQLite to the latest 3.37.0 beta for testing. ... (check-in: 163534407d user: drh tags: trunk) | |
12:39 | Added --ingore-clock-skew option to checkin, per discussion in [forum:1ccad8679d0357b8|forum post 1ccad8679d0357b8] and /chat. ... (check-in: 93de7b27c3 user: stephan tags: trunk) | |
2021-11-14
| ||
19:38 | Fix an incorrect malloc() associated with "fossil commit -v" ... (check-in: bf3a32f59e user: drh tags: trunk) | |
2021-11-13
| ||
19:33 | Minor documentation tweaks. ... (check-in: 1eab9b69f0 user: drh tags: trunk) | |
17:48 | Add link to "embedded doc" version the file being viewed via the /file page. ... (check-in: d7c40d4575 user: mgagnon tags: trunk) | |
13:10 | Improvements to Chat documentation. No code changes. ... (check-in: cedac53a47 user: drh tags: trunk) | |
2021-11-12
| ||
18:52 | Add the undocumented "fossil remote config-data" command. ... (check-in: 6cdddee2bd user: drh tags: trunk) | |
2021-11-11
| ||
23:38 | Do extra error checking to determine that a sync target given as a filename is a valid Fossil repository. Issue a better error message if it is not. ... (check-in: 31361e328f user: drh tags: trunk) | |
23:01 | Only remember the last-sync-url after a successful sync. Do not remember the argument if the sync failed. ... (check-in: c129f29566 user: drh tags: trunk) | |
2021-11-09
| ||
17:07 | Update the built-in SQLite to the latest 3.37.0 alpha, for testing. ... (check-in: 39fbaf34e1 user: drh tags: trunk) | |
14:39 | Added --verbose option to open which simply passes that flag on to the clone operation when opening a URL, per request in [forum:ab3807edc65ab115|form post ab3807edc65ab115]. ... (check-in: c9f3d9c2a9 user: stephan tags: trunk) | |
2021-11-06
| ||
15:19 | Add some line-number information to the conflict marks on a 3-way merge. More work could be done here, but this is a start. ... (check-in: 14f44e933c user: drh tags: trunk) | |
2021-11-05
| ||
15:54 | Remove OpenSSL initialization call that is not needed and which is deprecated in newer versions of OpenSSL. ... (check-in: 8c1263754c user: drh tags: trunk) | |