Differences From Artifact [9dc534e8f5]:
- File src/json_branch.c — part of check-in [12fb5d04e3] at 2015-01-03 23:54:11 on branch trunk — New design for the /brlist webpage that shows the branches in age order and shows their current status. (user: drh size: 11239)
To Artifact [db1dbae4d7]:
- File src/json_branch.c — part of check-in [c761af63c0] at 2015-01-05 22:39:42 on branch trunk — Fix typo in a new #define. (user: mistachkin size: 11238) [more...]
| ︙ | |||
64 65 66 67 68 69 70 | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + |
*/
static cson_value * json_branch_list(){
cson_value * payV;
cson_object * pay;
cson_value * listV;
cson_array * list;
char const * range = NULL;
|
| ︙ |