Differences From Artifact [d5d59c5f94]:
- File src/unversioned.c — part of check-in [7d12ba544f] at 2017-03-04 14:29:36 on branch trunk — Add the /juvlist webpage that returns a list of all unversioned files as JSON. (user: drh size: 19859) [more...]
To Artifact [af5f3c4e85]:
- File src/unversioned.c — part of check-in [13924ff734] at 2017-03-05 22:28:37 on branch trunk — Update the change log for version 2.1. (user: drh size: 19859) [more...]
| ︙ | |||
563 564 565 566 567 568 569 | 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 | - + |
** Return a complete list of unversioned files as JSON. The JSON
** looks like this:
**
** [{"name":NAME,
** "mtime":MTIME,
** "hash":HASH,
** "size":SIZE,
|
| ︙ |