haproxy/src
Willy Tarreau 18b2059a75 BUILD: ssl: fix shctx build on RHEL with futex
On RHEL/CentOS, linux/futex.h uses an u32 type which is never declared
anywhere. Let's set it with a #define in order to fix the issue without
causing conflicts with possible typedefs on other platforms.
2012-09-04 12:26:26 +02:00
..
acl.c REORG: buffers: split buffers into chunk,buffer,channel 2012-09-03 20:47:32 +02:00
appsession.c
arg.c
auth.c
backend.c MEDIUM: proto_tcp: remove any dependence on stream_interface 2012-09-03 20:47:34 +02:00
base64.c
buffer.c REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} 2012-09-03 20:47:33 +02:00
cfgparse.c MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines 2012-09-03 23:55:16 +02:00
channel.c CLEANUP: channel: use "channel" instead of "buffer" in function names 2012-09-03 20:47:33 +02:00
checks.c CLEANUP: fd: remove fdtab->flags 2012-09-03 20:49:14 +02:00
chunk.c REORG: buffers: split buffers into chunk,buffer,channel 2012-09-03 20:47:32 +02:00
connection.c MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer 2012-09-03 20:49:14 +02:00
cttproxy.c
dumpstats.c MAJOR: connection: move the addr field from the stream_interface 2012-09-03 20:47:34 +02:00
ev_epoll.c MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required 2012-09-02 21:53:11 +02:00
ev_kqueue.c MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required 2012-09-02 21:53:11 +02:00
ev_poll.c MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required 2012-09-02 21:53:11 +02:00
ev_select.c MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required 2012-09-02 21:53:11 +02:00
ev_sepoll.c CLEANUP: fdtab: flatten the struct and merge the spec struct with the rest 2012-09-03 20:49:14 +02:00
fd.c MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls 2012-09-02 21:53:11 +02:00
freq_ctr.c
frontend.c CLEANUP: fd: remove fdtab->flags 2012-09-03 20:49:14 +02:00
haproxy.c MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. 2012-09-03 22:36:33 +02:00
hdr_idx.c
i386-linux-vsys.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
log.c MAJOR: connection: move the addr field from the stream_interface 2012-09-03 20:47:34 +02:00
memory.c
peers.c MAJOR: connection: move the addr field from the stream_interface 2012-09-03 20:47:34 +02:00
pipe.c
proto_http.c BUILD: http: rename error_message http_error_message to fix conflicts on RHEL 2012-09-04 12:19:04 +02:00
proto_tcp.c CLEANUP: includes: fix includes for a number of users of fd.h 2012-09-03 20:49:14 +02:00
proto_uxst.c REORG: sock_raw: rename the files raw_sock* 2012-09-02 21:54:56 +02:00
protocols.c MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers 2012-09-02 21:53:12 +02:00
proxy.c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ 2012-09-03 20:47:33 +02:00
queue.c
raw_sock.c MEDIUM: connection: complete the polling cleanups 2012-09-03 20:47:35 +02:00
rbtree.c
regex.c
sample.c CLEANUP: includes: fix includes for a number of users of fd.h 2012-09-03 20:49:14 +02:00
server.c
session.c BUILD: http: rename error_message http_error_message to fix conflicts on RHEL 2012-09-04 12:19:04 +02:00
sessionhash.c
shctx.c BUILD: ssl: fix shctx build on RHEL with futex 2012-09-04 12:26:26 +02:00
signal.c
ssl_sock.c BUG: ssl: mark the connection as waiting for an SSL connection during the handshake 2012-09-04 08:03:39 +02:00
standard.c CLEANUP: includes: fix includes for a number of users of fd.h 2012-09-03 20:49:14 +02:00
stick_table.c
stream_interface.c MAJOR: stream_interface: continue to update data polling flags during handshakes 2012-09-03 20:49:13 +02:00
task.c
time.c
trace.c
uri_auth.c