Differences From Artifact [0d0f7c0749]:
- File src/json_status.c — part of check-in [d1e4d100ad] at 2013-02-23 10:58:01 on branch trunk — Added /json/status command. (user: stephan size: 5349) [more...]
To Artifact [9e59581397]:
- File src/json_status.c — part of check-in [1b61defd58] at 2013-03-04 10:25:34 on branch fix-test-move-repository — Proposed fix for ticket: test-move-repository requires access to original repository (user: jan.nijtmans size: 5350)
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | /*cson_object * files;*/ int vid, nErr = 0; cson_object * tmpO; char * zTmp; i64 iMtime; cson_array * aFiles; |
| ︙ |