Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andybradford occurring around 2014-04-11 18:12:09.
2014-05-24
| ||
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) | |
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. ... (Closed-Leaf check-in: 9f2a03bbb8 user: andybradford tags: default-user) | |
14:19 | Enable interface to alter default-user setting. ... (check-in: cd5f3be51e user: andybradford tags: default-user) | |
2014-04-11
| ||
18:12 | Merge in latest fixes. ... (Closed-Leaf check-in: 5460b0cfa2 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: 4b1b56c99c 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: 53072ae878 user: andybradford tags: short-uuid) | |
05:23 | Output information on ambiguous event match. ... (check-in: aa10e75656 user: andybradford tags: short-uuid) | |
04:34 | This function also is no longer needed at this point. ... (check-in: 8b9b44515e 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: ae6f27004b 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: 0066d6c6a9 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: 0e8f0bc317 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: ef27b0059a user: andybradford tags: stash_add) | |
04:08 | Make stash_apply handle new files and put them in an ADDED state. ... (check-in: c2d748ae2c 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: 75406df207 user: andybradford tags: http-auth) | |
2014-03-06
| ||
14:54 | Bring up-to-date with latest features/fixes from trunk. ... (check-in: d6259b7582 user: andybradford tags: http-auth) | |
08:34 | Merge in new annotate/blame whitespace buttons with updates to changelog. ... (check-in: 866251e878 user: andybradford tags: trunk) | |
2014-03-05
| ||
06:24 | Cherry-pick from [f1e99a5a408c]: minor annotate/blame url rendering bug. ... (check-in: 904ab4bbb8 user: andybradford tags: trunk) | |
06:14 | Add button to annotate/blame pages. Also minor bug fix for annotate/blame pages url rendering. ... (check-in: f1e99a5a40 user: andybradford tags: diff-eolws) | |
2014-02-27
| ||
15:40 | Merge in latest fixes/development from trunk. ... (check-in: 1fb468edf7 user: andybradford tags: http-auth) | |
2014-02-14
| ||
07:16 | Merge in updates from trunk. ... (check-in: 99744084fb user: andybradford tags: http-auth) | |
2014-02-11
| ||
03:58 | Only prompt to use Fossil username/password for Basic Authorization if they are available. ... (check-in: 9223f0226c user: andybradford tags: http-auth) | |
2014-02-07
| ||
06:20 | Only skip the login card if the REMOTE_USER authentication setting is enabled. ... (check-in: 3f8ddc28c6 user: andybradford tags: http-auth) | |
2014-02-05
| ||
08:57 | Use the canonical URL as the key for storing the authorization. Reset the authorization information on a redirect. ... (check-in: cf471cbb3f user: andybradford tags: http-auth) | |
06:35 | Simplify code and no longer rely on MAX_REDIRECTS because 20 password prompts are too many. ... (check-in: 9493a9c763 user: andybradford tags: http-auth) | |
2014-02-04
| ||
01:53 | Display the name of the server requesting HTTP Authorization to clarify interaction. ... (check-in: d581ef0057 user: andybradford tags: http-auth) | |
2014-02-03
| ||
08:27 | Use function that will prompt twice for sanity check. ... (check-in: 6289a97e40 user: andybradford tags: http-auth) | |
07:59 | Musn't forget about autosync commands that also need the Basic Authorization. ... (check-in: 06bff8c629 user: andybradford tags: http-auth) | |
07:12 | The stored name of the local option has changed. ... (check-in: bd3830061b user: andybradford tags: http-auth) | |
07:09 | Remove redundant code. ... (check-in: 3afd0289f3 user: andybradford tags: http-auth) | |