Subject: CVS commit: wip/haproxy14
From: Matthew Sporleder
Date: 2011-10-30 15:12:07
Message id: E1RKW7d-0001mo-Ij@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
2011/09/16 : 1.4.18
    - [MINOR] http: *_dom matching header functions now also split on ":"
    - [MINOR] halog: support backslash-escaped quotes
    - BUILD/MINOR: fix the source URL in the spec file
    - DOC: acl is http_first_req, not http_req_first
    - BUG/MEDIUM: don't trim last spaces from headers consisting only of spaces
    - MINOR: acl: add new matches for header/path/url length
    - [MINOR] halog: do not consider byte 0x8A as end of line
    - [OPTIM] halog: make fgets parse more bytes by blocks
    - [OPTIM] halog: add assembly version of the field lookup code
    - [CLEANUP] startup: report only the basename in the usage message
    - [DOC] update the README file to reflect new naming rules for patches
    - BUILD: halog: make halog build on solaris

2011/09/05 : 1.4.17
    - [MINOR] halog: add support for termination code matching (-tcn/-TCN)
    - [MINOR] halog: make SKIP_CHAR stop on field delimiters
    - [MINOR] halog: add support for HTTP log matching (-H)
    - [MINOR] halog: gain back performance before SKIP_CHAR fix
    - [OPTIM] halog: cache some common fields positions
    - [OPTIM] halog: check once for correct line format and reuse the pointer
    - [OPTIM] halog: remove many 'if' by using a function pointer for the filters
    - [OPTIM] halog: remove support for tab delimiters in input data
    - [MINOR] halog: add -hs/-HS to filter by HTTP status code range
    - [CLEANUP] update the year in the copyright banner
    - [BUG] check: http-check expect + regex would crash in defaults section
    - [MEDIUM] http: make x-forwarded-for addition conditional
    - [DOC] fixed a few "sensible" -> "sensitive" errors
    - [MINOR] stats: display "<NONE>" instead of the frontend \ 
name when unknown
    - [BUG] http: trailing white spaces must also be trimmed after headers
    - [MINOR] http: take a capture of too large requests and responses
    - [MINOR] http: take a capture of truncated responses
    - [MINOR] http: take a capture of bad content-lengths.

2011/08/04 : 1.4.16
    - [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check
    - [DOC] Minor spelling fixes and grammatical enhancements
    - [CLEANUP] Remove assigned but unused variables
    - [BUG] checks: http-check expect could fail a check on multi-packet responses
    - [DOC] fix minor typo in the "dispatch" doc
    - [MINOR] http: make the "HTTP 200" status code configurable.
    - [MINOR] http: partially revert the chunking optimization for now
    - [MINOR] stream_sock: always clear BF_EXPECT_MORE upon complete transfer
    - [CLEANUP] stream_sock: remove unneeded FL_TCP and factor out test
    - [MEDIUM] http: add support for "http-no-delay"
    - [OPTIM] http: optimize chunking again in non-interactive mode
    - [OPTIM] stream_sock: avoid fast-forwarding of partial data
    - [OPTIM] stream_sock: don't use splice on too small payloads
    - [BUG] stats: support url-encoded forms
    - [BUG] halog: correctly handle truncated last line
    - [DOC] fix typos, "#" is a sharp, not a dash

2011/04/08 : 1.4.15
    - [CRITICAL] fix risk of crash when dealing with space in response cookies

2011/03/29 : 1.4.14
    - [MINOR] config: fix endianness of server check port
    - [BUG] http: fix possible incorrect forwarded wrapping chunk size (take 2)
    - [MINOR] tools: add two macros MID_RANGE and MAX_RANGE
    - [BUG] http: fix content-length handling on 32-bit platforms
    - [OPTIM] buffers: uninline buffer_forward()

Files:
RevisionActionfile
1.3modifywip/haproxy14/Makefile
1.3modifywip/haproxy14/distinfo