Commit | Line | Data |
---|---|---|
8eb27ac9 FT |
1 | Version 0.6: |
2 | ||
3 | * Made dirplex' 404 handling more flexible. | |
4 | * Added epoll support. | |
5 | ||
e35ec155 FT |
6 | Version 0.5: |
7 | ||
8 | * Bugfixes. | |
9 | * Added directory-local matching to dirplex. | |
10 | ||
dd55bfef FT |
11 | Version 0.4: |
12 | ||
13 | * Added a FastCGI handler. | |
14 | ||
45ea7d40 FT |
15 | Version 0.3: |
16 | ||
17 | * Added SNI support. | |
18 | * Added a filter program for BASIC authentication. | |
19 | * Improved log message handling. | |
20 | * Improved HTTP protocol compliance. | |
21 | ||
28bdf7a4 FT |
22 | Version 0.2: |
23 | ||
24 | * Added an access logger program. | |
25 | * Improved the sendfile program, particularly to support | |
26 | transmission of partial files. | |
27 | ||
5085a1f1 FT |
28 | Version 0.1: |
29 | ||
30 | * Initial release |