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