1. b7426d1 BUG/MINOR: spoe: Register the variable to set when an error occurred by Christopher Faulet · 6 years ago
  2. ac58060 BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk by Christopher Faulet · 6 years ago
  3. 84c844e BUG/MINOR: spoe: Initialize variables used during conf parsing before any check by Christopher Faulet · 6 years ago
  4. 5bd37fa BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks by Willy Tarreau · 6 years ago
  5. afe1de5 BUG/MINOR: cache: fix "show cache" output by Willy Tarreau · 6 years ago
  6. b797ae1 BUG/MINOR: email-alert: Set the mailer port during alert initialization by Christopher Faulet · 6 years ago
  7. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · 6 years ago
  8. 2500fc2 BUG/MINOR: checks: check the conn_stream's readiness and not the connection by Willy Tarreau · 6 years ago
  9. b2e290a BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked by Willy Tarreau · 6 years ago
  10. 1a1dd60 BUG/MINOR: h2: remove accidental debug code introduced with show_fd function by Willy Tarreau · 6 years ago
  11. c754b34 MINOR: cli: report cache indexes in "show fd" by Willy Tarreau · 6 years ago
  12. e3f36cd MINOR: h2: implement a basic "show_fd" function by Willy Tarreau · 6 years ago
  13. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  14. e96e61c BUILD/MINOR: threads: always export thread_sync_io_handler() by Willy Tarreau · 6 years ago
  15. 3041fcc BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error by Willy Tarreau · 6 years ago
  16. 0975f11 BUG/MEDIUM: h2/threads: never release the task outside of the task handler by Willy Tarreau · 6 years ago
  17. 71049cc MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy() by Willy Tarreau · 6 years ago
  18. e323f34 MINOR: h2: always call h2s_detach() in h2_detach() by Willy Tarreau · 6 years ago
  19. 4a333d3 BUG/MAJOR: h2: remove orphaned streams from the send list before closing by Willy Tarreau · 6 years ago
  20. a833cd9 BUILD/MINOR: cli: fix a build warning introduced by last commit by Willy Tarreau · 6 years ago
  21. 35b1b48 MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available by Willy Tarreau · 6 years ago
  22. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  23. a7394e1 BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert by Willy Tarreau · 6 years ago
  24. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · 6 years ago
  25. 7741c85 BUILD/MINOR: fix build when USE_THREAD is not defined by Ilya Shipitsin · 6 years ago
  26. 22154b4 CLEANUP: lua: typo fix in comments by Mark Lakes · 6 years ago
  27. 17a921b BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values by Thierry Fournier · 6 years ago
  28. e9636f1 BUG/MINOR: lua: the function returns anything by Thierry Fournier · 6 years ago
  29. f93f093 CLEANUP: map, stream: remove duplicate code in src/map.c, src/stream.c by Ilya Shipitsin · 6 years ago
  30. fe23428 BUG/MINOR: listener: Don't decrease actconn twice when a new session is rejected by Christopher Faulet · 6 years ago
  31. 8adae7c BUG/MINOR: h2: ensure we can never send an RST_STREAM in response to an RST_STREAM by Willy Tarreau · 6 years ago
  32. d1023bb BUG/MEDIUM: h2: properly account for DATA padding in flow control by Willy Tarreau · 6 years ago
  33. 50791a7 MINOR: samples: add crc32c converter by Emmanuel Hocdet · 6 years ago
  34. 115df3e MINOR: accept-proxy: support proxy protocol v2 CRC32c checksum by Emmanuel Hocdet · 6 years ago
  35. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  36. 6afd898 MINOR: hash: add new function hash_crc32c by Emmanuel Hocdet · 6 years ago
  37. c98aebc MINOR: log: stop emitting alerts when it's not possible to write on the socket by Willy Tarreau · 6 years ago
  38. fd83f0b BUG/MEDIUM: threads/queue: wake up other threads upon dequeue by Christopher Faulet · 6 years ago
  39. 2f3a56b BUG/MINOR: tcp-check: use the server's service port as a fallback by Baptiste Assmann · 6 years ago
  40. 248f117 BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers by Baptiste Assmann · 6 years ago
  41. 2986c0d CLEANUP: lua/syntax: lua is a name and not an acronym by Thierry FOURNIER · 6 years ago
  42. fd1e955 BUG/MINOR: lua: return bad error messages by Thierry FOURNIER · 6 years ago
  43. 13c53f8 BUILD: ssl: Fix build with OpenSSL without NPN capability by Bernard Spil · 6 years ago
  44. 6a61e96 BUG/MINOR: cli: Fix a crash when sending a command with too many arguments by Aurélien Nephtali · 6 years ago
  45. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · 6 years ago
  46. 33e083c BUG/MINOR: seemless reload: Fix crash when an interface is specified. by Olivier Houchard · 6 years ago
  47. 210eb25 CLEANUP: dns: remove duplicate code in src/dns.c by Ilya Shipitsin · 6 years ago
  48. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · 6 years ago
  49. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  50. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 6 years ago
  51. 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · 6 years ago
  52. d400ab3 BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc by Cyril Bonté · 6 years ago
  53. b53e208 BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage by Aurélien Nephtali · 6 years ago
  54. bca0876 CLEANUP: cli: Remove a leftover debug message by Aurélien Nephtali · 6 years ago
  55. 76de95a CLEANUP: ssl: Remove a duplicated #include by Aurélien Nephtali · 6 years ago
  56. 498a115 BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd" by Aurélien Nephtali · 6 years ago
  57. 84b118f BUG/MEDIUM: h2: also arm the h2 timeout when sending by Willy Tarreau · 6 years ago
  58. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · 6 years ago
  59. ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · 6 years ago
  60. 1738e86 BUG/MINOR: session: Fix tcp-request session failure if handshake. by Emeric Brun · 6 years ago
  61. 44e973f MEDIUM: h2: use a single buffer allocator by Willy Tarreau · 6 years ago
  62. 0a10de6 MINOR: h2: provide and use h2s_detach() and h2s_free() by Willy Tarreau · 6 years ago
  63. 00dd078 CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() by Willy Tarreau · 6 years ago
  64. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  65. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  66. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · 7 years ago
  67. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · 7 years ago
  68. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · 7 years ago
  69. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · 6 years ago
  70. 7d9f1ba BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping by Christopher Faulet · 6 years ago
  71. 35a6270 BUG/MEDIUM: h2: always consume any trailing data after end of output buffers by Willy Tarreau · 6 years ago
  72. 929b52d BUG/MINOR: h2: Set the target of dbuf_wait to h2c by Christopher Faulet · 6 years ago
  73. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  74. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  75. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · 6 years ago
  76. 66888f9 CLEANUP: h2: Remove unused labels from mux_h2.c by Tim Duesterhus · 6 years ago
  77. 932bb28 CLEANUP: spoe: Remove unused label retry by Tim Duesterhus · 6 years ago
  78. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · 6 years ago
  79. 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · 6 years ago
  80. eb8def9 BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken. by Emeric Brun · 6 years ago
  81. fd04fcf BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible by Christopher Faulet · 6 years ago
  82. 4ac77a9 BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL by Christopher Faulet · 6 years ago
  83. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · 6 years ago
  84. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · 6 years ago
  85. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · 6 years ago
  86. 39b8988 BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st by Aurélien Nephtali · 6 years ago
  87. 7e2e505 BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable. by Olivier Houchard · 6 years ago
  88. 1ff9104 BUG/MINOR: fd/threads: properly lock the FD before adding it to the fd cache. by Olivier Houchard · 6 years ago
  89. 58aa5cc BUG/MINOR: config: don't emit a warning when global stats is incompletely configured by Willy Tarreau · 6 years ago
  90. 8210698 BUILD: fd/threads: fix breakage build breakage without threads by Willy Tarreau · 6 years ago
  91. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · 6 years ago
  92. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · 6 years ago
  93. a331544 BUG/MINOR: time/threads: ensure the adjusted time is always correct by Willy Tarreau · 6 years ago
  94. 11559a7 MINOR: fd: reorder fd_add_to_fd_list() by Willy Tarreau · 6 years ago
  95. 3a8263f MINOR: fd: remove the unneeded last CAS when adding an fd to the list by Willy Tarreau · 6 years ago
  96. abeaff2 BUG/MINOR: fd/threads: properly dereference fdcache as volatile by Willy Tarreau · 6 years ago
  97. 4cc67a2 MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c by Willy Tarreau · 6 years ago
  98. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · 6 years ago
  99. d4daeac MINOR: select: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago
  100. 1394eb0 MINOR: poll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago