Differences From Artifact [936fc223a3]:
- File src/main.c — part of check-in [d8ceb4ad47] at 2008-11-10 01:13:35 on branch trunk — The "ui" and "server" commands no longer quit if they cannot open TCP port 8080. They keep trying with consecutive ports until they find one that works - up to 100 ports. (user: drh size: 21827)
To Artifact [ce8e26c45d]:
- File src/main.c — part of check-in [9de6abab2a] at 2008-11-15 14:18:09 on branch trunk — Miscellaneous cosmetic changes (user: eric size: 21826)
︙ | |||
429 430 431 432 433 434 435 | 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 | - + | multi_column_list(aCmd, nCmd); } /* ** COMMAND: version ** |
︙ |