Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
b0592fe329b4efcb07102447ca5cb328 |
| User & Date: | andygoth 2015-03-22 01:38:42.672 |
Context
|
2015-03-22
| ||
| 18:38 | Update version of OpenSSL mentioned on the build wiki page. check-in: caeb68d98d user: mistachkin tags: trunk | |
| 01:38 | Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report. check-in: b0592fe329 user: andygoth tags: trunk | |
|
2015-03-21
| ||
| 23:34 | Place Newer and Older buttons on circa queries to make browsing easier. check-in: ced021fd57 user: andybradford tags: trunk | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
2276 2277 2278 2279 2280 2281 2282 | ** within an open checkout. ** ** The "ui" command automatically starts a web browser after initializing ** the web server. The "ui" command also binds to 127.0.0.1 and so will ** only process HTTP traffic from the local machine. ** ** The REPOSITORY can be a directory (aka folder) that contains one or | | | | 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 | ** within an open checkout. ** ** The "ui" command automatically starts a web browser after initializing ** the web server. The "ui" command also binds to 127.0.0.1 and so will ** only process HTTP traffic from the local machine. ** ** The REPOSITORY can be a directory (aka folder) that contains one or ** more repositories with names ending in ".fossil". In this case, a ** prefix of the URL pathname is used to search the directory for an ** appropriate repository. To thwart mischief, the pathname in the URL must ** contain only alphanumerics, "_", "/", "-", and ".", and no "-" may ** occur after "/", and every "." must be surrounded on both sides by ** alphanumerics. Any pathname that does not satisfy these constraints ** results in a 404 error. Files in REPOSITORY that match the comma-separated ** list of glob patterns given by --files and that have known suffixes ** such as ".txt" or ".html" or ".jpeg" and do not match the pattern |
| ︙ | ︙ |