summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUILD: reorder objects in the Makefile for faster builds20200605-rework-include-finalWilly Tarreau2020-06-051-25/+29
* REORG: include: move the error reporting functions to from log.h to errors.hWilly Tarreau2020-06-0546-53/+78
* CLEANUP: include: move sample_data out of sample-t.hWilly Tarreau2020-06-056-35/+60
* CLEANUP: include: don't include proxy-t.h in global-t.hWilly Tarreau2020-06-051-2/+2
* CLEANUP: include: don't include stddef.h directlyWilly Tarreau2020-06-054-4/+4
* REORG: check: extract the external checks from check.{c,h}Willy Tarreau2020-06-056-632/+727
* REORG: check: move email_alert* from proxy-t.h to mailers-t.hWilly Tarreau2020-06-052-17/+20
* REORG: check: move tcpchecks away from check.cWilly Tarreau2020-06-0513-3953/+4153
* REORG: check: move the e-mail alerting code to mailers.cWilly Tarreau2020-06-056-334/+360
* CLEANUP: hpack: export debug functions and move inlines to .hWilly Tarreau2020-06-052-12/+17
* REORG: include: move cfgparse.h to haproxy/cfgparse.hWilly Tarreau2020-06-0542-48/+48
* REORG: include: move stream.h to haproxy/stream{,-t}.hWilly Tarreau2020-06-0565-124/+111
* REORG: include: move server.h to haproxy/server{,-t}.hWilly Tarreau2020-06-0542-115/+106
* REORG: include: move queue.h to haproxy/queue{,-t}.hWilly Tarreau2020-06-0519-74/+68
* REORG: include: move backend.h to haproxy/backend{,-t}.hWilly Tarreau2020-06-0522-36/+26
* REORG: include: move spoe.h to haproxy/spoe{,-t}.hWilly Tarreau2020-06-057-63/+57
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-0560-89/+78
* REORG: include: move log.h to haproxy/log{,-t}.hWilly Tarreau2020-06-0565-172/+163
* REORG: include: move fcgi-app.h to haproxy/fcgi-app{,-t}.hWilly Tarreau2020-06-054-17/+16
* REORG: include: move filters.h to haproxy/filters{,-t}.hWilly Tarreau2020-06-0517-47/+36
* REORG: include: move http_ana.h to haproxy/http_ana{,-t}.hWilly Tarreau2020-06-0532-45/+33
* REORG: include: move channel.h to haproxy/channel{,-t}.hWilly Tarreau2020-06-0537-62/+44
* REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.hWilly Tarreau2020-06-0547-57/+57
* REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.hWilly Tarreau2020-06-0518-74/+60
* REORG: include: move lb_map.h to haproxy/lb_map{,-t}.hWilly Tarreau2020-06-056-12/+12
* REORG: include: move cli.h to haproxy/cli{,-t}.hWilly Tarreau2020-06-0527-71/+52
* REORG: include: move stats.h to haproxy/stats{,-t}.hWilly Tarreau2020-06-0521-80/+74
* REORG: move applet.h to haproxy/applet{,-t}.hWilly Tarreau2020-06-0527-48/+44
* REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.hWilly Tarreau2020-06-0513-36/+60
* REORG: include: move acl.h to haproxy/acl.h{,-t}.hWilly Tarreau2020-06-0525-42/+36
* REORG: include: move trace.h to haproxy/trace{,-t}.hWilly Tarreau2020-06-057-18/+19
* REORG: include: move session.h to haproxy/session{,-t}.hWilly Tarreau2020-06-0520-49/+42
* REORG: include: move stick_table.h to haproxy/stick_table{,-t}.hWilly Tarreau2020-06-0522-56/+60
* REORG: include: move peers.h to haproxy/peers{,-t}.hWilly Tarreau2020-06-0510-27/+32
* REORG: include: move http_fetch.h to haproxy/http_fetch.hWilly Tarreau2020-06-058-15/+13
* REORG: include: move checks.h to haproxy/check{,-t}.hWilly Tarreau2020-06-0518-144/+152
* REORG: include: move connection.h to haproxy/connection{,-t}.hWilly Tarreau2020-06-0537-132/+135
* REORG: include: move tcp_rules.h to haproxy/tcp_rules.hWilly Tarreau2020-06-0512-16/+17
* REORG: include: move signal.h to haproxy/signal{,-t}.hWilly Tarreau2020-06-0518-25/+22
* REORG: include: move proto_tcp.h to haproxy/proto_tcp.hWilly Tarreau2020-06-059-13/+16
* REORG: include: move task.h to haproxy/task{,-t}.hWilly Tarreau2020-06-0548-168/+164
* REORG: include: split global.h into haproxy/global{,-t}.hWilly Tarreau2020-06-0584-235/+245
* REORG: include: move vars.h to haproxy/vars{,-t}.hWilly Tarreau2020-06-0519-70/+112
* REORG: include: move protocol_buffers.h to haproxy/protobuf{,-t}.hWilly Tarreau2020-06-054-12/+14
* REORG: include: move sample.h to haproxy/sample{,-t}.hWilly Tarreau2020-06-0556-67/+66
* REORG: include: move payload.h to haproxy/payload.hWilly Tarreau2020-06-054-7/+7
* REORG: include: move map to haproxy/map{,-t}.hWilly Tarreau2020-06-056-14/+13
* REORG: include: move pattern.h to haproxy/pattern{,-t}.hWilly Tarreau2020-06-0517-32/+32
* REORG: include: move listener.h to haproxy/listener{,-t}.hWilly Tarreau2020-06-0529-39/+38
* REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.hWilly Tarreau2020-06-055-12/+12