mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-15 12:30:16 -04:00
Released version 1.3.23 with the following main changes :
- [MINOR] server tracking: don't care about the tracked server's mode
- [MEDIUM] appsession: add the "request-learn" option
- [BUG] Configuration parser bug when escaping characters
- [BUG] appsession: possible memory leak in case of out of memory condition
- [MINOR] config: don't accept 'appsession' in defaults section
- [CLEANUP] Keep in sync "defaults" support between documentation and code
- [BUILD] warning ultoa_r returns char *
- [CLEANUP] format '%d' expects type 'int', but argument 5 has type 'long int'
- [BUG] config: fix erroneous check on cookie domain names, again
- [DOC] trivial fix for man page
- [BUG] config: fix wrong handling of too large argument count
- [BUG] config: disable 'option httplog' on TCP proxies
- [BUG] config: fix erroneous check on cookie domain names
- [BUG] config: cookie domain was ignored in defaults sections
- [MINOR] config: support passing multiple "domain" statements to cookies
- [BUG] x-original-to: name was not set in default instance
- [BUG] config: fix error message when config file is not found
- [MINOR] config: don't report error on all subsequent files on failure
- [BUILD] Makefile: make without arch-specific optimizations
- [BUG] halog: fix segfault in case of empty log in PCT mode
- [CLEANUP] second fix for the printf format warning
- [BUG] check_post: limit analysis to the buffer length
- [MINOR] http: typos on several unlikely() around header insertion
- [CLEANUP] buffers: wrong size calculation for displaced data
- [MINOR] config: option forceclose is valid in frontends too
- [BUG] http: fix cookie parser to support spaces and commas in values
- [MINOR] config: some options were missing for "redirect"
- [BUILD] appsession did not build anymore under gcc-2.95 (cherry picked from commit
|
||
|---|---|---|
| .. | ||
| design-thoughts | ||
| internals | ||
| acl.fig | ||
| architecture.txt | ||
| configuration.txt | ||
| gpl.txt | ||
| haproxy-en.txt | ||
| haproxy-fr.txt | ||
| haproxy.1 | ||
| lgpl.txt | ||
| queuing.fig | ||
| tcp-splicing.txt | ||