Differences From Artifact [b9eda7d7c0]:
- File src/configure.c — part of check-in [44b02c3de9] at 2010-07-23 09:37:18 on branch trunk — Fixed various typos and omissions in help sections (user: BMorgat size: 16783) [more...]
To Artifact [41feb659f1]:
- File src/configure.c — part of check-in [1a9fe88b66] at 2010-08-26 11:31:20 on branch trunk — Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. (user: drh size: 16820) [more...]
| ︙ | |||
457 458 459 460 461 462 463 464 465 466 467 468 469 470 | 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 | + |
fossil_fatal("no server specified");
}
zPw = db_get("last-sync-pw", 0);
}
url_parse(zServer);
if( g.urlPasswd==0 && zPw ) g.urlPasswd = mprintf("%s", zPw);
user_select();
url_enable_proxy("via proxy: ");
if( strncmp(zMethod, "push", n)==0 ){
client_sync(0,0,0,0,mask);
}else{
client_sync(0,0,0,mask,0);
}
}else
if( strncmp(zMethod, "reset", n)==0 ){
|
| ︙ |