]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2014-01-03  Willy TarreauMEDIUM: config: report a warning when multiple servers...
2013-12-31  Willy TarreauOPTIM: session: put unlikely() around the freewheeling...
2013-12-31  Willy TarreauMINOR: checks: use an inline function for health_adjust()
2013-12-31  Willy TarreauMEDIUM: stream-int: make si_connect() return an establi...
2013-12-31  Willy TarreauMEDIUM: session: prepare to support earlier transitions...
2013-12-31  Willy TarreauMINOR: session: factor out the connect time measurement
2013-12-31  Willy TarreauBUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag...
2013-12-31  Willy TarreauOPTIM: session: set the READ_DONTWAIT flag when connecting
2013-12-31  Willy TarreauMAJOR: channel: add a new flag CF_WAKE_WRITE to notify...
2013-12-28  Willy TarreauRevert "MEDIUM: stats: add support for HTTP keep-alive...
2013-12-28  Willy TarreauBUG/MEDIUM: stats: fix HTTP/1.0 breakage introduced...
2013-12-28  Willy TarreauMEDIUM: stats: add support for HTTP keep-alive on the...
2013-12-28  Willy TarreauBUG/MINOR: stream-int: do not clear the owner upon...
2013-12-28  Willy TarreauBUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned
2013-12-28  Willy TarreauBUG/MEDIUM: stats: the web interface must check the...
2013-12-28  Willy TarreauBUG/MEDIUM: checks: unchecked servers could not be...
2013-12-27  Willy TarreauOPTIM: http: don't stop polling for read on the client...
2013-12-27  Willy TarreauOPTIM: poll: restore polling after a poll/stop/want...
2013-12-24  Willy TarreauBUG/MINOR: http: always disable compression on HTTP/1.0
2013-12-23  Willy TarreauMINOR: http: try to stick to same server after status...
2013-12-23  Willy TarreauBUG/MINOR: checks: successful check completion must...
2013-12-20  Willy TarreauBUG: Revert "OPTIM/MEDIUM: epoll: fuse active events...
2013-12-20  Willy TarreauBUG/MEDIUM: backend: do not re-initialize the connectio...
2013-12-17  Willy TarreauBUG/MEDIUM: stream-int: fix the keep-alive idle connect...
2013-12-17  Willy TarreauBUILD: last release inadvertently prepended a "+" in...
2013-12-16  Willy Tarreau[RELEASE] Released version 1.5-dev21 v1.5-dev21
2013-12-16  Willy TarreauDOC: update the ROADMAP file
2013-12-16  Willy TarreauMEDIUM: stream-int: implement a very simplistic idle...
2013-12-16  Willy TarreauBUG/MINOR: acl: parser must also stop at comma on ACL...
2013-12-16  Willy TarreauBUG/MEDIUM: checks: servers must not start in slowstart...
2013-12-16  Willy TarreauBUG/MINOR: stats: correctly report throttle rate of...
2013-12-16  Willy TarreauBUG/MEDIUM: http: cook_cnt() forgets to set its output...
2013-12-16  Willy TarreauMEDIUM: http: make option http_proxy automatically...
2013-12-16  Willy TarreauBUG/MAJOR: patterns: fix double free caused by loading...
2013-12-16  Willy TarreauMINOR: session: remove debugging code
2013-12-16  Willy TarreauMINOR: stats: don't use a monospace font to report...
2013-12-16  Willy Tarreau[RELEASE] Released version 1.5-dev20 v1.5-dev20
2013-12-16  Willy TarreauMEDIUM: http: do not report connection errors for secon...
2013-12-16  Willy TarreauMINOR: http: add option prefer-last-server
2013-12-16  Willy TarreauMAJOR: backend: enable connection reuse
2013-12-16  Willy TarreauMAJOR: http: add the keep-alive transition on the serve...
2013-12-16  Willy TarreauMAJOR: stream-int: handle the connection reuse in si_co...
2013-12-16  Willy TarreauMEDIUM: connection: inform si_alloc_conn() whether...
2013-12-16  Willy TarreauMINOR: config: add option http-keep-alive
2013-12-16  Willy TarreauOPTIM: http: do not re-enable reading on client side...
2013-12-16  Willy TarreauOPTIM: http: set CF_READ_DONTWAIT on response message
2013-12-16  Willy TarreauMEDIUM: connection: centralize handling of nolinger...
2013-12-16  Willy TarreauMINOR: connection: add simple functions to report conne...
2013-12-16  Willy TarreauDOC: move option tcp-check to the proper place
next