Fossil

Timeline
Login

Timeline

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

50 events by user andybradford occurring around 2014-02-27 15:40:08.

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)
07:07
Correct altered comment. Sneaky vi and J joining lines without my knowledge! ... (check-in: e38bfdae85 user: andybradford tags: http-auth)
07:03
Don't send Basic Authorization except after prompting user. This is done by detecting 401 Authorization Required. It also allows the HTTP Authorization credentials to be different from the Fossil user which means the integrity of the Fossil password can be maintained if so desired. ... (check-in: c61554976d user: andybradford tags: http-auth)
2014-02-02
01:49
Remove the HTTP Authorization setting if the URL is changed with remote-url. ... (check-in: 456a1edd70 user: andybradford tags: http-auth)
2014-02-01
23:39
Handle --once preference and prevent sending HTTP Authorization when the URL is named on the command line. ... (check-in: 2600f59f2d user: andybradford tags: http-auth)
22:06
Only automatically provide Authorization if the URL is HTTPS. User can express preference to use Authorization over unencrypted HTTP via the --httpauth command line option. ... (check-in: 906cfae444 user: andybradford tags: http-auth)
19:24
Remove malplaced period from the middle of a sentence. ... (check-in: 4c8a3fb2b7 user: andybradford tags: trunk)
05:58
Bring in latest from trunk. ... (check-in: da070fafe2 user: andybradford tags: http-auth)
05:40
This does not need to be globally scoped. ... (check-in: 6315fd8a3d user: andybradford tags: http-auth)
05:02
Detect authorization looping and exit fatally when limit exceeded. ... (check-in: 08d487ed73 user: andybradford tags: http-auth)
04:43
Automatically detect HTTP 401 status and resend with Authorization. ... (check-in: fcaa8ea99a user: andybradford tags: http-auth)
2014-01-30
03:37
Honor the command line option also for remote-url. ... (check-in: 72014480dc user: andybradford tags: http-auth)
2014-01-29
06:45
Make HTTP authorization a command line option. Choice will be stored in database until another URL change happens. This could potentially break those who currently rely on the special # character in the password. ... (check-in: e747041a72 user: andybradford tags: http-auth)
2014-01-09
05:56
Attempts to add files outside the open checkout tree result in fatal error. ... (check-in: f0de41fd5e user: andybradford tags: pending-review)
2013-12-20
06:16
Record recently added features in change log. Minor touch-up to previous logs. ... (check-in: b51ff64e25 user: andybradford tags: trunk)
05:53
Ignore TAG_USER from tagxref if the user has been cancelled so Edited User is not displayed in the Check-in Overview. ... (check-in: 40bea3f546 user: andybradford tags: trunk)