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