haproxy-2.1.git
2018-10-27 Lukas TribusBUG/MINOR: only mark connections private if NTLM is...
2018-10-26 Willy TarreauMEDIUM: channel: merge back flags CF_WRITE_PARTIAL...
2018-10-26 Ioannis CherouvimCLEANUP: tools: fix misleading comment above function...
2018-10-26 Frédéric LécailleDOC: cache: Missing information about "total-max-size...
2018-10-26 Frédéric LécailleMINOR: shctx: Change max. object size type to unsigned...
2018-10-26 Frédéric LécailleMINOR: cache: Avoid usage of atoi() when parsing "max...
2018-10-26 Frédéric LécailleBUG/MINOR: ssl: Wrong usage of shctx_init().
2018-10-26 Frédéric LécailleBUG/MINOR: cache: Wrong usage of shctx_init().
2018-10-26 Frédéric LécailleBUG/MINOR: cache: Crashes with "total-max-size" > 2047...
2018-10-24 Frédéric LécailleDOC: Update about the cache support for big objects.
2018-10-24 Frédéric LécailleMINOR: cache: Add "max-object-size" option.
2018-10-24 Frédéric LécailleMINOR: shctx: Add a maximum object size parameter.
2018-10-24 Frédéric LécailleMINOR: cache: Larger HTTP objects caching.
2018-10-24 Frédéric LécailleMINOR: shctx: Shared objects block by block allocation.
2018-10-23 Willy TarreauBUG/MEDIUM: pools: fix the minimum allocation size
2018-10-23 Willy TarreauMINOR: proxy: add a new option "http-use-htx"
2018-10-23 Christopher... BUG/MEDIUM: stream-int: don't set SI_FL_WAIT_ROOM on...
2018-10-23 Christopher... MINOR: h1: Export some functions parsing the value...
2018-10-23 Christopher... CLEANUP: http: Remove the unused function http_find_header
2018-10-22 Olivier HouchardMINOR: stream_interface: Avoid calling si_cs_send/recv...
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.
next