Overview
Comment: | Filed 1.10 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 1.10 |
Files: | files | file ages | folders |
SHA1: | dd8a7297f374c879b280a4b0a6a559b79646fbaa |
User & Date: | rkeene on 2014-10-13 08:12:34 |
Other Links: | manifest | tags |
Context
2014-10-13
| ||
08:12 | Post-release version increment check-in: 7099ed9113 user: rkeene tags: trunk | |
08:12 | Filed 1.10 check-in: dd8a7297f3 user: rkeene tags: trunk, 1.10 | |
08:04 | Updated to support HTTP Connection Keep-Alive check-in: b4fa45b6aa user: rkeene tags: trunk | |
Changes
Modified filed.c from [d1e3cfdb7f] to [43b2c17e97].
16 16 #include <fcntl.h> 17 17 #include <stdio.h> 18 18 #include <errno.h> 19 19 #include <time.h> 20 20 #include <pwd.h> 21 21 22 22 /* Compile time constants */ 23 -#define FILED_VERSION "1.9" 23 +#define FILED_VERSION "1.10" 24 24 #define FILED_SENDFILE_MAX 16777215 25 25 #define FILED_MAX_FAILURE_COUNT 30 26 26 #define FILED_DEFAULT_TYPE "application/octet-stream" 27 27 #define FILED_PATH_BUFFER_SIZE 1010 28 28 29 29 /* Default values */ 30 30 #define PORT 80