Differences From Artifact [384fb62018]:
- File src/configure.c — part of check-in [6d6740dcca] at 2013-02-21 03:51:10 on branch trunk — Improved handling for remote repository passwords: When prompting for the password, also ask the user whether or not to remember the password, as browsers typically do for their password cache. (user: drh size: 32192)
To Artifact [65a63db881]:
- File src/configure.c — part of check-in [75e483899e] at 2013-02-21 08:15:41 on branch trunk — unused variables (user: jan.nijtmans size: 32171) [more...]
| ︙ | |||
877 878 879 880 881 882 883 | 877 878 879 880 881 882 883 884 885 886 887 888 889 890 | - |
}else
if( strncmp(zMethod, "pull", n)==0
|| strncmp(zMethod, "push", n)==0
|| strncmp(zMethod, "sync", n)==0
){
int mask;
const char *zServer = 0;
|
| ︙ |