Differences From Artifact [18bdb4e7c0]:
- File src/xfer.c — part of check-in [ad34c07c45] at 2013-11-08 06:01:25 on branch url-password-fixes — Clean up handling of passwords for SSH. Further separate prompting for password from saving of password. (user: andybradford size: 59053) [more...]
To Artifact [641f29114f]:
- File src/xfer.c — part of check-in [0047370ce6] at 2013-11-29 06:10:29 on branch trunk — Rebuild ticket tables when modifications are made using 'fossil config'. (user: joel size: 59076) [more...]
| ︙ | |||
1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 | 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 | + |
** to use up a significant fraction of our time window.
*/
zNow = db_text(0, "SELECT strftime('%%Y-%%m-%%dT%%H:%%M:%%S', 'now')");
@ # timestamp %s(zNow)
free(zNow);
db_end_transaction(0);
configure_rebuild();
}
/*
** COMMAND: test-xfer
**
** This command is used for debugging the server. There is a single
** argument which is the uncompressed content of an "xfer" message
|
| ︙ |