blob: 80b8ee63775a29732e98654645b6aa73b82c47f3 [file] [log] [blame]
willy tarreau036e1ce2005-12-17 13:46:33 +01001ChangeLog :
2===========
willy tarreau4302f492005-12-18 01:00:37 +01003
Willy Tarreau2eba6aa2010-01-25 23:28:05 +010042010/01/25 : 1.4-dev8
5 - [CLEANUP] Keep in sync "defaults" support between documentation and code
6 - [MEDIUM] http: add support for Proxy-Connection header
7 - [CRITICAL] buffers: buffer_insert_line2 must not change the ->w entry
8 - [MINOR] http: remove a copy-paste typo in transaction cleaning
9 - [BUG] http: trim any excess buffer data when recycling a connection
10
Willy Tarreau6939b552010-01-25 01:54:37 +0100112010/01/25 : 1.4-dev7
12 - [BUG] appsession: possible memory leak in case of out of memory condition
13 - [MINOR] config: don't accept 'appsession' in defaults section
14 - [MINOR] Add function to parse a size in configuration
15 - [MEDIUM] Add stick table (persistence) management functions and types
16 - [MEDIUM] Add pattern fetch management types and functions
17 - [MEDIUM] Add src dst and dport pattern fetches.
18 - [MEDIUM] Add stick table configuration and init.
19 - [MEDIUM] Add stick and store rules analysers.
20 - [MINOR] add option "mysql-check" to use MySQL health checks
21 - [BUG] health checks: fix requeued message
22 - [OPTIM] remove SSP_O_VIA and SSP_O_STATUS
23 - [BUG] checks: fix newline termination
24 - [MINOR] acl: add fe_id/so_id to match frontend's and socket's id
25 - [BUG] appsession's sessid must be reset at end of transaction
26 - [BUILD] appsession did not build anymore under gcc-2.95
27 - [BUG] server redirection used an uninitialized string.
28 - [MEDIUM] http: fix handling of message pointers
29 - [MINOR] http: fix double slash prefix with server redirect
30 - [MINOR] http redirect: add the ability to append a '/' to the URL
31 - [BUG] stream_interface: fix retnclose and remove cond_close
32 - [MINOR] http redirect: don't explicitly state keep-alive on 1.1
33 - [MINOR] http: move appsession 'sessid' from session to http_txn
34 - [OPTIM] reorder http_txn to optimize cache lines placement
35 - [MINOR] http: differentiate waiting for new request and waiting for a complete requst
36 - [MINOR] http: add a separate "http-keep-alive" timeout
37 - [MINOR] config: remove undocumented and buggy 'timeout appsession'
38 - [DOC] fix various too large lines
39 - [DOC] remove several trailing spaces
40 - [DOC] add the doc about stickiness
41 - [BUILD] remove a warning in standard.h on AIX
42 - [BUG] checks: chars are unsigned on AIX, check was always true
43 - [CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv()
44 - [BUG] check: we must not check for error before reading a response
45 - [BUG] buffers: remove remains of wrong obsolete length check
46 - [OPTIM] stream_sock: don't shutdown(write) when the socket is in error
47 - [BUG] http: don't count req errors on client resets or t/o during keep-alive
48 - [MEDIUM] http: don't switch to tunnel mode upon close
49 - [DOC] add documentation about connection header processing
50 - [MINOR] http: add http_remove_header2() to remove a header value.
51 - [MINOR] tools: add a "word_match()" function to match words and ignore spaces
52 - [MAJOR] http: rework request Connection header handling
53 - [MAJOR] http: rework response Connection header handling
54 - [MINOR] add the ability to force kernel socket buffer size.
55 - [BUG] http_server_error() must not purge a previous pending response
56 - [OPTIM] http: don't delay response if next request is incomplete
57 - [MINOR] add the "force-persist" statement to force persistence on down servers
58 - [MINOR] http: logs must report persistent connections to down servers
59 - [BUG] buffer_replace2 must never change the ->w entry
60
Willy Tarreau11f8f542010-01-08 07:49:44 +0100612010/01/08 : 1.4-dev6
62 - [BUILD] warning in stream_interface.h
63 - [BUILD] warning ultoa_r returns char *
64 - [MINOR] hana: only report stats if it is enabled
65 - [MINOR] stats: add "a link" & "a href" for sockets
66 - [MINOR]: stats: add show-legends to report additional informations
67 - [MEDIUM] default-server support
68 - [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list
69 - [MINOR] stats: add href to tracked server
70 - [BUG] stats: show UP/DOWN status also in tracking servers
71 - [DOC] Restore ability to search a keyword at the beginning of a line
72 - [BUG] stats: cookie should be reported under backend not under proxy
73 - [BUG] cfgparser/stats: fix error message
74 - [BUG] http: disable auto-closing during chunk analysis
75 - [BUG] http: fix hopefully last closing issue on data forwarding
76 - [DEBUG] add an http_silent_debug function to debug HTTP states
77 - [MAJOR] http: fix again the forward analysers
78 - [BUG] http_process_res_common() must not skip the forward analyser
79 - [BUG] http: some possible missed close remain in the forward chain
80 - [BUG] http: redirect needed to be updated after recent changes
81 - [BUG] http: don't set no-linger on response in case of forced close
82 - [MEDIUM] http: restore the original behaviour of option httpclose
83 - [TESTS] add a file to test various connection modes
84 - [BUG] http: check options before the connection header
85 - [MAJOR] session: fix the order by which the analysers are run
86 - [MEDIUM] session: also consider request analysers added during response
87 - [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags
88 - [BUG] http: memory leak with captures when using keep-alive
89 - [BUG] http: fix for capture memory leak was incorrect
90 - [MINOR] http redirect: use proper call to return last response
91 - [MEDIUM] http: wait for some flush of the response buffer before a new request
92 - [MEDIUM] session: limit the number of analyser loops
93
Willy Tarreau1f445892010-01-03 23:23:36 +0100942010/01/03 : 1.4-dev5
95 - [MINOR] server tracking: don't care about the tracked server's mode
96 - [MEDIUM] appsession: add "len", "prefix" and "mode" options
97 - [MEDIUM] appsession: add the "request-learn" option
98 - [BUG] Configuration parser bug when escaping characters
99 - [MINOR] CSS & HTML fun
100 - [MINOR] Collect & provide http response codes received from servers
101 - [BUG] Fix silly typo: hspr_other -> hrsp_other
102 - [MINOR] Add "a name" to stats page
103 - [MINOR] add additional "a href"s to stats page
104 - [MINOR] Collect & provide http response codes for frontends, fix backends
105 - [DOC] some small spell fixes and unifications
106 - [MEDIUM] Decrease server health based on http responses / events, version 3
107 - [BUG] format '%d' expects type 'int', but argument 5 has type 'long int'
108 - [BUG] config: fix erroneous check on cookie domain names, again
109 - [BUG] Healthchecks: get a proper error code if connection cannot be completed immediately
110 - [DOC] trivial fix for man page
111 - [MINOR] config: report all supported options for the "bind" keyword
112 - [MINOR] tcp: add support for the defer_accept bind option
113 - [MINOR] unix socket: report the socket path in case of bind error
114 - [CONTRIB] halog: support searching by response time
115 - [DOC] add a reminder about obsolete documents
116 - [DOC] point to 1.4 doc, not 1.3
117 - [DOC] option tcp-smart-connect was missing from index
118 - [MINOR] http: detect connection: close earlier
119 - [CLEANUP] sepoll: clean up the fd_clr/fd_set functions
120 - [OPTIM] move some rarely used fields out of fdtab
121 - [MEDIUM] fd: merge fd_list into fdtab
122 - [MAJOR] buffer: flag BF_DONT_READ to disable reads when not required
123 - [MINOR] http: add new transaction flags for keep-alive and content-length
124 - [MEDIUM] http request: parse connection, content-length and transfer-encoding
125 - [MINOR] http request: update the TX_SRV_CONN_KA flag on rewrite
126 - [MINOR] http request: simplify the test of no-data
127 - [MEDIUM] http request: simplify POST length detection
128 - [MEDIUM] http request: make use of pre-parsed transfer-encoding header
129 - [MAJOR] http: create the analyser which waits for a response
130 - [MINOR] http: pre-set the persistent flags in the transaction
131 - [MEDIUM] http response: check body length and set transaction flags
132 - [MINOR] http response: update the TX_CLI_CONN_KA flag on rewrite
133 - [MINOR] http: remove the last call to stream_int_return
134 - [IMPORT] import ebtree v5.0 into directory ebtree/
135 - [MEDIUM] build: switch ebtree users to use new ebtree version
136 - [CLEANUP] ebtree: remove old unused files
137 - [BUG] definitely fix regparm issues between haproxy core and ebtree
138 - [CLEANUP] ebtree: cast to char * to get rid of gcc warning
139 - [BUILD] missing #ifndef in ebmbtree.h
140 - [BUILD] missing #ifndef in ebsttree.h
141 - [MINOR] tools: add hex2i() function to convert hex char to int
142 - [MINOR] http: create new MSG_BODY sub-states
143 - [BUG] stream_sock: BUF_INFINITE_FORWARD broke splice on 64-bit platforms
144 - [DOC] option is "defer-accept", not "defer_accept"
145 - [MINOR] http: keep pointer to beginning of data
146 - [BUG] x-original-to: name was not set in default instance
147 - [MINOR] http: detect tunnel mode and set it in the session
148 - [BUG] config: fix error message when config file is not found
149 - [BUG] config: fix wrong handling of too large argument count
150 - [BUG] config: disable 'option httplog' on TCP proxies
151 - [BUG] config: fix erroneous check on cookie domain names
152 - [BUG] config: cookie domain was ignored in defaults sections
153 - [MINOR] config: support passing multiple "domain" statements to cookies
154 - [MINOR] ebtree: add functions to lookup non-null terminated strings
155 - [MINOR] config: don't report error on all subsequent files on failure
156 - [BUG] second fix for the printf format warning
157 - [BUG] check_post: limit analysis to the buffer length
158 - [MEDIUM] http: process request body in a specific analyser
159 - [MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post()
160 - [MAJOR] http: completely process the "connection" header
161 - [MINOR] http: only consider chunk encoding with HTTP/1.1
162 - [MAJOR] buffers: automatically compute the maximum buffer length
163 - [MINOR] http: move the http transaction init/cleanup code to proto_http
164 - [MINOR] http: move 1xx handling earlier to eliminate a lot of ifs
165 - [MINOR] http: introduce a new synchronisation state : HTTP_MSG_DONE
166 - [MEDIUM] http: rework chunk-size parser
167 - [MEDIUM] http: add a new transaction flags indicating if we know the transfer length
168 - [MINOR] buffers: add buffer_ignore() to skip some bytes
169 - [BUG] http: offsets are relative to the buffer, not to ->som
170 - [MEDIUM] http: automatically re-aling request buffer
171 - [BUG] http: body parsing must consider the start of message
172 - [MINOR] new function stream_int_cond_close()
173 - [MAJOR] http: implement body parser
174 - [BUG] http: typos on several unlikely() around header insertion
175 - [BUG] stream_sock: wrong max computation on recv
176 - [MEDIUM] http: rework the buffer alignment logic
177 - [BUG] buffers: wrong size calculation for displaced data
178 - [MINOR] stream_sock: prepare for closing when all pending data are sent
179 - [MEDIUM] http: add two more states for the closing period
180 - [MEDIUM] http: properly handle "option forceclose"
181 - [MINOR] stream_sock: add SI_FL_NOLINGER for faster close
182 - [MEDIUM] http: make forceclose use SI_FL_NOLINGER
183 - [MEDIUM] session: set SI_FL_NOLINGER when aborting on write timeouts
184 - [MEDIUM] http: add some SI_FL_NOLINGER around server errors
185 - [MINOR] config: option forceclose is valid in frontends too
186 - [BUILD] halog: insufficient include path in makefile
187 - [MEDIUM] http: make the analyser not rely on msg being initialized anymore
188 - [MEDIUM] http: make the parsers able to wait for a buffer flush
189 - [MAJOR] http: add support for option http-server-close
190 - [BUG] http: ensure we abort data transfer on write error
191 - [BUG] last fix was overzealous and disabled server-close
192 - [BUG] http: fix erroneous trailers size computation
193 - [MINOR] stream_sock: enable MSG_MORE when forwarding finite amount of data
194 - [OPTIM] http: set MSG_MORE on response when a pipelined request is pending
195 - [BUG] http: redirects were broken by chunk changes
196 - [BUG] http: the request URI pointer is relative to the buffer
197 - [OPTIM] http: don't immediately enable reading on request
198 - [MINOR] http: move redirect messages to HTTP/1.1 with a content-length
199 - [BUG] http: take care of errors, timeouts and aborts during the data phase
200 - [MINOR] http: don't wait for sending requests to the server
201 - [MINOR] http: make the conditional redirect support keep-alive
202 - [BUG] http: fix cookie parser to support spaces and commas in values
203 - [MINOR] config: some options were missing for "redirect"
204 - [MINOR] redirect: add support for unconditional rules
205 - [MINOR] config: centralize proxy struct initialization
206 - [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements
207 - [MEDIUM] config: remove the limitation of 10 config files
208 - [CLEANUP] http: remove a remaining impossible condition
209 - [OPTIM] http: optimize a bit the construct of the forward loops
210
Willy Tarreauc82a9e52009-10-12 06:40:53 +02002112009/10/12 : 1.4-dev4
212 - [DOC] add missing rate_lim and rate_max
213 - [MAJOR] struct chunk rework
214 - [MEDIUM] Health check reporting code rework + health logging, v3
215 - [BUG] check if rise/fall has an argument and it is > 0
216 - [MINOR] health checks logging unification
217 - [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2
218 - [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname.
219 - [DOC] Add information about http://haproxy.1wt.eu/contrib.html
220 - [MINOR] Introduce include/types/counters.h
221 - [CLEANUP] Move counters to dedicated structures
222 - [MINOR] Add "clear counters" to clear statistics counters
223 - [MEDIUM] Collect & provide separate statistics for sockets, v2
224 - [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2
225 - [MINOR] acl: don't report valid acls as potential mistakes
226 - [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim()
227 - [MINOR] Add chunk_htmlencode and chunk_asciiencode
228 - [MINOR] Capture & display more data from health checks, v2
229 - [BUG] task.c: don't assing last_timer to node-less entries
230 - [BUG] http stats: large outputs sometimes got some parts chopped off
231 - [MINOR] backend: export some functions to recount servers
232 - [MINOR] backend: uninline some LB functions
233 - [MINOR] include time.h from freq_ctr.h as is uses "now".
234 - [CLEANUP] backend: move LB algos to individual files
235 - [MINOR] lb_map: reorder code in order to ease integration of new hash functions
236 - [CLEANUP] proxy: move last lb-specific bits to their respective files
237 - [MINOR] backend: separate declarations of LB algos from their lookup method
238 - [MINOR] backend: reorganize the LB algorithm selection
239 - [MEDIUM] backend: introduce the "static-rr" LB algorithm
240 - [MINOR] report list of supported pollers with -vv
241 - [DOC] log-health-checks is an option, not a directive
242 - [MEDIUM] new option "independant-streams" to stop updating read timeout on writes
243 - [BUG] stats: don't call buffer_shutw(), but ->shutw() instead
244 - [MINOR] stats: strip CR and LF from the input command line
245 - [BUG] don't refresh timeouts late after detected activity
246 - [MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk()
247 - [MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk()
248 - [MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk
249 - [MEDIUM] stats: don't use s->ana_state anymore
250 - [MINOR] remove now obsolete ana_state from the session struct
251 - [MEDIUM] stats: make HTTP stats use an I/O handler
252 - [MEDIUM] stream_int: adjust WAIT_ROOM handling
253 - [BUG] config: look for ID conflicts in all sockets, not only last ones.
254 - [MINOR] config: reference file and line with any listener/proxy/server declaration
255 - [MINOR] config: report places of duplicate names or IDs
256 - [MINOR] config: add pointer to file name in block/redirect/use_backend/monitor rules
257 - [MINOR] tools: add a new get_next_id() function
258 - [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners
259 - [OPTIM] counters: move some max numbers to the counters struct
260 - [BUG] counters: fix segfault on missing counters for a listener
261 - [MEDIUM] backend: implement consistent hashing variation
262 - [MINOR] acl: add fe_conn, be_conn, queue, avg_queue
263 - [MINOR] stats: use 'clear counters all' to clear all values
264 - [MEDIUM] add access restrictions to the stats socket
265 - [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length
266 - [MINOR] proxy: provide function to retrieve backend/server pointers
267 - [MINOR] add the "initial weight" to the server struct.
268 - [MEDIUM] stats: add the "get weight" command to report a server's weight
269 - [MEDIUM] stats: add the "set weight" command
270 - [BUILD] add a 'make tags' target
271 - [MINOR] stats: add support for numeric IDs in set weight/get weight
272 - [MINOR] stats: use a dedicated state to output static data
273 - [OPTIM] stats: check free space before trying to print
274
Willy Tarreau9f389e02009-09-24 00:12:50 +02002752009/09/24 : 1.4-dev3
276 - [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD
277 - [MEDIUM] Collect & show information about last health check, v3
278 - [MINOR] export the hostname variable so that all the code can access it
279 - [MINOR] stats: add a new node-name setting
280 - [MEDIUM] remove old experimental tcpsplice option
281 - [BUILD] fix build for systems without SOL_TCP
282 - [MEDIUM] move connection establishment from backend to the SI.
283 - [MEDIUM] make the global stats socket part of a frontend
284 - [MEDIUM] session: account per-listener connections
285 - [MINOR] session: switch to established state if no connect function
286 - [MEDIUM] make the unix stats sockets use the generic session handler
287 - [CLEANUP] unix: remove uxst_process_session()
288 - [CLEANUP] move remaining stats sockets code to dumpstats
289 - [MINOR] move the initial task's nice value to the listener
290 - [MINOR] cleanup set_session_backend by using pre-computed analysers
291 - [MINOR] set s->srv_error according to the analysers
292 - [MEDIUM] set rep->analysers from fe and be analysers
293 - [MEDIUM] replace BUFSIZE with buf->size in computations
294 - [MEDIUM] make it possible to change the buffer size in the configuration
295 - [MEDIUM] report error on buffer writes larger than buffer size
296 - [MEDIUM] stream_interface: add and use ->update function to resync
297 - [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead
298 - [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead
299 - [BUG] tarpit did not work anymore
300 - [MINOR] acl: add support for hdr_ip to match IP addresses in headers
301 - [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag
302 - [MINOR] buffers: provide more functions to handle buffer data
303 - [MEDIUM] buffers: provide new buffer_feed*() function
304 - [MINOR] buffers: add peekchar and peekline functions for stream interfaces
305 - [MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface
306 - [BUG] buffer_forward() would not correctly consider data already scheduled
307 - [MINOR] buffers: add buffer_cut_tail() to cut only unsent data
308 - [MEDIUM] stream_interface: make use of buffer_cut_tail() to report errors
309 - [MAJOR] http: add support for HTTP 1xx informational responses
310 - [MINOR] buffers: inline buffer_si_putchar()
311 - [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE
312 - [MAJOR] buffers: fix the BF_EMPTY flag's meaning
313 - [BUG] stream_interface: SI_ST_CLO must have buffers SHUT
314 - [MINOR] stream_sock: don't set SI_FL_WAIT_DATA if BF_SHUTW_NOW is set
315 - [MEDIUM] add support for infinite forwarding
316 - [BUILD] stream_interface: fix conflicting declaration
317 - [BUG] buffers: buffer_forward() must not always clear BF_OUT_EMPTY
318 - [BUG] variable buffer size ignored at initialization time
319 - [MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL
320 - [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds
321 - [MINOR] stream_interface: add SI_FL_DONT_WAKE flag
322 - [MINOR] stream_interface: add iohandler callback
323 - [MINOR] stream_interface: add functions to support running as internal/external tasks
324 - [MEDIUM] session: call iohandler for embedded tasks (applets)
325 - [MINOR] add a ->private member to the stream_interface
326 - [MEDIUM] stats: prepare the connection for closing before dumping
327 - [MEDIUM] stats: replace the stats socket analyser with an SI applet
328
Willy Tarreau68dcd252009-08-09 22:57:09 +02003292009/08/09 : 1.4-dev2
330 - [BUG] task: fix possible crash when some timeouts are not configured
331 - [BUG] log: option tcplog would log to global if no logger was defined
332
Willy Tarreaub03d2982009-07-29 22:38:32 +02003332009/07/29 : 1.4-dev1
334 - [MINOR] acl: add support for matching of RDP cookies
335 - [MEDIUM] add support for RDP cookie load-balancing
336 - [MEDIUM] add support for RDP cookie persistence
337 - [MINOR] add a new CLF log format
338 - [MINOR] startup: don't imply -q with -D
339 - [BUG] ensure that we correctly re-start old process in case of error
340 - [MEDIUM] add support for binding to source port ranges during connect
341 - [MINOR] config: track "no option"/"option" changes
342 - [MINOR] config: support resetting options do default values
343 - [MEDIUM] implement option tcp-smart-accept at the frontend
344 - [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux
345 - [MEDIUM] implement tcp-smart-connect option at the backend
346 - [MEDIUM] add support for TCP MSS adjustment for listeners
347 - [MEDIUM] support setting a server weight to zero
348 - [MINOR] make DEFAULT_MAXCONN user-configurable at build time
349 - [MAJOR] session: don't clear buffer status flags anymore
350 - [MAJOR] session: only check for timeouts when they have just occurred.
351 - [MAJOR] session: simplify buffer error handling
352 - [MEDIUM] config: split parser and checker in two functions
353 - [MEDIUM] config: support loading multiple configuration files
354 - [MEDIUM] stream_sock: don't close prematurely when nolinger is set
355 - [MEDIUM] session: rework buffer analysis to permit permanent analysers
356 - [MEDIUM] splice: set the capability on each stream_interface
357 - [BUG] http: redirect rules were processed too early
358 - [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define
359 - [MEDIUM] http: split request waiter from request processor
360 - [MEDIUM] session: tell analysers what bit they were called for
361 - [MAJOR] http: complete splitting of the remaining stages
362 - [MINOR] report in the proxies the requirements for ACLs
363 - [MINOR] http: rely on proxy->acl_requires to allocate hdr_idx
364 - [MINOR] acl: add HTTP protocol detection (req_proto_http)
365 - [MINOR] prepare callers of session_set_backend to handle errors
366 - [BUG] default ACLs did not properly set the ->requires flag
367 - [MEDIUM] allow a TCP frontend to switch to an HTTP backend
368 - [MINOR] ensure we can jump from swiching rules to http without data
369 - [MINOR] http: take http request timeout from the backend
370 - [MINOR] allow TCP inspection rules to make use of HTTP ACLs
371 - [BUILD] report commit date and not author's date as build date
372 - [MINOR] acl: don't complain anymore when using L7 acls in TCP
373 - [BUG] stream_sock: always shutdown(SHUT_WR) before closing
374 - [BUG] stream_sock: don't stop reading when the poller reports an error
375 - [BUG] config: tcp-request content only accepts "if" or "unless"
376 - [BUG] task: fix possible timer drift after update
377 - [MINOR] apply tcp-smart-connect option for the checks too
378 - [MINOR] stats: better displaying in MSIE
379 - [MINOR] config: improve error reporting in global section
380 - [MINOR] config: improve error reporting in listen sections
381 - [MINOR] config: the "capture" keyword is not allowed in backends
382 - [MINOR] config: improve error reporting when checking configuration
383 - [BUILD] fix a minor build warning on AIX
384 - [BUILD] use "git cmd" instead of "git-cmd"
385 - [CLEANUP] report 2009 not 2008 in the copyright banner.
386 - [MINOR] print usage on the stats sockets upon invalid commands
387 - [MINOR] acl: detect and report potential mistakes in ACLs
388 - [BUILD] fix incorrect printf arg count with tcp_splice
389 - [BUG] fix random pauses on last segment of a series
390 - [BUILD] add support for build under Cygwin
391
Willy Tarreau79158882009-06-09 11:59:08 +02003922009/06/09 : 1.4-dev0
393 - exact copy of 1.3.18
394
Willy Tarreaubeb05ae2009-05-10 20:27:47 +02003952009/05/10 : 1.3.18
396 - [MEDIUM] add support for "balance hdr(name)"
397 - [CLEANUP] give a little bit more information in error message
398 - [MINOR] add X-Original-To: header
399 - [BUG] x-original-to: fix missing initialization to default value
400 - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
401 - [MINOR] improve reporting of misplaced acl/reqxxx rules
402 - [MEDIUM] http: add options to ignore invalid header names
403 - [MEDIUM] http: capture invalid requests/responses even if accepted
404 - [BUILD] add format(printf) to printf-like functions
405 - [MINOR] fix several printf formats and missing arguments
406 - [BUG] stats: total and lbtot are unsigned
407 - [MINOR] fix a few remaining printf-like formats on 64-bit platforms
408 - [CLEANUP] remove unused make option from haproxy.spec
409 - [BUILD] make it possible to pass alternative arch at build time
410 - [MINOR] switch all stat counters to 64-bit
411 - [MEDIUM] ensure we don't recursively call pool_gc2()
412 - [CRITICAL] uninitialized response field can sometimes cause crashes
413 - [BUG] fix wrong pointer arithmetics in HTTP message captures
414 - [MINOR] rhel init script : support the reload operation
415 - [MINOR] add basic signal handling functions
416 - [BUILD] add signal.o to all makefiles
417 - [MEDIUM] call signal_process_queue from run_poll_loop
418 - [MEDIUM] pollers: don't wait if a signal is pending
419 - [MEDIUM] convert all signals to asynchronous signals
420 - [BUG] O(1) pollers should check their FD before closing it
421 - [MINOR] don't close stdio fds twice
422 - [MINOR] add options dontlog-normal and log-separate-errors
423 - [DOC] minor fixes and rearrangements
424 - [BUG] fix parser crash on unconditional tcp content rules
425 - [DOC] rearrange the configuration manual and add a summary
426 - [MINOR] standard: provide a new 'my_strndup' function
427 - [MINOR] implement per-logger log level limitation
428 - [MINOR] compute the max of sessions/s on fe/be/srv
429 - [MINOR] stats: report max sessions/s and limit in CSV export
430 - [MINOR] stats: report max sessions/s and limit in HTML stats
431 - [MINOR] stats/html: use the arial font before helvetica
432
Willy Tarreauf459b422009-03-29 15:26:57 +02004332009/03/29 : 1.3.17
434 - Update specfile to build for v2.6 kernel.
435 - [BUG] reset the stream_interface connect timeout upon connect or error
436 - [BUG] reject unix accepts when connection limit is reached
437 - [MINOR] show sess: report number of calls to each task
438 - [BUG] don't call epoll_ctl() on closed sockets
439 - [BUG] stream_sock: disable I/O on fds reporting an error
440 - [MINOR] sepoll: don't count two events on the same FD.
441 - [MINOR] show sess: report a lot more information about sessions
442 - [BUG] stream_sock: check for shut{r,w} before refreshing some timeouts
443 - [BUG] don't set an expiration date directly from now_ms
444 - [MINOR] implement ulltoh() to write HTML-formatted numbers
445 - [MINOR] stats/html: group digits by 3 to clarify numbers
446 - [BUILD] remove haproxy-small.spec
447 - [BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND
448
Willy Tarreau8019ffa2009-03-22 23:46:12 +01004492009/03/22 : 1.3.16
450 - [BUILD] Fixed Makefile for linking pcre
451 - [CONTRIB] selinux policy for haproxy
452 - [MINOR] show errors: encode backslash as well as non-ascii characters
453 - [MINOR] cfgparse: some cleanups in the consistency checks
454 - [MINOR] cfgparse: set backends to "balance roundrobin" by default
455 - [MINOR] tcp-inspect: permit the use of no-delay inspection
456 - [MEDIUM] reverse internal proxy declaration order to match configuration
457 - [CLEANUP] config: catch and report some possibly wrong rule ordering
458 - [BUG] connect timeout is in the stream interface, not the buffer
459 - [BUG] session: errors were not reported in termination flags in TCP mode
460 - [MINOR] tcp_request: let the caller take care of errors and timeouts
461 - [CLEANUP] http: remove some commented out obsolete code in process_response
462 - [MINOR] update ebtree to version 4.1
463 - [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1
464 - [BUG] sched: don't leave 3 lasts tasks unprocessed when niced tasks are present
465 - [BUG] scheduler: fix improper handling of duplicates __task_queue()
466 - [MINOR] sched: permit a task to stay up between calls
467 - [MINOR] task: keep a task count and clean up task creators
468 - [MINOR] stats: report number of tasks (active and running)
469 - [BUG] server check intervals must not be null
470 - [OPTIM] stream_sock: don't retry to read after a large read
471 - [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates
472 - [MEDIUM] session: don't resync FSMs on non-interesting changes
473 - [BUG] check for global.maxconn before doing accept()
474 - [OPTIM] sepoll: do not re-check whole list upon accepts
475
Willy Tarreau8185ced2009-03-09 22:45:53 +01004762009/03/09 : 1.3.16-rc2
477 - [BUG] stream_sock: write timeout must be updated when forwarding !
478
Willy Tarreauff63b432009-03-09 01:03:42 +01004792009/03/09 : 1.3.16-rc1
480 - appsessions: cleanup DEBUG_HASH and initialize request_counter
481 - [MINOR] acl: add new keyword "connslots"
482 - [MINOR] cfgparse: fix off-by 2 in error message size
483 - [BUILD] fix build with gcc 4.3
484 - [BUILD] fix MANDIR default location to match documentation
485 - [TESTS] add a debug patch to help trigger the stats bug
486 - [BUG] Flush buffers also where there are exactly 0 bytes left
487 - [MINOR] Allow to specify a domain for a cookie
488 - [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)
489 - [MEDIUM] Fix memory freeing at exit
490 - [MEDIUM] Fix memory freeing at exit, part 2
491 - [BUG] Fix listen & more of 2 couples <ip>:<port>
492 - [DOC] remove buggy comment for use_backend
493 - [CRITICAL] fix server state tracking: it was O(n!) instead of O(n)
494 - [MEDIUM] add support for URI hash depth and length limits
495 - [MINOR] permit renaming of x-forwarded-for header
496 - [BUILD] fix Makefile.bsd and Makefile.osx for stream_interface
497 - [BUILD] Haproxy won't compile if DEBUG_FULL is defined
498 - [MEDIUM] upgrade to ebtree v4.0
499 - [DOC] update the README file with new build options
500 - [MEDIUM] reduce risk of event starvation in ev_sepoll
501 - [MEDIUM] detect streaming buffers and tag them as such
502 - [MEDIUM] add support for conditional HTTP redirection
503 - [BUILD] make install should depend on haproxy not "all"
504 - [DEBUG] add a TRACE macro to facilitate runtime data extraction
505 - [BUG] event pollers must not wait if a task exists in the run queue
506 - [BUG] queue management: wake oldest request in queues
507 - [BUG] log: reported queue position was offed-by-one
508 - [BUG] fix the dequeuing logic to ensure that all requests get served
509 - [DOC] documentation for the "retries" parameter was missing.
510 - [MEDIUM] implement a monotonic internal clock
511 - [MEDIUM] further improve monotonic clock by check forward jumps
512 - [OPTIM] add branch prediction hints in list manipulations
513 - [MAJOR] replace ultree with ebtree in wait-queues
514 - [BUG] we could segfault during exit while freeing uri_auths
515 - [BUG] wqueue: perform proper timeout comparisons with wrapping values
516 - [MINOR] introduce now_ms, the current date in milliseconds
517 - [BUG] disable buffer read timeout when reading stats
518 - [MEDIUM] rework the wait queue mechanism
519 - [BUILD] change declaration of base64tab to fix build with Intel C++
520 - [OPTIM] shrink wake_expired_tasks() by using task_wakeup()
521 - [MAJOR] use an ebtree instead of a list for the run queue
522 - [MEDIUM] introduce task->nice and boot access to statistics
523 - [OPTIM] task_queue: assume most consecutive timers are equal
524 - [BUILD] silent a warning in unlikely() with gcc 4.x
525 - [MAJOR] convert all expiration timers from timeval to ticks
526 - [BUG] use_backend would not correctly consider "unless"
527 - [TESTS] added test-acl.cfg to test some ACL combinations
528 - [MEDIUM] add support for configuration keyword registration
529 - [MEDIUM] modularize the global "stats" keyword configuration parser
530 - [MINOR] cfgparse: add support for warnings in external functions
531 - [MEDIUM] modularize the "timeout" keyword configuration parser
532 - [MAJOR] implement tcp request content inspection
533 - [MINOR] acl: add a new parsing function: parse_dotted_ver
534 - [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version
535 - [CLEANUP] remove unused include/types/client.h
536 - [CLEANUP] remove many #include <types/xxx> from C files
537 - [CLEANUP] remove dependency on obsolete INTBITS macro
538 - [DOC] document the new "tcp-request" keyword and associated ACLs
539 - [MINOR] acl: add REQ_CONTENT to the list of default acls
540 - [MEDIUM] acl: permit fetch() functions to set the result themselves
541 - [MEDIUM] acl: get rid of dummy values in always_true/always_false
542 - [MINOR] acl: add the "wait_end" acl verb
543 - [MEDIUM] acl: enforce ACL type checking
544 - [MEDIUM] acl: set types on all currently known ACL verbs
545 - [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings
546 - [CLEANUP] remove 65 useless NULL checks before free
547 - [MEDIUM] memory: update pool_free2() to support NULL pointers
548 - [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns
549 - [MEDIUM] process_srv: rely on buffer flags for client shutdown
550 - [MEDIUM] process_srv: don't rely at all on client state
551 - [MEDIUM] process_cli: don't rely at all on server state
552 - [BUG] fix segfault with url_param + check_post
553 - [BUG] server timeout was not considered in some circumstances
554 - [BUG] client timeout incorrectly rearmed while waiting for server
555 - [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1)
556 - [MAJOR] get rid of SV_STANALYZE (step 2)
557 - [MEDIUM] simplify and centralize request timeout cancellation and request forwarding
558 - [MAJOR] completely separate HTTP and TCP states on the request path
559 - [BUG] fix recently introduced loop when client closes early
560 - [MAJOR] get rid of the SV_STHEADERS state
561 - [MAJOR] better separation of response processing and server state
562 - [MAJOR] clearly separate HTTP response processing from TCP server state
563 - [MEDIUM] remove unused references to {CL|SV}_STSHUT*
564 - [MINOR] term_trace: add better instrumentations to trace the code
565 - [BUG] ev_sepoll: closed file descriptors could persist in the spec list
566 - [BUG] process_response must not enable the read FD
567 - [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue
568 - [BUG] process_response: do not touch srv_state
569 - [BUG] maintain_proxies must not disable backends
570 - [CLEANUP] get rid of BF_SHUT*_PENDING
571 - [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l
572 - [MAJOR] process_session: rely only on buffer flags
573 - [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout
574 - [MEDIUM] centralize buffer timeout checks at the top of process_session
575 - [MINOR] ensure the termination flags are set by process_xxx
576 - [MEDIUM] session: move the analysis bit field to the buffer
577 - [OPTIM] process_cli/process_srv: reduce the number of tests
578 - [BUG] regparm is broken on gcc < 3
579 - [BUILD] fix warning in proto_tcp.c with gcc >= 4
580 - [MEDIUM] merge inspect_exp and txn->exp into request buffer
581 - [BUG] process_cli/process_srv: don't call shutdown when already done
582 - [BUG] process_request: HTTP body analysis must return zero if missing data
583 - [TESTS] test-fsm: 22 regression tests for state machines
584 - [BUG] Fix empty X-Forwarded-For header name when set in defaults section
585 - [BUG] fix harmless but wrong fd insertion sequence
586 - [MEDIUM] make it possible for analysers to follow the whole session
587 - [MAJOR] rework of the server FSM
588 - [OPTIM] remove useless fd_set(read) upon shutdown(write)
589 - [MEDIUM] massive cleanup of process_srv()
590 - [MEDIUM] second level of code cleanup for process_srv_data
591 - [MEDIUM] third cleanup and optimization of process_srv_data()
592 - [MEDIUM] process_srv_data: ensure that we always correctly re-arm timeouts
593 - [MEDIUM] stream_sock_process_data moved to stream_sock.c
594 - [MAJOR] make the client side use stream_sock_process_data()
595 - [MEDIUM] split stream_sock_process_data
596 - [OPTIM] stream_sock_read must check for null-reads more often
597 - [MINOR] only call flow analysers when their read side is connected.
598 - [MEDIUM] reintroduce BF_HIJACK with produce_content
599 - [MINOR] re-arrange buffer flags and rename some of them
600 - [MINOR] do not check for BF_SHUTR when computing write timeout
601 - [OPTIM] ev_sepoll: detect newly created FDs and check them once
602 - [OPTIM] reduce the number of calls to task_wakeup()
603 - [OPTIM] force inlining of large functions with gcc >= 3
604 - [MEDIUM] indicate a reason for a task wakeup
605 - [MINOR] change type of fdtab[]->owner to void*
606 - [MAJOR] make stream sockets aware of the stream interface
607 - [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers
608 - [MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT
609 - [MEDIUM] process_session: make use of the new buffer flags
610 - [CLEANUP] process_session: move debug outputs out of the critical loop
611 - [MEDIUM] move QUEUE and TAR timers to stream interfaces
612 - [OPTIM] add compiler hints in tick_is_expired()
613 - [MINOR] add buffer_check_timeouts() to check what timeouts have fired.
614 - [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts()
615 - [MINOR] add an expiration flag to the stream_sock_interface
616 - [MAJOR] migrate the connection logic to stream interface
617 - [MAJOR] add a connection error state to the stream_interface
618 - [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions
619 - [MEDIUM] continue layering cleanups.
620 - [MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO
621 - [MEDIUM] remove stream_sock_update_data()
622 - [MINOR] maintain a global session list in order to ease debugging
623 - [BUG] shutw must imply close during a connect
624 - [MEDIUM] process shutw during connection attempt
625 - [MEDIUM] make the stream interface control the SHUT{R,W} bits
626 - [MAJOR] complete layer4/7 separation
627 - [CLEANUP] move the session-related functions to session.c
628 - [MINOR] call session->do_log() for logging
629 - [MINOR] replace the ambiguous client_return function by stream_int_return
630 - [MINOR] replace client_retnclose() with stream_int_retnclose()
631 - [MINOR] replace srv_close_with_err() with http_server_error()
632 - [MEDIUM] make the http server error function a pointer in the session
633 - [CLEANUP] session.c: removed some migration left-overs in sess_establish()
634 - [MINOR] stream_sock_data_finish() should not expose fd
635 - [MEDIUM] extract TCP request processing from HTTP
636 - [MEDIUM] extract the HTTP tarpit code from process_request().
637 - [MEDIUM] move the HTTP request body analyser out of process_request().
638 - [MEDIUM] rename process_request to http_process_request
639 - [BUG] fix forgotten server session counter
640 - [MINOR] declare process_session in session.h, not proto_http.h
641 - [MEDIUM] first pass of lifting to proto_uxst.c:uxst_event_accept()
642 - [MINOR] add an analyser code for UNIX stats request
643 - [MINOR] pre-set analyser flags on the listener at registration time
644 - [BUG] do not forward close from cons to prod with analysers
645 - [MEDIUM] ensure that sock->shutw() also closes read for init states
646 - [MINOR] add an analyser state in struct session
647 - [MAJOR] make unix sockets work again with stats
648 - [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session
649 - [MINOR] move the listener reference from fd to session
650 - [MEDIUM] reference the current hijack function in the buffer itself
651 - [MINOR] slightly rebalance stats_dump_{raw,http}
652 - [MINOR] add a new back-reference type : struct bref
653 - [MINOR] add back-references to sessions for later use by a dumper.
654 - [MEDIUM] add support for "show sess" in unix stats socket
655 - [BUG] do not release the connection slot during a retry
656 - [BUG] dynamic connection throttling could return a max of zero conns
657 - [BUG] do not try to pause backends during reload
658 - [BUG] ensure that listeners from disabled proxies are correctly unbound.
659 - [BUG] acl-related keywords are not allowed in defaults sections
660 - [BUG] cookie capture is declared in the frontend but checked on the backend
661 - [BUG] critical errors should be reported even in daemon mode
662 - [MINOR] redirect: add support for the "drop-query" option
663 - [MINOR] redirect: add support for "set-cookie" and "clear-cookie"
664 - [MINOR] redirect: in prefix mode a "/" means not to change the URI
665 - [BUG] do not dequeue requests on a dead server
666 - [BUG] do not dequeue the backend's pending connections on a dead server
667 - [MINOR] stats: indicate if a task is running in "show sess"
668 - [BUG] check timeout must not be changed if timeout.check is not set
669 - [BUG] "option transparent" is for backend, not frontend !
670 - [MINOR] transfer errors were not reported anymore in data phase
671 - [MEDIUM] add a send limit to a buffer
672 - [MEDIUM] don't report buffer timeout when there is I/O activity
673 - [MEDIUM] indicate when we don't care about read timeout
674 - [MINOR] add flags to indicate when a stream interface is waiting for space/data
675 - [MEDIUM] enable inter-stream_interface wakeup calls
676 - [MAJOR] implement autonomous inter-socket forwarding
677 - [MINOR] add the splice_len member to the buffer struct in preparation of splice support
678 - [MEDIUM] stream_sock: factor out the return path in case of no-writes
679 - [MEDIUM] i/o: rework ->to_forward and ->send_max
680 - [OPTIM] stream_sock: do not ask for polling on EAGAIN if we have read
681 - [OPTIM] buffer: replace rlim by max_len
682 - [OPTIM] stream_sock: factor out the buffer full handling out of the loop
683 - [CLEANUP] replace a few occurrences of (flags & X) && !(flags & Y)
684 - [CLEANUP] stream_sock: move the write-nothing condition out of the loop
685 - [MEDIUM] split stream_sock_write() into callback and core functions
686 - [MEDIUM] stream_sock_read: call ->chk_snd whenever there are data pending
687 - [MINOR] stream_sock: fix a few wrong empty calculations
688 - [MEDIUM] stream_sock: try to send pending data on chk_snd()
689 - [MINOR] global.maxpipes: add the ability to reserve file descriptors for pipes
690 - [MEDIUM] splice: add configuration options and set global.maxpipes
691 - [MINOR] introduce structures required to support Linux kernel splicing
692 - [MEDIUM] add definitions for Linux kernel splicing
693 - [MAJOR] complete support for linux 2.6 kernel splicing
694 - [BUG] reserve some pipes for backends with splice enabled
695 - [MEDIUM] splice: add hints to support older buggy kernels
696 - [MEDIUM] introduce pipe pools
697 - [MEDIUM] splice: make use of pipe pools
698 - [STATS] report pipe usage in the statistics
699 - [OPTIM] make global.maxpipes default to global.maxconn/4 when not specified
700 - [BUILD] fix snapshot date extraction with negative timezones
701 - [MEDIUM] move global tuning options to the global structure
702 - [MEDIUM] splice: add the global "nosplice" option
703 - [BUILD] add USE_LINUX_SPLICE to enable LINUX_SPLICE on linux 2.6
704 - [BUG] we must not exit if protocol binding only returns a warning
705 - [MINOR] add support for bind interface name
706 - [BUG] inform the user when root is expected but not set
707 - [MEDIUM] add support for source interface binding
708 - [MEDIUM] add support for source interface binding at the server level
709 - [MEDIUM] implement bind-process to limit service presence by process
710 - [DOC] document maxpipes, nosplice, option splice-{auto,request,response}
711 - [DOC] filled the logging section of the configuration manual
712 - [DOC] document HTTP status codes
713 - [DOC] document a few missing info about errorfile
714 - [BUG] fix random memory corruption using "show sess"
715 - [BUG] fix unix socket processing of interrupted output
716 - [DOC] add diagrams of queuing and future ACL design
717 - [BUILD] proto_http did not build on gcc-2.95
718 - [BUG] the "source" keyword must first clear optional settings
719 - [BUG] global.tune.maxaccept must be limited even in mono-process mode
720 - [MINOR] ensure that http_msg_analyzer updates pointer to invalid char
721 - [MEDIUM] store a complete dump of request and response errors in proxies
722 - [MEDIUM] implement error dump on unix socket with "show errors"
723 - [DOC] document "show errors"
724 - [MINOR] errors dump must use user-visible date, not internal date.
725 - [MINOR] time: add __usec_to_1024th to convert usecs to 1024th of second
726 - [MINOR] add curr_sec_ms and curr_sec_ms_scaled for current second.
727 - [MEDIUM] measure and report session rate on frontend, backends and servers
728 - [BUG] the "connslots" keyword was matched as "connlots"
729 - [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate
730 - [MEDIUM] implement "rate-limit sessions" for the frontend
731 - [BUG] interface binding: length must include the trailing zero
732 - [BUG] typo in timeout error reporting : report *res and not *err
733 - [OPTIM] maintain_proxies: only wake up when the frontend will be ready
734 - [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption
735 - [BUG] switch server-side stream interface to close in case of abort
736 - [CLEANUP] remove last references to term_trace
737 - [OPTIM] freq_ctr: do not rotate the counters when reading
738 - [BUG] disable any analysers for monitoring requests
739 - [BUG] rate-limit in defaults section was ignored
740 - [BUG] task: fix handling of duplicate keys
741 - [OPTIM] task: don't unlink a task from a wait queue when waking it up
742 - [OPTIM] displace tasks in the wait queue only if absolutely needed
743 - [MEDIUM] minor update to the task api: let the scheduler queue itself
744 - [BUG] event_accept() must always wake the task up, even in health mode
745 - [CLEANUP] task: distinguish between clock ticks and timers
746 - [OPTIM] task: reduce the number of calls to task_queue()
747 - [OPTIM] do not re-check req buffer when only response has changed
748 - [CLEANUP] don't enable kernel splicing when socket is closed
749 - [CLEANUP] buffer_flush() was misleading, rename it as buffer_erase
750 - [MINOR] buffers: implement buffer_flush()
751 - [MEDIUM] rearrange forwarding condition to enable splice during analysis
752 - [BUILD] build fixes for Solaris
753 - [BUILD] proto_http did not build on gcc-2.95 (again)
754 - [CONTRIB] halog: fast log parser for haproxy
755 - [CONTRIB] halog: faster fgets() and add support for percentile reporting
756
Willy Tarreau7b4c5ae2008-04-19 21:06:14 +02007572008/04/19 : 1.3.15
758 - [BUILD] Added support for 'make install'
759 - [BUILD] Added 'install-man' make target for installing the man page
760 - [BUILD] Added 'install-bin' make target
761 - [BUILD] Added 'install-doc' make target
762 - [BUILD] Removed "/" after '$(DESTDIR)' in install targets
763 - [BUILD] Changed 'install' target to install the binaries first
764 - [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
765 - [MEDIUM]: Inversion for options
766 - [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup
767 - [BUG]: Restore clearing t->logs.bytes
768 - [MEDIUM]: rework checks handling
769 - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects
770 - [MEDIUM] Implement "track [<backend>/]<server>"
771 - [MINOR] Implement persistent id for proxies and servers
772 - [BUG] Don't increment server connections too much + fix retries
773 - [MEDIUM]: Prevent redispatcher from selecting the same server, version #3
774 - [MAJOR] proto_uxst rework -> SNMP support
775 - [BUG] appsession lookup in URL does not work
776 - [BUG] transparent proxy address was ignored in backend
777 - [BUG] hot reconfiguration failed because of a wrong error check
778 - [DOC] big update to the configuration manual
779 - [DOC] large update to the configuration manual
780 - [DOC] document more options
781 - [BUILD] major rework of the GNU Makefile
782 - [STATS] add support for "show info" on the unix socket
783 - [DOC] document options forwardfor to logasap
784 - [MINOR] add support for the "backlog" parameter
785 - [OPTIM] introduce global parameter "tune.maxaccept"
786 - [MEDIUM] introduce "timeout http-request" in frontends
787 - [MINOR] tarpit timeout is also allowed in backends
788 - [BUG] increment server connections for each connect()
789 - [MEDIUM] add a turn-around state of one second after a connection failure
790 - [BUG] fix typo in redispatched connection
791 - [DOC] document options nolinger to ssl-hello-chk
792 - [DOC] added documentation for "option tcplog" to "use_backend"
793 - [BUG] connect_server: server might not exist when sending error report
794 - [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY)
795 - [MEDIUM] add non-local bind to connect() on Linux
796 - [MINOR] add transparent proxy support for balabit's Tproxy v4
797 - [BUG] use backend's source and not server's source with tproxy
798 - [BUG] fix overlapping server flags
799 - [MEDIUM] fix server health checks source address selection
800 - [BUG] build failed on CONFIG_HAP_LINUX_TPROXY without CONFIG_HAP_CTTPROXY
801 - [DOC] added "server", "source" and "stats" keywords
802 - [DOC] all server parameters have been documented
803 - [DOC] document all req* and rsp* keywords.
804 - [DOC] added documentation about HTTP header manipulations
805 - [BUG] log response byte count, not request
806 - [BUILD] code did not build in full debug mode
807 - [BUG] fix truncated responses with sepoll
808 - [MINOR] use s->frt_addr as the server's address in transparent proxy
809 - [MINOR] fix configuration hint about timeouts
810 - [DOC] minor cleanup of the doc and notice to contributors
811 - [MINOR] report correct section type for unknown keywords.
812 - [BUILD] update MacOS Makefile to build on newer versions
813 - [DOC] fix erroneous "useallbackups" option in the doc
814 - [DOC] applied small fixes from early readers
815 - [MINOR] add configuration support for "redir" server keyword
816 - [MEDIUM] completely implement the server redirection method
817 - [TESTS] add a test case for the server redirection mechanism
818 - [DOC] add a configuration entry for "server ... redir <prefix>"
819 - [BUILD] backend.c and checks.c did not build without tproxy !
820 - Revert "[BUILD] backend.c and checks.c did not build without tproxy !"
821 - [BUILD] backend.c and checks.c did not build without tproxy !
822 - [OPTIM] used unsigned ints for HTTP state and message offsets
823 - [OPTIM] GCC4's builtin_expect() is suboptimal
824 - [BUG] failed conns were sometimes incremented in the frontend!
825 - [BUG] timeout.check was not pre-set to eternity
826 - [TESTS] add test-pollers.cfg to easily report pollers in use
827 - [BUG] do not apply timeout.connect in checks if unset
828 - [BUILD] ensure that makefile understands USE_DLMALLOC=1
829 - [MINOR] silent gcc for a wrong warning
830 - [CLEANUP] update .gitignore to ignore more temporary files
831 - [CLEANUP] report dlmalloc's source path only if explictly specified
832 - [BUG] str2sun could leak a small buffer in case of error during parsing
833 - [BUG] option allbackups was not working anymore in roundrobin mode
834 - [MAJOR] implementation of the "leastconn" load balancing algorithm
835 - [BUILD] ensure that users don't build without setting the target anymore.
836 - [DOC] document the leastconn LB algo
837 - [MEDIUM] fix stats socket limitation to 16 kB
838 - [DOC] fix unescaped space in httpchk example.
839 - [BUG] fix double-decrement of server connections
840 - [TESTS] add a test case for port mapping
841 - [TESTS] add a benchmark for integer hashing
842 - [TESTS] add new methods in ip-hash test file
843 - [MAJOR] implement parameter hashing for POST requests
844
Willy Tarreaue5b77e82007-12-06 01:25:44 +01008452007/12/06 : 1.3.14
846 - New option http_proxy (Alexandre Cassen)
847 - add support for "maxqueue" to limit server queue overload (Elijah Epifanov)
848 - Check for duplicated conflicting proxies (Krzysztof Oledzki)
849 - stats: report server and backend cumulated downtime (Krzysztof Oledzki)
850 - use backends only with use_backend directive (Krzysztof Oledzki)
851 - Handle long lines properly (Krzysztof Oledzki)
852 - Implement and use generic findproxy and relax duplicated proxy check (Krzysztof Oledzki)
853 - continous statistics (Krzysztof Oledzki)
854 - add support for logging via a UNIX socket (Robert Tsai)
855 - fix error checking in strl2ic/strl2uic()
856 - fix calls to localtime()
857 - provide easier-to-use ultoa_* functions
858 - provide easy-to-use limit_r and LIM2A* macros
859 - add a simple test for the status page
860 - move error codes to common/errors.h
861 - silent warning about LIST_* being redefined on OpenBSD
862 - add socket address length to the protocols
863 - group PR_O_BALANCE_* bits into a checkable value
864 - externalize the "balance" option parser to backend.c
865 - introduce the "url_param" balance method
866 - make default_backend work in TCP mode too
867 - disable warning about localtime_r on Solaris
868 - adjust error messages about conflicting proxies
869 - avoid calling some layer7 functions if not needed
870 - simplify error path in event_accept()
871 - add an options field to the listeners
872 - added a new state to listeners
873 - unbind_listener() must use fd_delete() and not close()
874 - add a generic unbind_listener() primitive
875 - add a generic delete_listener() primitive
876 - add a generic unbind_all_listeners() primitive
877 - create proto_tcp and move initialization of proxy listeners
878 - stats: report numerical process ID, proxy ID and server ID
879 - relative_pid was not initialized
880 - missing header names in raw stats output
881 - fix missing parenthesis in check_response_for_cacheability
882 - small optimization on session_process_counters()
883 - merge ebtree version 3.0
884 - make ebtree headers multiple-include compatible
885 - ebtree: include config.h for REGPRM*
886 - differentiate between generic LB params and map-specific ones
887 - add a weight divisor to the struct proxy
888 - implement the Fast Weighted Round Robin (FWRR) algo
889 - include filltab25.c to experiment on FWRR for dynamic weights
890 - merge test-fwrr.cfg to validate dynamic weights
891 - move the load balancing algorithm to be->lbprm.algo
892 - change server check result to a bit field
893 - implement "http-check disable-on-404" for graceful shutdown
894 - secure the calling conditions of ->set_server_status_{up,down}
895 - report disabled servers as "NOLB" when they are still UP
896 - document the "http-check disable-on-404" option
897 - http-check disable-on-404 is not limited to HTTP mode
898 - add a test file for disable-on-404
899 - use distinct bits per load-balancing algorithm type
900 - implement the slowstart parameter for servers
901 - document the server's slowstart parameter
902 - stats: report the server warm up status in a "throttle" column
903 - fix 2 minor issues on AIX
904 - add the "nbsrv" ACL verb
905 - add the "fail" condition to monitor requests
906 - remove a warning from gcc due to htons() in standard.c
907 - fwrr: ensure that we never overflow in placements
908 - store the build options to report with -vv
909 - fix the status return of the init script (R.I. Pienaar)
910 - stats: real time monitoring script for unix socket (Prizee)
911 - document "nbsrv" and "monitor fail"
912 - restrict the set of allowed characters for identifiers
913 - implement a time parsing function
914 - add support for time units in the configuration
915 - add a bit of documentation about timers
916 - introduce separation between contimeout, and tarpit + queue
917 - introduce the "timeout" keyword
918 - grouped all timeouts in one structure
919 - slowstart is in ms, not seconds
920 - slowstart: ensure we don't start with a null weight
921 - report the number of times each server was selected
922 - fix build on AIX due to recent log changes
923 - fix build on Solaris due to recent log changes
924
Willy Tarreaue855f422007-10-18 22:38:22 +02009252007/10/18 : 1.3.13
926 - replace the code under O'Reilly license (Arnaud Cornet)
927 - add a small man page (Arnaud Cornet)
928 - stats: report haproxy's version by default (Krzysztof Oledzki)
929 - stats: count server retries and redispatches (Krzysztof Oledzki)
930 - core: added easy support for Doug Lea's malloc (dlmalloc)
931 - core: fade out memory usage when stopping proxies
932 - core: moved the sockaddr pointer to the fdtab structure
933 - core: add generic protocol support
934 - core: implement client-side support for PF_UNIX sockets
935 - stats: implement the CSV output
936 - stats: add a link to the CSV export HTML page
937 - stats: implement the statistics output on a unix socket
938 - config: introduce the "stats" keyword in global section
939 - build: centralize version and date into one file for each
940 - tests: added a new hash algorithm
941
9422007/10/18 : 1.3.12.3
943 - add the "nolinger" option to disable data lingering (Alexandre Cassen)
944 - fix double-free during clean exit (Krzysztof Oledzki)
945 - prevent the system from sending an RST when closing health-checks
946 (Krzysztof Oledzki)
947 - do not add a cache-control header when on non-cacheable responses
948 (Krzysztof Oledzki)
949 - spread health checks even more (Krzysztof Oledzki)
950 - stats: scope "." must match the backend and not the frontend
951 - fixed call to chroot() during startup
952 - fix wrong timeout computation in event_accept()
953 - remove condition for exit() under fork() failure
954
9552007/09/20 : 1.3.12.2
956 - fix configuration sanity checks for TCP listeners
957 - set the log socket receive window to zero bytes
958 - pre-initialize timeouts to infinity, not zero
959 - fix the SIGHUP message not to alert on server-less proxies
960 - timeouts and retries could be ignored when switching backend
961 - added a file to check that "retries" works.
962 - O'Reilly has clarified its license
963
9642007/09/05 : 1.3.12.1
965 - spec I/O: fix allocations of spec entries for an FD
966 - ensure we never overflow in chunk_printf()
967 - improve behaviour with large number of servers per proxy
968 - add support for "stats refresh <interval>"
969 - stats page: added links for 'refresh' and 'hide down'
970 - fix backend's weight in the stats page.
971 - the "stats" keyword is not allowed in a pure frontend.
972 - provide a test configuration file for stats and checks
973
Willy Tarreaub21152b2007-06-17 23:41:40 +02009742007/06/17 : 1.3.12
975 - fix segfault at exit when using captures
976 - bug: negation in ACL conds was not cleared between terms
977 - errorfile: use a local file to feed error messages
978 - acl: support '-i' to ignore case when matching
979 - acl: smarter integer comparison with operators eq,lt,gt,le,ge
980 - acl: support maching on 'path' component
981 - acl: implement matching on header values
982 - acl: distinguish between request and response headers
983 - acl: permit to return any header when no name specified
984 - acl: provide default ACLs
985 - added the 'use_backend' keyword for full content-switching
986 - acl: specify the direction during fetches
987 - acl: provide the argument length for fetch functions
988 - acl: provide a reference to the expr to fetch()
989 - improve memory freeing upon exit
990 - str2net() must not change the const char *
991 - shut warnings 'is*' macros from ctype.h on solaris
992
Willy Tarreaua3503e02007-06-03 17:27:07 +02009932007/06/03 : 1.3.11.4
994 - do not re-arm read timeout in SHUTR state !
995 - optimize I/O by detecting system starvation
996 - the epoll FD must not be shared between processes
997 - limit the number of events returned by *poll*
998
Willy Tarreau3c6fc072007-05-14 14:40:25 +02009992007/05/14 : 1.3.11.3
1000 - pre-initialize timeouts with tv_eternity during parsing
1001
Willy Tarreaufc273c22007-05-14 03:42:47 +020010022007/05/14 : 1.3.11.2
1003 - fixed broken health-checks since switch to timeval
1004
Willy Tarreau3c5340c2007-05-14 03:18:43 +020010052007/05/14 : 1.3.11.1
1006 - fixed ev_kqueue which was forgotten during the switch to timeval
1007 - allowed null timeouts for past events in select
1008
Willy Tarreau544eb402007-05-14 02:42:33 +020010092007/05/14 : 1.3.11
1010 - fixed ev_sepoll again by rewriting the state machine
1011 - switched all timeouts to timevals instead of milliseconds
1012 - improved memory management using mempools v2.
1013 - several minor optimizations
1014
Willy Tarreau9ca931f2007-05-10 07:51:17 +020010152007/05/09 : 1.3.10.2
1016 - fixed build on OpenBSD (missing types.h)
1017
Willy Tarreau13398d32007-05-09 22:58:28 +020010182007/05/09 : 1.3.10.1
1019 - fixed sepoll transition matrix (two states were missing)
1020
Willy Tarreau61beedf2007-05-09 01:44:58 +020010212007/05/08 : 1.3.10
1022 - several fixes in ev_sepoll
1023 - fixed some expiration dates on some tasks
1024 - fixed a bug in connection establishment detection due to speculative I/O
1025 - fixed rare bug occuring on TCP with early close (reported by Andy Smith)
1026 - implemented URI hashing algorithm (Guillaume Dallaire)
1027 - implemented SMTP health checks (Peter van Dijk)
1028 - replaced the rbtree with ul2tree from old scheduler project
1029 - new framework for generic ACL support
1030 - added the 'acl' and 'block' keywords to the config language
1031 - added several ACL criteria and matches (IP, port, URI, ...)
1032 - cleaned up and better modularization for some time functions
1033 - fixed list macros
1034 - fixed useless memory allocation in str2net()
1035 - store the original destination address in the session
1036
Willy Tarreau6e0433f2007-04-16 01:18:12 +020010372007/04/15 : 1.3.9
1038 - modularized the polling mechanisms and use function pointers instead
1039 of macros at many places
1040 - implemented support for FreeBSD's kqueue() polling mechanism
1041 - fixed a warning on OpenBSD : MIN/MAX redefined
1042 - change socket registration order at startup to accomodate kqueue.
1043 - several makefile cleanups to support old shells
1044 - fix build with limits.h once for all
1045 - ev_epoll: do not rely on fd_sets anymore, use changes stacks instead.
1046 - fdtab now holds the results of polling
1047 - implemented support for speculative I/O processing with epoll()
1048 - remove useless calls to shutdown(SHUT_RD), resulting in small speed boost
1049 - auto-registering of pollers at load time
1050
Willy Tarreau42c76592007-04-03 20:30:13 +020010512007/04/03 : 1.3.8.2
1052 - rewriting either the status line or request line could crash the
1053 process due to a pointer which ought to be reset before parsing.
1054 - rewriting the status line in the response did not work, it caused
1055 a 502 Bad Gateway due to an erroneous state during parsing
1056
Willy Tarreauef6d7612007-04-01 11:06:22 +020010572007/04/01 : 1.3.8.1
1058 - fix reqadd when no option httpclose is used.
1059 - removed now unused fiprm and beprm from proxies
1060 - split logs into two versions : TCP and HTTP
1061 - added some docs about http headers storage and acls
1062 - added a VIM script for syntax color highlighting (Bruno Michel)
1063
Willy Tarreaud661cc02007-03-26 00:24:56 +020010642007/03/25 : 1.3.8
1065 - fixed several bugs which might have caused a crash with bad configs
1066 - several optimizations in header processing
1067 - many progresses towards transaction-based processing
1068 - option forwardfor may be used in frontends
1069 - completed HTTP response processing
1070 - some code refactoring between request and response processing
1071 - new HTTP header manipulation functions
1072 - optimizations on the recv() patch to reduce CPU usage under very
1073 high data rates.
1074 - more user-friendly help about the 'usesrc' keyword (CTTPROXY)
1075 - username/groupname support from Marcus Rueckert
1076 - added the "except" keyword to the "forwardfor" option (Bryan German)
1077 - support for health-checks on other addresses (Fabrice Dulaunoy)
1078 - makefile for MacOS 10.4 / Darwin (Dan Zinngrabe)
1079 - do not insert "Connection: close" in HTTP/1.0 messages
1080
Willy Tarreau9cabf702007-01-26 23:49:01 +010010812007/01/26 : 1.3.7
1082 - fix critical bug introduced with 1.3.6 : an empty request header
1083 may lead to a crash due to missing pointer assignment
1084 - hdr_idx might be left uninitialized in debug mode
1085 - fixed build on FreeBSD due to missing fd_set declaration
1086
Willy Tarreaue7a24382007-01-22 08:57:44 +010010872007/01/22 : 1.3.6.1
1088 - change in the header chaining broke cookies and authentication
1089
Willy Tarreau49e1ee82007-01-22 00:56:46 +010010902007/01/22 : 1.3.6
1091 - stats now support the HEAD method too
1092 - extracted http request from the session
1093 - huge rework of the HTTP parser which is now a 28-state FSM.
1094 - linux-style likely/unlikely macros for optimization hints
1095 - do not create a server socket when there's no server
1096 - imported lots of docs
1097
Willy Tarreau5871f8e2007-01-07 02:47:01 +010010982007/01/07 : 1.3.5
1099 - stats: swap color sets for active and backup servers
1100 - try to guess server check port when unset
1101 - added complete support and doc for TCP Splicing
1102 - replace the wait-queue linked list with an rbtree.
1103 - a few bugfixes and cleanups
1104
Willy Tarreau85270da2007-01-02 00:59:39 +010011052007/01/02 : 1.3.4
1106 - support for cttproxy on the server side to present the client
1107 address to the server.
1108 - added support for SO_REUSEPORT on Linux (needs kernel patch)
1109 - new RFC2616-compliant HTTP request parser with header indexing
1110 - split proxies in frontends, rulesets and backends
1111 - implemented the 'req[i]setbe' to select a backend depending
1112 on the contents
1113 - added the 'default_backend' keyword to select a default BE.
1114 - new stats page featuring FEs and BEs + bytes in both dirs
1115 - improved log format to indicate the backend and the time in ms.
1116 - lots of cleanups
1117
Willy Tarreau9c9fea42006-10-16 00:03:35 +020011182006/10/15 : 1.3.3
1119 - fix broken redispatch option in case the connection has already
1120 been marked "in progress" (ie: nearly always).
1121 - support regparm on x86 to speed up some often called functions
1122 - removed a few useless calls to gettimeofday() in log functions.
1123 - lots of 'const char*' cleanups
1124 - turn every FD_* into functions which are faster on recent CPUs
1125
Willy Tarreau690f9aa2006-09-03 11:23:06 +020011262006/09/03 : 1.3.2
1127 - started the changes towards I/O completion callbacks. stream_sock* have
1128 replaced event_*.
1129 - added the new "reqtarpit" and "reqitarpit" protection features
1130
Willy Tarreau8f2b8552006-07-09 17:11:39 +020011312006/07/09 : 1.3.1 (1.2.15)
1132 - now, haproxy warns about missing timeout during startup to try to
1133 eliminate all those buggy configurations.
1134 - added "Content-Type: text/html" in responses wherever appropriate, as
1135 suggested by Cameron Simpson.
1136 - implemented "option ssl-hello-chk" to use SSLv3 CLIENT HELLO messages to
1137 test server's health
1138 - implemented "monitor-uri" so that haproxy can reply to a specific URI with
1139 an "HTTP/1.0 200 OK" response. This is useful to validate multiple proxies
1140 at once.
1141
Willy Tarreaub9e98b62006-07-03 10:32:46 +020011422006/06/29 : 1.3.0
1143 - exploded the whole file into multiple .c and .h. No functionnal
Willy Tarreau8f2b8552006-07-09 17:11:39 +02001144 difference is expected at all.
1145 - fixed a bug by which neither stats nor error messages could be returned if
1146 'clitimeout' was missing.
Willy Tarreaub9e98b62006-07-03 10:32:46 +02001147
willy tarreau7e6328d2006-05-21 23:26:20 +020011482006/05/21 : 1.2.14
1149 - new HTML status report with the 'stats' keyword.
1150 - added the 'abortonclose' option to better resist traffic surges
1151 - implemented dynamic traffic regulation with the 'minconn' option
1152 - show request time on denied requests
1153 - definitely fixed hot reconf on OpenBSD by the use of SO_REUSEPORT
1154 - now a proxy instance is allowed to run without servers, which is
1155 useful to dedicate one instance to stats
1156 - added lots of error counters
1157 - a missing parenthesis preventd matching of cacheable cookies
1158 - a missing parenthesis in poll_loop() might have caused missed events.
1159
Willy TARREAU4404b7e2006-05-14 10:00:09 +020011602006/05/14 : 1.2.13.1
1161 - an uninitialized field in the struct session could cause a crash when
1162 the session was freed. This has been encountered on Solaris only.
1163 - Solaris and OpenBSD no not support shutdown() on listening socket. Let's
1164 be nice to them by performing a soft stop if pause fails.
1165
willy tarreauc3a2e072006-05-13 18:51:38 +020011662006/05/13 : 1.2.13
1167 - 'maxconn' server parameter to do per-server session limitation
1168 - queueing to support non-blocking session limitation
1169 - fixed removal of cookies for cookie-less servers such as backup servers
1170 - two separate wait queues for expirable and non-expirable tasks provide
1171 better performance with lots of sessions.
1172 - some code cleanups and performance improvements
1173 - made state dumps a bit more verbose
1174 - fixed missing checks for NULL srv in dispatch mode
1175 - load balancing on backup servers was not possible in source hash mode.
1176 - two session flags shared the same bit, but fortunately they were not
1177 compatible.
1178
willy tarreauc0d4bbd2006-04-15 21:47:50 +020011792006/04/15 : 1.2.12
1180 Very few changes preparing for more important changes to support per-server
1181 session limitations and queueing :
1182 - ignore leading empty lines in HTTP requests as suggested by RFC2616.
1183 - added the 'weight' parameter to the servers, limited to 1..256. It applies
1184 to roundrobin and source hash.
1185 - the optional '-s' option could clobber '-st' and '-sf' if compiled in.
1186
willy tarreaue0dd2692006-03-30 16:27:34 +020011872006/03/30 : 1.2.11.1
1188 - under some conditions, it might have been possible that when the
1189 last dead server became available, it would not have been used
1190 till another one would have changed state. Could not be reproduced
1191 at all, however seems possible from the code.
1192
willy tarreaud2058dc2006-03-25 20:35:41 +010011932006/03/25 : 1.2.11
1194 - added the '-db' command-line option to disable backgrounding.
1195 - added the -sf/-st command-line arguments which are used to specify
1196 a list of pids to send a FINISH or TERMINATE signal upon startup.
1197 They will also be asked to release their port if a bind fails.
1198 - reworked the startup mechanism to allow the sending of a signal to a list
1199 of old pids if a socket cannot be bound, with a retry for a limited amount
1200 of time (1 second by default).
1201 - added the ability to enforce limits on memory usage.
1202 - added the 'source' load-balancing algorithm which uses the source IP(v4|v6)
1203 - re-architectured the server round-robin mechanism to ease integration of
1204 other algorithms. It now relies on the number of active and backup servers.
1205 - added a counter for the number of active and backup servers, and report
1206 these numbers upon SIGHUP or state change.
1207
willy tarreaubfad5742006-03-23 14:19:11 +010012082006/03/23 : 1.2.10.1
1209 - while fixing the backup server round-robin "feature", a new bug was
1210 introduced which could miss some backup servers.
1211 - the displayed proxy name was wrong when dumping upon SIGHUP.
1212
willy tarreauaaff30e2006-03-19 21:30:41 +010012132006/03/19 : 1.2.10
1214 - assert.h is needed when DEBUG is defined.
1215 - ENORMOUS long standing bug affecting the epoll polling system :
1216 event_data is a union, not a structure !
1217 - Make fd management more robust and easier to debug. Also some
1218 micro-optimisations.
1219 - Limit the number of consecutive accept() in multi-process mode.
1220 This produces a more evenly distributed load across the processes and
1221 slightly improves performance by reducing bottlenecks.
1222 - Make health-checks be more regular, and faster to retry after a timeout.
1223 - Fixed some messages to ease parsing of alerts.
1224 - provided a patch to enable epoll on RHEL3 kernels.
1225 - Separated OpenBSD build from the main Makefile into a new one.
1226
willy tarreau50be0172006-03-15 19:41:19 +010012272006/03/15 : 1.2.9
1228 - haproxy could not be stopped after being paused, it had to be woken up
1229 first. This has been fixed.
1230 - the 'ulimit-n' parameter is now optional and by default computed from
1231 maxconn + the number of listeners + the number of health-checks.
1232 - it is now possible to specify a maximum number of connections at build
1233 time with the SYSTEM_MAXCONN define. The value set in the configuration
1234 file will then be limited to this value, and only the command-line '-n'
1235 option will be able to bypass it. It will prevent against accidental
1236 high memory usage on small systems.
1237 - RFC2616 expects that any HTTP agent accepts multi-line headers. Earlier
1238 versions did not detect a line beginning with a space as the continuation
1239 of previous header. It is now correct.
1240 - health checks sent to servers configured with identical intervals were
1241 sent in perfect synchronisation because the initial time was the same
1242 for all. This could induce high load peaks when fragile servers were
1243 hosting tens of instances for the same application. Now the load is
1244 spread evenly across the smallest interval amongst a listener.
1245 - a new 'forceclose' option was added to make the proxy close the outgoing
1246 channel to the server once it has sent all its headers and the server
1247 starts responding. This helps some servers which don't close upon the
1248 'Connection: close' header. It implies 'option httpclose'.
1249 - there was a bug in the way the backup servers were handled. They were
1250 erroneously load-balanced while the doc said the opposite. Since
1251 load-balanced backup servers is one of the features some people have
1252 been asking for, the problem was fixed to reflect the documented
1253 behaviour and a new option 'allbackups' was introduced to provide the
1254 feature to those who need it.
1255 - a never ending connect() could lead to a fast select() loop if its
1256 timeout times the number of retransmits exceeded the server read or write
1257 timeout, because the later was used to compute select()'s timeout while
1258 the connection timeout was not reached.
1259 - now we initialize the libc's localtime structures very early so that even
1260 under OOM conditions, we can still send dated error messages without
1261 segfaulting.
1262 - the 'daemon' mode implies 'quiet' and disables 'verbose' because file
1263 descriptors are closed.
1264
willy tarreau065f1c02006-01-29 22:10:07 +010012652006/01/29 : 1.2.8
1266 - fixed a nasty bug affecting poll/epoll which could return unmodified data
1267 from the server to the client, and sometimes lead to memory corruption
1268 crashing the process.
1269 - added the new pause/play mechanism with SIGTTOU/SIGTTIN for hot-reconf.
1270
12712005/12/18 : 1.2.7.1
1272 - the "retries" option was ignored because connect() could not return an
1273 error if the connection failed before the timeout.
1274 - TCP health-checks could not detect a connection refused in poll/epoll
1275 mode.
1276
willy tarreaua56eca72005-12-18 01:34:42 +010012772005/11/13 : 1.2.7
willy tarreau77bc8542005-12-18 01:31:43 +01001278 - building with -DUSE_PCRE should include PCRE headers and not regex.h. At
1279 least on Solaris, this caused the libc's regex primitives to be used instead
1280 of PCRE, which caused trouble on group references. This is now fixed.
willy tarreaud0fb4652005-12-18 01:32:04 +01001281 - delayed the quiet mode during startup so that most of the startup alerts can
1282 be displayed even in quiet mode.
1283 - display an alert when a listener has no address, invalid or no port, or when
1284 there are no enabled listeners upon startup.
willy tarreau4373b962005-12-18 01:32:31 +01001285 - added "static-pcre" to the list of supported regex options in the Makefile.
willy tarreau77bc8542005-12-18 01:31:43 +01001286
willy tarreaub952e1d2005-12-18 01:31:20 +010012872005/10/09 : 1.2.7rc (1.1.33rc)
1288 - second batch of socklen_t changes.
1289 - clean-ups from Cameron Simpson.
1290 - because tv_remain() does not know about eternity, using no timeout can
1291 make select() spin around a null time-out. Bug reported by Cameron Simpson.
1292 - client read timeout was not properly set to eternity initialized after an
1293 accept() if it was not set in the config. It remained undetected so long
1294 because eternity is 0 and newly allocated pages are zeroed by the system.
1295 - do not call get_original_dst() when not in transparent mode.
1296 - implemented a workaround for a bug in certain epoll() implementations on
1297 linux-2.4 kernels (epoll-lt <= 0.21).
1298 - implemented TCP keepalive with new options : tcpka, clitcpka, srvtcpka.
1299
willy tarreauc5f73ed2005-12-18 01:26:38 +010013002005/08/07 : 1.2.6
1301 - clean-up patch from Alexander Lazic fixes build on Debian 3.1 (socklen_t).
1302
13032005/07/06 : 1.2.6-pre5 (1.1.32)
willy tarreau0fe39652005-12-18 01:25:24 +01001304 - added the number of active sessions (proxy/process) in the logs
1305
13062005/07/06 : 1.2.6-pre4 (1.1.32-pre4)
willy tarreaub1285d52005-12-18 01:20:14 +01001307 - the time-out fix introduced in 1.1.25 caused a corner case where it was
1308 possible for a client to keep a connection maintained regardless of the
1309 timeout if the server closed the connection during the HEADER phase,
1310 while the client ignored the close request while doing nothing in the
1311 other direction. This has been fixed now by ensuring that read timeouts
1312 are re-armed when switching to any SHUTW state.
1313
13142005/07/05 : 1.2.6-pre3 (1.1.32-pre3)
1315 - enhanced error reporting in the logs. Now the proxy will precisely detect
1316 various error conditions related to the system and/or process limits, and
1317 generate LOG_EMERG logs indicating that a resource has been exhausted.
1318 - logs will contain two new characters for the error cause : 'R' indicates
1319 a resource exhausted, and 'I' indicates an internal error, though this
1320 one should never happen.
1321 - server connection timeouts can now be reported in the logs (sC), as well
1322 as connections refused because of maxconn limitations (PC).
1323
13242005/07/05 : 1.2.6-pre2 (1.1.32-pre2)
1325 - new global configuration keyword "ulimit-n" may be used to raise the FD
1326 limit to usable values.
1327 - a warning is now displayed on startup if the FD limit is lower than the
1328 configured maximum number of sockets.
1329
13302005/07/05 : 1.2.6-pre1 (1.1.32-pre1)
1331 - new configuration keyword "monitor-net" makes it possible to be monitored
1332 by external devices which connect to the proxy without being logged nor
1333 forwarded to any server. Particularly useful on generic TCPv4 relays.
1334
willy tarreau5dffb602005-12-18 01:15:23 +010013352005/06/21 : 1.2.5.2
1336 - fixed build on PPC where chars are unsigned by default
1337
willy tarreau08dedbe2005-12-18 01:13:48 +010013382005/05/02 : 1.2.5.1
1339 - dirty hack to fix a bug introduced with epoll : if we close an FD and
1340 immediately reassign it to another session through a connect(), the
1341 Prev{Read,Write}Events are not updated, which causes trouble detecting
1342 changes, thus leading to many timeouts at high loads.
1343
willy tarreau64a3cc32005-12-18 01:13:11 +010013442005/04/30 : 1.2.5 (1.1.31)
1345 - changed the runtime argument to disable epoll() to '-de'
1346 - changed the runtime argument to disable poll() to '-dp'
1347 - added global options 'nopoll' and 'noepoll' to do the same at the
1348 configuration level.
1349 - added a 'linux24e' target to the Makefile for Linux 2.4 systems patched to
1350 support epoll().
1351 - changed default FD_SETSIZE to 65536 on Solaris (default=1024)
1352 - conditionned signals redirection to #ifdef DEBUG_MEMORY
1353
willy tarreau1c2ad212005-12-18 01:11:29 +010013542005/04/26 : 1.2.5-pre4
1355 - made epoll() support a compile-time option : ENABLE_EPOLL
1356 - provided a very little libc replacement for a possibly missing epoll()
1357 implementation which can be enabled by -DUSE_MY_EPOLL
1358 - implemented the poll() poller, which can be enabled with -DENABLE_POLL.
1359 The equivalent runtime argument becomes '-P'. A few tests show that it
1360 performs like select() with many fds, but slightly slower (certainly
1361 because of the higher amount of memory involved).
1362 - separated the 3 polling methods and the tasks scheduler into 4 distinct
1363 functions which makes the code a lot more modular.
1364 - moved some event tables to private static declarations inside the poller
1365 functions.
1366 - the poller functions can now initialize themselves, run, and cleanup.
1367 - changed the runtime argument to enable epoll() to '-E'.
1368 - removed buggy epoll_ctl() code in the client_retnclose() function. This
1369 function was never meant to remove anything.
1370 - fixed a typo which caused glibc to yell about a double free on exit.
1371 - removed error checking after epoll_ctl(DEL) because we can never know if
1372 the fd is still active or already closed.
1373 - added a few entries in the makefile
1374
willy tarreauad90a0c2005-12-18 01:09:15 +010013752005/04/25 : 1.2.5-pre3
1376 - experimental epoll() support (use temporary '-e' argument)
1377
13782005/04/24 : 1.2.5-pre2
willy tarreauc1f47532005-12-18 01:08:26 +01001379 - implemented the HTTP 303 code for error redirection. This forces the
1380 browser to fetch the given URI with a GET request. The new keyword for
1381 this is 'errorloc303', and a new 'errorloc302' keyword has been created
1382 to make them easily distinguishable.
1383 - added more controls in the parser for valid use of '\x' sequence.
1384 - few fixes from Alex & Klaus
1385
willy tarreauad90a0c2005-12-18 01:09:15 +010013862005/02/17 : 1.2.5-pre1
willy tarreauc1f47532005-12-18 01:08:26 +01001387 - fixed a few errors in the documentation
1388
13892005/02/13
1390 - do not pre-initialize unused file-descriptors before select() anymore.
1391
willy tarreau12350152005-12-18 01:03:27 +010013922005/01/22 : 1.2.4
1393 - merged Alexander Lazic's and Klaus Wagner's work on application
1394 cookie-based persistence. Since this is the first merge, this version is
1395 not intended for general use and reports are more than welcome. Some
1396 documentation is really needed though.
1397
willy tarreau0174f312005-12-18 01:02:42 +010013982005/01/22 : 1.2.3 (1.1.30)
1399 - add an architecture guide to the documentation
1400 - released without any changes
1401
14022004/12/26 : 1.2.3-pre1 (1.1.30-pre1)
1403 - increased default BUFSIZE to 16 kB to accept max headers of 8 kB which is
1404 compatible with Apache. This limit can be configured in the makefile now.
1405 Thanks to Eric Fehr for the checks.
1406 - added a per-server "source" option which now makes it possible to bind to
1407 a different source for each (potentially identical) server.
1408 - changed cookie-based server selection slightly to allow several servers to
1409 share a same cookie, thus making it possible to associate backup servers to
1410 live servers and ease soft-stop for maintenance periods. (Alexander Lazic)
1411 - added the cookie 'prefix' mode which makes it possible to use persistence
1412 with thin clients which support only one cookie. The server name is prefixed
1413 before the application cookie, and restore back.
1414 - fixed the order of servers within an instance to match documentation. Now
1415 the servers are *really* used in the order of their declaration. This is
1416 particularly important when multiple backup servers are in use.
1417
willy tarreau4302f492005-12-18 01:00:37 +010014182004/10/18 : 1.2.2 (1.1.29)
1419 - fixed a bug where a TCP connection would be logged twice if the 'logasap'
1420 option was enabled without the 'tcplog' option.
1421 - encode_string() would use hdr_encode_map instead of the map argument.
1422
14232004/08/10 : (1.1.29-pre2)
1424 - the logged request is now encoded with '#XX' for unprintable characters
1425 - new keywords 'capture request header' and 'capture response header' enable
1426 logging of arbitrary HTTP headers in requests and responses
1427 - removed "-DSOLARIS" after replacing the last inet_aton() with inet_pton()
1428
willy tarreau982249e2005-12-18 00:57:06 +010014292004/06/06 : 1.2.1 (1.1.28)
1430 - added the '-V' command line option to verbosely report errors even though
1431 the -q or 'quiet' options are specified. This is useful with '-c'.
1432 - added a Red Hat init script and a .spec from Simon Matter <simon.matter@invoca.ch>
willy tarreau036e1ce2005-12-17 13:46:33 +01001433
willy tarreau982249e2005-12-18 00:57:06 +010014342004/06/05 :
1435 - added the "logasap" option which produces a log without waiting for the data
1436 to be transferred from the server to the client.
1437 - added the "httpclose" option which removes any "connection:" header and adds
1438 "Connection: close" in both direction.
willy tarreau97f58572005-12-18 00:53:44 +01001439 - added the 'checkcache' option which blocks cacheable responses containing
1440 dangerous headers, such as 'set-cookie'.
willy tarreau982249e2005-12-18 00:57:06 +01001441 - added 'rspdeny' and 'rspideny' to block certain responses to avoid sensible
1442 information leak from servers.
willy tarreau25c4ea52005-12-18 00:49:49 +01001443
14442004/04/18 :
willy tarreaudd07e972005-12-18 00:48:48 +01001445 - send an EMERG log when no server is available for a given proxy
1446 - added the '-c' command line option to syntactically check the
1447 configuration file without starting the service.
1448
willy tarreau8a86dbf2005-12-18 00:45:59 +010014492003/11/09 : 1.2.0
1450 - the same as 1.1.27 + IPv6 support on the client side
1451
willy tarreaufe2c5c12005-12-17 14:14:34 +010014522003/10/27 : 1.1.27
1453 - the configurable HTTP health check introduced in 1.1.23 revealed a shameful
1454 bug : the code still assumed that HTTP requests were the same size as the
1455 original ones (22 bytes), and failed if they were not.
1456 - added support for pidfiles.
1457
willy tarreauc58fc692005-12-17 14:13:08 +010014582003/10/22 : 1.1.26
1459 - the fix introduced in 1.1.25 for client timeouts while waiting for servers
1460 broke almost all compatibility with POST requests, because the proxy
1461 stopped to read anything from the client as soon as it got all of its
1462 headers.
1463
willy tarreauc1cae632005-12-17 14:12:23 +010014642003/10/15 : 1.1.25
1465 - added the 'tcplog' option, which provides enhanced, HTTP-like logs for
1466 generic TCP proxies, or lighter logs for HTTP proxies.
1467 - fixed a time-out condition wrongly reported as client time-out in data
1468 phase if the client timeout was lower than the connect timeout times the
1469 number of retries.
1470
willy tarreau197e8ec2005-12-17 14:10:59 +010014712003/09/21 : 1.1.24
1472 - if a client sent a full request then shut its write connection down, then
1473 the request was aborted. This case was detected only when using haproxy
1474 both as health-check client and as a server.
1475 - if 'option httpchk' is used in a 'health' mode server, then responses will
1476 change from 'OK' to 'HTTP/1.0 200 OK'.
1477 - fixed a Linux-only bug in case of HTTP server health-checks, where a single
1478 server response followed by a close could be ignored, and the server seen
1479 as failed.
1480
willy tarreaueedaa9f2005-12-17 14:08:03 +010014812003/09/19 : 1.1.23
1482 - fixed a stupid bug introduced in 1.1.22 which caused second and subsequent
1483 'default' sections to keep previous parameters, and not initialize logs
1484 correctly.
1485 - fixed a second stupid bug introduced in 1.1.22 which caused configurations
1486 relying on 'dispatch' mode to segfault at the first connection.
1487 - 'option httpchk' now supports method, HTTP version and a few headers.
1488 - now, 'option httpchk', 'cookie' and 'capture' can be specified in
1489 'defaults' section
1490
14912003/09/10 : 1.1.22
willy tarreaua41a8b42005-12-17 14:02:24 +01001492 - 'listen' now supports optionnal address:port-range lists
1493 - 'bind' introduced to add new listen addresses
1494 - fixed a bug which caused a session to be kept established on a server till
1495 it timed out if the client closed during the DATA phase.
1496 - the port part of each server address can now be empty to make the proxy
1497 connect to the server on the same port it was connected to, be an absolute
1498 unsigned number to reflect a single port (as in older versions), or an
1499 explicitly signed number (+N/-N) to indicate that this offset must be
1500 applied to the port the proxy was connected to, when connecting to the
1501 server.
1502 - the 'port' server option allows the user to specify a different
1503 health-check port than the service one. It is mandatory when only relative
1504 ports have been specified and check is required. By default, the checks are
1505 sent to the service port.
1506 - new 'defaults' section which is rather similar to 'listen' except that all
1507 values are only used as default values for future 'listen' sections, until
1508 a new 'defaults' resets them. At the moment, server options, regexes,
1509 cookie names and captures cannot be set in the 'defaults' section.
1510
willy tarreau2f6ba652005-12-17 13:57:42 +010015112003/05/06 : 1.1.21
1512 - changed the debug output format so that it now includes the session unique
1513 ID followed by the instance name at the beginning of each line.
1514 - in debug mode, accept now shows the client's IP and port.
1515 - added one 3 small debugging scripts to search and pretty print debug output
1516 - changed the default health check request to "OPTIONS /" instead of
1517 "OPTIONS *" since not all servers implement the later one.
1518 - "option httpchk" now accepts an optional parameter allowing the user to
1519 specify and URI other than '/' during health-checks.
1520
willy tarreaub1ff9db2005-12-17 13:51:03 +010015212003/04/21 : 1.1.20
1522 - fixed two problems with time-outs, one where a server would be logged as
1523 timed out during transfer that take longer to complete than the fixed
1524 time-out, and one where clients were logged as timed-out during the data
1525 phase because they didn't have anything to send. This sometimes caused
1526 slow client connections to close too early while in fact there was no
1527 problem. The proper fix would be to have a per-fd time-out with
1528 conditions depending on the state of the HTTP FSM.
1529
willy tarreau906b2682005-12-17 13:49:52 +010015302003/04/16 : 1.1.19
1531 - haproxy was NOT RFC compliant because it was case-sensitive on HTTP
1532 "Cookie:" and "Set-Cookie:" headers. This caused JVM 1.4 to fail on
1533 cookie persistence because it uses "cookie:". Two memcmp() have been
1534 replaced with strncasecmp().
1535
willy tarreau036e1ce2005-12-17 13:46:33 +010015362003/04/02 : 1.1.18
1537 - Haproxy can be compiled with PCRE regex instead of libc regex, by setting
1538 REGEX=pcre on the make command line.
1539 - HTTP health-checks now use "OPTIONS *" instead of "OPTIONS /".
1540 - when explicit source address binding is required, it is now also used for
1541 health-checks.
1542 - added 'reqpass' and 'reqipass' to allow certain headers but not the request
1543 itself.
1544 - factored several strings to reduce binary size by about 2 kB.
1545 - replaced setreuid() and setregid() with more standard setuid() and setgid().
1546 - added 4 status flags to the log line indicating who ended the connection
1547 first, the sessions state, the validity of the cookie, and action taken on
1548 the set-cookie header.
1549
15502002/10/18 : 1.1.17
1551 - add the notion of "backup" servers, which are used only when all other
1552 servers are down.
1553 - make Set-Cookie return "" instead of "(null)" when the server has no
1554 cookie assigned (useful for backup servers).
1555 - "log" now supports an optionnal level name (info, notice, err ...) above
1556 which nothing is sent.
1557 - replaced some strncmp() with memcmp() for better efficiency.
1558 - added "capture cookie" option which logs client and/or server cookies
1559 - cleaned up/down messages and dump servers states upon SIGHUP
1560 - added a redirection feature for errors : "errorloc <errnum> <url>"
1561 - now we won't insist on connecting to a dead server, even with a cookie,
1562 unless option "persist" is specified.
1563 - added HTTP/408 response for client request time-out and HTTP/50[234] for
1564 server reply time-out or errors.
1565
15662002/09/01 : 1.1.16
1567 - implement HTTP health checks when option "httpchk" is specified.
1568
15692002/08/07 : 1.1.15
1570 - replaced setpgid()/setpgrp() with setsid() for better portability, because
1571 setpgrp() doesn't have the same meaning under Solaris, Linux, and OpenBSD.
1572
15732002/07/20 : 1.1.14
1574 - added "postonly" cookie mode
1575
15762002/07/15 : 1.1.13
1577 - tv_diff used inverted parameters which led to negative times !
1578
15792002/07/13 : 1.1.12
1580 - fixed stats monitoring, and optimized some tv_* for most common cases.
1581 - replaced temporary 'newhdr' with 'trash' to reduce stack size
1582 - made HTTP errors more HTML-fiendly.
1583 - renamed strlcpy() to strlcpy2() because of a slightly difference between
1584 their behaviour (return value), to avoid confusion.
1585 - restricted HTTP messages to HTTP proxies only
1586 - added a 502 message when the connection has been refused by the server,
1587 to prevent clients from believing this is a zero-byte HTTP 0.9 reply.
1588 - changed 'Cache-control:' from 'no-cache="set-cookie"' to 'private' when
1589 inserting a cookie, because some caches (apache) don't understand it.
1590 - fixed processing of server headers when client is in SHUTR state
1591
15922002/07/04 :
1593 - automatically close fd's 0,1 and 2 when going daemon ; setpgrp() after
1594 setpgid()
1595
15962002/06/04 : 1.1.11
1597 - fixed multi-cookie handling in client request to allow clean deletion
1598 in insert+indirect mode. Now, only the server cookie is deleted and not
willy tarreau906b2682005-12-17 13:49:52 +01001599 all the header. Should now be compliant to RFC2965.
willy tarreau036e1ce2005-12-17 13:46:33 +01001600 - added a "nocache" option to "cookie" to specify that we explicitly want
1601 to add a "cache-control" header when we add a cookie.
1602 It is also possible to add an "Expires: <old-date>" to keep compatibility
1603 with old/broken caches.
1604
16052002/05/10 : 1.1.10
1606 - if a cookie is used in insert+indirect mode, it's desirable that the
1607 the servers don't see it. It was not possible to remove it correctly
1608 with regexps, so now it's removed automatically.
1609
16102002/04/19 : 1.1.9
1611 - don't use snprintf()'s return value as an end of message since it may
1612 be larger. This caused bus errors and segfaults in internal libc's
1613 getenv() during localtime() in send_log().
1614 - removed dead insecure send_syslog() function and all references to it.
1615 - fixed warnings on Solaris due to buggy implementation of isXXXX().
1616
16172002/04/18 : 1.1.8
1618 - option "dontlognull"
1619 - fixed "double space" bug in config parser
1620 - fixed an uninitialized server field in case of dispatch
1621 with no existing server which could cause a segfault during
1622 logging.
1623 - the pid logged was always the father's, which was wrong for daemons.
1624 - fixed wrong level "LOG_INFO" for message "proxy started".
1625
16262002/04/13 :
1627 - http logging is now complete :
1628 - ip:port, date, proxy, server
1629 - req_time, conn_time, hdr_time, tot_time
1630 - status, size, request
1631 - source address
1632
16332002/04/12 : 1.1.7
1634 - added option forwardfor
1635 - added reqirep, reqidel, reqiallow, reqideny, rspirep, rspidel
1636 - added "log global" in "listen" section.
1637
16382002/04/09 :
1639 - added a new "global" section :
1640 - logs
1641 - debug, quiet, daemon modes
1642 - uid, gid, chroot, nbproc, maxconn
1643
16442002/04/08 : 1.1.6
1645 - regex are now chained and not limited anymore.
1646 - unavailable server now returns HTTP/502.
1647 - increased per-line args limit to 40
1648 - added reqallow/reqdeny to block some request on matches
1649 - added HTTP 400/403 responses
1650
16512002/04/03 : 1.1.5
1652 - connection logging displayed incorrect source address.
1653 - added proxy start/stop and server up/down log events.
1654 - replaced log message short buffers with larger trash.
1655 - enlarged buffer to 8 kB and replace buffer to 4 kB.
1656
16572002/03/25 : 1.1.4
1658 - made rise/fall/interval time configurable
1659
16602002/03/22 : 1.1.3
1661 - fixed a bug : cr_expire and cw_expire were inverted in CL_STSHUT[WR]
1662 which could lead to loops.
1663
16642002/03/21 : 1.1.2
1665 - fixed a bug in buffer management where we could have a loop
1666 between event_read() and process_{cli|srv} if R==BUFSIZE-MAXREWRITE.
1667 => implemented an adjustable buffer limit.
1668 - fixed a bug : expiration of tasks in wait queue timeout is used again,
1669 and running tasks are skipped.
1670 - added some debug lines for accept events.
1671 - send warnings for servers up/down.
1672
16732002/03/12 : 1.1.1
1674 - fixed a bug in total failure handling
1675 - fixed a bug in timestamp comparison within same second (tv_cmp_ms)
1676
16772002/03/10 : 1.1.0
1678 - fixed a few timeout bugs
1679 - rearranged the task scheduler subsystem to improve performance,
1680 add new tasks, and make it easier to later port to librt ;
1681 - allow multiple accept() for one select() wake up ;
1682 - implemented internal load balancing with basic health-check ;
1683 - cookie insertion and header add/replace/delete, with better strings
1684 support.
1685
16862002/03/08
1687 - reworked buffer handling to fix a few rewrite bugs, and
1688 improve overall performance.
1689 - implement the "purge" option to delete server cookies in direct mode.
1690
16912002/03/07
1692 - fixed some error cases where the maxfd was not decreased.
1693
16942002/02/26
1695 - now supports transparent proxying, at least on linux 2.4.
1696
16972002/02/12
1698 - soft stop works again (fixed select timeout computation).
1699 - it seems that TCP proxies sometimes cannot timeout.
1700 - added a "quiet" mode.
1701 - enforce file descriptor limitation on socket() and accept().
1702
17032001/12/30 : release of version 1.0.2 : fixed a bug in header processing
17042001/12/19 : release of version 1.0.1 : no MSG_NOSIGNAL on solaris
17052001/12/16 : release of version 1.0.0.
17062001/12/16 : added syslog capability for each accepted connection.
17072001/11/19 : corrected premature end of files and occasional SIGPIPE.
17082001/10/31 : added health-check type servers (mode health) which replies OK then closes.
17092001/10/30 : added the ability to support standard TCP proxies and HTTP proxies
1710 with or without cookies (use keyword http for this).
17112001/09/01 : added client/server header replacing with regexps.
1712 eg:
1713 cliexp ^(Host:\ [^:]*).* Host:\ \1:80
1714 srvexp ^Server:\ .* Server:\ Apache
17152000/11/29 : first fully working release with complete FSMs and timeouts.
17162000/11/28 : major rewrite
17172000/11/26 : first write