haproxy/include/types
Willy Tarreau 02d6cfc1d7 MAJOR: buffer: replace buf->l with buf->{o+i}
We don't have buf->l anymore. We have buf->i for pending data and
the total length is retrieved by adding buf->o. Some computation
already become simpler.

Despite extreme care, bugs are not excluded.

It's worth noting that msg->err_pos as set by HTTP request/response
analysers becomes relative to pending data and not to the beginning
of the buffer. This has not been completed yet so differences might
occur when outgoing data are left in the buffer.
2012-05-08 12:28:10 +02:00
..
acl.h CLEANUP: acl: remove last data fields from the acl_test struct 2011-12-30 17:33:26 +01:00
auth.h [REORG] http: move the http-request rules to proto_http 2011-03-13 22:00:24 +01:00
backend.h MEDIUM: backend: add the 'first' balancing algorithm 2012-02-21 22:27:27 +01:00
buffers.h MAJOR: buffer: replace buf->l with buf->{o+i} 2012-05-08 12:28:10 +02:00
capture.h
checks.h CLEANUP: Fix HCHK spelling errors 2012-03-24 21:54:25 +01:00
counters.h [MINOR] stats: report the number of requests intercepted by the frontend 2011-09-10 23:32:41 +02:00
fd.h
freq_ctr.h
global.h MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid 2012-04-07 16:05:39 +02:00
hdr_idx.h
lb_chash.h
lb_fas.h MEDIUM: backend: add the 'first' balancing algorithm 2012-02-21 22:27:27 +01:00
lb_fwlc.h
lb_fwrr.h
lb_map.h
log.h MINOR: log: log-format: usable without httplog and tcplog 2012-04-07 16:25:26 +02:00
pattern.h MEDIUM: pattern: change the pattern data integer from unsigned to signed 2011-12-30 17:33:25 +01:00
peers.h [MEDIUM] add internal support for IPv6 server addresses 2011-03-13 22:00:12 +01:00
pipe.h
port_range.h
proto_http.h MEDIUM: move message-related flags from transaction to message 2012-04-30 11:57:00 +02:00
proto_tcp.h
protocols.h OPTIM/MINOR: move struct sockaddr_storage to the tail of structs 2011-10-23 19:08:46 +02:00
proxy.h MEDIUM: log: Unique ID 2012-04-07 16:25:26 +02:00
queue.h
server.h MEDIUM: backend: add the 'first' balancing algorithm 2012-02-21 22:27:27 +01:00
session.h MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET 2012-04-07 18:03:52 +02:00
signal.h [MEDIUM] signals: add support for registering functions and tasks 2010-08-27 18:00:40 +02:00
stick_table.h [MEDIUM] IPv6 support for stick-tables 2011-03-29 01:09:14 +02:00
stream_interface.h MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET 2012-04-07 18:03:52 +02:00
task.h [MEDIUM] signals: add support for registering functions and tasks 2010-08-27 18:00:40 +02:00
template.h