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-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
2012-09-03
Willy Tarreau
MAJOR: channel: remove the BF_FULL flag
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: channel: stop relying on BF_FULL to take action
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MINOR: buffer: provide a new buffer_full() function
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MINOR: channel: rename bi_full to channel_full as it...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
REORG: buffer: move buffer_flush, b_adv and b_rew to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: channel: remove the BF_OUT_EMPTY flag
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
REORG: buffers: split buffers into chunk,buffer,channel
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
CLEANUP: connection: split sock_ops into data_ops,...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: stream-interface: don't remove WAIT_DATA when...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: stream-interface: fix splice not to call chk_snd...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: stream-interface: don't commit polling changes...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MEDIUM: proxy-proto: don't use buffer flags in conn_si_...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: stream-interface: make conn_notify_si() more...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: stream-interface: restore splicing mechanism
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: connection: split the send call into connection...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
REORG: stream-interface: move sock_raw_read() to si_con...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MINOR: stream-interface: add an rcv_buf callback to...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: raw_sock: temporarily disable splicing
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Willy Tarreau
MAJOR: raw_sock: extract raw_sock_to_buf() from raw_soc...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
REORG: sock_raw: rename the files raw_sock*
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
MINOR: connection: provide conn_{data|sock}_{read0...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
REORG/MAJOR: extract "struct buffer" from "struct channel"
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
REORG/MAJOR: use "struct channel" instead of "struct...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
MEDIUM: stream-interface: provide a generic stream_sock...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
MEDIUM: stream-interface: provide a generic si_conn_sen...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Willy Tarreau
MEDIUM: stream-interface: provide a generic stream_int_...
commit
|
commitdiff
|
tree
|
snapshot
next