Check-in [8d411f42b1]
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     66    */
    67     67   #ifndef FILED_DONT_TIMEOUT
    68     68   #include <stdatomic.h>
    69     69   #include <stdbool.h>
    70     70   #endif
    71     71   
    72     72   /* Compile time constants */
    73         -#define FILED_VERSION "1.13"
           73  +#define FILED_VERSION "1.14"
    74     74   #define FILED_SENDFILE_MAX 16777215
    75     75   #define FILED_MAX_FAILURE_COUNT 30
    76     76   #define FILED_DEFAULT_TYPE "application/octet-stream"
    77     77   #define FILED_PATH_BUFFER_SIZE 1010
    78     78   
    79     79   /* Default values */
    80     80   #define PORT 80