Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 most recent check-ins by user andybradford
2018-03-08
| ||
04:03 | Merge in latest from trunk. 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. 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. 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 | |
2015-04-17
| ||
00:11 | Merge in new feature from trunk. check-in: eab553c7 user: andybradford tags: sync-forkwarn | |
2015-04-16
| ||
23:46 | Allow fossil_find_nearest_fork to be used on repository that is not open. check-in: 97f97678 user: andybradford tags: trunk | |
2015-04-14
| ||
00:42 | Remove unused code from previous fork warning method. check-in: bc1e943f user: andybradford tags: sync-forkwarn | |
2015-04-13
| ||
03:38 | Use better fork detection mechanism and disable checking during push since it may not have a complete sync and issue warning prematurely. check-in: d0e2f1bd user: andybradford tags: sync-forkwarn | |
03:31 | Bring in needed changes from related branch. check-in: ebce6863 user: andybradford tags: sync-forkwarn | |
2015-04-11
| ||
02:23 | Now don't issue warnings during cloning. check-in: 6e10a4b1 user: andybradford tags: sync-forkwarn | |
01:56 | Pull in latest from trunk. check-in: 4f734aa2 user: andybradford tags: sync-forkwarn | |
01:54 | Enable function to know if sync is clone. check-in: a36ec9f9 user: andybradford tags: sync-forkwarn | |
2015-04-10
| ||
05:31 | Minor correction to comment, no code change. check-in: d397f1cd user: andybradford tags: trunk | |
00:30 | Add warnings to clients which receive content that creates a fork. Defer warnings as much as possible. check-in: 9d453193 user: andybradford tags: sync-forkwarn | |
2015-04-09
| ||
00:51 | Warn the client that pushes content which generates a fork on the server. check-in: 6b410f91 user: andybradford tags: sync-forkwarn | |
2015-04-03
| ||
02:05 | Take extra precaution to not disturb single file server invocations even though they should already be open and not hit this code. check-in: d2f1df36 user: andybradford tags: trunk | |
2015-04-01
| ||
06:26 | Honor --baseurl command line option (as observed by fact that global variables are not null) so relative links work. Closed-Leaf check-in: 7c8eb85c user: andybradford tags: baseurl-fix | |
2015-03-21
| ||
23:34 | Place Newer and Older buttons on circa queries to make browsing easier. check-in: ced021fd user: andybradford tags: trunk | |
2015-03-20
| ||
05:20 | Remove inaccurate statement regarding use of servercode, which is now primarily historical. check-in: e315ec84 user: andybradford tags: trunk | |
2015-03-14
| ||
17:24 | Always include the txt option when adding the ln= parameter because lines on rendered content doesn't work. check-in: 19928566 user: andybradford tags: trunk | |
2015-03-09
| ||
04:42 | Always report full UUID for checkin and branch commands since they actually alter the repository and should report a complete, unambiguous UUID. check-in: 153e17c5 user: andybradford tags: trunk | |
2015-03-06
| ||
08:28 | Need to account for adjacent ranges to avoid bad data from db_column_text. Closed-Leaf check-in: 17b67a9b user: andybradford tags: multi-block-highlight | |
07:53 | Restore the topln functionality. check-in: 5758e5ba user: andybradford tags: multi-block-highlight | |
07:39 | Add ability to highlight more than one block of lines when using the ln= query parameter. check-in: 20c63861 user: andybradford tags: multi-block-highlight | |
04:10 | Fix misplaced </span> so it actually lands on the line that begins the rather than a few lines before it begins. check-in: ee45080d user: andybradford tags: trunk | |
2015-02-24
| ||
06:03 | Add missing background-color to San Francisco Modern skin per http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg19009.html. check-in: b0febccc user: andybradford tags: trunk | |
2015-02-19
| ||
06:18 | Update usage statement to be consistent with changes made in [e05a74f1f471]. check-in: 8006c6dd user: andybradford tags: trunk | |
2015-01-27
| ||
07:39 | For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. Closed-Leaf check-in: 52f08008 user: andybradford tags: pending-review | |
2015-01-17
| ||
20:05 | Backout [b9af13da9d] and instead clarify testing requirements. Also shorten anchor tag and add missing anchor end. check-in: 41ae5d9f user: andybradford tags: trunk | |
19:48 | Correct link to tested ci view. check-in: b9af13da user: andybradford tags: trunk | |
19:42 | Use artifact that pertains to the feature in question. check-in: 70cb98ce user: andybradford tags: trunk | |
19:36 | Add test for Unhide button. check-in: 4032173d user: andybradford tags: trunk | |
18:56 | Send browser to testwindow like the rest of the links. check-in: 81fafe36 user: andybradford tags: trunk | |
2015-01-16
| ||
05:52 | Update change log with some of the obvious bug fixes. check-in: 64d83124 user: andybradford tags: trunk | |
2015-01-10
| ||
02:54 | Abort clone if we don't get the full payload until we have a better way to handle partial clones. check-in: e1893dc6 user: andybradford tags: trunk | |
2015-01-06
| ||
06:46 | Extend verbose option to clone operations as well. Closed-Leaf check-in: 7421f926 user: andybradford tags: pending-review | |
2014-12-20
| ||
19:26 | Handle 301 redirect the same as 302 redirect. check-in: 2678d87d user: andybradford tags: trunk | |
2014-12-12
| ||
16:04 | Reset memory in addr for good measure just to be certain nothing is left over. check-in: 522cf5f6 user: andybradford tags: trunk | |
07:13 | Minor spelling correction. check-in: f627634c user: andybradford tags: trunk | |
06:30 | On 302 redirects, cause addr and socket reinitialize so it has the info for the new location and not the old. This may address a bug reported on the ML by Ashwin Hirschi in which a redirect was causing Fossil to segfault, likely due to redirecting to the same site repeatedly because addr was remaining unchanged. check-in: 6e7cb7f2 user: andybradford tags: trunk | |
2014-12-11
| ||
03:42 | Avoid parsing error in browser for missing end of statement. check-in: ffa6b36d user: andybradford tags: trunk | |
2014-12-02
| ||
05:50 | Try to avoid creating files with names of unrecognized --options by checking for explicit argument count where a file is required. Correct minor typo in error output. check-in: 9f63c8a3 user: andybradford tags: DBP-workflow | |
2014-09-27
| ||
17:08 | Use brackets to further distinguish the mark from the surrounding text not relying too much on CSS. check-in: a6e8e700 user: andybradford tags: inherit-priv-mark-sub | |
05:54 | Add some padding around subscripted inherited privilege markers to improve readability. check-in: 957d0374 user: andybradford tags: inherit-priv-mark-sub | |
2014-08-02
| ||
16:20 | Missed a few more corrections for error messages. check-in: dd5743a8 user: andybradford tags: trunk | |
15:53 | Minor error message correction. check-in: 406b2f32 user: andybradford tags: trunk | |
2014-07-30
| ||
06:47 | Update clone documentation for clone protocol 3 and cfile cards. Closed-Leaf check-in: 9a697867 user: andybradford tags: pending-review | |
2014-07-23
| ||
04:23 | Minor corrections to documentation. check-in: f1b148df user: andybradford tags: trunk | |
2014-07-22
| ||
08:03 | Receive updates from trunk. Closed-Leaf check-in: 5c6891b2 user: andybradford tags: cluster-changes | |
2014-07-19
| ||
18:40 | Add missing period to sentence. check-in: b6959ec2 user: andybradford tags: trunk | |
16:29 | Only allow a checkin against a closed leaf if it is not the same branch. Closed-Leaf check-in: d1b5fd87 user: andybradford tags: pending-review | |
2014-07-07
| ||
04:52 | Bring in latest fixes. check-in: 088e961a user: andybradford tags: cluster-changes | |
2014-06-25
| ||
06:51 | Use query that is similar to other queries in function. check-in: 2145a12c user: andybradford tags: cluster-changes | |
2014-06-24
| ||
06:19 | Don't delete phantom artifacts from unclustered table. Potential fix for missing sync content as reported on ML. check-in: 41b29f38 user: andybradford tags: cluster-changes | |
2014-06-15
| ||
04:58 | Slight clarification of change log. check-in: 53c53624 user: andybradford tags: trunk | |
2014-06-13
| ||
14:49 | Minor code cleanup for autosync attempts to make the code more legible, no change in functionality. check-in: 2f9c2ea5 user: andybradford tags: trunk | |
06:11 | Only sleep if there are more sync attempts to be made. check-in: e1dccc17 user: andybradford tags: trunk | |
03:56 | Add setting to control the number of autosync will be tried before returning an error. Default is historical behavior of one autosync in each direction. check-in: 76bc297e user: andybradford tags: trunk | |
00:38 | Fix minor typos in documentation. check-in: a9819ba2 user: andybradford tags: trunk | |
2014-06-01
| ||
04:17 | Incorporate recent features/fixes. Closed-Leaf check-in: 715a36c8 user: andybradford tags: autosync-tries | |
2014-05-31
| ||
15:34 | Link to the manifest documentation from the core concepts. check-in: 7ff74b20 user: andybradford tags: trunk | |
2014-05-30
| ||
14:54 | Allow multiple autosync attempts also for the branch and update commands. check-in: 87d323d3 user: andybradford tags: autosync-tries | |
03:09 | Introduce the autosync-tries setting to control how many attempts autosync will try if there is a failure. Defaults to 1 which is the current behavior. Disabling autosync is still managed with the autosync setting. check-in: 7653ab63 user: andybradford tags: autosync-tries | |
2014-05-24
| ||
02:23 | Clarify the documentation on shunning happening automatically by default on a "pull" operation. check-in: 03f0317c user: andybradford tags: trunk | |
00:12 | Minor correction to embedded document link to include relative path. check-in: c11f57fa user: andybradford tags: trunk | |
2014-05-23
| ||
05:07 | Correct reference to the shun URL. check-in: b2a8924e user: andybradford tags: trunk | |
2014-05-22
| ||
05:14 | Merge in latest features and fixes. check-in: fbc335d3 user: andybradford tags: autosync-tries | |
04:47 | Make room for extra argument in array. check-in: bae2e579 user: andybradford tags: trunk | |
04:39 | Make fossil open and fossil checkout aware of missing content too. check-in: 941ead2f user: andybradford tags: trunk | |
2014-05-20
| ||
06:03 | Sync operations now commit each round-trip. check-in: 16da1b6d user: andybradford tags: trunk | |
05:47 | Avoid misinterpretation of operator. Closed-Leaf check-in: bfdc3824 user: andybradford tags: per-round-trip-commit | |
05:23 | Process xfer-ticket-script for each round-trip to avoid lost hook invocations (thanks to Jan Nijtmans for catching this). check-in: 28a24c4b user: andybradford tags: per-round-trip-commit | |
2014-05-17
| ||
15:48 | Correct description in comment (no code change). check-in: 9f33dbae user: andybradford tags: autosync-tries | |
2014-05-09
| ||
03:03 | Correction in comment, no change in functionality. check-in: 4cfe13e9 user: andybradford tags: per-round-trip-commit | |
2014-05-08
| ||
05:52 | Abort update or merge operation if there is content missing from files. Add --force-missing option to allow override if desired. check-in: f2adddfe user: andybradford tags: per-round-trip-commit | |
2014-05-07
| ||
04:00 | Make error message less redundant. check-in: d02f144d user: andybradford tags: per-round-trip-commit | |
2014-05-05
| ||
07:26 | Abort the update if autosync fails. check-in: 8478bfe2 user: andybradford tags: per-round-trip-commit | |
04:50 | Restore variable definitions at the top of the block. check-in: 21f6dc95 user: andybradford tags: per-round-trip-commit | |
03:54 | Don't exit fatally during http_exchange, but return an error so partial sync can also be handled on network errors. check-in: 1317331e user: andybradford tags: per-round-trip-commit | |
2014-05-03
| ||
15:01 | Use macro instead of number. check-in: ccc2bb73 user: andybradford tags: per-round-trip-commit | |
05:58 | Commit more frequently during a sync operation to minimize number of times content must be requested when sync failures occur. check-in: c2a69336 user: andybradford tags: per-round-trip-commit | |
2014-04-30
| ||
07:54 | On second thought, make this also work for fossil server as well which has the same problem. Closed-Leaf check-in: 644e78cc user: andybradford tags: pending-review | |
07:11 | Minor cleanup (no change in functionality). check-in: b5e09375 user: andybradford tags: pending-review | |
07:07 | Potential fix to allow fossil ui to be run as root---reopen the database after dropping privileges. check-in: d5432cf6 user: andybradford tags: pending-review | |
2014-04-24
| ||
14:21 | Use sqlite3_sleep() instead with a shorter wait. check-in: 714f3ec3 user: andybradford tags: autosync-tries | |
2014-04-21
| ||
07:43 | If autosync fails, try again to defined maximum with a 1 second sleep between failures. check-in: fae1eca8 user: andybradford tags: autosync-tries | |
2014-04-14
| ||
14:20 | Potential resolution of conflict with [64aa75260f] which causes the default-user setting to be ignored. Attempt to set default user from config if defined. Leaf check-in: 9f2a03bb user: andybradford tags: default-user | |
14:19 | Enable interface to alter default-user setting. check-in: cd5f3be5 user: andybradford tags: default-user | |
2014-04-11
| ||
18:12 | Merge in latest fixes. Closed-Leaf check-in: 5460b0cf user: andybradford tags: short-uuid | |
2014-04-08
| ||
05:52 | Make error message more obvious when short UUID length is less than 4. check-in: 4b1b56c9 user: andybradford tags: short-uuid | |
05:46 | Restore original order in case this was intentional for the reason that tickets are more likely to be found than events. check-in: 53072ae8 user: andybradford tags: short-uuid | |
05:23 | Output information on ambiguous event match. check-in: aa10e756 user: andybradford tags: short-uuid | |
04:34 | This function also is no longer needed at this point. check-in: 8b9b4451 user: andybradford tags: short-uuid | |
04:32 | Use function more specific to detecting collisions to catch events, tickets and other types in blob. check-in: ae6f2700 user: andybradford tags: short-uuid | |
2014-04-06
| ||
04:51 | Show short UUID collisions also for tickets and not just ticket changes. Reported on ML. check-in: 0066d6c6 user: andybradford tags: short-uuid | |
2014-03-15
| ||
21:08 | For SSH URLs don't explicitly kill SSH with SIGINT, but let close kill process. Observed as a "Killed by signal 2." error on FreeBSD. check-in: 0e8f0bc3 user: andybradford tags: trunk | |
2014-03-12
| ||
04:12 | Accidentally removed a newline with vi's shift-j. No change in functionality. Closed-Leaf check-in: ef27b005 user: andybradford tags: stash_add | |
04:08 | Make stash_apply handle new files and put them in an ADDED state. check-in: c2d748ae user: andybradford tags: stash_add | |
2014-03-11
| ||
05:05 | Merge in latest load average enhancement (very nice), and other cleanup. Closed-Leaf check-in: 75406df2 user: andybradford tags: http-auth | |
2014-03-06
| ||
14:54 | Bring up-to-date with latest features/fixes from trunk. check-in: d6259b75 user: andybradford tags: http-auth | |