Overview
Comment: | Filed 1.14 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 1.14 |
Files: | files | file ages | folders |
SHA1: | 8d411f42b1b2bf04ca710e519af7b9e20e1503fb |
User & Date: | rkeene on 2016-02-22 22:09:07 |
Other Links: | manifest | tags |
Context
2016-02-22
| ||
22:11 | Post-release version increment check-in: 5a4a432e88 user: rkeene tags: trunk | |
22:09 | Filed 1.14 check-in: 8d411f42b1 user: rkeene tags: trunk, 1.14 | |
22:08 | Updated ignore for generated file check-in: 62bbe8a973 user: rkeene tags: trunk | |
Changes
Modified filed.c from [877b095562] to [08ee2f445c].
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
*/
#ifndef FILED_DONT_TIMEOUT
#include <stdatomic.h>
#include <stdbool.h>
#endif
/* Compile time constants */
#define FILED_VERSION "1.13"
#define FILED_SENDFILE_MAX 16777215
#define FILED_MAX_FAILURE_COUNT 30
#define FILED_DEFAULT_TYPE "application/octet-stream"
#define FILED_PATH_BUFFER_SIZE 1010
/* Default values */
#define PORT 80
|
| |
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
*/
#ifndef FILED_DONT_TIMEOUT
#include <stdatomic.h>
#include <stdbool.h>
#endif
/* Compile time constants */
#define FILED_VERSION "1.14"
#define FILED_SENDFILE_MAX 16777215
#define FILED_MAX_FAILURE_COUNT 30
#define FILED_DEFAULT_TYPE "application/octet-stream"
#define FILED_PATH_BUFFER_SIZE 1010
/* Default values */
#define PORT 80
|