projects
/
haproxy-2.1.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.1.git
2012-09-27
Willy Tarreau
MINOR: connection: add a pointer to the connection...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Willy Tarreau
MEDIUM: monitor: simplify handling of monitor-net and...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Willy Tarreau
BUG/MAJOR: http: chunk parser was broken with buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Willy Tarreau
MINOR: cli: allow to set frontend maxconn to zero
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Willy Tarreau
BUG: stats: fix regression introduced by commit 4348fad1
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Willy Tarreau
CLEANUP: config: fix typo inteface => interface
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
CLEANUP: connection: offer conn_prepare() to set up...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
BUG/MINOR: config: check the proper pointer to report...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
BUG: http: do not print garbage on invalid requests...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Cyril Bonté
BUILD: fix compilation error with DEBUG_FULL
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
DOC: fix index to reference bind and server options
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
DOC: stats: refer to "bind" section for "stats socket...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
DOC: move bind options to their own section
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
MEDIUM: stats: make use of the standard "bind" parsers...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
MINOR: ssl: set the listeners' data layer to ssl during...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
MEDIUM: stats: remove the stats_sock struct from the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
MINOR: config: make str2listener() use memprintf()...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Willy Tarreau
MINOR: standard: make memprintf() support a NULL destin...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-22
Willy Tarreau
BUG: backend: balance hdr was broken since 1.5-dev11
commit
|
commitdiff
|
tree
|
snapshot
2012-09-20
Willy Tarreau
REORG: listener: move unix perms from the listener...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-20
Willy Tarreau
MAJOR: listeners: use dual-linked lists to chain listen...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MINOR: config: set the bind_conf entry on listeners...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MINOR: stats: fill the file and line numbers in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MINOR: config: pass the file and line to config keyword...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MINOR: listener: add a scope field in the bind keyword...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MEDIUM: config: enumerate full list of registered ...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MEDIUM: config: move all unix-specific bind keywords...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MEDIUM: config: move the common "bind" settings to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MINOR: config: improve error reporting for "bind" lines
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Willy Tarreau
MEDIUM: move bind SSL parsing to ssl_sock
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
MEDIUM: config: move the "bind" TCP parameters to proto_tcp
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
MEDIUM: listener: add a minimal framework to register...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
CLEANUP: listener: remove unused conf->file and conf...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
MEDIUM: config: replace ssl_conf by bind_conf
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
REORG: split "protocols" files into protocol and listener
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
MINOR: config: add a function to indent error messages
commit
|
commitdiff
|
tree
|
snapshot
2012-09-15
Willy Tarreau
BUG/MAJOR: ssl: missing tests in ACL fetch functions
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Guillaume Castagnino
DOC: duplicate ssl_sni section
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Willy Tarreau
MEDIUM: http: add "redirect scheme" to ease HTTP to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
[RELEASE] Released version 1.5-dev12
v1.5-dev12
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
DOC: add some info about openssl build in the README
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
BUILD: automatically add -lcrypto for SSL
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
DOC: add missing SSL options for servers and listeners
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
DOC: add a special acknowledgement for the stud project
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Willy Tarreau
BUILD: report openssl build settings in haproxy -vv
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Emeric Brun
MEDIUM: ssl: add support for SNI and wildcard certificates
commit
|
commitdiff
|
tree
|
snapshot
2012-09-09
Baptiste
CONTRIB: halog: sort URLs by avg bytes_read or total...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-08
Willy Tarreau
BUILD: makefile: report USE_OPENSSL status in build...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-08
Willy Tarreau
MEDIUM: config: centralize handling of SSL config per...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-08
Willy Tarreau
BUILD: shut a gcc warning introduced by commit 269ab31
commit
|
commitdiff
|
tree
|
snapshot
2012-09-07
William Lallemand
LICENSE: add licence exception for OpenSSL
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
MINOR: config: make the tasks "nice" value configurable...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
MEDIUM: connection: improve error handling around the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
BUG: tcp: close socket fd upon connect error
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
MEDIUM: config: implement maxsslconn in the global...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
MINOR: session: do not send an HTTP/500 error on SSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Willy Tarreau
MEDIUM: config: support per-listener backlog and maxconn
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Willy Tarreau
BUG/MEDIUM: workaround an eglibc bug which truncates...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUILD: ssl: use MAP_ANON instead of MAP_ANONYMOUS
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
David BERARD
MEDIUM: ssl: add support for prefer-server-ciphers...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUILD: fix build error without SSL (ssl_cert)
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUILD: include sys/socket.h to fix build failure on...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUILD: ssl: fix shctx build on RHEL with futex
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUILD: http: rename error_message http_error_message...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Willy Tarreau
BUG: ssl: mark the connection as waiting for an SSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: config: add "nosslv3" and "notlsv1" on bind...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: config: add a "ciphers" keyword to set SSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MINOR: ssl add global setting tune.sslcachesize to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: ssl: replace OpenSSL's session cache with the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: ssl: add shared memory session cache implementa...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MINOR: ssl: disable TCP quick-ack by default on SSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
BUILD: add optional support for SSL via the USE_OPENSSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: ssl: protect against client-initiated renegociation
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: config: add support for the 'ssl' option on...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: config: add the 'ssl' keyword on 'bind' lines
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: ssl: add new files ssl_sock.[ch] to provide...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MEDIUM: connection: add a new handshake flag for SSL...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MINOR: server: add SSL context to servers if USE_OPENSS...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Emeric Brun
MINOR: protocol: add SSL context to listeners if USE_OP...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: includes: fix includes for a number of users...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: fdtab: flatten the struct and merge the spec...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: fd: remove fdtab->flags
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: stream_interface: continue to update data pollin...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: connection: avoid calling handshakes when polli...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: connection: complete the polling cleanups
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: connection: only call tcp_connect_probe when...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: connection: rearrange the polling flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: frontend: remove the old proxy protocol decoder
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: connection: make the PROXY decoder a handshake...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: session: introduce embryonic sessions
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: connection: add an ->init function to data...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MINOR: tcp: replace tcp_src_to_stktable_key with addr_t...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: proto_tcp: remove any dependence on stream_inte...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: connection: move the addr field from the stream_...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
REORG: connection: move the target pointer from si...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: channel: use "channel" instead of "buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: channel: usr CF_/CHN_ prefixes instead of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
REORG: channel: move buffer_{replace,insert_line}*...
commit
|
commitdiff
|
tree
|
snapshot
next