]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-10-18  Willy TarreauBUILD: memory: fix pointer declaration for atomic CAS
2018-10-17  Willy TarreauMINOR: poller: move time and date computation out of...
2018-10-17  Willy TarreauMINOR: fd: centralize poll timeout computation in compu...
2018-10-17  Lukas TribusDOC: fix reference to map files in MAINTAINERS
2018-10-16  Olivier HouchardMINOR: peers: use defines instead of enums to appease...
2018-10-16  Olivier HouchardMINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80.
2018-10-16  Olivier HouchardMINOR: build: Disable -Wstringop-overflow.
2018-10-16  Willy TarreauCLEANUP: state-file: make the path concatenation code...
2018-10-16  Olivier HouchardMINOR: server: Use memcpy() instead of strncpy().
2018-10-16  Willy TarreauBUILD: Makefile: silence an option conflict warning...
2018-10-16  Willy TarreauBUILD: lua: silence some compiler warnings after WILL_LJMP
2018-10-16  Willy TarreauMINOR: lua: all functions calling lua_yieldk() may...
2018-10-16  Willy TarreauBUILD: lua: silence some compiler warnings about potent...
2018-10-16  Willy TarreauRevert "BUILD: lua: silence some compiler warnings...
2018-10-16  Willy TarreauBUG/MEDIUM: threads: fix thread_release() at the end...
2018-10-16  Willy TarreauMEDIUM: pools: implement a thread-local cache for pool...
2018-10-16  Willy TarreauMINOR: pools: split pool_free() in the lockfree variant
2018-10-16  Willy TarreauMINOR: pools: allocate most memory pools from an array
2018-10-15  Bertrand JacquinDOC: Fix a few typos
2018-10-15  Willy TarreauOPTIM: tasks: group all tree roots per cache line
2018-10-15  Willy TarreauMAJOR: tasks: create per-thread wait queues
2018-10-15  Willy TarreauMEDIUM: fd/threads: only grab the fd's lock if the...
2018-10-15  Willy TarreauMINOR: config: use atleast2() instead of my_popcountl...
2018-10-15  Willy TarreauMINOR: tools: add a new function atleast2() to test...
2018-10-15  Willy TarreauBUILD: peers: check allocation error during peers_init_...
2018-10-15  Willy TarreauBUILD: stick-table: make sure not to fail on task_new...
2018-10-15  Willy TarreauBUILD: ssl: fix another null-deref warning in ssl_sock_...
2018-10-15  Willy TarreauBUILD: ssl: fix null-deref warning in ssl_fc_cipherlist...
2018-10-15  Willy TarreauBUILD: lua: silence some compiler warnings about potent...
2018-10-15  Willy TarreauBUILD: compiler: add a new statement "__unreachable()"
2018-10-15  Willy TarreauBUG/MEDIUM: stream: don't crash on out-of-memory
2018-10-12  William LallemandBUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners
2018-10-12  Willy TarreauMINOR: h2: add a new flag to quickly distinguish front...
2018-10-12  Willy TarreauMINOR: h2: split h2c_stream_new() into h2s_new() +...
2018-10-12  Willy TarreauMINOR: h2: retrieve the front proxy from the caller...
2018-10-12  Willy TarreauMINOR: h2: unify the mux init function
2018-10-12  Willy TarreauMINOR: h2: don't try to send data before preface
2018-10-12  Willy TarreauCLEANUP: h2: rename h2c_snd_settings() to h2c_send_sett...
2018-10-12  Willy TarreauMEDIUM: h2: stop relying on H2_SS_IDLE / H2_SS_CLOSED
2018-10-12  Willy TarreauMINOR: chunk: add chunk_cpy() and chunk_cat()
2018-10-12  Willy TarreauMINOR: log: make sess_log() support sess=NULL
2018-10-12  Christopher... MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo...
2018-10-12  Christopher... MINOR: h1: Change the union h1_sl to use indirect strin...
2018-10-12  Christopher... MINOR: conn-stream: Add CL_FL_NOT_FIRST flag
2018-10-12  Christopher... MINOR: h1: Add EOH marker during headers parsing
2018-10-12  Christopher... MINOR: http: Use same flag for httpclose and forceclose...
2018-10-12  Christopher... MEDIUM: http: Ignore http-tunnel option on backend
2018-10-12  Christopher... MEDIUM: http: Ignore http-pretend-keepalive option...
2018-10-12  Christopher... MINOR: http: Export some functions and do cleanup to...
2018-10-12  Christopher... MINOR: stats: Add missing include
2018-10-12  Christopher... MINOR: http: Move comment about some HTTP macros in...
2018-10-11  Olivier HouchardBUG/MEDIUM: stream: Make sure to unsubscribe before...
2018-10-11  Emeric BrunBUG/MEDIUM: mworker: segfault receiving SIGUSR1 followe...
2018-10-11  Olivier HouchardBUG/MEDIUM: h2: Make sure we're not in the send list...
2018-10-11  Olivier HouchardMEDIUM: connections: Change struct wait_list to wait_event.
2018-10-11  Olivier HouchardMINOR: connections: Introduce an unsubscribe method.
2018-10-11  mildisBUG/MINOR: checks: queues null-deref
2018-10-11  mildisBUG/MINOR: h2: null-deref
2018-10-10  Willy TarreauOPTIM: tools: optimize my_ffsl() for x86_64
2018-10-10  Willy TarreauBUG/MINOR: threads: move declaration of capabilities...
2018-10-10  Emeric BrunBUG/MEDIUM: Cur/CumSslConns counters not threadsafe.
2018-10-10  Willy TarreauMEDIUM: task: perform a single tree lookup per run...
2018-10-09  Dirkjan BussinkCLEANUP: stick-tables: Remove unneeded double (())...
2018-10-09  Dirkjan BussinkCLEANUP: h1: Fix debug warnings for h1 headers
2018-10-09  Dirkjan BussinkCLEANUP: haproxy: Remove unused variable
2018-10-08  Dirkjan BussinkMEDIUM: ssl: add support for ciphersuites option for...
2018-10-08  Olivier HouchardBUG/MEDIUM: buffers: Make sure we don't wrap in ci_inse...
2018-10-08  Emmanuel HocdetMINOR: ssl: generate-certificates for BoringSSL
2018-10-08  Emmanuel HocdetMINOR: ssl: cleanup old openssl API call
2018-10-04  PiBa-NLREGTEST/MINOR: compatibility: use unix@ instead of...
2018-10-03  Willy TarreauBUG/MEDIUM: h2: make h2_stream_new() return an error...
2018-10-03  Willy TarreauBUG/MEDIUM: h2: check that the connection is still...
2018-10-03  Willy TarreauBUG/MINOR: backend: check that the mux installed properly
2018-10-03  Willy TarreauBUILD: Makefile: speed up compiler options detection
2018-10-03  Willy TarreauBUILD: Makefile: add a "make opts" target to simply...
2018-10-02  Willy TarreauCLEANUP: http: remove some leftovers from recent cleanups
2018-10-02  Willy TarreauREORG: http: move HTTP rules parsing to http_rules.c
2018-10-02  Willy TarreauREORG: http: move the code to different files
2018-10-02  Ilya ShipitsinBUG/MINOR: connection: avoid null pointer dereference...
2018-10-01  Lukas TribusDOC: clarify force-private-cache is an option
2018-09-30  Fabrice FontaineBUILD: Allow configuration of pcre-config path
2018-09-29  Willy Tarreau[RELEASE] Released version 1.9-dev3 v1.9-dev3
2018-09-29  Adis NezirovicMEDIUM: lua: Add stick table support for Lua.
2018-09-28  Olivier HouchardBUG/MEDIUM: process_stream(): Don't wake the task if...
2018-09-26  Olivier HouchardBUG/MEDIUM: h2: Wake the task instead of calling h2_rec...
2018-09-26  Olivier HouchardMINOR: h2/stream_interface: Reintroduce te wake() method.
2018-09-26  Olivier HouchardBUG/MEDIUM: process_stream: Don't use si_cs_io_cb(...
2018-09-26  Moemen MHEDHBIDOC: Update configuration doc about the maximum number...
2018-09-20  Christopher... BUG/MEDIUM: http: Don't parse chunked body if there...
2018-09-20  Willy TarreauBUG/CRITICAL: hpack: fix improper sign check on the...
2018-09-20  Willy TarreauBUILD: build with -Wextra and sort out certain warnings
2018-09-20  Willy TarreauBUILD: sockpair: silence a build warning at -Wextra
2018-09-20  Willy TarreauBUILD: backend: fix 3 build warnings related to null...
2018-09-20  Willy TarreauBUILD: connection: silence a couple of null-deref build...
2018-09-20  Willy TarreauBUILD: checks: silence a null-deref build warning at...
2018-09-20  Willy TarreauBUILD: dns: fix null-deref build warning at -Wextra
2018-09-20  Willy TarreauBUILD: log: silent build warnings due to unchecked...
2018-09-20  Willy TarreauBUILD: http: address a couple of null-deref warnings...
2018-09-20  Willy TarreauBUILD: stream: address null-deref build warnings at...
2018-09-20  Willy TarreauBUILD: stats: remove build warnings on potential null...
next