Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2019-03-16 13:06:16" occurring around 2019-03-16 13:06:16.
2019-03-20
| ||
12:34 | An attempt to get the --autopush option of "fossil git export" to work with ssh. ... (check-in: cd212e8022 user: drh tags: trunk) | |
2019-03-19
| ||
14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (check-in: 6cc5354821 user: andybradford tags: db-begin-txn-updates) | |
2019-03-18
| ||
19:27 | Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. ... (check-in: c2cfaa6a72 user: drh tags: trunk) | |
12:04 | Add the /secureraw page that requires the complete HASH before it will deliver an artifact. ... (check-in: 7abfca6752 user: drh tags: trunk) | |
11:48 | Fix a minor typo in a comment used to generate "stash" documentation. ... (check-in: aaa726e191 user: drh tags: trunk) | |
10:38 | Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 831e1af254 user: drh tags: trunk) | |
2019-03-17
| ||
10:44 | Fix for _popen and _pclose with Visual C++ in the new export.c module. ... (check-in: 931da0c3e3 user: wyoung tags: trunk) | |
07:01 | Expanded the "Standalone server" section of www/server.wiki to add more examples. Also fixed a few grammar problems elsewhere in the doc. ... (check-in: f153777f3e user: wyoung tags: trunk) | |
06:42 | Moved the section on stunnel configuration from www/server.wiki to www/ssl.wiki, adding links from one to the other. Also changed all remaining references to "SSL" in server.wiki to "TLS". ... (check-in: 355c16a528 user: wyoung tags: trunk) | |
06:18 | Expanded the discussion of the difference between "fossil ui" and "fossil server" in www/server.wiki. ... (check-in: 67e30333d1 user: wyoung tags: trunk) | |
06:13 | Wiki formatting fix pass on www/server.wiki in preparation for more substantial changes: removed all explicit <p> tags where they don't affect rendering; changed all <a name...><h2> with <h2 id=...>; added whitespace; moved <blockquote> tags down to their own line since they're key to the page layout. ... (check-in: 3406f0eb2d user: wyoung tags: trunk) | |
05:05 | Added information on 2FA to the new mirroringtogithub.md doc ... (check-in: a2ef43104f user: wyoung tags: trunk) | |
04:21 | Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. ... (check-in: 5cb3e09464 user: wyoung tags: trunk) | |
03:50 | Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. ... (check-in: 71d66284b4 user: wyoung tags: trunk) | |
03:47 | Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. ... (check-in: 7ff6d5b0e9 user: wyoung tags: trunk) | |
01:42 | Add the "fossil git export" command to the 2.9 change log. ... (check-in: 17b517f5ee user: drh tags: trunk) | |
01:40 | Add the "How To Mirror A Fossil Repository On GitHub" document. ... (check-in: 21b57fae40 user: drh tags: trunk) | |
00:14 | Automatically run "git repack -adf" after an initial export to git using the "fossil git export" command. (Recommended by Linus Torvalds himself.) ... (check-in: e4d87cd16b user: drh tags: trunk) | |
00:02 | Do not use the --input-marks option with "git fast-import". Instead, remember older Git-names and insert them directly into the fast-import stream. ... (check-in: 8e6f3ced08 user: drh tags: trunk) | |
2019-03-16
| ||
18:58 | Make the configuration database (~/.fossil) optional for the sync command. ... (check-in: d1b88ad570 user: drh tags: trunk) | |
17:04 | Abandon an export to Git if a phantom artifact is encountered on any check-in that is less than one year old. This is a defense against generating an incorrect export from a repository that has an incomplete sync. Shunned artifacts are always ignored, regardless of age. ... (check-in: de0bbcb53c user: drh tags: trunk) | |
13:58 | When the "fossil git export" command displays the "git push" command it is about to run, omit the display of any password that happens to be embedded in the URL. ... (check-in: aaa937a8e1 user: drh tags: trunk) | |
13:31 | Fix a missing newline when printing the git push command on --autopush. ... (check-in: df619db6e4 user: drh tags: trunk) | |
13:23 | Update the "fossil git export" command so that it remembers the last repository name and reuses it if no repository is specified. Add the --force option. ... (check-in: fe98905e9a user: drh tags: trunk) | |
13:06 | Add the --autopush option to the "fossil git export" command. ... (check-in: ac5ae7b733 user: drh tags: trunk) | |
01:07 | Add a README.md file for the sake of the GitHub test mirror. ... (check-in: ced33d1abf user: drh tags: trunk) | |
00:58 | Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. ... (check-in: 702959420f user: drh tags: trunk) | |
00:26 | Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. ... (Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd) | |
2019-03-14
| ||
17:16 | Begin work on the "fossil mirror" command. ... (check-in: dbc1c62a99 user: drh tags: mirror-cmd) | |
13:52 | When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. ... (check-in: 60af514d13 user: drh tags: trunk) | |
2019-03-09
| ||
21:57 | Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. ... (check-in: b37bb7dc79 user: drh tags: vccp) | |
2019-03-08
| ||
00:42 | Update the documentation on the "fossil backoffice" command. ... (check-in: 35c8103e6d user: drh tags: trunk) | |
2019-03-07
| ||
17:57 | Add the --poll option to "fossil backoffice" to allow it to act as a backoffice launch daemon. ... (check-in: 1021afc6aa user: drh tags: trunk) | |
16:43 | Enhancements to the "backoffice" command: Added the --nodelay option and added the ability to specify multiple repositories. ... (check-in: 96fc484876 user: drh tags: trunk) | |
2019-03-04
| ||
13:58 | Improvements to Append Wiki privilege suggested by jakesfr. ... (check-in: 3790dbbd36 user: drh tags: trunk) | |
2019-03-02
| ||
20:33 | Improvements to the document that describes the delta format. ... (check-in: 81e61d78fd user: drh tags: trunk) | |
18:18 | Enable make install without first calling make workflow by adjusting the install target prerequisites. This allows make install to be called on a fresh clone/checkout of Fossil because otherwise OBJDIR is missing and make install fails. ... (check-in: 904eb8a5ec user: andybradford tags: trunk) | |
2019-03-01
| ||
21:46 | Merge trunk. Update to Openssl 1.1.1b ... (check-in: b7695eeea2 user: jan.nijtmans tags: openssl-1.1) | |
21:42 | Update to openssl 1.0.2r ... (check-in: a416666563 user: jan.nijtmans tags: trunk) | |
21:37 | Update custom makefile. Remove some unnecessary spacing in documentation ... (check-in: e2751b18af user: jan.nijtmans tags: trunk) | |
10:30 | (cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: e217b8b988 user: jan.nijtmans tags: branch-2.8) | |
09:38 | Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: b2c424ada8 user: jan.nijtmans tags: trunk) | |
2019-02-27
| ||
19:12 | (cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: c460f94352 user: jan.nijtmans tags: branch-2.8) | |
14:34 | Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. ... (check-in: 6f60cb3881 user: drh tags: trunk) | |
14:23 | For the "fossil update" and "fossil checkout" commands, if a managed file is removed because it is no longer part of the target check-in and the directory containing the file is empty after the file is removed and the directory is not the current working directory and is not on the empty-dirs list, then also remove the directory. ... (check-in: f132f86bbe user: drh tags: trunk) | |
12:57 | Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1ee user: drh tags: rmdir-on-update) | |
12:08 | Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: 70f3092207 user: drh tags: trunk) | |
2019-02-26
| ||
01:22 | When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. ... (check-in: 43111aa939 user: drh tags: rmdir-on-update) | |
2019-02-25
| ||
17:01 | Update the built-in SQLite to the latest trunk version that includes all of the fixes that were in the 3.27.2 release. ... (check-in: 4d6086702e user: drh tags: trunk) | |
15:10 | Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. ... (check-in: effa89302a user: drh tags: trunk) | |