Timeline
Not logged in

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

13 most recent check-ins related to "url-password-fixes"

2013-11-12
02:41
Merge in fixes for the password embedded in the URL, save password prompting, and new clone --once option. check-in: ff159bfdd7 user: andybradford tags: trunk
2013-11-10
06:04
Merge in latest from trunk. Closed-Leaf check-in: 69a19a7d75 user: andybradford tags: url-password-fixes
06:01
On Win32 isatty/fileno have been deprecated in favor of _isatty/_fileno. check-in: 594bbaea70 user: andybradford tags: url-password-fixes
2013-11-09
02:38
Prefer use of fossil_strcmp that handles NULL better. check-in: e97665e056 user: andybradford tags: url-password-fixes
2013-11-08
15:46
Fix temporary directory separator handling for Cygwin. For testing purposes. (Change taken over from SQLite's "cygDirSep" branch) check-in: 7bba46776c user: jan.nijtmans tags: trunk
07:50
Remove side effect produced when calling with no flags. This permits removal of work around in sync.c. check-in: 912ca19510 user: andybradford tags: url-password-fixes
06:01
Clean up handling of passwords for SSH. Further separate prompting for password from saving of password. check-in: ad34c07c45 user: andybradford tags: url-password-fixes
2013-11-05
09:37
Add --once option to "fossil clone" check-in: c0cdb632ed user: jan.nijtmans tags: url-password-fixes
02:08
Make it so password prompts during commit are also honored. check-in: 1854e090fd user: andybradford tags: url-password-fixes
2013-11-04
15:12
Preserve any URL flags that get added when parsing the original URL. check-in: 23e51b9d9b user: andybradford tags: url-password-fixes
2013-11-02
17:26
Restore URL flags because user_select() causes them to be altered. This allows the save password prompt to appear when required. check-in: 817d795f96 user: andybradford tags: url-password-fixes
16:06
Continue prompting for as many times as the failed login check will allow. check-in: 87d258107c user: andybradford tags: url-password-fixes
11:16
Don't crash if last-sync-pw was never set yet. check-in: a282923061 user: jan.nijtmans tags: url-password-fixes