Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/db.c version b09a2a6296
|
2015-01-30
| ||
| 01:07 | Add the -D__EXTENSIONS__ compile-time option on Solaris, so that it can find its IPv6 headers. check-in: 5b9168501c user: drh tags: trunk | |
|
2015-01-29
| ||
| 09:14 | Changelog additions, and a single "const" addition check-in: 9586ac14b8 user: jan.nijtmans tags: trunk | |
| 01:48 | Fix the /doc page so that it returns status 200 (not 404) after appending "index.html" to the end of a page name. check-in: 8b4b4247dc user: drh tags: trunk | |
| 01:25 | Fix harmless compiler warnings. check-in: ef108998c4 user: drh tags: trunk | |
| 01:23 | If a /doc filename ends with "/", then try appending "index.html", "index.wiki", and "index.md" in that order. If none are found, then a 404 error will be generated. Try to find a file named 404.md in the root directory for the text of the 404, or generate a default 404 if no 404.md file is found. check-in: bdfbbddc8f user: drh tags: trunk | |
| 00:44 | Fix another instance of index.wiki to index.html. check-in: 2c1677aa17 user: drh tags: trunk | |
| 00:38 | For embedded documentation that ends in / go back to appending index.html instead of index.wiki. check-in: 2ddb0e5a23 user: drh tags: trunk | |
|
2015-01-28
| ||
| 22:31 | Change index-page so it's a project setting and not a skin. check-in: cab404b2f4 user: dg tags: dg-skin-reset | |
| 22:24 | Create new branch named "dg-skin-reset" check-in: a1dd3c2103 user: dg tags: dg-skin-reset | |
| 15:11 | Add an experimental /search page for embedded documentation. Need to enhance with (1) wiki search, (2) ticket search, (3) configuration options, and (4) CSS, and maybe other things as well. But it is a start. check-in: 046d7430bf user: drh tags: trunk | |
| 12:11 | Update referenced openSSL version (1.0.2) check-in: 16a4f60b24 user: jan.nijtmans tags: trunk | |
| 11:17 | Merge trunk check-in: 4aa351bba8 user: baruch tags: svn-import | |
| 09:24 | Minor compiler warning in shell.c (already fixed in SQLite). "char const" -> "const char" for consistancy. check-in: 5330d107b2 user: jan.nijtmans tags: trunk | |