haproxy-2.5.git
2016-07-05 David CarlierCLEANUP: connection: using internal struct to hold...
2016-06-30 Willy TarreauRevert "BUG/MINOR: ssl: fix potential memory leak in...
2016-06-29 Hubert VerstraeteCLEANUP: fixed some usages of realloc leading to memory...
2016-06-29 Hubert VerstraeteMINOR: new function my_realloc2 = realloc + free upon...
2016-06-28 Christopher... BUG/MINOR: Rework slightly commit 9962f8fc to clean...
2016-06-28 Willy TarreauBUG/MEDIUM: http: unbreak uri/header/url_param hashing
2016-06-27 David CarlierCLEANUP: dumpstats: u64 field is an unsigned type.
2016-06-26 Willy TarreauDOC: add missing doc for http-request deny [deny_status...
2016-06-24 Willy TarreauBUG/BUILD: don't automatically run "make" on "make...
2016-06-24 Willy TarreauBUG/MINOR: http: fix misleading error message for respo...
2016-06-24 mildisBUG/MINOR: ssl: close ssl key file on error
2016-06-22 Willy TarreauBUG/MINOR: srv-state: fix incorrect output of state...
2016-06-21 Christopher... BUG/MINOR: filters: Fix HTTP parsing when a filter...
2016-06-21 Christopher... BUG/MEDIUM: filters: Fix data filtering when data are...
2016-06-21 Willy TarreauCLEANUP: external-check: don't block/unblock SIGCHLD...
2016-06-21 Willy TarreauBUG/MINOR: external-checks: do not unblock undesired...
2016-06-21 Willy TarreauBUG/MAJOR: external-checks: use asynchronous signal...
2016-06-21 Willy TarreauBUG/MEDIUM: external-checks: close all FDs right after...
2016-06-21 Willy TarreauBUG/MINOR: init: ensure that FD limit is raised to...
2016-06-21 Willy TarreauBUG/MINOR: init: always ensure that global.rlimit_nofil...
2016-06-20 Bertrand JacquinMINOR: tcp: add "tcp-request connection expect-netscale...
2016-06-20 Bertrand JacquinMINOR: listener: add the "accept-netscaler-cip" option...
2016-06-20 Willy TarreauBUILD: ssl: fix typo causing a build failure in the...
2016-06-20 Emmanuel HocdetMINOR: ssl: crt-list parsing factor
2016-06-20 Emmanuel HocdetMEDIUM: ssl: support SNI filters with multicerts
2016-06-20 Pavlos ParissisMINOR: systemd: Perform sanity check on config before...
2016-06-20 Pavlos ParissisMINOR: systemd: Use variable for config and pidfile...
2016-06-17 Ruoshan HuangBUG/MINOR: fix http-response set-log-level parsing...
2016-06-16 Dragan DosenDOC: http: add documentation for url32 and url32+src
2016-06-16 Dragan DosenBUG/MINOR: http: url32+src should check cli_conn before...
2016-06-16 Dragan DosenBUG/MINOR: http: url32+src should use the big endian...
2016-06-14 William LallemandMEDIUM: dumpstats: make stats_tlskeys_list() yield...
2016-06-14 William LallemandBUG/MEDIUM: dumpstats: undefined behavior in stats_tlsk...
2016-06-13 Dragan DosenMINOR: stream: export the function 'smp_create_src_stkctr'
2016-06-12 Roberto GuimaraesBUG/MINOR: ssl: fix potential memory leak in ssl_sock_l...
2016-06-08 Thierry FournierBUG/MEDIUM: http: add-header: buffer overwritten
2016-06-08 Thierry FournierBUG/MINOR: http: add-header: header name copied twice
2016-06-08 Thierry FournierBUG/MEDIUM: lua: converters doesn't work
2016-06-07 Willy TarreauBUILD/MEDIUM: force a full rebuild if some build option...
2016-06-07 Willy TarreauBUILD/MEDIUM: rebuild everything when an include file...
2016-06-07 Thierry FournierBUG/MEDIUM: sticktables: segfault in some configuration...
2016-06-01 William LallemandMEDIUM: tcp/http: new set-dst/set-dst-port actions
2016-06-01 William LallemandMEDIUM: tcp/http: add 'set-src-port' action
2016-06-01 William LallemandMINOR: set the CO_FL_ADDR_FROM_SET flags with 'set...
2016-06-01 William LallemandMEDIUM: tcp: add 'set-src' to 'tcp-request connection'
2016-06-01 William LallemandDOC: update doc about tls-tickets-keys dump
2016-05-31 William LallemandMEDIUM: dumpstats: 'show tls-keys' is now able to show...
2016-05-31 William LallemandBUG/MEDIUM: fix risk of segfault with "show tls-keys"
2016-05-26 Cyril BontéBUG/MEDIUM: stats: show servers state may show an serve...
2016-05-26 Willy TarreauBUG/MEDIUM: config: fix multiple declaration of section...
2016-05-26 Willy TarreauBUILD: fix build on Solaris 11
2016-05-25 Lukas TribusBUG/MEDIUM: dns: unbreak DNS resolver after header fix
2016-05-25 Willy TarreauMINOR: stick-table: change all stick-table converters...
2016-05-25 Willy TarreauBUG/MEDIUM: stick-tables: fix breakage in table converters
2016-05-25 Willy TarreauBUG/MAJOR: http: fix breakage of "reqdeny" causing...
2016-05-19 Nenad MerdanovicDOC: Fix typo so fetch is properly parsed by Cyril...
2016-05-19 Vincent BernatBUG/MINOR: fix listening IP address storage for fronten...
2016-05-19 Vincent BernatBUG/MAJOR: fix listening IP address storage for frontends
2016-05-19 Willy TarreauSCRIPTS: make git-show-backports capable of limiting...
2016-05-19 Willy TarreauSCRIPTS: teach git-show-backports how to report upstrea...
2016-05-19 Maxime de RoucyBUG/MEDIUM: init: don't use environment locale
2016-05-18 Christopher... DOC: filters: Update the filters documentation accordin...
2016-05-18 Christopher... MEDIUM: filters: Add pre and post analyzer callbacks
2016-05-18 Christopher... MINOR: filters: Simplify calls to analyzers using 2...
2016-05-18 Christopher... MEDIUM: filters: Move HTTP headers filtering in its...
2016-05-17 Willy TarreauMINOR: log: add the %Td log-format specifier
2016-05-17 Willy TarreauCLEANUP: config: detect double registration of a config...
2016-05-14 Maxime de RoucyMEDIUM: init: allow directory as argument of -f
2016-05-13 Maxime de RoucyMEDIUM: init: use list_append_word in haproxy.c
2016-05-13 Maxime de RoucyMINOR: add list_append_word function
2016-05-10 Willy Tarreau[RELEASE] Released version 1.7-dev3 v1.7-dev3
2016-05-10 Willy TarreauBUILD: add a few release and backport scripts in scripts/
2016-05-10 Willy TarreauCLEANUP: don't ignore scripts in .gitignore
2016-05-09 Vincent BernatBUG/MEDIUM: dns: fix alignment issue when building...
2016-05-09 Vincent BernatBUG/MINOR: dns: fix DNS header definition
2016-05-06 Cyril BontéMINOR: stats: show stat resolvers missing in the help...
2016-05-06 Cyril BontéMINOR: stats: fix typo in help messages
2016-05-06 Cyril BontéBUG/MEDIUM: stats: show backend may show an empty or...
2016-05-06 Cyril BontéBUG/MEDIUM: stats: show servers state may show an empty...
2016-05-04 Willy TarreauBUG/MEDIUM: channel: fix inconsistent handling of 4GB...
2016-05-04 Willy TarreauBUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag...
2016-05-03 Willy TarreauBUG/MAJOR: channel: fix miscalculation of available...
2016-05-02 Willy TarreauBUG/MEDIUM: http: fix risk of CPU spikes with pipelined...
2016-05-02 Willy TarreauMINOR: channel: add new function channel_congested()
2016-05-02 Willy TarreauBUG/MEDIUM: http: fix incorrect reporting of server...
2016-04-29 Nenad MerdanovicBUG/MINOR: log: fix a typo that would cause %HP to...
2016-04-29 Christopher... BUG/MINOR: dumpstats: Fix the "Total bytes saved" count...
2016-04-29 David CarlierMINOR: lua: migrate the argument mask to 64 bits type.
2016-04-29 David CarlierBUG/MEDIUM: lua: protects the upper boundary of the...
2016-04-27 Thierry FournierMINOR: filters: add opaque data
2016-04-25 Nenad MerdanovicCLEANUP: Use server_parse_maxconn_change_request for...
2016-04-25 Nenad MerdanovicMINOR: Add ability for agent-check to set server maxconn
2016-04-25 Willy TarreauBUG/MEDIUM: log: fix risk of segfault when logging...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: fix miscalculation of available...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: incorrect polling condition may...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: don't allow to overwrite the reser...
2016-04-21 Christopher... DOC: filters: Add filters documentation
2016-04-21 Christopher... MINOR: filters: Filters must define the callbacks struc...
2016-04-21 Christopher... MINOR: filters: Typo in an error message
2016-04-21 Christopher... MINOR: filters: Print the list of existing filters...
next