summaryrefslogtreecommitdiff
path: root/src/proto_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* [BUG] config: tcp-request content only accepts "if" or "unless"Willy Tarreau2009-07-141-1/+9
* [BUG] fix parser crash on unconditional tcp content rulesWilly Tarreau2009-05-101-1/+1
* [MINOR] improve reporting of misplaced acl/reqxxx rulesWilly Tarreau2009-03-311-1/+0
* [MINOR] tcp_request: let the caller take care of errors and timeoutsWilly Tarreau2009-03-151-29/+4
* [CLEANUP] config: catch and report some possibly wrong rule orderingWilly Tarreau2009-03-151-0/+1
* [MINOR] tcp-inspect: permit the use of no-delay inspectionWilly Tarreau2009-03-151-2/+2
* [BUG] interface binding: length must include the trailing zeroWilly Tarreau2009-03-061-1/+1
* [MINOR] add support for bind interface nameWilly Tarreau2009-02-041-0/+10
* [OPTIM] buffer: replace rlim by max_lenWilly Tarreau2009-01-091-2/+2
* [MINOR] move the listener reference from fd to sessionWilly Tarreau2008-12-071-1/+0
* [MEDIUM] extract TCP request processing from HTTPWilly Tarreau2008-11-301-5/+125
* [MINOR] replace client_retnclose() with stream_int_retnclose()Willy Tarreau2008-11-301-1/+0
* [MINOR] change type of fdtab[]->owner to void*Willy Tarreau2008-11-021-1/+1
* [BUILD] fix warning in proto_tcp.c with gcc >= 4Willy Tarreau2008-08-171-2/+2
* [MEDIUM] acl: when possible, report the name and requirements of ACLs in warn...Willy Tarreau2008-08-031-2/+18
* [MEDIUM] acl: set types on all currently known ACL verbsWilly Tarreau2008-07-251-2/+2
* [CLEANUP] remove many #include <types/xxx> from C filesWilly Tarreau2008-07-161-4/+0
* [CLEANUP] remove unused include/types/client.hWilly Tarreau2008-07-161-1/+0
* [MINOR] acl: add req_ssl_ver in TCP, to match an SSL versionWilly Tarreau2008-07-161-1/+112
* [MAJOR] implement tcp request content inspectionWilly Tarreau2008-07-161-0/+130
* [BUG] fix truncated responses with sepollWilly Tarreau2008-01-181-1/+0
* [MEDIUM] fix server health checks source address selectionWilly Tarreau2008-01-131-1/+84
* [MINOR] add transparent proxy support for balabit's Tproxy v4Willy Tarreau2008-01-131-1/+2
* [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY)Willy Tarreau2008-01-131-0/+7
* [MINOR] add support for the "backlog" parameterWilly Tarreau2008-01-061-1/+1
* [MAJOR] create proto_tcp and move initialization of proxy listenersWilly Tarreau2007-11-041-0/+255