pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/haproxy14



Module name:    wip
Committed by:   genolopolis
Date:           Sun Oct 30 14:12:07 UTC 2011

Modified Files:
        wip/haproxy14: Makefile distinfo

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()


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/haproxy14/Makefile wip/haproxy14/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/haproxy14/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/haproxy14/distinfo?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index