haproxy-2.5.git
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
2013-12-16 Willy TarreauDOC: move option pgsql-check to the correct place
2013-12-16 Willy TarreauBUILD: dumpstats: fix build error on Solaris
2013-12-16 Willy TarreauBUILD: log: fix build warning on Solaris
2013-12-16 Willy TarreauBUILD: pattern: silence a warning about uninitialized...
2013-12-16 Willy TarreauBUILD: fix SUBVERS extraction in the Makefile
2013-12-16 Willy TarreauBUG/MAJOR: session: repair tcp-request connection rules
2013-12-14 Willy TarreauBUG/MEDIUM: checks: tracking servers must not inherit...
2013-12-14 Willy TarreauBUG/MEDIUM: checks: ensure we can enable a server after...
2013-12-14 Willy TarreauMEDIUM: checks: enable agent checks even if health...
2013-12-14 Willy TarreauMINOR: checks: add a flag to indicate what check is...
2013-12-14 Willy TarreauMINOR: checks: create the agent tasks even when no...
2013-12-14 Willy TarreauMINOR: checks: add a PAUSED state for the checks
2013-12-14 Willy TarreauMINOR: checks: fix agent check interval computation
2013-12-14 Willy TarreauMINOR: checks: use check->state instead of srv->state...
2013-12-14 Willy TarreauMINOR: checks: replace state DISABLED with CONFIGURED...
2013-12-14 Willy TarreauMINOR: checks: rename the state flags
2013-12-14 Willy TarreauMINOR: checks: use an enum instead of flags to report...
2013-12-14 Willy TarreauREORG: checks: retrieve the check-specific defines...
2013-12-14 Willy TarreauMINOR: checks: improve handling of the servers tracking...
2013-12-14 Willy TarreauMINOR: chunks: always initialize the output chunk in...
2013-12-13 Willy TarreauBUILD: definitely silence some stupid GCC warnings
2013-12-13 Willy TarreauMINOR: chunks: allocate the trash chunks before parsing...
next