Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a bug in the mime-type decoder for the /doc method. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
fa1c7d598f21ac665bd739bb7fd88df0 |
| User & Date: | drh 2008-09-23 20:53:03.000 |
Context
|
2008-09-27
| ||
| 18:52 | corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old ... (check-in: dab84c22ee user: stephan tags: trunk) | |
|
2008-09-23
| ||
| 20:53 | Fix a bug in the mime-type decoder for the /doc method. ... (check-in: fa1c7d598f user: drh tags: trunk) | |
|
2008-09-21
| ||
| 19:00 | fixed deps problem created by my last checkin. Now builds properly in non-parallel mode ... (check-in: d2ae873e9e user: stephan tags: trunk) | |
Changes
Changes to src/doc.c.
| ︙ | ︙ | |||
95 96 97 98 99 100 101 |
{ "gtar", 4, "application/x-gtar" },
{ "gz", 2, "application/x-gunzip" },
{ "gz", 2, "application/x-gzip" },
{ "hdf", 3, "application/x-hdf" },
{ "hh", 2, "text/plain" },
{ "hqx", 3, "application/mac-binhex40" },
{ "h", 1, "text/plain" },
| | | | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
{ "gtar", 4, "application/x-gtar" },
{ "gz", 2, "application/x-gunzip" },
{ "gz", 2, "application/x-gzip" },
{ "hdf", 3, "application/x-hdf" },
{ "hh", 2, "text/plain" },
{ "hqx", 3, "application/mac-binhex40" },
{ "h", 1, "text/plain" },
{ "htm", 3, "text/html" },
{ "html", 4, "text/html" },
{ "ice", 3, "x-conference/x-cooltalk" },
{ "ief", 3, "image/ief" },
{ "iges", 4, "model/iges" },
{ "igs", 3, "model/iges" },
{ "ips", 3, "application/x-ipscript" },
{ "ipx", 3, "application/x-ipix" },
{ "jad", 3, "text/vnd.sun.j2me.app-descriptor" },
|
| ︙ | ︙ |