Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andybradford occurring around 2014-05-31 15:34:25.
2014-12-12
| ||
07:13 | Minor spelling correction. ... (check-in: f627634ca8 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: 6e7cb7f27a user: andybradford tags: trunk) | |
2014-12-11
| ||
03:42 | Avoid parsing error in browser for missing end of statement. ... (check-in: ffa6b36d08 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: 9f63c8a3fe 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: a6e8e7004d user: andybradford tags: inherit-priv-mark-sub) | |
17:03 | • Edit [957d037407360332|957d037407]: Move to branch inherit-priv-mark-sub. ... (artifact: 59737a36b9 user: andybradford) | |
05:54 | Add some padding around subscripted inherited privilege markers to improve readability. ... (check-in: 957d037407 user: andybradford tags: inherit-priv-mark-sub) | |
2014-08-02
| ||
16:20 | Missed a few more corrections for error messages. ... (check-in: dd5743a823 user: andybradford tags: trunk) | |
15:53 | Minor error message correction. ... (check-in: 406b2f3201 user: andybradford tags: trunk) | |
2014-07-30
| ||
06:47 | Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a69786702 user: andybradford tags: pending-review) | |
2014-07-23
| ||
04:23 | Minor corrections to documentation. ... (check-in: f1b148df7f user: andybradford tags: trunk) | |
2014-07-22
| ||
08:03 | Receive updates from trunk. ... (Closed-Leaf check-in: 5c6891b2ab user: andybradford tags: cluster-changes) | |
2014-07-19
| ||
18:40 | Add missing period to sentence. ... (check-in: b6959ec2e6 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: d1b5fd8738 user: andybradford tags: pending-review) | |
2014-07-07
| ||
04:52 | Bring in latest fixes. ... (check-in: 088e961a2b user: andybradford tags: cluster-changes) | |
2014-06-25
| ||
06:51 | Use query that is similar to other queries in function. ... (check-in: 2145a12ce9 user: andybradford tags: cluster-changes) | |
06:50 | • Edit [41b29f38fdb4e5ed|41b29f38fd]: Move to branch cluster-changes. ... (artifact: a453615fcf user: andybradford) | |
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: 41b29f38fd user: andybradford tags: cluster-changes) | |
2014-06-15
| ||
04:58 | Slight clarification of change log. ... (check-in: 53c53624b9 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: 2f9c2ea5a5 user: andybradford tags: trunk) | |
06:11 | Only sleep if there are more sync attempts to be made. ... (check-in: e1dccc1772 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: 76bc297e96 user: andybradford tags: trunk) | |
00:38 | Fix minor typos in documentation. ... (check-in: a9819ba267 user: andybradford tags: trunk) | |
2014-06-01
| ||
04:17 | Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8ec user: andybradford tags: autosync-tries) | |
2014-05-31
| ||
15:34 | Link to the manifest documentation from the core concepts. ... (check-in: 7ff74b20d6 user: andybradford tags: trunk) | |
2014-05-30
| ||
14:54 | Allow multiple autosync attempts also for the branch and update commands. ... (check-in: 87d323d307 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: 7653ab6342 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: 03f0317c79 user: andybradford tags: trunk) | |
00:12 | Minor correction to embedded document link to include relative path. ... (check-in: c11f57fa48 user: andybradford tags: trunk) | |
2014-05-23
| ||
05:07 | Correct reference to the shun URL. ... (check-in: b2a8924eb2 user: andybradford tags: trunk) | |
2014-05-22
| ||
05:14 | Merge in latest features and fixes. ... (check-in: fbc335d39f user: andybradford tags: autosync-tries) | |
04:47 | Make room for extra argument in array. ... (check-in: bae2e57901 user: andybradford tags: trunk) | |
04:39 | Make [/help?cmd=open|fossil open] and [/help?cmd=checkout|fossil checkout] aware of missing content too. ... (check-in: 941ead2f9a user: andybradford tags: trunk) | |
2014-05-20
| ||
06:03 | Sync operations now commit each round-trip. ... (check-in: 16da1b6dff user: andybradford tags: trunk) | |
05:47 | Avoid misinterpretation of operator. ... (Closed-Leaf check-in: bfdc38243f 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: 28a24c4ba6 user: andybradford tags: per-round-trip-commit) | |
2014-05-17
| ||
15:48 | Correct description in comment (no code change). ... (check-in: 9f33dbae40 user: andybradford tags: autosync-tries) | |
2014-05-09
| ||
03:03 | Correction in comment, no change in functionality. ... (check-in: 4cfe13e962 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: f2adddfe60 user: andybradford tags: per-round-trip-commit) | |
2014-05-07
| ||
04:00 | Make error message less redundant. ... (check-in: d02f144d70 user: andybradford tags: per-round-trip-commit) | |
2014-05-05
| ||
07:26 | Abort the update if autosync fails. ... (check-in: 8478bfe27e user: andybradford tags: per-round-trip-commit) | |
04:50 | Restore variable definitions at the top of the block. ... (check-in: 21f6dc9571 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: 1317331eed user: andybradford tags: per-round-trip-commit) | |
2014-05-03
| ||
15:01 | Use macro instead of number. ... (check-in: ccc2bb7366 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: c2a69336fd 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: 644e78cc89 user: andybradford tags: pending-review) | |
07:11 | Minor cleanup (no change in functionality). ... (check-in: b5e0937518 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: d5432cf6c3 user: andybradford tags: pending-review) | |
2014-04-24
| ||
14:21 | Use sqlite3_sleep() instead with a shorter wait. ... (check-in: 714f3ec379 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: fae1eca8f6 user: andybradford tags: autosync-tries) | |