projects
/
haproxy-2.5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.5.git
2014-01-25
Willy Tarreau
MEDIUM: connection: add check for readiness in I/O...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
MEDIUM: connection: remove conn_{data,sock}_poll_{recv...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
MAJOR: polling: rework the whole polling system
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
REORG: polling: rename "fd_process_spec_events()" to...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
REORG: polling: rename the cache allocation functions
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
REORG: polling: rename "fd_spec" to "fd_cache"
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
REORG: polling: rename "spec_e" to "state" and "spec_p...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
DOC: add a diagram showing polling state transitions
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
CLEANUP: polling: rename "spec_e" to "state"
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
BUILD: fix VERDATE exclusion regex
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
BUG/MEDIUM: stream-interface: don't wake the task up...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
BUG/MAJOR: fix freezes during compression
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
DOC: fix misleading information about SIGQUIT
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Willy Tarreau
BUG/MEDIUM: unique_id: HTTP request counter is not...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-25
Thierry FOURNIER
BUG/MINOR: payload: the patterns of the acl "req.ssl_ve...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-24
Willy Tarreau
MEDIUM: checks: make use of chk_report_conn_err() for...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-24
Willy Tarreau
MEDIUM: tcp: report connection error at the connection...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-24
Willy Tarreau
MINOR: connection: add more error codes to report conne...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Thierry FOURNIER
MINOR: standard: The parse_binary() returns the length...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Thierry FOURNIER
MINOR: pattern: move functions for grouping pat_match_...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Thierry FOURNIER
BUG/MEDIUM: pattern: Segfault in binary parser
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
MEDIUM: connection: update callers of ctrl->drain(...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
MEDIUM: tcp: report in tcp_drain() that lingering is...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
MINOR: connection: add a new conn_drain() function
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
MINOR: protocol: improve the proto->drain() API
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
MEDIUM: listener: fix polling management in the accept...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Willy Tarreau
BUG/MEDIUM: polling: ensure we update FD status when...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Willy Tarreau
BUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9
commit
|
commitdiff
|
tree
|
snapshot
2014-01-15
Thierry FOURNIER
BUG/MEDIUM: map: segmentation fault with the stats...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-15
Willy Tarreau
BUILD: listener: fix recent accept4() again
commit
|
commitdiff
|
tree
|
snapshot
2014-01-15
Willy Tarreau
BUG/MAJOR: connection: fix mismatch between rcv_buf...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-14
Willy Tarreau
BUILD/MINOR: listener: remove a glibc warning on accept4()
commit
|
commitdiff
|
tree
|
snapshot
2014-01-14
Thierry FOURNIER
BUG/MINOR: pattern: pattern comparison executed twice
commit
|
commitdiff
|
tree
|
snapshot
2014-01-13
Willy Tarreau
BUG: Revert "OPTIM: poll: restore polling after a poll...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Willy Tarreau
MEDIUM: config: report a warning when multiple servers...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
OPTIM: session: put unlikely() around the freewheeling...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
MINOR: checks: use an inline function for health_adjust()
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
MEDIUM: stream-int: make si_connect() return an establi...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
MEDIUM: session: prepare to support earlier transitions...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
MINOR: session: factor out the connect time measurement
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
OPTIM: session: set the READ_DONTWAIT flag when connecting
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Willy Tarreau
MAJOR: channel: add a new flag CF_WAKE_WRITE to notify...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
Revert "MEDIUM: stats: add support for HTTP keep-alive...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
BUG/MEDIUM: stats: fix HTTP/1.0 breakage introduced...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
MEDIUM: stats: add support for HTTP keep-alive on the...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
BUG/MINOR: stream-int: do not clear the owner upon...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
BUG/MINOR: channel: CHN_INFINITE_FORWARD must be unsigned
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
BUG/MEDIUM: stats: the web interface must check the...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-28
Willy Tarreau
BUG/MEDIUM: checks: unchecked servers could not be...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-27
Willy Tarreau
OPTIM: http: don't stop polling for read on the client...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-27
Willy Tarreau
OPTIM: poll: restore polling after a poll/stop/want...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Willy Tarreau
BUG/MINOR: http: always disable compression on HTTP/1.0
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
Willy Tarreau
MINOR: http: try to stick to same server after status...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
Willy Tarreau
BUG/MINOR: checks: successful check completion must...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Willy Tarreau
BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-20
Willy Tarreau
BUG/MEDIUM: backend: do not re-initialize the connectio...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Willy Tarreau
BUG/MEDIUM: stream-int: fix the keep-alive idle connect...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-17
Willy Tarreau
BUILD: last release inadvertently prepended a "+" in...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
[RELEASE] Released version 1.5-dev21
v1.5-dev21
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
DOC: update the ROADMAP file
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MEDIUM: stream-int: implement a very simplistic idle...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MINOR: acl: parser must also stop at comma on ACL...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MEDIUM: checks: servers must not start in slowstart...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MINOR: stats: correctly report throttle rate of...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MEDIUM: http: cook_cnt() forgets to set its output...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MEDIUM: http: make option http_proxy automatically...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MAJOR: patterns: fix double free caused by loading...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MINOR: session: remove debugging code
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MINOR: stats: don't use a monospace font to report...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
[RELEASE] Released version 1.5-dev20
v1.5-dev20
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MEDIUM: http: do not report connection errors for secon...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MINOR: http: add option prefer-last-server
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MAJOR: backend: enable connection reuse
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MAJOR: http: add the keep-alive transition on the serve...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MAJOR: stream-int: handle the connection reuse in si_co...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MEDIUM: connection: inform si_alloc_conn() whether...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MINOR: config: add option http-keep-alive
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
OPTIM: http: do not re-enable reading on client side...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
OPTIM: http: set CF_READ_DONTWAIT on response message
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MEDIUM: connection: centralize handling of nolinger...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
MINOR: connection: add simple functions to report conne...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
DOC: move option tcp-check to the proper place
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
DOC: move option pgsql-check to the correct place
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUILD: dumpstats: fix build error on Solaris
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUILD: log: fix build warning on Solaris
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUILD: pattern: silence a warning about uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUILD: fix SUBVERS extraction in the Makefile
commit
|
commitdiff
|
tree
|
snapshot
2013-12-16
Willy Tarreau
BUG/MAJOR: session: repair tcp-request connection rules
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
BUG/MEDIUM: checks: tracking servers must not inherit...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
BUG/MEDIUM: checks: ensure we can enable a server after...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MEDIUM: checks: enable agent checks even if health...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: add a flag to indicate what check is...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: create the agent tasks even when no...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: add a PAUSED state for the checks
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: fix agent check interval computation
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: use check->state instead of srv->state...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: replace state DISABLED with CONFIGURED...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-14
Willy Tarreau
MINOR: checks: rename the state flags
commit
|
commitdiff
|
tree
|
snapshot
next