]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2014-02-24 Willy TarreauMEDIUM: acl: fix pattern type for payload / payload_lv
2014-02-24 Willy TarreauBUG/MEDIUM: http: continue to emit 503 on keep-alive...
2014-02-24 Willy TarreauBUG/MEDIUM: backend: prefer-last-server breaks redispatch
2014-02-20 Cyril BontéDOC: fix a typo on http-server-close and encapsulate...
2014-02-18 Willy TarreauBUG/MINOR: config: server on-marked-* statement is...
2014-02-17 Willy TarreauBUG/MEDIUM: ssl: always send a full buffer after EAGAIN
2014-02-16 Dirkjan BussinkMEDIUM: ssl: Use ALPN support as it will be available...
2014-02-16 Willy TarreauBUG/MINOR: ssl: fix syntax in config error message
2014-02-16 Willy TarreauBUG/MEDIUM: config: immediately abort if peers section...
2014-02-16 Cyril BontéBUG/MEDIUM: peers: fix key consistency for integer...
2014-02-14 Willy TarreauMINOR: sample: add a rand() sample fetch to return...
2014-02-13 Willy TarreauMINOR: config: add global directives to set default...
2014-02-12 Willy TarreauMINOR: config: make the stream interface idle timer...
2014-02-12 Willy TarreauMINOR: ssl: add DEFAULT_SSL_MAX_RECORD to set the recor...
2014-02-12 Willy TarreauMEDIUM: stream-int: automatically disable CF_STREAMER...
2014-02-12 Willy TarreauMINOR: channel: add the date of last read in the channel
2014-02-12 Willy TarreauBUG/MINOR: channel: initialize xfer_small/xfer_large...
2014-02-11 Willy TarreauBUG/MAJOR: check: fix memory leak in "tcp-check connect...
2014-02-10 Willy TarreauBUG/MEDIUM: stats: the "lastsess" field must appear...
2014-02-08 Willy TarreauMINOR: stats: report exact last session time in backend too
2014-02-08 Bhaskar MaddalaMINOR: stats: Enhancement to stats page to provide...
2014-02-06 Willy TarreauOPTIM: ssl: implement dynamic record size adjustment
2014-02-06 Willy TarreauMEDIUM: connection: don't use real send() flags in...
2014-02-05 Willy TarreauBUG/MEDIUM: checks: immediately report a connection...
2014-02-05 William LallemandMINOR: http: optimize capture.req.method and capture...
2014-02-04 Willy TarreauMINOR: session: clean up the connection free code
2014-02-04 Baptiste AssmannBUG/MINOR: tcpcheck connect wrong behavior
2014-02-04 William LallemandMINOR: http: capture.req.method and capture.req.uri
2014-02-04 William LallemandDOC: add some information on capture.(req|res).hdr
2014-02-02 Willy Tarreau[RELEASE] Released version 1.5-dev22 v1.5-dev22
2014-02-02 Baptiste AssmannMEDIUM: tcp-check new feature: connect
2014-02-02 Willy TarreauBUG/MINOR: raw_sock: correctly set the MSG_MORE flag
2014-02-02 Emeric BrunMINOR: ssl: handshake optim for long certificate chains.
2014-02-01 Willy TarreauBUILD: listener: add fcntl.h and unistd.h
2014-01-31 Willy TarreauBUG/MEDIUM: listener: improve detection of non-working...
2014-01-31 Willy TarreauBUG/MEDIUM: http: fix regression caused by recent switc...
2014-01-31 Thierry FOURNIERMINOR: doc: Bad cli function name.
2014-01-31 Thierry FOURNIERBUG/MEDIUM: http/auth: Sometimes the authentication...
2014-01-30 Willy TarreauMAJOR: http: switch to keep-alive mode by default
2014-01-30 Willy TarreauMEDIUM: http: make keep-alive + httpclose be passive...
2014-01-30 Willy TarreauMAJOR: http: update connection mode configuration
2014-01-29 Emeric BrunMEDIUM: ssl: Set verify 'required' as global default...
2014-01-29 Willy TarreauBUG/MINOR: config: correctly report when log-format...
2014-01-29 Willy TarreauBUG/MINOR: cli: fix missing break in command line parser
2014-01-28 Willy TarreauMEDIUM: counters: stop relying on session flags at all
2014-01-28 Willy TarreauMINOR: tools: add very basic support for composite...
2014-01-28 Willy TarreauBUG/MEDIUM: counters: fix stick-table entry leak when...
2014-01-28 Willy TarreauBUG/MEDIUM: counters: flush content counters after...
2014-01-28 William LallemandMINOR: http: smp_fetch_capture_header_* fetch captured...
2014-01-28 Willy TarreauMINOR: cli: add the new "show pools" command
2014-01-28 Willy TarreauREORG: stats: move the stats socket states to dumpstats.c
2014-01-28 Willy TarreauMEDIUM: listener: apply a limit on the session rate...
2014-01-28 Willy TarreauMEDIUM: listener: add support for limiting the session...
2014-01-28 Willy TarreauMINOR: cli: add more information to the "show info...
2014-01-27 Thierry FOURNIERBUG/MINOR: sample: The c_str2int converter does not...
2014-01-27 Thierry FOURNIERBUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad...
2014-01-25 Willy TarreauMINOR: polling: create function fd_compute_new_polled_s...
2014-01-25 Willy TarreauMEDIUM: polling: centralize polled events processing
2014-01-25 Willy TarreauOPTIM: raw-sock: don't speculate after a short read...
2014-01-25 Willy TarreauCLEANUP: connection: fix comments in connection.h to...
2014-01-25 Willy TarreauCLEANUP: connection: use conn_xprt_ready() instead...
2014-01-25 Willy TarreauCLEANUP: connection: use conn_ctrl_ready() instead...
2014-01-25 Willy TarreauMEDIUM: connection: no need to recheck FD state
2014-01-25 Willy TarreauMINOR: stream-interface: no need to call fd_stop_both...
2014-01-25 Willy TarreauMEDIUM: stream-interface: the polling flags must always...
2014-01-25 Willy TarreauMEDIUM: connection: add check for readiness in I/O...
2014-01-25 Willy TarreauMEDIUM: connection: remove conn_{data,sock}_poll_{recv...
2014-01-25 Willy TarreauMAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags
2014-01-25 Willy TarreauMAJOR: polling: rework the whole polling system
2014-01-25 Willy TarreauREORG: polling: rename "fd_process_spec_events()" to...
2014-01-25 Willy TarreauREORG: polling: rename the cache allocation functions
2014-01-25 Willy TarreauREORG: polling: rename "fd_spec" to "fd_cache"
2014-01-25 Willy TarreauREORG: polling: rename "spec_e" to "state" and "spec_p...
2014-01-25 Willy TarreauDOC: add a diagram showing polling state transitions
2014-01-25 Willy TarreauCLEANUP: polling: rename "spec_e" to "state"
2014-01-25 Willy TarreauBUILD: fix VERDATE exclusion regex
2014-01-25 Willy TarreauBUG/MEDIUM: stream-interface: don't wake the task up...
2014-01-25 Willy TarreauBUG/MAJOR: fix freezes during compression
2014-01-25 Willy TarreauDOC: fix misleading information about SIGQUIT
2014-01-25 Willy TarreauBUG/MEDIUM: unique_id: HTTP request counter is not...
2014-01-25 Thierry FOURNIERBUG/MINOR: payload: the patterns of the acl "req.ssl_ve...
2014-01-24 Willy TarreauMEDIUM: checks: make use of chk_report_conn_err() for...
2014-01-24 Willy TarreauMEDIUM: tcp: report connection error at the connection...
2014-01-24 Willy TarreauMINOR: connection: add more error codes to report conne...
2014-01-21 Thierry FOURNIERMINOR: standard: The parse_binary() returns the length...
2014-01-21 Thierry FOURNIERMINOR: pattern: move functions for grouping pat_match_...
2014-01-21 Thierry FOURNIERBUG/MEDIUM: pattern: Segfault in binary parser
2014-01-20 Willy TarreauMEDIUM: connection: update callers of ctrl->drain(...
2014-01-20 Willy TarreauMEDIUM: tcp: report in tcp_drain() that lingering is...
2014-01-20 Willy TarreauMINOR: connection: add a new conn_drain() function
2014-01-20 Willy TarreauMINOR: protocol: improve the proto->drain() API
2014-01-20 Willy TarreauMEDIUM: listener: fix polling management in the accept...
2014-01-20 Willy TarreauBUG/MEDIUM: polling: ensure we update FD status when...
2014-01-17 Willy TarreauBUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9
2014-01-15 Thierry FOURNIERBUG/MEDIUM: map: segmentation fault with the stats...
2014-01-15 Willy TarreauBUILD: listener: fix recent accept4() again
2014-01-15 Willy TarreauBUG/MAJOR: connection: fix mismatch between rcv_buf...
2014-01-14 Willy TarreauBUILD/MINOR: listener: remove a glibc warning on accept4()
2014-01-14 Thierry FOURNIERBUG/MINOR: pattern: pattern comparison executed twice
2014-01-13 Willy TarreauBUG: Revert "OPTIM: poll: restore polling after a poll...
next