Overview
Comment: | Post-release version increment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 7099ed9113cbd61d3ed7bbbca860a0cdbd09746e |
User & Date: | rkeene on 2014-10-13 08:12:51 |
Other Links: | manifest | tags |
Context
2014-10-13
| ||
14:59 | Fixed file descriptor leaking introduced in [b4fa45b6aa] and made connection re-use more clean check-in: 679bcc1373 user: rkeene tags: trunk | |
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 | |
Changes
Modified filed.c from [43b2c17e97] to [5391cbc0bc].
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.10" 23 +#define FILED_VERSION "1.11" 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