Differences From Artifact [dde93e4317]:
- File src/db.c — part of check-in [822133a763] at 2010-04-22 12:44:25 on branch trunk — Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] (user: drh size: 45437)
To Artifact [481ea1fc5f]:
- File src/db.c — part of check-in [c56af61e5e] at 2010-04-22 15:48:25 on branch trunk — Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. (user: drh size: 45439)
| ︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | - - + + |
z = vmprintf(zFormat, ap);
va_end(ap);
if( g.xferPanic ){
cgi_reset_content();
@ error Database\serror:\s%F(z)
cgi_reply();
}
|
| ︙ |