Differences From:
File
src/main.c
part of check-in
[d63f87c003]
- Fix a C89 violation in main.c.
by
drh on
2009-03-22 13:44:43.
[view]
To:
File
src/main.c
part of check-in
[9a23c348b1]
- Infrastructure in place on the client side to encrypt sync traffic. This is
mostly untested so far because we do not yet have a server that understands
encrypted traffic.
by
drh on
2009-03-27 14:32:33.
[view]
@@ -63,8 +63,9 @@
int minPrefix; /* Number of digits needed for a distinct UUID */
int fSqlTrace; /* True if -sqltrace flag is present */
int fSqlPrint; /* True if -sqlprint flag is present */
int fHttpTrace; /* Trace outbound HTTP requests */
+ int fHttpSecure; /* Encrypt sync traffic */
int fNoSync; /* Do not do an autosync even. --nosync */
char *zPath; /* Name of webpage being served */
char *zExtra; /* Extra path information past the webpage name */
char *zBaseURL; /* Full text of the URL being served */