Differences From Artifact [3a644055f3]:
- File src/sync.c — part of check-in [050cd01943] at 2020-04-13 12:39:17 on branch sync-improvements — If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. (user: drh size: 13409) [more...]
To Artifact [5f18c7a617]:
- File src/sync.c — part of check-in [ef06d8a5ff] at 2020-07-05 19:22:14 on branch trunk — Enhance the "fossil scrub" command to remove information about SSL cert exceptions and http-auth data from past syncs. (user: drh size: 13379)
︙ | |||
372 373 374 375 376 377 378 | 372 373 374 375 376 377 378 379 380 381 382 383 384 385 | - | if( g.argc!=2 && g.argc!=3 ){ usage("?URL|off?"); } if( g.argc==3 ){ db_unset("last-sync-url", 0); db_unset("last-sync-pw", 0); |
︙ |