haproxy-2.5.git
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...
2018-02-14 Willy TarreauBUG/MEDIUM: threads: fix the double CAS implementation...
2018-02-08 Olivier HouchardBUG/MINOR: fd/threads: properly lock the FD before...
2018-02-08 Willy TarreauBUG/MINOR: config: don't emit a warning when global...
2018-02-08 Pavlos ParissisDOC: Mention -Ws in the list of available options
2018-02-07 Jérôme MagninDOC: Describe routing impact of using interface keyword...
2018-02-06 Willy TarreauBUILD: fd/threads: fix breakage build breakage without...
2018-02-06 Chris LaneMINOR: init: emit warning when -sf/-sd cannot parse...
2018-02-05 Tim DuesterhusBUG/MEDIUM: standard: Fix memory leak in str2ip2()
2018-02-05 Willy TarreauBUG/MINOR: time/threads: ensure the adjusted time is...
2018-02-05 Willy TarreauMINOR: fd: reorder fd_add_to_fd_list()
2018-02-05 Willy TarreauMINOR: fd: remove the unneeded last CAS when adding...
2018-02-05 Willy TarreauBUG/MINOR: fd/threads: properly dereference fdcache...
2018-02-05 Willy TarreauMINOR: fd: move the fd_{add_to,rm_from}_fdlist function...
2018-02-05 Willy TarreauMEDIUM: poller: use atomic ops to update the fdtab...
2018-02-05 Willy TarreauMEDIUM: fd: make updt_fd_polling() use atomics
2018-02-05 Willy TarreauCLEANUP: fd: remove the now unused fd_compute_new_polle...
2018-02-05 Willy TarreauMINOR: select: get rid of the now useless fd_compute_ne...
2018-02-05 Willy TarreauMINOR: poll: get rid of the now useless fd_compute_new_...
2018-02-05 Willy TarreauMINOR: kqueue: get rid of the now useless fd_compute_ne...
2018-02-05 Willy TarreauMINOR: epoll: get rid of the now useless fd_compute_new...
2018-02-05 Willy TarreauMAJOR: fd: compute the new fd polling state out of...
2018-02-05 Olivier HouchardMEDIUM: fd/threads: Make sure we don't miss a fd cache...
2018-02-05 Olivier HouchardMAJOR: fd/threads: Make the fdcache mostly lockless.
2018-02-05 Olivier HouchardMINOR: pools/threads: Implement lockless memory pools.
2018-02-05 Willy TarreauMINOR: threads: add test and set/reset operations
2018-02-05 Olivier HouchardMINOR: threads: Introduce double-width CAS on x86_64...
2018-02-05 Olivier HouchardMINOR: compiler: introduce offsetoff().
2018-02-05 Olivier HouchardMINOR: early data: Never remove the CO_FL_EARLY_DATA...
2018-02-05 Olivier HouchardMINOR: early data: Don't rely on CO_FL_EARLY_DATA to...
2018-02-05 Olivier HouchardMINOR: init: make stdout unbuffered
2018-02-02 Christopher... MINOR: spoe: Add max-waiting-frames directive in spoe...
2018-02-02 Christopher... MINOR: spoa_example: Count the number of frames process...
2018-02-02 Christopher... MEDIUM: spoe: Use an ebtree to manage idle applets
2018-02-02 Christopher... MINOR: spoe: Count the number of frames waiting for...
2018-02-02 Christopher... MINOR: spoe: Replace sending_rate by a frequency counter
2018-02-02 Christopher... MINOR: spoe: Always link a SPOE context with the applet...
next