haproxy/include/proto
Willy Tarreau 830ff458de [MAJOR] reworked ->be, ->fe and ->fi in sessions
There was a confusion about the way to find filters and backend
parameters from sessions. The chaining has been changed between
the session and the proxy.

Now, a session knows only two proxies : one frontend (->fe) and
one backend (->be). Each proxy has a link to the proxy providing
filters and to the proxy providing backend parameters (both self
by default).

The captures (cookies and headers) have been attached to the
frontend's filters for now.

The uri_auth and the statistics are attached to the backend's
filters so that the uri can depend on a hostname for instance.
2006-12-17 19:31:23 +01:00
..
backend.h [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
buffers.h [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
checks.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
client.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
fd.h [CLEANUP] fd.h : regparm was hardcoded. 2006-10-15 22:56:08 +02:00
hdr_idx.h [BUG] files were missing for hdr_idx in previous commit 2006-12-04 02:20:02 +01:00
log.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
polling.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
proto_http.h [MAJOR] reworked ->be, ->fe and ->fi in sessions 2006-12-17 19:31:23 +01:00
proxy.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
queue.h [CLEANUP] add a few "const char *" where appropriate 2006-10-15 15:17:57 +02:00
server.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
session.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
stream_sock.h [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() 2006-07-29 19:01:31 +02:00
task.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00
template.h [CLEANUP] included common/version.h everywhere 2006-06-29 18:54:54 +02:00