Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andybradford occurring around 2021-09-29 07:27:39.
2023-12-01
| ||
20:17 | Minor style change. ... (check-in: d82079546d user: andybradford tags: clone-resume) | |
20:12 | Skip all finalizing until the clone is complete. ... (check-in: 9fa25cd746 user: andybradford tags: clone-resume) | |
17:56 | • Edit [17f3408f6b557e27|17f3408f6b]: Edit check-in comment. ... (artifact: 8fec39c02d user: andybradford) | |
17:55 | Try to handle some error conditions better. First, if the clone's first sync didn't bring down any artifacts there isn't likely any point in continuing. Second, if on resuming a clone no artifacts were received, abort. Third, check if the project-code has changed earlier (this might be detected even earlier when the client receives the "push" card). ... (check-in: 17f3408f6b user: andybradford tags: clone-resume) | |
04:12 | Minor correction in comment. No change in functionality. ... (check-in: 4fdc41bd05 user: andybradford tags: clone-resume) | |
03:58 | Shorten warning message to fit in a terminal without wrapping. ... (check-in: 5bb6d26187 user: andybradford tags: clone-resume) | |
03:53 | Verify that the project-code on resume hasn't changed per discussion in [forum:d1a2ed56271602fa|forum post d1a2ed56271602fa] and rollback changes if they are different. ... (check-in: ee5b942080 user: andybradford tags: clone-resume) | |
2023-11-30
| ||
06:26 | Defer rebuilding the database until the clone is complete. This prevents a lot of unnecessary rebuilding while there aren't enough artifacts to make it worth it. ... (check-in: 333a89bf96 user: andybradford tags: clone-resume) | |
04:01 | Catch SIGINT during sync so that when pressing ctrl-c during a clone of a large repository it doesn't dispose of all the progress that was made during, thus enabling resume from an user interrupt. When the handler returns, the last sync will complete and then exit the loop. ... (check-in: ad2e148541 user: andybradford tags: clone-resume) | |
2023-11-29
| ||
04:32 | Merge in latest from trunk. ... (check-in: 5d12d42680 user: andybradford tags: clone-resume) | |
2023-11-27
| ||
06:19 | Take advantage of the fact that the seqno is recorded and automatically resume up to three times if failure is encountered. ... (check-in: bc0a4c60c0 user: andybradford tags: clone-resume) | |
06:14 | Check for valid value from return of function. ... (check-in: 2f0aac8c01 user: andybradford tags: clone-resume) | |
2023-11-25
| ||
15:56 | Remove description of unsupported option that was removed with [298ccff06c487d035a7] from "fossil all rebuild" command. No change in functionality. ... (check-in: 33fa915508 user: andybradford tags: trunk) | |
2023-11-24
| ||
23:51 | Do away with the --resume flag as it is mostly redundant and can be assumed by the presence of the recorded clone_seqno. Suggested by Warren Young in [forum:4bcbb41aab2538d4|forum post 4bcbb41aab2538d4]. ... (check-in: b0a60d8f1d user: andybradford tags: clone-resume) | |
22:39 | • Edit [ee710cc171e6164b|ee710cc171]: Edit check-in comment. ... (artifact: 63330f822f user: andybradford) | |
22:14 | Need to reset the server-code so that the user password is correct. Might as well also reset the project-code. ... (check-in: 61e0ced9bf user: andybradford tags: clone-resume) | |
21:39 | Implement the ability to resume a clone that has failed. This is a variation on the attempt made in [ec26471439] that was never completed. The significant difference in the use of the "clone protocol" which uses cfile cards to complete the synchronization rather than the "sync protocol" which takes much longer using the file card. ... (check-in: ee710cc171 user: andybradford tags: clone-resume) | |
2023-05-23
| ||
02:44 | Slight alteration of branch renaming help text to clarify functionality based on discussion in [forum:45cdd8874ce1654a | forum post 45cdd8874ce1654a]. ... (check-in: e053682a4e user: andybradford tags: trunk) | |
2022-11-29
| ||
04:11 | Improve consistency of "fossil branch" command. I don't think this deserves more attention but others may decide to make it do more. ... (check-in: 761a39c025 user: andybradford tags: trunk) | |
2022-07-09
| ||
16:07 | Correction to spelling in zip/tarball command help. ... (check-in: d708847ea2 user: andybradford tags: trunk) | |
2022-05-14
| ||
14:38 | Adds minor output to stash command to alert users when a stash is successful. See [forum:fd2405eff30f4c73 | forum post fd2405eff30f4c73] for discussion. ... (check-in: 07d739b4ba user: andybradford tags: trunk) | |
14:23 | Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf3e user: andybradford tags: stash-success) | |
2022-04-26
| ||
23:45 | Provide a little more output in stash command so when someone successfully finishes the stash command they don't think content has been lost. ... (check-in: d08d7b872d user: andybradford tags: stash-success) | |
2022-04-16
| ||
16:29 | Minor spelling corrections. No change in functionality. ... (check-in: 53754fff0c user: andybradford tags: trunk) | |
2021-09-29
| ||
07:27 | When generating a repository name from the URL, include parsing of port to avoid undesirable behavior discovered in [forum:4409f66dae988dc5] in which the parser doesn't handle single-label host names which include a port (with or without a final slash). ... (check-in: 000f80213e user: andybradford tags: trunk) | |
03:22 | Fix bug mentioned in [forum:a4c682e21ce329fe] to make URL parser require properly formed URL containing a slash following the port. ... (check-in: fb752a04f5 user: andybradford tags: trunk) | |
2021-07-20
| ||
14:34 | Recreate the ability to view all settings in a single command. ... (check-in: 65f59beae9 user: andybradford tags: trunk) | |
2021-07-15
| ||
00:17 | Minor orthographic correction in settings help description. ... (check-in: 66c309537b user: andybradford tags: trunk) | |
2021-07-14
| ||
23:58 | Recreate the ability to view all the settings easily in one command that was lost with [f74f7014c2271beb] and enhance the output to show whether or not a setting is versioned. ... (Closed-Leaf check-in: b572b76604 user: andybradford tags: verbose-settings-help) | |
2021-04-17
| ||
12:23 | Minor correction to finfo command comment help. ... (check-in: 8913402d10 user: andybradford tags: trunk) | |
2021-04-13
| ||
13:53 | Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (check-in: 5015043b2d user: andybradford tags: trunk) | |
2021-04-09
| ||
05:19 | Enhance finfo command to print "whatis" information when -r is used without -p. ... (check-in: cb68b7dc3e user: andybradford tags: trunk) | |
2020-11-25
| ||
21:14 | Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988fdb user: andybradford tags: ambiguous-help) | |
20:59 | Restore lost 's' from command-line option so documentation matches code. ... (check-in: 3eaaa56583 user: andybradford tags: ambiguous-help) | |
20:55 | When using "fossil command --help" restrict the ambiguous matching to just commands to avoid breaking prefixes that otherwise work fine as a command. For example, "fossil di" works fine as a command, but "fossil di --help" suddenly makes it ambiguous. ... (check-in: 99f650af0d user: andybradford tags: ambiguous-help) | |
2020-07-15
| ||
19:52 | Fix a minor spelling error. ... (check-in: 0d1db48f92 user: andybradford tags: trunk) | |
2020-05-12
| ||
14:45 | Improve the description of the setting so as to remove doubt about its meaning. ... (Closed-Leaf check-in: 9660319699 user: andybradford tags: fork-warn-setting) | |
2020-05-11
| ||
14:09 | Add setting that will suppress the new fork warning with every commit. ... (check-in: 57b8d6deac user: andybradford tags: fork-warn-setting) | |
2020-02-06
| ||
15:32 | When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. ... (Closed-Leaf check-in: 616de1fef2 user: andybradford tags: fix-ssl-crash) | |
2019-12-10
| ||
14:01 | Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk) | |
05:34 | Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk) | |
2019-10-24
| ||
14:30 | Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume) | |
2019-10-09
| ||
14:52 | Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec26471439 user: andybradford tags: clone-resume) | |
2019-10-03
| ||
14:30 | • Edit [cd969ec5da817402|cd969ec5da]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. ... (artifact: 67dafdcb52 user: andybradford) | |
2019-10-01
| ||
13:15 | • Edit [307f7642b50fe2b0|307f7642b5]: Mark "Closed". Edit check-in comment. ... (artifact: c7436c5884 user: andybradford) | |
07:48 | • Edit [526b0c29979ce4fe|526b0c2997]: Mark "Closed". ... (artifact: eec13740f5 user: andybradford) | |
07:13 | Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting) | |
07:12 | • Edit [526b0c29979ce4fe|526b0c2997]: Move to branch mistake. Add propagating "hidden". ... (artifact: 430b238669 user: andybradford) | |
2019-09-28
| ||
21:04 | • Edit [e19dcc1ab12658c9|e19dcc1ab1]: Move to branch forum-replies. ... (artifact: 906c177518 user: andybradford) | |
20:52 | When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies) | |