Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins by user andybradford

2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e user: andybradford tags: clone-resume)
2024-02-09
13:51
Sync up with trunk for latest improvements. ... (check-in: 12390507 user: andybradford tags: clone-resume)
2024-02-08
15:10
Update help for "fossil ui" to more closely match the behavior in the code. ... (check-in: b2b373ff user: andybradford tags: trunk)
2024-02-07
14:25
Pull in the remaining bits from trunk for integration testing. ... (check-in: d27cb05f user: andybradford tags: clone-resume)
2024-02-06
14:19
Bring in fixes for SSH from trunk. ... (check-in: c55d1b7b user: andybradford tags: clone-resume)
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. ... (Closed-Leaf check-in: bcf6abe5 user: andybradford tags: ssh-path-prefix)
2024-02-03
16:55
Update with all changes from trunk. ... (check-in: c454059a user: andybradford tags: clone-resume)
2023-12-17
05:49
When resuming a clone, delete the previous setup user so it can be reset. This also handles the case where a new --admin-user is passed in. ... (check-in: b86d4da5 user: andybradford tags: clone-resume)
2023-12-08
15:30
Limit the scope to the error condition to clone operations only for now. ... (check-in: 29e9e84a user: andybradford tags: clone-resume)
14:33
Only output clone retry warning if there is another round to go. ... (check-in: bdd22578 user: andybradford tags: clone-resume)
14:20
The rebuilt string is only regenerated if the manifest changes, so use the mtime of when the rebuild is done instead. ... (check-in: a92fddc0 user: andybradford tags: clone-resume)
13:52
If the clone is interrupted by the user this should constitute an error condition. ... (check-in: 2c8ad9a4 user: andybradford tags: clone-resume)
2023-12-05
14:12
Clean up signal includes. ... (check-in: e6da7f08 user: andybradford tags: clone-resume)
2023-12-02
18:30
Use a new pragma requested only in the first clone cycle to track the rebuilt time on the remote server to be able to error out if the rids are rebuilt before resuming a clone. This is currently just a fossilized string but it could instead be a hash of the components to make it more like a "code". Requesting the pragma only at the beginning does not account for the possibility that a rebuild will happen after the clone begins. I find that scenario highly unlikely, but grant that it might be possible. If the remote server does not yet support the pragma the client falls back to using the remote server-code. ... (check-in: 7f116a43 user: andybradford tags: clone-resume)
2023-12-01
22:37
Typo corrections in comments only. No change in functionality. ... (check-in: a8b6fdc8 user: andybradford tags: trunk)
21:22
Just write the value the first time it is seen since there is no need to have the value during the sync (yet). ... (check-in: 15b166df user: andybradford tags: clone-resume)
21:14
Prevent resuming a clone from a different server by preserving the remote server-code and comparing on resume. This is a crude heuristic to determine whether or not it is likely that the remote server still has the same rids. A better heuristic may be to probe the server for known rids that have been received (e.g. each clone seqno that is sent by the server could be recorded and then probed with a pragma request by the client later on). ... (check-in: aa54ea41 user: andybradford tags: clone-resume)
20:31
Prevent the resuming of a clone that does not have the product code. ... (check-in: 63af8da3 user: andybradford tags: clone-resume)
20:17
Minor style change. ... (check-in: d8207954 user: andybradford tags: clone-resume)
20:12
Skip all finalizing until the clone is complete. ... (check-in: 9fa25cd7 user: andybradford tags: clone-resume)
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: 17f3408f user: andybradford tags: clone-resume)
04:12
Minor correction in comment. No change in functionality. ... (check-in: 4fdc41bd user: andybradford tags: clone-resume)
03:58
Shorten warning message to fit in a terminal without wrapping. ... (check-in: 5bb6d261 user: andybradford tags: clone-resume)
03:53
Verify that the project-code on resume hasn't changed per discussion in forum post d1a2ed56271602fa and rollback changes if they are different. ... (check-in: ee5b9420 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: 333a89bf 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: ad2e1485 user: andybradford tags: clone-resume)
2023-11-29
04:32
Merge in latest from trunk. ... (check-in: 5d12d426 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: bc0a4c60 user: andybradford tags: clone-resume)
06:14
Check for valid value from return of function. ... (check-in: 2f0aac8c 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: 33fa9155 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 post 4bcbb41aab2538d4. ... (check-in: b0a60d8f user: andybradford tags: clone-resume)
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: 61e0ced9 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: ee710cc1 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 post 45cdd8874ce1654a. ... (check-in: e053682a 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: 761a39c0 user: andybradford tags: trunk)
2022-07-09
16:07
Correction to spelling in zip/tarball command help. ... (check-in: d708847e 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 post fd2405eff30f4c73 for discussion. ... (check-in: 07d739b4 user: andybradford tags: trunk)
14:23
Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf 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: d08d7b87 user: andybradford tags: stash-success)
2022-04-16
16:29
Minor spelling corrections. No change in functionality. ... (check-in: 53754fff 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 4409f66dae988dc5 in which the parser doesn't handle single-label host names which include a port (with or without a final slash). ... (check-in: 000f8021 user: andybradford tags: trunk)
03:22
Fix bug mentioned in a4c682e21ce329fe to make URL parser require properly formed URL containing a slash following the port. ... (check-in: fb752a04 user: andybradford tags: trunk)
2021-07-20
14:34
Recreate the ability to view all settings in a single command. ... (check-in: 65f59bea user: andybradford tags: trunk)
2021-07-15
00:17
Minor orthographic correction in settings help description. ... (check-in: 66c30953 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: b572b766 user: andybradford tags: verbose-settings-help)
2021-04-17
12:23
Minor correction to finfo command comment help. ... (check-in: 8913402d user: andybradford tags: trunk)
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (check-in: 5015043b user: andybradford tags: trunk)
2021-04-09
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. ... (check-in: cb68b7dc user: andybradford tags: trunk)
2020-11-25
21:14
Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988f user: andybradford tags: ambiguous-help)
20:59
Restore lost 's' from command-line option so documentation matches code. ... (check-in: 3eaaa565 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: 99f650af user: andybradford tags: ambiguous-help)
2020-07-15
19:52
Fix a minor spelling error. ... (check-in: 0d1db48f 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: 96603196 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: 57b8d6de 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: 616de1fe 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: edcde1fd 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: c668444d user: andybradford tags: trunk)
2019-10-24
14:30
Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb 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: ec264714 user: andybradford tags: clone-resume)
2019-10-01
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: 307f7642 user: andybradford tags: time-skew-setting)
2019-09-28
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: e19dcc1a user: andybradford tags: forum-replies)
2019-09-18
14:57
Style cleanup (no tabs). No functional change. ... (check-in: 89872d17 user: andybradford tags: trunk)
2019-09-13
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b user: andybradford tags: db-begin-txn-updates)
2019-09-07
15:03
Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. ... (check-in: 582d3357 user: andybradford tags: trunk)
2019-09-06
14:01
Include new repolist-skin setting in list of all settings so tests will pass. ... (check-in: 2e3bffaa user: andybradford tags: trunk)
2019-09-05
01:39
Correct a minor grammatical error in a sentence for new rebase document. ... (check-in: 049c42df user: andybradford tags: trunk)
2019-08-31
18:22
Minor typo correction in comment---no functional change. ... (check-in: ab2b8de8 user: andybradford tags: trunk)
18:09
Avoid warning about extra call to db_end_transaction() by returning at the end of a complete block. ... (check-in: 7b2350a8 user: andybradford tags: trunk)
17:09
If there is nothing to stash, issue an error. ... (check-in: d959c48a user: andybradford tags: trunk)
16:42
Merge in latest from trunk. ... (check-in: aa376391 user: andybradford tags: db-begin-txn-updates)
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec user: andybradford tags: test-updates)
2019-08-21
14:46
Merge in recent developments on trunk. ... (check-in: 70d091ea user: andybradford tags: test-updates)
2019-08-10
15:34
Merge in from trunk. ... (check-in: 0f9f2e40 user: andybradford tags: test-updates)
2019-07-30
01:17
Merge in updates from trunk. ... (check-in: 7e7258b3 user: andybradford tags: test-updates)
2019-07-23
04:23
Use new functionality in "fossil whatis" to correct wiki test cases since /info hrefs are no longer included in the wiki pages. ... (check-in: ef40a0be user: andybradford tags: test-updates)
03:49
Enable "fossil whatis" to actually find a wiki page when given --type w. ... (check-in: 7627d4a7 user: andybradford tags: test-updates)
2019-07-19
04:47
Correct minor syntax error that was likely never hit. ... (check-in: d85b2edb user: andybradford tags: test-updates)
03:55
If the setting is long enough to fill in the format specifier---like the email-send-relayhost setting---there will be no whitespace after it unless it has a value set, so make the regex handle this particular state better. ... (check-in: a8656f58 user: andybradford tags: test-updates)
03:52
Update list of known settings which had diverged due to newly added features. ... (check-in: 72e71e90 user: andybradford tags: test-updates)
2019-06-27
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7f user: andybradford tags: no-race-commit)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025ad user: andybradford tags: taglist-tagtype)
2019-05-01
14:02
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using "fossil sync --once"). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: 7063b1a3 user: andybradford tags: offline-sync)
2019-04-11
14:12
Fix private content push bug mentioned on Forum. It's possible that this content has already been recorded as private so ignore unique constraint error. ... (check-in: 82aded4c user: andybradford tags: trunk)
2019-04-01
00:43
Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 3d827943 user: andybradford tags: trunk)
2019-03-30
15:40
Backout [f517cb7f] because they both come together anyway and this one is a macro. See https://fossil-scm.org/forum/forumpost/da64c38d6a for discussion. ... (check-in: 3b23b328 user: andybradford tags: trunk)
2019-03-26
01:45
Remove extra output when requirements are found and there is really no need for a warning here either. ... (check-in: 1aab3f31 user: andybradford tags: trunk)
2019-03-25
18:43
Capture both SSL library requirements before attempting to build the code. ... (check-in: f517cb7f user: andybradford tags: trunk)
14:02
Check for the presence of BIO_ADDR_hostname_string before using it. ... (check-in: 0ef9501c user: andybradford tags: trunk)
2019-03-23
21:47
Fix password change reported on Fossil Forum bug by ending the form tag properly. ... (check-in: 643123d5 user: andybradford tags: trunk)
21:44
Add missing HTML tag for nobr to skin. ... (check-in: 5152d81e user: andybradford 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: 6cc53548 user: andybradford tags: db-begin-txn-updates)
2019-03-02
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: 904eb8a5 user: andybradford tags: trunk)
2018-10-19
22:37
Now that type has changed due to [d0fa9eee56], cast back to match total variable. ... (check-in: 77371043 user: andybradford tags: trunk)
22:12
Use a signed type to avoid an infinite loop in socket_send(); socket_receive() is already fine. ... (check-in: d0fa9eee user: andybradford tags: trunk)
2018-09-03
16:12
Do away with compiler warning about uninitialized variable. ... (check-in: af39da6d user: andybradford tags: trunk)
2018-07-16
13:33
Initialize variable to quell compiler warning about potentially unitialized variable. ... (check-in: 0cb83dec user: andybradford tags: trunk)
2018-03-08
04:03
Merge in latest from trunk. ... (Closed-Leaf check-in: 0d11ea05 user: andybradford tags: pledge-additions)
2018-01-22
03:01
Merge in recent fixes from trunk. ... (check-in: c0f94f69 user: andybradford tags: pledge-additions)
2018-01-20
20:47
Restrict the process further now that these are no longer required in status command. ... (check-in: 36c76a13 user: andybradford tags: pledge-additions)
20:46
It isn't necessary to allow id either for the status command as nobody should be trying to setuid. ... (check-in: 866f92fa user: andybradford tags: pledge-additions)
2018-01-18
03:52
Now that pledge() is automatically detected, update the comment with the new name of the configuration parameter. ... (check-in: 4f90d591 user: andybradford tags: trunk)
2018-01-15
21:53
Remove unnecessary whitespace in fossil_pledge comment inadvertenly added by [8993c332]. ... (check-in: 0e877b0c user: andybradford tags: trunk)
21:48
Update the comment for fossil_pledge to reflect the new change in [1180676e]. ... (check-in: 8993c332 user: andybradford tags: trunk)
21:43
Only #define fossil_pledge in config.h if FOSSIL_HAVE_PLEDGE is not defined so that makeheaders can pick up the function prototype for checkin.h when FOSSIL_HAVE_PLEDGE is defined. ... (check-in: 1180676e user: andybradford tags: trunk)
17:35
End comment with matching #define for new fossil_pledge_impl() routine---no functional change. ... (check-in: cefcc87e user: andybradford tags: trunk)
2018-01-01
00:57
Check for explicit error condition from ticket_put() because otherwise Fossil thinks a successful ticket add is an error and outputs an empty line. ... (check-in: d4c6f3c4 user: andybradford tags: trunk)
2017-09-07
05:04
Improve the debug information available when using Login Groups. ... (check-in: 7f4393da user: andybradford tags: trunk)
2017-08-12
16:20
Avoid another attack vector when using SSH sync protocol by not calling a shell interpreter. Fixes only Unix-like environments by using execvp() instead of a string that can be mishandled by /bin/sh. Superseded by [3b191c984b] &co. ... (Closed-Leaf check-in: ce7baa97 user: andybradford tags: ssh-shell-cleanup)
2017-07-21
04:22
Improve UI based test documentation with minor corrections to requirements and URLs. ... (check-in: 0a2be064 user: andybradford tags: trunk)
2017-06-29
06:29
Make the command-line timeline behave more like the timeline page by handling dates before resolving to symbolic rid which might actually not meet the "before" or "after" criteria. Bug reported by Roy Keene: timeline output always included a timeline entry which happened to be before the "after" date indicated. ... (check-in: 048738b2 user: andybradford tags: trunk)
2017-06-02
02:23
Restore the ability to amend a comment both with and without an interactive editor. If the edit happens outside a working check-out then use a suitable TMP directory. ... (check-in: 1fff403a user: andybradford tags: trunk)
2017-05-29
17:02
Use a standard .txt extension for temporary files and avoid double dots in file name. ... (Closed-Leaf check-in: 51058ce1 user: andybradford tags: amend-regress)
2017-05-26
05:55
Remove the restriction entirely for editing a comment only in the working check-out directory and choose an appropriate temporary file if no working check-out is available instead. ... (check-in: 74df777e user: andybradford tags: amend-regress)
03:46
Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (check-in: afef5fb5 user: andybradford tags: amend-regress)
02:27
Fix minor grammar bug in open check-out required error message. ... (check-in: 55e24875 user: andybradford tags: trunk)
2017-02-07
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a user: andybradford tags: branch-info)
2016-12-28
18:20
Update test case now that merge rename bug has been fixed with checkin [0df5249d51]. ... (check-in: b09be7ba user: andybradford tags: trunk)
2016-11-30
04:08
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. ... (check-in: 4896c0b7 user: andybradford tags: trunk)
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. ... (check-in: 3eeab4a5 user: andybradford tags: trunk)
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. ... (check-in: 6a5f0c5b user: andybradford tags: trunk)
2016-11-07
08:24
Add option to test-find-pivot to assist in discovering "name pivots" when diagnosing merge failures. ... (check-in: 3dc006c9 user: andybradford tags: trunk)
05:43
Minor correction to example comment in Fossil coding introduction. ... (check-in: 22a9fba4 user: andybradford tags: trunk)
2016-11-06
16:40
Correct commit that had mistake in macro definition in [36e7558a11598]. ... (check-in: 427c34fe user: andybradford tags: trunk)
16:10
Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". ... (check-in: 36e7558a user: andybradford tags: trunk)
2016-10-27
05:28
Now that FuseFS support is conditional, permit config.h to be included so FOSSIL_HAVE_FUSEFS can be correctly included from autoconfig.h to avoid linker failure to find fusefs_cmd. ... (check-in: a4bb89ba user: andybradford tags: trunk)
2016-10-22
19:52
Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. ... (check-in: 1b6635a4 user: andybradford tags: trunk)
2016-10-16
01:21
Merge fixes in this branch to trunk prior to release. ... (check-in: b2d51b1b user: andybradford tags: trunk)
2016-10-14
19:04
Update test_start_server procedure to return the port as well because fossil server dynamically allocates a port. ... (check-in: b66d5bca user: andybradford tags: trunk)
06:15
Enhance the functionality of the Login Group feature to allow administrators to enable Login Group self-registration. ... (Closed-Leaf check-in: d70f5278 user: andybradford tags: login-group-enhancements)
2016-10-05
08:41
Update delta1 test cases to normalize the result so they pass again. Add additional tests to cover assertion failure caused by empty delta inputs. ... (check-in: 4ede0df9 user: andybradford tags: trunk)
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review)
03:03
Merge latest updates from trunk. ... (check-in: 4c197114 user: andybradford tags: stash-fixes)
2016-10-04
03:55
Return an error instead of silently ignoring invalid input. ... (check-in: 274e537b user: andybradford tags: trunk)
2016-10-01
05:07
Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c570 user: andybradford tags: pending-review)
04:21
Use #define constants instead of numbers to improve readability of code. ... (check-in: 68b53604 user: andybradford tags: trunk)
02:23
Minor correction to text in usage help/comment in new --checkin option. ... (check-in: 5aacaba3 user: andybradford tags: trunk)
2016-09-30
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962d user: andybradford tags: diff-show-changes)
2016-09-13
03:42
Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6 user: andybradford tags: trunk)
2016-09-08
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f8 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-07-04
22:08
Detect old stashfile schema and recreate to allow file renames to be stashed in existing checkout databases. ... (check-in: a13217b8 user: andybradford tags: stash-fixes)
20:13
Merge in trunk and resolve conflict. ... (check-in: 003b6581 user: andybradford tags: stash-fixes)
2016-06-09
02:22
Use sqlite3_snprintf instead because it guarantees that the buffer will be zero-terminated and to avoid warnings on OpenBSD. ... (check-in: 460b93b5 user: andybradford tags: trunk)
2016-02-27
16:38
Bring in latest developments on trunk. ... (check-in: eda22812 user: andybradford tags: stash-fixes)
2016-02-20
20:53
Preserve the trailing slash for checkouts so fossil can remove a checkout that no longer exists but is still a directory. ... (check-in: f7a5e10c user: andybradford tags: trunk)
2016-02-17
04:49
Given that both origname and newname are always provided when stashing a file, allow both a rename and an add by changing the PRIMARY KEY for stashfile. This does mean the schema for stashfile has changed and to take advantage it will be necessary to close and open the repository again (or update manually with SQL). ... (check-in: ca574f81 user: andybradford tags: stash-fixes)
2016-02-13
05:00
If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80e user: andybradford tags: stash-fixes)
2016-02-07
04:15
Defer requiring json loading until after it is determined that fossil json works. ... (check-in: 5d700c7d user: andybradford tags: trunk)
2016-02-06
20:35
Normalize the the directory in which the Fossil being tested is found so relative paths also work. ... (check-in: 25f7d3c1 user: andybradford tags: trunk)
2016-01-14
15:35
Use the editor setting in amend test for interactive edits because it has precedence over both VISUAL and EDITOR. ... (check-in: cc265cab user: andybradford tags: trunk)
2015-12-17
03:29
Minor corrections in grammar to Fossil vs Git rewrite. ... (check-in: 0b90da30 user: andybradford tags: trunk)
2015-12-11
15:53
Remove incorrect documentation regarding cloning via SSH. Fossil does not touch passwords when SSH is used for cloning. ... (check-in: 230fdcf6 user: andybradford tags: trunk)
2015-12-03
08:57
Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4 user: andybradford tags: pending-review)
08:36
Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. ... (check-in: 81bdb687 user: andybradford tags: pending-review)
2015-11-30
00:23
Remove extra colon and space in section topics in style guidelines. ... (check-in: 069084af user: andybradford tags: trunk)
2015-11-29
03:51
Fix incorrect form generation for zip pages from redirected anonymous login. This only happens when the zip permission is only allowed after anonymous login is successful. ... (check-in: 167dec48 user: andybradford tags: trunk)
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. ... (Closed-Leaf check-in: 5f32bf71 user: andybradford tags: pending-review)
2015-11-22
05:30
Restore historical behavior of allowing both pull-only and pullonly in autosync setting. ... (check-in: acc0200a user: andybradford tags: trunk)
2015-11-21
17:25
If the proc argument list is an empty list, don't segfault by accessing memory outside the bounds of the array. For example, as used in the footer /artifact/7f36cbf30a82ef3cec30c1917a96415fa7d76eeb?txt=1&ln=3 ... (check-in: 7c3cb470 user: andybradford tags: trunk)
2015-08-12
05:39
Remove unused variable after merge of check-in-edit changes. ... (check-in: d17dc8f2 user: andybradford tags: trunk)
2015-08-11
04:03
Integrate new command amend into trunk. ... (check-in: c73c95cc user: andybradford tags: trunk)
2015-08-07
05:16
Merge in changes from trunk. ... (Closed-Leaf check-in: 5246eac0 user: andybradford tags: check-in-edit)
05:15
Integrate change to disallow passing in a NULL pointer to blob_append. ... (check-in: dd75bc57 user: andybradford tags: trunk)
2015-08-06
05:14
If caller doesn't provide a UUID, leave it out of the message. ... (check-in: fbf3a5dd user: andybradford tags: check-in-edit)
04:52
Add additional tests and helper procedures and isolate some tests more. ... (check-in: 892e523f user: andybradford tags: check-in-edit)
2015-08-05
06:42
Add test for NULL UUID argument handling. ... (check-in: 5c9a0fa7 user: andybradford tags: check-in-edit)
2015-08-02
04:17
Additional tests for the rest of the arguments. ... (check-in: ac3ccc4e user: andybradford tags: check-in-edit)
04:16
If the UUID is not legitimate or cannot be found, return an error. ... (check-in: e4b5c2c2 user: andybradford tags: check-in-edit)
02:44
Avoid using a null pointer resulting in a segfault if caller sends in null. ... (Closed-Leaf check-in: 2d714a4e user: andybradford tags: pending-review)
2015-08-01
06:46
Add some tests for -close and -hide. ... (check-in: b1dd95c7 user: andybradford tags: check-in-edit)
06:40
Make -close and -hide no-ops if the checkin already has those tags. ... (check-in: 1c8fdd25 user: andybradford tags: check-in-edit)
01:47
Add test for newly added code that checks the datetime format is correct. ... (check-in: 3740d83f user: andybradford tags: check-in-edit)
2015-07-31
07:33
Add test for -date option. ... (check-in: f2748b45 user: andybradford tags: check-in-edit)
07:22
Check that the date provided will actually come back out of the database before allowing it in. Also, allow altering a date or user that may be wrong. ... (check-in: 44fda322 user: andybradford tags: check-in-edit)
2015-07-30
06:53
Add comment header to test file. ... (check-in: 161f4348 user: andybradford tags: check-in-edit)
06:49
Begin adding tests for new amend command. ... (check-in: ae7b579d user: andybradford tags: check-in-edit)
2015-07-29
03:26
Merge in released version of SQLite from trunk. ... (check-in: 4c4a9549 user: andybradford tags: check-in-edit)
03:23
Minor grammar correction in comment, no functional change. ... (check-in: f8b0a3e8 user: andybradford tags: check-in-edit)
2015-07-25
17:02
Merge in latest changes from trunk. ... (check-in: ee463a39 user: andybradford tags: check-in-edit)
17:01
Add support for comment file via -M so the prompt message is not confusing when it mentions the use of -M. ... (check-in: 37aeb1c4 user: andybradford tags: check-in-edit)
2015-07-24
05:22
Allow for an arbitrary number of tags to be added or removed when amending a checkin. ... (check-in: cd31ab5a user: andybradford tags: check-in-edit)
2015-07-22
05:30
Allow editing a comment that may be empty. ... (check-in: 5c5d33a9 user: andybradford tags: check-in-edit)
2015-07-21
06:17
Prepend # to color specified if it looks like a hexadecimal color and does not already have #. ... (check-in: 7d2ee2c7 user: andybradford tags: check-in-edit)
05:43
Fix typo that caused wrong tag to be canceled for bgcolor. ... (check-in: 9a677b7b user: andybradford tags: check-in-edit)
2015-07-20
04:24
Rename option to --author to amend user information per suggestions on ML. ... (check-in: 01cea049 user: andybradford tags: check-in-edit)
2015-07-18
14:57
Now enable the -m short option. ... (check-in: 3b842cbd user: andybradford tags: check-in-edit)
14:54
Add -m short option to the documentation for the new comment as it matches the commit short option. ... (check-in: e04bea6a user: andybradford tags: check-in-edit)
02:29
Add --edit-commit to edit commit message in EDITOR. This option has precedence over --commit. ... (check-in: fbf7b54e user: andybradford tags: check-in-edit)
2015-07-17
02:44
Provide additional usage feedback when wrong arguments are supplied per suggestion on ML. Also provide minimal output showing amended checkin. ... (check-in: 0cbdf058 user: andybradford tags: check-in-edit)
2015-07-16
05:03
Merge in updates from trunk. ... (check-in: 870c2088 user: andybradford tags: check-in-edit)
2015-07-07
03:26
Rename subcommand to amend and clarify the usage in help output. ... (check-in: 7df56d1c user: andybradford tags: check-in-edit)
2015-07-04
07:17
Add new command to edit a check-in from the command line similar to editing a check-in from the web UI. ... (check-in: b9e0d72e user: andybradford tags: check-in-edit)
2015-06-25
01:45
Minor spelling corrections to comment. ... (check-in: c048aac0 user: andybradford tags: trunk)
2015-05-15
14:43
Update change log with detail about fork warning on sync. ... (check-in: 209da9bc user: andybradford tags: trunk)
2015-04-30
04:47
Minor correction to comment, no functional changes. ... (check-in: 281c67c4 user: andybradford tags: trunk)
04:38
Use fossil_strdup() consistent with the rest of the code. ... (check-in: ff192614 user: andybradford tags: andygoth-versioned-open)
2015-04-27
23:54
Only check for forks if content was received. ... (check-in: 440ed5da user: andybradford tags: trunk)
14:39
Minor spelling correction. ... (check-in: 76cd08ba user: andybradford tags: sync-forkwarn)
2015-04-23
00:35
Only check leaves for forks on multi-child nodes. This prevents warnings from being extra verbose when a commit is made on any of the forks. ... (Closed-Leaf check-in: 64b221aa user: andybradford tags: sync-forkwarn)
2015-04-22
16:32
Style consistency change only. ... (check-in: e1f614f3 user: andybradford tags: sync-forkwarn)
05:21
Only check for forks in newly received content after all round-trips of sync have completed. ... (check-in: b9728c4a user: andybradford tags: sync-forkwarn)