haproxy-3.0.git
2018-04-03 Olivier HouchardBUG/MINOR: fd: Don't clear the update_mask in fd_insert.
2018-04-03 Willy TarreauBUG/MINOR: checks: check the conn_stream's readiness...
2018-03-30 Willy TarreauBUG/MEDIUM: h2: always add a stream to the send or...
2018-03-30 Willy TarreauBUG/MINOR: h2: remove accidental debug code introduced...
2018-03-30 Willy TarreauMINOR: cli: report cache indexes in "show fd"
2018-03-30 Willy TarreauMINOR: h2: implement a basic "show_fd" function
2018-03-30 Willy TarreauMINOR: mux: add a "show_fd" function to dump debugging...
2018-03-29 Willy TarreauBUILD/MINOR: threads: always export thread_sync_io_hand...
2018-03-29 Willy TarreauBUG/MEDIUM: h2: don't consider pending data on detach...
2018-03-29 Willy TarreauBUG/MEDIUM: h2/threads: never release the task outside...
2018-03-29 Willy TarreauMINOR: h2: fuse h2s_detach() and h2s_free() into h2s_de...
2018-03-29 Willy TarreauMINOR: h2: always call h2s_detach() in h2_detach()
2018-03-29 Willy TarreauBUG/MAJOR: h2: remove orphaned streams from the send...
2018-03-29 Willy TarreauBUILD/MINOR: cli: fix a build warning introduced by...
2018-03-28 Willy TarreauMINOR: cli: make "show fd" report the mux and mux_ctx...
2018-03-28 Willy TarreauMINOR: cli/threads: make "show fd" report thread_sync_i...
2018-03-27 Willy TarreauBUG/MINOR: hpack: fix harmless use of uninitialized...
2018-03-27 Mark LakesMINOR: lua: allow socket api settimeout to accept integ...
2018-03-26 Ilya ShipitsinBUILD/MINOR: fix build when USE_THREAD is not defined
2018-03-26 Mark LakesCLEANUP: lua: typo fix in comments
2018-03-26 Thierry FournierBUG/MINOR: lua funtion hlua_socket_settimeout don't...
2018-03-26 Thierry FournierBUG/MINOR: lua: the function returns anything
2018-03-23 Ilya ShipitsinCLEANUP: map, stream: remove duplicate code in src...
2018-03-23 Christopher... BUG/MINOR: listener: Don't decrease actconn twice when...
2018-03-22 Willy TarreauBUG/MINOR: h2: ensure we can never send an RST_STREAM...
2018-03-22 Willy TarreauBUG/MEDIUM: h2: properly account for DATA padding in...
2018-03-21 Emmanuel HocdetMINOR: samples: add crc32c converter
2018-03-21 Emmanuel HocdetREORG: compact "struct server"
2018-03-21 Emmanuel HocdetMINOR: accept-proxy: support proxy protocol v2 CRC32c...
2018-03-21 Emmanuel HocdetMINOR: proxy-v2-options: add crc32c
2018-03-21 Emmanuel HocdetMINOR: hash: add new function hash_crc32c
2018-03-21 Cyril BontéDOC: log: more than 2 log servers are allowed
2018-03-20 Willy TarreauBUG/MEDIUM: fd/threads: ensure the fdcache_mask always...
2018-03-20 Willy TarreauBUILD/BUG: enable -fno-strict-overflow by default
2018-03-20 Willy TarreauMINOR: log: stop emitting alerts when it's not possible...
2018-03-19 Christopher... BUG/MEDIUM: threads/queue: wake up other threads upon...
2018-03-19 Baptiste AssmannBUG/MINOR: tcp-check: use the server's service port...
2018-03-19 Baptiste AssmannBUG/MEDIUM: tcp-check: single connect rule can't detect...
2018-03-19 Thierry FOURNIERCLEANUP: lua/syntax: lua is a name and not an acronym
2018-03-19 Thierry FOURNIERBUG/MINOR: lua: return bad error messages
2018-03-19 Thierry FOURNIERBUG/MINOR: spoa-example: unexpected behavior for more...
2018-03-19 Bernard SpilBUILD: ssl: Fix build with OpenSSL without NPN capability
2018-03-19 Aurélien NephtaliBUG/MINOR: cli: Fix a crash when sending a command...
2018-03-19 Aurélien NephtaliBUG/MINOR: cli: Ensure all command outputs end with...
2018-03-19 Olivier HouchardBUG/MINOR: seemless reload: Fix crash when an interface...
2018-03-19 Ilya ShipitsinCLEANUP: dns: remove duplicate code in src/dns.c
2018-03-19 Philipp KolmannTESTS: Add a testcase for multi-port + multi-server...
2018-03-19 Baptiste AssmannBUG/MINOR: dns: don't downgrade DNS accepted payload...
2018-03-19 Christopher... BUG/MAJOR: threads/queue: Fix thread-safety issues...
2018-03-16 Christopher... BUG/MEDIUM: threads/unix: Fix a deadlock when a listene...
2018-03-12 Cyril BontéBUG/MINOR: force-persist and ignore-persist only apply...
2018-03-12 Cyril BontéBUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthr...
2018-03-12 Aurélien NephtaliBUG/MINOR: cli: Fix a typo in the 'set rate-limit'...
2018-03-12 Aurélien NephtaliCLEANUP: cli: Remove a leftover debug message
2018-03-12 Aurélien NephtaliCLEANUP: ssl: Remove a duplicated #include
2018-03-12 Aurélien NephtaliBUG/MINOR: cli: Fix a crash when passing a negative...
2018-03-08 Willy TarreauBUG/MEDIUM: h2: also arm the h2 timeout when sending
2018-03-08 Willy TarreauDOC: buffers: clarify the purpose of the <from> pointer...
2018-03-08 Olivier HouchardBUG/MINOR: unix: Don't mess up when removing the socket...
2018-03-06 Christopher... CLEANUP: .gitignore: Ignore binaries from the contrib...
2018-03-06 Emeric BrunBUG/MINOR: session: Fix tcp-request session failure...
2018-03-05 Willy TarreauBUILD/MINOR: fix Lua build on Mac OS X (again)
2018-03-05 Thierry FournierMINOR/BUILD: fix Lua build on Mac OS X
2018-03-01 Willy TarreauMEDIUM: h2: use a single buffer allocator
2018-03-01 Willy TarreauMINOR: h2: provide and use h2s_detach() and h2s_free()
2018-03-01 Willy TarreauCLEANUP: h2: rename misleading h2c_stream_close() to...
2018-03-01 Tim DuesterhusMINOR: systemd: Add SystemD's SystemCallFilter option...
2018-03-01 Tim DuesterhusMINOR: systemd: Add SystemD's Protect*= options to...
2018-03-01 Tim DuesterhusMINOR: systemd: Add section for SystemD sandboxing...
2018-03-01 Emmanuel HocdetMINOR: connection: add proxy-v2-options authority
2018-03-01 Emmanuel HocdetMINOR: connection: add proxy-v2-options ssl-cipher...
2018-03-01 Emmanuel HocdetMINOR: ssl: add ssl_sock_get_cert_sig function
2018-03-01 Emmanuel HocdetMINOR: ssl: add ssl_sock_get_pkey_algo function
2018-03-01 Emmanuel HocdetMINOR: ssl: extract full pkey info in load_certificate
2018-03-01 Emmanuel HocdetRevert "BUG/MINOR: send-proxy-v2: string size must...
2018-02-28 Christopher... BUG/MEDIUM: spoe: Remove idle applets from idle list...
2018-02-27 Christopher... BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk
2018-02-27 Christopher... BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk
2018-02-27 Willy TarreauBUG/MEDIUM: h2: always consume any trailing data after...
2018-02-26 Christopher... BUG/MINOR: h2: Set the target of dbuf_wait to h2c
2018-02-26 Yves LafonMINOR: stats: display the number of threads in the...
2018-02-22 Willy TarreauMINOR: debug/pools: make DEBUG_UAF also detect underflows
2018-02-22 Willy TarreauBUG/MINOR: debug/pools: properly handle out-of-memory...
2018-02-22 Willy TarreauBUG/MINOR: pools/threads: don't ignore DEBUG_UAF on...
2018-02-21 Tim DuesterhusCLEANUP: standard: Fix typo in IPv6 mask example
2018-02-20 Tim DuesterhusCLEANUP: pools: Remove unused end label in memory.h
2018-02-20 Tim DuesterhusCLEANUP: h2: Remove unused labels from mux_h2.c
2018-02-20 Tim DuesterhusCLEANUP: spoe: Remove unused label retry
2018-02-20 Tim DuesterhusCLEANUP: cfgparse: Remove unused label end
2018-02-19 Emeric BrunMINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword.
2018-02-19 Emeric BrunBUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are...
2018-02-19 Christopher... BUG/MEDIUM: http: Switch the HTTP response in tunnel...
2018-02-19 Christopher... BUG/MEDIUM: ssl: Shutdown the connection for reading...
2018-02-19 Willy TarreauMINOR: sample: add a new "concat" converter
2018-02-19 Christopher... BUG/MINOR: ssl/threads: Make management of the TLS...
2018-02-19 Tim DuesterhusDOC: cfgparse: Warn on option (tcp|http)log in backend
2018-02-19 Thierry FOURNIERDOC: lua: new prototype for function "register_action()"
2018-02-19 Aurélien NephtaliBUG/MINOR: init: Add missing brackets in the code parsi...
2018-02-19 David CarlierBUILD/MINOR: memory: stdint is needed for uintptr_t
2018-02-14 Olivier HouchardBUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL...
next