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