Differences From Artifact [0685c584ab]:
- File src/zip.c — part of check-in [8f00221682] at 2012-08-08 12:41:50 on branch trunk — If no uuid= query parameter is used for the /tarball or /zip URIs, then use the latest checkin (aka "tip"). Ticket [300fc543b24250e256867]. (user: drh size: 11960)
To Artifact [a8c940f165]:
- File src/zip.c — part of check-in [eb0933ca55] at 2012-08-08 13:22:21 on branch trunk — When using /zip or /tarball without a UUID, use "trunk" instead of "tip" as the default. Ticket [300fc543b24250e256] (user: drh size: 11962) [more...]
︙ | |||
427 428 429 430 431 432 433 | 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 | - + | int nName, nRid; Blob zip; login_check_credentials(); if( !g.perm.Zip ){ login_needed(); return; } zName = mprintf("%s", PD("name","")); nName = strlen(zName); |
︙ |