]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2012-05-08  Willy TarreauMEDIUM: pattern/acl: get rid of temp_pattern in ACLs
2012-05-08  Willy TarreauMAJOR: acl: make use of the new sample struct and get...
2012-05-08  Willy TarreauMEDIUM: pattern: add new sample types to replace patter...
2012-05-08  Willy TarreauMINOR: pattern: add a new 'sample' type to store fetche...
2012-05-08  Willy TarreauMEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag
2012-05-08  Willy TarreauMEDIUM: pattern: report the precise argument parsing...
2012-05-08  Willy TarreauMEDIUM: pattern: add an argument validation callback...
2012-05-08  Willy TarreauMEDIUM: pattern: use the standard arg parser
2012-05-08  Willy TarreauMEDIUM: pattern: get rid of arg_i in all functions...
2012-05-08  Willy TarreauMEDIUM: pattern: replace type pattern_arg with type arg
2012-05-08  Willy TarreauMEDIUM: acl: remove unused tests for missing args when...
2012-05-08  Willy TarreauMAJOR: acl: ensure that implicit table and proxies...
2012-05-08  Willy TarreauMAJOR: acl: make acl_find_targets also resolve proxy...
2012-05-08  Willy TarreauMEDIUM: acl: acl_find_target() now resolves arguments...
2012-05-08  Willy TarreauMAJOR: acl: store the ACL argument types in the ACL...
2012-05-08  Willy TarreauMAJOR: acl: make use of the new argument parsing framework
2012-05-08  Willy TarreauMEDIUM: add a new typed argument list parsing framework
2012-05-08  Willy TarreauMEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely...
2012-05-08  Willy TarreauMEDIUM: http/acl: merge all request and response ACL...
2012-05-08  Willy TarreauBUG/MINOR: http_auth: ACLs are volatile, not permanent
2012-05-08  Willy TarreauMEDIUM: http: make all ACL fetch function use acl_prefe...
2012-05-08  Willy TarreauMEDIUM: http: add a prefetch function for ACL pattern...
2012-05-08  Willy TarreauMEDIUM: buffers: rename a number of buffer management...
2012-05-08  Willy TarreauMEDIUM: buffers: implement b_adv() to advance a buffer...
2012-05-08  Willy TarreauMEDIUM: buffers: add new pointer wrappers and get rid...
2012-05-08  Willy TarreauMEDIUM: buffers: fix unsafe use of buffer_ignore at...
2012-05-08  Willy TarreauMINOR: http: remove useless wrapping checks in http_msg...
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in chunk parsing functions
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in http_buffer_heavy_re...
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in http_msg_analyzer
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in http_capture_bad_message
2012-05-08  Willy TarreauMEDIUM: http: remove buffer arg in a few header manipul...
2012-05-08  Willy TarreauMEDIUM: http: http_send_name_header: remove references...
2012-05-08  Willy TarreauMAJOR: http: make http_msg->sol relative to buffer...
2012-05-08  Willy TarreauMEDIUM: http: add a pointer to the buffer in http_msg
2012-05-08  Willy TarreauMAJOR: http: turn http_msg->eol to a buffer-relative...
2012-05-08  Willy TarreauCLEANUP: http: remove unused http_msg->col
2012-05-08  Willy TarreauMAJOR: http: change msg->{som,col,sov,eoh} to be relati...
2012-05-08  Willy TarreauMAJOR: http: move buffer->lr to http_msg->next
2012-05-08  Willy TarreauMAJOR: buffers: replace buf->r with buf->p + buf->i
2012-05-08  Willy TarreauMAJOR: buffers: replace buf->w with buf->p - buf->o
2012-05-08  Willy TarreauMINOR: buffers: remove unused function buffer_contig_data()
2012-05-08  Willy TarreauMINOR: buffers: provide simple pointer normalization...
2012-05-08  Willy TarreauMAJOR: buffer: replace buf->l with buf->{o+i}
2012-04-30  Willy TarreauMAJOR: buffer rework: replace ->send_max with ->o
2012-04-30  Willy TarreauDOC: add a diagram to explain how circular buffers...
2012-04-30  Willy TarreauMEDIUM: move message-related flags from transaction...
2012-04-30  Willy TarreauCLEANUP: remove a few warning about unchecked return...
2012-04-30  Willy TarreauMINOR: standard: add a memprintf() function to build...
2012-04-30  Willy TarreauCLEANUP: http: message parser must ignore HTTP_MSG_ERROR
2012-04-29  Willy TarreauBUILD: http: stop gcc-4.1.2 from complaining about...
2012-04-29  Willy TarreauBUILD: http: make extract_cookie_value() return an...
2012-04-23  Cyril BontéDOC: fix some keywords arguments documentation
2012-04-09  Daniel SchultzeMINOR: cli: display the 4 IP addresses and ports on...
2012-04-09  Willy TarreauBUG/MINOR: acl: req_ssl_sni would randomly fail if...
2012-04-08  Cyril BontéDOC: cleanup indentation, alignment, columns and chapters
2012-04-07  Willy TarreauMEDIUM: stream_sock: add a get_src and get_dst callback...
2012-04-07  William LallemandMINOR: log: log-format: usable without httplog and...
2012-04-07  William LallemandMEDIUM: log: Unique ID
2012-04-07  William LallemandMEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp...
2012-04-07  William LallemandMEDIUM: log: split of log_format generation
2012-04-07  Aman GuptaCLEANUP: Fix some minor whitespace issues
2012-04-07  Aman GuptaMINOR: Add TO/FROM_SET flags to struct stream_interface
2012-04-07  Willy TarreauCLEANUP: lb_first: add reference to a paper describing...
2012-04-07  Willy TarreauMEDIUM: http: add cookie and scookie ACLs
2012-04-06  Willy TarreauMEDIUM: http: make extract_cookie_value() iterate over...
2012-04-05  Willy TarreauMEDIUM: log: add a new cookie flag 'U' to report situat...
2012-04-05  Willy TarreauMEDIUM: session: implement the "use-server" directive
2012-04-05  Aman GuptaCLEANUP: Fix some minor typos
2012-04-05  Aman GuptaMINOR: Add release callback to si_applet
2012-04-05  Cyril BontéMINOR: stats admin: reduce memcmp()/strcmp() calls...
2012-04-05  Cyril BontéMINOR: stats admin: use the backend id instead of its...
2012-04-05  Cyril BontéCLEANUP: fix typo in findserver() log message
2012-04-05  Cyril BontéMINOR: stats admin: allow unordered parameters in POST...
2012-04-02  Willy TarreauMINOR: contrib/iprange: add a network IP range to mask...
2012-03-31  Willy TarreauBUG/MEDIUM: balance source did not properly hash IPv6...
2012-03-27  William LallemandBUG/MAJOR: log: possible segfault with logformat
2012-03-26  Willy Tarreau[RELEASE] Released version 1.5-dev8 v1.5-dev8
2012-03-24  Simon HormanCLEANUP: Fix HCHK spelling errors
2012-03-24  Simon HormanCLEANUP: Make check_statuses, analyze_statuses and...
2012-03-24  Willy TarreauMINOR: config: disable header captures in TCP mode...
2012-03-24  Willy TarreauBUG/MAJOR: possible crash when using capture headers...
2012-03-22  William LallemandMINOR: logformat %st is signed
2012-03-21  Adrian BridgettMINOR: patch for minor typo (ressources/resources)
2012-03-19  William LallemandBUG/MEDIUM: bad length in log_format and __send_log
2012-03-19  Willy TarreauBUG/CRITICAL: log: fix risk of crash in development...
2012-03-12  Willy TarreauMINOR: log: use "%ts" to log term status only and ...
2012-03-12  William LallemandBUG/MINOR: log-format: fix %o flag
2012-03-12  William LallemandMEDIUM: log-format: backend source address %Bi %Bp
2012-03-12  William LallemandMEDIUM: log: use log_format for mode tcplog
2012-03-10  Willy TarreauBUG: stream_sock: si->release was not called upon shutw()
2012-03-10  Willy TarreauCLEANUP: silence signedness warning in acl.c
2012-03-10  Willy TarreauMINOR: buffer: switch a number of buffer args to const
2012-03-10  Willy TarreauDOC: enumerate valid status codes for "observe layer7"
2012-03-09  Willy TarreauBUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE...
2012-03-09  Willy TarreauBUG: checks: fix server maintenance exit sequence
2012-03-05  Willy TarreauBUG: http: disable TCP delayed ACKs when forwarding...
2012-03-01  Willy TarreauBUG: queue: fix dequeueing sequence on HTTP keep-alive...
2012-02-27  Willy TarreauMEDIUM: increase chunk-size limit to 2GB-1
next