Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user andybradford
2018-03-08
| ||
04:03 | Merge in latest from trunk. Leaf check-in: 0d11ea056b user: andybradford tags: pledge-additions | |
2018-01-22
| ||
03:01 | Merge in recent fixes from trunk. check-in: c0f94f6963 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: 36c76a13da 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: 866f92faa9 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: 4f90d591aa user: andybradford tags: trunk | |
2018-01-15
| ||
21:53 | Remove unnecessary whitespace in fossil_pledge comment inadvertenly added by [8993c332]. check-in: 0e877b0c5b user: andybradford tags: trunk | |
21:48 | Update the comment for fossil_pledge to reflect the new change in [1180676e]. check-in: 8993c3324a 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: 1180676e9b user: andybradford tags: trunk | |
17:35 | End comment with matching #define for new fossil_pledge_impl() routine---no functional change. check-in: cefcc87e08 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: d4c6f3c439 user: andybradford tags: trunk | |
2017-09-07
| ||
05:04 | Improve the debug information available when using Login Groups. check-in: 7f4393dab4 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: ce7baa9798 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: 0a2be0648b 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: 048738b282 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: 1fff403a68 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: 51058ce141 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: 74df777e34 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: afef5fb5fc user: andybradford tags: amend-regress | |
02:27 | Fix minor grammar bug in open check-out required error message. check-in: 55e2487585 user: andybradford tags: trunk | |
2017-02-07
| ||
06:39 | Show commit information after new branch is committed to avoid confusion. Leaf check-in: cbde195a11 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: b09be7ba2f user: andybradford tags: trunk | |
2016-11-30
| ||
04:08 | Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. check-in: 4896c0b731 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: 3eeab4a589 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: 6a5f0c5b55 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: 3dc006c9de user: andybradford tags: trunk | |
05:43 | Minor correction to example comment in Fossil coding introduction. check-in: 22a9fba428 user: andybradford tags: trunk | |
2016-11-06
| ||
16:40 | Correct commit that had mistake in macro definition in [36e7558a11598]. check-in: 427c34feea 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: 36e7558a11 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: a4bb89ba08 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: 1b6635a47f user: andybradford tags: trunk | |
2016-10-16
| ||
01:21 | Merge fixes in this branch to trunk prior to release. check-in: b2d51b1b22 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: b66d5bca70 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: d70f527884 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: 4ede0df9df 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: 75ddc3687a user: andybradford tags: pending-review | |
03:03 | Merge latest updates from trunk. check-in: 4c1971147e user: andybradford tags: stash-fixes | |
2016-10-04
| ||
03:55 | Return an error instead of silently ignoring invalid input. check-in: 274e537bb0 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: 34d0c57043 user: andybradford tags: pending-review | |
04:21 | Use #define constants instead of numbers to improve readability of code. check-in: 68b53604bb user: andybradford tags: trunk | |
02:23 | Minor correction to text in usage help/comment in new --checkin option. check-in: 5aacaba35f 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: 4556962ded 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: a85eb7c6dc user: andybradford tags: trunk | |
2016-09-08
| ||
02:09 | Merge in latest changes from trunk. Closed-Leaf check-in: 1912b2f864 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: a13217b897 user: andybradford tags: stash-fixes | |
20:13 | Merge in trunk and resolve conflict. check-in: 003b6581ef 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: 460b93b53e user: andybradford tags: trunk | |
2016-02-27
| ||
16:38 | Bring in latest developments on trunk. check-in: eda22812d1 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: f7a5e10ce9 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: ca574f818a 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: fea4d80ee7 user: andybradford tags: stash-fixes | |