Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
b8ffd378f0dfe57e4b613db80600816e83d8e2fa
b8ffd37
BUG/MAJOR: http: chunk parser was broken with buffer changes
by Willy Tarreau
· Thu Sep 27 15:08:56 2012 +0200
3c7a79d
MINOR: cli: allow to set frontend maxconn to zero
by Willy Tarreau
· Wed Sep 26 21:07:15 2012 +0200
a7944ad
BUG: stats: fix regression introduced by commit 4348fad1
by Willy Tarreau
· Wed Sep 26 21:03:11 2012 +0200
3631d41
CLEANUP: config: fix typo inteface => interface
by Willy Tarreau
· Tue Sep 25 16:31:00 2012 +0200
dda5e7c
CLEANUP: connection: offer conn_prepare() to set up a connection
by Willy Tarreau
· Mon Sep 24 17:15:42 2012 +0200
173e7fb
BUG/MINOR: config: check the proper pointer to report unknown protocol
by Willy Tarreau
· Mon Sep 24 22:47:39 2012 +0200
e92693a
BUG: http: do not print garbage on invalid requests in debug mode
by Willy Tarreau
· Mon Sep 24 21:13:39 2012 +0200
3aaba44
BUILD: fix compilation error with DEBUG_FULL
by Cyril Bonté
· Sun Sep 23 14:19:12 2012 +0200
086fbf5
DOC: fix index to reference bind and server options
by Willy Tarreau
· Mon Sep 24 20:34:51 2012 +0200
abb175f
DOC: stats: refer to "bind" section for "stats socket" settings
by Willy Tarreau
· Mon Sep 24 12:43:26 2012 +0200
b6205fd
DOC: move bind options to their own section
by Willy Tarreau
· Mon Sep 24 12:27:33 2012 +0200
d578120
MEDIUM: stats: make use of the standard "bind" parsers to parse global socket
by Willy Tarreau
· Sat Sep 22 19:32:35 2012 +0200
81796be
MINOR: ssl: set the listeners' data layer to ssl during parsing
by Willy Tarreau
· Sat Sep 22 19:11:47 2012 +0200
c53d422
MEDIUM: stats: remove the stats_sock struct from the global struct
by Willy Tarreau
· Thu Sep 20 20:19:28 2012 +0200
4fbb228
MINOR: config: make str2listener() use memprintf() to report errors.
by Willy Tarreau
· Thu Sep 20 20:01:39 2012 +0200
eb6cead
MINOR: standard: make memprintf() support a NULL destination
by Willy Tarreau
· Thu Sep 20 19:43:14 2012 +0200
ce39bfb
BUG: backend: balance hdr was broken since 1.5-dev11
by Willy Tarreau
· Sat Sep 22 18:36:29 2012 +0200
290e63a
REORG: listener: move unix perms from the listener to the bind_conf
by Willy Tarreau
· Thu Sep 20 18:07:14 2012 +0200
4348fad
MAJOR: listeners: use dual-linked lists to chain listeners with frontends
by Willy Tarreau
· Thu Sep 20 16:48:07 2012 +0200
81a8117
MINOR: config: set the bind_conf entry on listeners created from a "listen" line.
by Willy Tarreau
· Tue Sep 18 20:52:35 2012 +0200
a020fbd
MINOR: stats: fill the file and line numbers in the stats frontend
by Willy Tarreau
· Tue Sep 18 20:05:00 2012 +0200
28a47d6
MINOR: config: pass the file and line to config keyword parsers
by Willy Tarreau
· Tue Sep 18 20:02:48 2012 +0200
51fb765
MINOR: listener: add a scope field in the bind keyword lists
by Willy Tarreau
· Tue Sep 18 18:24:39 2012 +0200
8638f48
MEDIUM: config: enumerate full list of registered "bind" keywords upon error
by Willy Tarreau
· Tue Sep 18 18:01:17 2012 +0200
d0a895d
MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c
by Willy Tarreau
· Tue Sep 18 17:40:35 2012 +0200
3dcc341
MEDIUM: config: move the common "bind" settings to listener.c
by Willy Tarreau
· Tue Sep 18 17:17:28 2012 +0200
dda322d
MINOR: config: improve error reporting for "bind" lines
by Willy Tarreau
· Tue Sep 18 16:34:09 2012 +0200
79eeafa
MEDIUM: move bind SSL parsing to ssl_sock
by Willy Tarreau
· Fri Sep 14 07:53:05 2012 +0200
4479124
MEDIUM: config: move the "bind" TCP parameters to proto_tcp
by Willy Tarreau
· Wed Sep 12 23:27:21 2012 +0200
2698266
MEDIUM: listener: add a minimal framework to register "bind" keyword options
by Willy Tarreau
· Wed Sep 12 23:17:10 2012 +0200
88500de
CLEANUP: listener: remove unused conf->file and conf->line
by Willy Tarreau
· Thu Sep 13 19:34:38 2012 +0200
2a65ff0
MEDIUM: config: replace ssl_conf by bind_conf
by Willy Tarreau
· Thu Sep 13 17:54:29 2012 +0200
d1d5454
REORG: split "protocols" files into protocol and listener
by Willy Tarreau
· Wed Sep 12 22:58:11 2012 +0200
21c705b
MINOR: config: add a function to indent error messages
by Willy Tarreau
· Fri Sep 14 11:40:36 2012 +0200
3e394c9
BUG/MAJOR: ssl: missing tests in ACL fetch functions
by Willy Tarreau
· Fri Sep 14 23:56:58 2012 +0200
aeff252
DOC: duplicate ssl_sni section
by Guillaume Castagnino
· Thu Sep 13 15:02:53 2012 +0200
2e1dca8
MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection
by Willy Tarreau
· Wed Sep 12 08:43:15 2012 +0200
1621682
[RELEASE] Released version 1.5-dev12
by Willy Tarreau
· Mon Sep 10 09:46:55 2012 +0200
d450881
DOC: add some info about openssl build in the README
by Willy Tarreau
· Mon Sep 10 09:07:41 2012 +0200
8f182d9
BUILD: automatically add -lcrypto for SSL
by Willy Tarreau
· Mon Sep 10 09:11:22 2012 +0200
a0ee1d0
DOC: add missing SSL options for servers and listeners
by Willy Tarreau
· Mon Sep 10 09:01:23 2012 +0200
69845df
DOC: add a special acknowledgement for the stud project
by Willy Tarreau
· Mon Sep 10 09:43:09 2012 +0200
7875d09
MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_*
by Willy Tarreau
· Mon Sep 10 08:20:03 2012 +0200
1ee0e30
BUILD: report openssl build settings in haproxy -vv
by Willy Tarreau
· Mon Sep 10 07:16:05 2012 +0200
fc0421f
MEDIUM: ssl: add support for SNI and wildcard certificates
by Emeric Brun
· Fri Sep 07 17:30:07 2012 +0200
61aaad0
CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read
by Baptiste
· Sat Sep 08 23:10:03 2012 +0200
0e0bf80
BUILD: makefile: report USE_OPENSSL status in build options
by Willy Tarreau
· Sat Sep 08 11:28:56 2012 +0200
f5ae8f7
MEDIUM: config: centralize handling of SSL config per bind line
by Willy Tarreau
· Fri Sep 07 16:58:00 2012 +0200
aa52bef
BUILD: shut a gcc warning introduced by commit 269ab31
by Willy Tarreau
· Fri Sep 07 22:18:59 2012 +0200
921507a
LICENSE: add licence exception for OpenSSL
by William Lallemand
· Fri Sep 07 10:48:59 2012 +0200
50acaaa
MINOR: config: make the tasks "nice" value configurable on "bind" lines.
by Willy Tarreau
· Thu Sep 06 14:26:36 2012 +0200
58363cf
MEDIUM: connection: improve error handling around the data layer
by Willy Tarreau
· Thu Sep 06 14:12:03 2012 +0200
184636e
BUG: tcp: close socket fd upon connect error
by Willy Tarreau
· Thu Sep 06 14:04:41 2012 +0200
403edff
MEDIUM: config: implement maxsslconn in the global section
by Willy Tarreau
· Thu Sep 06 11:58:37 2012 +0200
cbaaec4
MINOR: session: do not send an HTTP/500 error on SSL sockets
by Willy Tarreau
· Thu Sep 06 11:32:07 2012 +0200
32368ce
MEDIUM: config: support per-listener backlog and maxconn
by Willy Tarreau
· Thu Sep 06 11:10:55 2012 +0200
269ab31
BUG/MEDIUM: workaround an eglibc bug which truncates the pidfiles when nbproc > 1
by Willy Tarreau
· Wed Sep 05 08:02:48 2012 +0200
ee2e3a4
BUILD: ssl: use MAP_ANON instead of MAP_ANONYMOUS
by Willy Tarreau
· Tue Sep 04 15:43:25 2012 +0200
e566ecb
MEDIUM: ssl: add support for prefer-server-ciphers option
by David BERARD
· Tue Sep 04 15:15:13 2012 +0200
ff9f769
BUILD: fix build error without SSL (ssl_cert)
by Willy Tarreau
· Tue Sep 04 15:13:20 2012 +0200
d50265a
BUILD: include sys/socket.h to fix build failure on FreeBSD
by Willy Tarreau
· Tue Sep 04 14:18:33 2012 +0200
18b2059
BUILD: ssl: fix shctx build on RHEL with futex
by Willy Tarreau
· Tue Sep 04 12:26:26 2012 +0200
783f258
BUILD: http: rename error_message http_error_message to fix conflicts on RHEL
by Willy Tarreau
· Tue Sep 04 12:19:04 2012 +0200
0573747
BUG: ssl: mark the connection as waiting for an SSL connection during the handshake
by Willy Tarreau
· Tue Sep 04 08:03:39 2012 +0200
c230b8b
MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines
by Willy Tarreau
· Mon Sep 03 23:55:16 2012 +0200
d7aacbf
MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites
by Willy Tarreau
· Mon Sep 03 23:34:19 2012 +0200
fc32aca
MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size.
by Emeric Brun
· Mon Sep 03 12:10:29 2012 +0200
aa35f1f
MEDIUM: ssl: replace OpenSSL's session cache with the shared cache
by Emeric Brun
· Mon Sep 03 11:53:36 2012 +0200
3e541d1
MEDIUM: ssl: add shared memory session cache implementation.
by Emeric Brun
· Mon Sep 03 11:14:36 2012 +0200
fbac663
MINOR: ssl: disable TCP quick-ack by default on SSL listeners
by Willy Tarreau
· Mon Sep 03 22:33:40 2012 +0200
7444f01
BUILD: add optional support for SSL via the USE_OPENSSL flag
by Emeric Brun
· Fri May 18 15:48:30 2012 +0200
e1f38db
MEDIUM: ssl: protect against client-initiated renegociation
by Emeric Brun
· Mon Sep 03 20:36:47 2012 +0200
01f8e2f
MEDIUM: config: add support for the 'ssl' option on 'server' lines
by Emeric Brun
· Fri May 18 16:02:00 2012 +0200
6e15929
MEDIUM: config: add the 'ssl' keyword on 'bind' lines
by Emeric Brun
· Fri May 18 16:32:13 2012 +0200
4659195
MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer
by Emeric Brun
· Fri May 18 15:47:34 2012 +0200
7dd0e50
MEDIUM: connection: add a new handshake flag for SSL (CO_FL_SSL_WAIT_HS).
by Emeric Brun
· Fri May 18 15:47:34 2012 +0200
c6545ac
MINOR: server: add SSL context to servers if USE_OPENSSL is defined
by Emeric Brun
· Fri May 18 15:46:21 2012 +0200
0b8d4d9
MINOR: protocol: add SSL context to listeners if USE_OPENSSL is defined
by Emeric Brun
· Fri May 18 15:46:21 2012 +0200
dd2f85e
CLEANUP: includes: fix includes for a number of users of fd.h
by Willy Tarreau
· Sun Sep 02 22:34:23 2012 +0200
45dab73
CLEANUP: fdtab: flatten the struct and merge the spec struct with the rest
by Willy Tarreau
· Sun Sep 02 22:19:18 2012 +0200
40ff59d
CLEANUP: fd: remove fdtab->flags
by Willy Tarreau
· Sun Sep 02 22:14:47 2012 +0200
34ffd77
MAJOR: stream_interface: continue to update data polling flags during handshakes
by Willy Tarreau
· Mon Sep 03 16:51:27 2012 +0200
d9de7ca
MEDIUM: connection: avoid calling handshakes when polling is required
by Willy Tarreau
· Sun Sep 02 18:48:46 2012 +0200
56a77e5
MEDIUM: connection: complete the polling cleanups
by Willy Tarreau
· Sun Sep 02 18:34:44 2012 +0200
f8deb0c
MEDIUM: connection: only call tcp_connect_probe when nothing was attempted yet
by Willy Tarreau
· Sat Sep 01 17:59:22 2012 +0200
e9dfa79
MAJOR: connection: rearrange the polling flags.
by Willy Tarreau
· Sat Sep 01 17:26:16 2012 +0200
74172ff
CLEANUP: frontend: remove the old proxy protocol decoder
by Willy Tarreau
· Fri Aug 31 17:52:35 2012 +0200
22cda21
MAJOR: connection: make the PROXY decoder a handshake handler
by Willy Tarreau
· Fri Aug 31 17:43:29 2012 +0200
2542b53
MAJOR: session: introduce embryonic sessions
by Willy Tarreau
· Fri Aug 31 16:01:23 2012 +0200
15678ef
MEDIUM: connection: add an ->init function to data layer
by Willy Tarreau
· Fri Aug 31 13:54:11 2012 +0200
64ee491
MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key
by Willy Tarreau
· Thu Aug 30 22:59:48 2012 +0200
14f8e86
MEDIUM: proto_tcp: remove any dependence on stream_interface
by Willy Tarreau
· Thu Aug 30 22:23:13 2012 +0200
93b0f4f
MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags
by Willy Tarreau
· Thu Aug 30 21:23:53 2012 +0200
986a9d2
MAJOR: connection: move the addr field from the stream_interface
by Willy Tarreau
· Thu Aug 30 21:11:38 2012 +0200
3cefd52
REORG: connection: move the target pointer from si to connection
by Willy Tarreau
· Thu Aug 30 15:49:18 2012 +0200
8263d2b
CLEANUP: channel: use "channel" instead of "buffer" in function names
by Willy Tarreau
· Tue Aug 28 00:06:31 2012 +0200
03cdb7c
CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_
by Willy Tarreau
· Mon Aug 27 23:14:58 2012 +0200
af81935
REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h}
by Willy Tarreau
· Mon Aug 27 22:08:00 2012 +0200
f941cf2
MAJOR: channel: remove the BF_FULL flag
by Willy Tarreau
· Mon Aug 27 20:53:34 2012 +0200
3bf1b2b
MAJOR: channel: stop relying on BF_FULL to take action
by Willy Tarreau
· Mon Aug 27 20:46:07 2012 +0200
Next »