Commit | Line | Data |
---|---|---|
114893d1 FT |
1 | Version 0.13: |
2 | ||
7e0235af | 3 | * Partial FreeBSD support. |
5442e318 FT |
4 | * Support upgrading connections to full-duplex, for eg. websockets. |
5 | * More useful dirplex/patplex configuration options. | |
6 | * Improved behavior under overload conditions. | |
7 | * Expanded accesslog's logging capabilities. | |
7e0235af | 8 | * Added httrcall and htpipe. |
5442e318 | 9 | * Quite a slew of random bugfixes and implementation improvements. |
114893d1 | 10 | |
2ecc3684 FT |
11 | Version 0.12: |
12 | ||
13 | * Support chunked request-bodies from clients. | |
14 | * Improved general behavior when handlers are overloaded. | |
15 | * Improved shutdown behavior. | |
16 | * Properly support URL percent-escapes in patplex. | |
17 | * Added psendfile. | |
18 | ||
c6800c09 FT |
19 | Version 0.11: |
20 | ||
21 | * Some useful configuration options for dirplex. | |
22 | * Better default configuration. | |
23 | * Various bug fixes, tunings and other minor improvements. | |
24 | ||
0d7d8025 FT |
25 | Version 0.10: |
26 | ||
27 | * Added options to dirplex and patplex for setting request headers | |
28 | based on matches. | |
29 | * Documentation fixes. | |
30 | ||
c0591301 FT |
31 | Version 0.9: |
32 | ||
33 | * Accumulated minor fixes. | |
0d7d8025 | 34 | |
82e84769 FT |
35 | Version 0.8: |
36 | ||
37 | * Various bug fixes, protocol compliance fixes, tunings, | |
38 | documentation improvements and other minor improvements. | |
39 | ||
504f6bec FT |
40 | Version 0.7: |
41 | ||
42 | * Added some configuration examples. | |
43 | * Made out-of-tree modules buildable; and thus | |
44 | * Made the Python module properly buildable. | |
45 | * Added SSL session resuming. | |
46 | * Fixed htparser memory leak. | |
0d7d8025 | 47 | |
8eb27ac9 FT |
48 | Version 0.6: |
49 | ||
50 | * Made dirplex' 404 handling more flexible. | |
51 | * Added epoll support. | |
910c3d36 | 52 | * Added a program for logging stderr messages. |
0d7d8025 | 53 | |
e35ec155 FT |
54 | Version 0.5: |
55 | ||
56 | * Bugfixes. | |
57 | * Added directory-local matching to dirplex. | |
0d7d8025 | 58 | |
dd55bfef FT |
59 | Version 0.4: |
60 | ||
61 | * Added a FastCGI handler. | |
0d7d8025 | 62 | |
45ea7d40 FT |
63 | Version 0.3: |
64 | ||
65 | * Added SNI support. | |
66 | * Added a filter program for BASIC authentication. | |
67 | * Improved log message handling. | |
68 | * Improved HTTP protocol compliance. | |
0d7d8025 | 69 | |
28bdf7a4 FT |
70 | Version 0.2: |
71 | ||
72 | * Added an access logger program. | |
73 | * Improved the sendfile program, particularly to support | |
74 | transmission of partial files. | |
0d7d8025 | 75 | |
5085a1f1 FT |
76 | Version 0.1: |
77 | ||
78 | * Initial release |