Overview
| Comment: | Updated to use a fallback mime.types file if specified one is unavailable |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
862bf6f56be0ac799109b61cc9f89146 |
| User & Date: | rkeene on 2014-08-31 18:07:10 |
| Other Links: | manifest | tags |
Context
|
2014-10-13
| ||
| 08:04 | Updated to support HTTP Connection Keep-Alive check-in: b4fa45b6aa user: rkeene tags: trunk | |
|
2014-08-31
| ||
| 18:07 | Updated to use a fallback mime.types file if specified one is unavailable check-in: 862bf6f56b user: rkeene tags: trunk | |
|
2014-07-23
| ||
| 07:53 | Made wording slightly more clear check-in: f74837eecc user: rkeene tags: trunk | |
Changes
Modified Makefile from [a294b2122c] to [8247ae4962].
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - - + + + | all: filed filed: filed.o $(CC) $(CFLAGS) $(LDFLAGS) -o "$@" $^ $(LIBS) filed.o: filed.c filed-mime-types.h |
| ︙ |
Modified generate-mime-types from [64211e4a81] to [bd758d28dd].
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + - - - + + + + + + + + + + + + |
set retval [expr {$retval % $mod}]
return $retval
}
# Read contents of mime types file
catch {
|
| ︙ |
Added mime.types version [099ee45806].
|