haproxy-2.5.git
2020-06-16 Willy TarreauBUG/MEDIUM: cfgparse: use parse_line() to expand/unquot...
2020-06-16 Willy TarreauMINOR: tools: add a new configurable line parse, parse_...
2020-06-16 Willy TarreauBUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to...
2020-06-15 Tim DuesterhusBUG/MAJOR: vars: Fix bogus free() during deinit() for...
2020-06-15 Willy TarreauBUILD: haproxy: mark deinit_and_exit() as noreturn
2020-06-15 Willy TarreauBUG/MINOR: tcp-rules: tcp-response must check the buffe...
2020-06-15 Willy TarreauBUG/MINOR: http: make smp_fetch_body() report that...
2020-06-14 Willy TarreauBUILD: atomic: add string.h for memcpy() on ARM64
2020-06-14 Willy TarreauBUILD: compression: make gcc 10 happy with free_zlib()
2020-06-14 Tim DuesterhusBUG/MINOR: haproxy: Free rule->arg.vars.expr during...
2020-06-14 Tim DuesterhusMINOR: haproxy: Make use of deinit_and_exit() for clean...
2020-06-14 Tim DuesterhusMINOR: haproxy: Add void deinit_and_exit(int)
2020-06-13 Ilya ShipitsinCI: travis-ci: use "-O1" for clang builds
2020-06-12 Tim DuesterhusBUG/MEDIUM: checks: Fix off-by-one in allocation of...
2020-06-12 Willy TarreauBUILD: proto_uxst: shut up yet another gcc's absurd...
2020-06-12 Willy TarreauBUILD: thread: add parenthesis around values of locking...
2020-06-11 William LallemandBUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl...
2020-06-11 Tim DuesterhusBUILD: Re-enable -Wimplicit-fallthrough
2020-06-11 Willy TarreauBUG/MEDIUM: pattern: fix thread safety of pattern matching
2020-06-11 Tim DuesterhusBUILD: Remove nowarn for warnings that do not trigger
2020-06-11 Willy TarreauBUG/MEDIUM: log: don't hold the log lock during writev...
2020-06-11 Willy TarreauBUILD: include: add sys/types before netinet/tcp.h
2020-06-11 Willy Tarreau[RELEASE] Released version 2.2-dev9 v2.2-dev9
2020-06-11 Willy TarreauREORG: dgram: rename proto_udp to dgram
2020-06-11 Willy TarreauREORG: include: make list-t.h part of the base API
2020-06-11 Willy TarreauCLEANUP: include: tree-wide alphabetical sort of includ...
2020-06-11 Willy TarreauREORG: include: move THREAD_LOCAL and __decl_thread...
2020-06-11 Willy TarreauREORG: include: move MAX_THREADS to defaults.h
2020-06-11 Willy TarreauCLEANUP: include: make atomic.h part of the base API
2020-06-11 Willy TarreauCLEANUP: compiler: add a THREAD_ALIGNED macro and use...
2020-06-11 Willy TarreauBUILD: reorder objects in the Makefile for faster builds
2020-06-11 Willy TarreauREORG: include: move the error reporting functions...
2020-06-11 Willy TarreauCLEANUP: include: move sample_data out of sample-t.h
2020-06-11 Willy TarreauCLEANUP: include: don't include proxy-t.h in global-t.h
2020-06-11 Willy TarreauCLEANUP: include: don't include stddef.h directly
2020-06-11 Willy TarreauREORG: check: extract the external checks from check...
2020-06-11 Willy TarreauREORG: check: move email_alert* from proxy-t.h to maile...
2020-06-11 Willy TarreauREORG: check: move tcpchecks away from check.c
2020-06-11 Willy TarreauREORG: check: move the e-mail alerting code to mailers.c
2020-06-11 Willy TarreauCLEANUP: hpack: export debug functions and move inlines...
2020-06-11 Willy TarreauREORG: include: move cfgparse.h to haproxy/cfgparse.h
2020-06-11 Willy TarreauREORG: include: move stream.h to haproxy/stream{,-t}.h
2020-06-11 Willy TarreauREORG: include: move server.h to haproxy/server{,-t}.h
2020-06-11 Willy TarreauREORG: include: move queue.h to haproxy/queue{,-t}.h
2020-06-11 Willy TarreauREORG: include: move backend.h to haproxy/backend{...
2020-06-11 Willy TarreauREORG: include: move spoe.h to haproxy/spoe{,-t}.h
2020-06-11 Willy TarreauREORG: include: move proxy.h to haproxy/proxy{,-t}.h
2020-06-11 Willy TarreauREORG: include: move log.h to haproxy/log{,-t}.h
2020-06-11 Willy TarreauREORG: include: move fcgi-app.h to haproxy/fcgi-app...
2020-06-11 Willy TarreauREORG: include: move filters.h to haproxy/filters{...
2020-06-11 Willy TarreauREORG: include: move http_ana.h to haproxy/http_ana...
2020-06-11 Willy TarreauREORG: include: move channel.h to haproxy/channel{...
2020-06-11 Willy TarreauREORG: include: move stream_interface.h to haproxy...
2020-06-11 Willy TarreauREORG: include: move ssl_sock.h to haproxy/ssl_sock...
2020-06-11 Willy TarreauREORG: include: move lb_map.h to haproxy/lb_map{,-t}.h
2020-06-11 Willy TarreauREORG: include: move cli.h to haproxy/cli{,-t}.h
2020-06-11 Willy TarreauREORG: include: move stats.h to haproxy/stats{,-t}.h
2020-06-11 Willy TarreauREORG: move applet.h to haproxy/applet{,-t}.h
2020-06-11 Willy TarreauREORG: include: split common/uri_auth.h into haproxy...
2020-06-11 Willy TarreauREORG: include: move acl.h to haproxy/acl.h{,-t}.h
2020-06-11 Willy TarreauREORG: include: move trace.h to haproxy/trace{,-t}.h
2020-06-11 Willy TarreauREORG: include: move session.h to haproxy/session{...
2020-06-11 Willy TarreauREORG: include: move stick_table.h to haproxy/stick_tab...
2020-06-11 Willy TarreauREORG: include: move peers.h to haproxy/peers{,-t}.h
2020-06-11 Willy TarreauREORG: include: move http_fetch.h to haproxy/http_fetch.h
2020-06-11 Willy TarreauREORG: include: move checks.h to haproxy/check{,-t}.h
2020-06-11 Willy TarreauREORG: include: move connection.h to haproxy/connection...
2020-06-11 Willy TarreauREORG: include: move tcp_rules.h to haproxy/tcp_rules.h
2020-06-11 Willy TarreauREORG: include: move signal.h to haproxy/signal{,-t}.h
2020-06-11 Willy TarreauREORG: include: move proto_tcp.h to haproxy/proto_tcp.h
2020-06-11 Willy TarreauREORG: include: move task.h to haproxy/task{,-t}.h
2020-06-11 Willy TarreauREORG: include: split global.h into haproxy/global...
2020-06-11 Willy TarreauREORG: include: move vars.h to haproxy/vars{,-t}.h
2020-06-11 Willy TarreauREORG: include: move protocol_buffers.h to haproxy...
2020-06-11 Willy TarreauREORG: include: move sample.h to haproxy/sample{,-t}.h
2020-06-11 Willy TarreauREORG: include: move payload.h to haproxy/payload.h
2020-06-11 Willy TarreauREORG: include: move map to haproxy/map{,-t}.h
2020-06-11 Willy TarreauREORG: include: move pattern.h to haproxy/pattern{...
2020-06-11 Willy TarreauREORG: include: move listener.h to haproxy/listener...
2020-06-11 Willy TarreauREORG: include: move lb_fwrr.h to haproxy/lb_fwrr{...
2020-06-11 Willy TarreauREORG: include: move lb_fwlc.h to haproxy/lb_fwlc{...
2020-06-11 Willy TarreauREORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h
2020-06-11 Willy TarreauREORG: include: move lb_chash.h to haproxy/lb_chash...
2020-06-11 Willy TarreauREORG: move ssl_crtlist.h to haproxy/ssl_crtlist{,...
2020-06-11 Willy TarreauREORG: include: move ssl_ckch.h to haproxy/ssl_ckch...
2020-06-11 Willy TarreauREORG: include: move ssl_utils.h to haproxy/ssl_utils.h
2020-06-11 Willy TarreauREORG: include: move mworker.h to haproxy/mworker{...
2020-06-11 Willy TarreauCLEANUP: include: remove unused mux_pt.h
2020-06-11 Willy TarreauREORG: include: move http_rules.h to haproxy/http_rules.h
2020-06-11 Willy TarreauREORG: include: move obj_type.h to haproxy/obj_type...
2020-06-11 Willy TarreauREORG: include: move frontend.h to haproxy/frontend.h
2020-06-11 Willy TarreauREORG: include: move capture.h to haproxy/capture{...
2020-06-11 Willy TarreauREORG: include: split mailers.h into haproxy/mailers...
2020-06-11 Willy TarreauREORG: include: move counters.h to haproxy/counters-t.h
2020-06-11 Willy TarreauREORG: include: move flt_http_comp.h to haproxy/
2020-06-11 Willy TarreauREORG: include: move dns.h to haproxy/dns{,-t}.h
2020-06-11 Willy TarreauREORG: include: move auth.h to haproxy/auth{,-t}.h
2020-06-11 Willy TarreauREORG: include: move arg.h to haproxy/arg{,-t}.h
2020-06-11 Willy TarreauREORG: include: move action.h to haproxy/action{,-t}.h
2020-06-11 Willy TarreauREORG: include: move hlua_fcn.h to haproxy/hlua_fcn.h
next