]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-10-22  Willy TarreauMINOR: freq_ctr: add swrate_add_scaled() to work with...
2018-10-22  Willy TarreauBUILD: Makefile: add the new ERR variable to force...
2018-10-21  Willy Tarreau[RELEASE] Released version 1.9-dev4 v1.9-dev4
2018-10-21  Willy TarreauMINOR: ebtree: save 8 bytes in struct eb32sc_node
2018-10-21  Olivier HouchardMINOR: h2: Don't run tasks that are waiting to send...
2018-10-21  Olivier HouchardMINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event.
2018-10-21  Olivier HouchardMINOR: streams: Call tasklet_free() after si_release_en...
2018-10-21  Olivier HouchardMEDIUM: connections: Don't directly mess with the polli...
2018-10-21  Olivier HouchardMINOR: h2: Make sure to return 1 in h2_recv() when...
2018-10-21  Olivier HouchardBUG/MEDIUM: stream: Make sure polling is right on retry.
2018-10-21  Olivier HouchardBUG/MEDIUM: connections: Remove subscription if going...
2018-10-21  Olivier HouchardBUG/MEDIUM: h2: Close connection if no stream is left...
2018-10-21  Olivier HouchardBUILD: memory: fix free_list pointer declaration again...
2018-10-21  Olivier HouchardBUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF.
2018-10-20  Willy TarreauBUILD: compiler: rename __unreachable() to my_unreachable()
2018-10-20  Willy TarreauBUILD: memory: fix free_list pointer declaration again...
2018-10-19  Willy TarreauMEDIUM: time: measure the time stolen by other threads
2018-10-18  Willy TarreauMINOR: time: add now_mono_time() and now_cpu_time()
2018-10-18  Willy TarreauBUILD: Makefile: add USE_RT to pass -lrt for clock_gett...
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
next