You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christian Lachner 9c8b1e38b0 haproxy: Update all patches for HAProxy v1.8.14 6 years ago
..
0000-MINOR-threads-Make-sure-threads_sync_pipe-is-initialized-before-using-it.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0001-DOC-clarify-force-private-cache-is-an-option.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0002-BUG-MINOR-connection-avoid-null-pointer-dereference-in-send-proxy-v2.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0003-BUG-MINOR-backend-check-that-the-mux-installed-properly.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0004-BUG-MEDIUM-buffers-Make-sure-we-dont-wrap-in-buffer_insert_line2-replace2.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0005-MEDIUM-ssl-add-support-for-ciphersuites-option-for-TLSv1-3.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0006-BUG-MEDIUM-Cur-CumSslConns-counters-not-threadsafe.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0007-BUG-MINOR-checks-queues-null-deref.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0008-BUG-MEDIUM-mworker-segfault-receiving-SIGUSR1-followed-by-SIGTERM.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0009-BUG-MEDIUM-stream-dont-crash-on-out-of-memory.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0010-BUILD-ssl-fix-null-deref-warning-in-ssl_fc_cipherlist_str-sample-fetch.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0011-BUILD-ssl-fix-another-null-deref-warning-in-ssl_sock_switchctx_cbk.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0012-BUILD-stick-table-make-sure-not-to-fail-on-task_new-during-initialization.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0013-BUILD-peers-check-allocation-error-during-peers_init_sync.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0014-DOC-Fix-a-few-typos.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0015-BUG-MEDIUM-threads-fix-thread_release-at-the-end-of-the-rendez-vous-point.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0016-BUG-MEDIUM-threads-make-sure-threads_want_sync-is-marked-volatile.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0017-BUILD-compiler-add-a-new-statement-__unreachable.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0018-MINOR-lua-all-functions-calling-lua_yieldk-may-return.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0019-BUILD-lua-silence-some-compiler-warnings-about-potential-null-derefs-2.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0020-BUILD-lua-silence-some-compiler-warnings-after-WILL_LJMP.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0021-CLEANUP-stick-tables-Remove-unneeded-double-around-conditional-clause.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0022-BUILD-Makefile-add-a-make-opts-target-to-simply-show-the-build-options.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0023-BUILD-Makefile-speed-up-compiler-options-detection.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0024-BUILD-Makefile-silence-an-option-conflict-warning-with-clang.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0025-MINOR-server-Use-memcpy-instead-of-strncpy.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0026-MINOR-cfgparse-Write-130-as-128-as-0x82-and-0x80.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0027-MINOR-peers-use-defines-instead-of-enums-to-appease-clang.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0028-DOC-fix-reference-to-map-files-in-MAINTAINERS.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0029-BUILD-compiler-rename-__unreachable-to-my_unreachable.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0030-BUG-MEDIUM-pools-Fix-the-usage-of-mmap-with-DEBUG_UAF.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0031-BUG-MEDIUM-h2-Close-connection-if-no-stream-is-left-an-GOAWAY-was-sent.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0032-BUILD-Makefile-add-the-new-ERR-variable-to-force--Werror.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0033-BUG-MINOR-cache-Crashes-with-total-max-size-2047MB.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0034-BUG-MINOR-cache-Wrong-usage-of-shctx_init.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0035-BUG-MINOR-ssl-Wrong-usage-of-shctx_init.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0036-DOC-cache-Missing-information-about-total-max-size.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0037-BUG-MINOR-only-mark-connections-private-if-NTLM-is-detected.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0038-BUG-MINOR-only-auto-prefer-last-server-if-lb-alg-is-non-deterministic.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0039-BUG-MAJOR-http-http_txn_get_path-may-deference-an-inexisting-buffer.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0040-BUG-MEDIUM-auth-threads-use-of-crypt-is-not-thread-safe.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0041-BUG-MINOR-config-better-detect-the-presence-of-the-h2-pattern-in-npn-alpn.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0042-BUG-MEDIUM-Make-sure-stksess-is-properly-aligned.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0043-BUG-MINOR-config-Copy-default-error-messages-when-parsing-of-a-backend-starts.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0044-BUG-MEDIUM-hpack-fix-encoding-of-accept-ranges-field.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago
0045-deprecated-openssl.patch haproxy: Update all patches for HAProxy v1.8.14 6 years ago