1. 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
  2. 84b118f BUG/MEDIUM: h2: also arm the h2 timeout when sending by Willy Tarreau · 6 years ago
  3. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · 6 years ago
  4. ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · 6 years ago
  5. f9f6ed0 CLEANUP: .gitignore: Ignore binaries from the contrib directory by Christopher Faulet · 6 years ago
  6. 1738e86 BUG/MINOR: session: Fix tcp-request session failure if handshake. by Emeric Brun · 6 years ago
  7. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · 6 years ago
  8. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · 6 years ago
  9. 44e973f MEDIUM: h2: use a single buffer allocator by Willy Tarreau · 6 years ago
  10. 0a10de6 MINOR: h2: provide and use h2s_detach() and h2s_free() by Willy Tarreau · 6 years ago
  11. 00dd078 CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() by Willy Tarreau · 6 years ago
  12. 2788a39 MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file by Tim Duesterhus · 6 years ago
  13. 8a96592 MINOR: systemd: Add SystemD's Protect*= options to the unit file by Tim Duesterhus · 6 years ago
  14. 1ce8de2 MINOR: systemd: Add section for SystemD sandboxing to unit file by Tim Duesterhus · 6 years ago
  15. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  16. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  17. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · 7 years ago
  18. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · 7 years ago
  19. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · 7 years ago
  20. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · 6 years ago
  21. 7d9f1ba BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping by Christopher Faulet · 6 years ago
  22. ca6ef50 BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk by Christopher Faulet · 6 years ago
  23. b2b2794 BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk by Christopher Faulet · 6 years ago
  24. 35a6270 BUG/MEDIUM: h2: always consume any trailing data after end of output buffers by Willy Tarreau · 6 years ago
  25. 929b52d BUG/MINOR: h2: Set the target of dbuf_wait to h2c by Christopher Faulet · 6 years ago
  26. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  27. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · 6 years ago
  28. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · 6 years ago
  29. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  30. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · 6 years ago
  31. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · 6 years ago
  32. 66888f9 CLEANUP: h2: Remove unused labels from mux_h2.c by Tim Duesterhus · 6 years ago
  33. 932bb28 CLEANUP: spoe: Remove unused label retry by Tim Duesterhus · 6 years ago
  34. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · 6 years ago
  35. 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · 6 years ago
  36. eb8def9 BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken. by Emeric Brun · 6 years ago
  37. fd04fcf BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible by Christopher Faulet · 6 years ago
  38. 4ac77a9 BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL by Christopher Faulet · 6 years ago
  39. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · 6 years ago
  40. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · 6 years ago
  41. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · 6 years ago
  42. c5d11c6 DOC: lua: new prototype for function "register_action()" by Thierry FOURNIER · 6 years ago
  43. 39b8988 BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st by Aurélien Nephtali · 6 years ago
  44. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · 6 years ago
  45. 7e2e505 BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable. by Olivier Houchard · 6 years ago
  46. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · 6 years ago
  47. 1ff9104 BUG/MINOR: fd/threads: properly lock the FD before adding it to the fd cache. by Olivier Houchard · 6 years ago
  48. 58aa5cc BUG/MINOR: config: don't emit a warning when global stats is incompletely configured by Willy Tarreau · 6 years ago
  49. f65f257 DOC: Mention -Ws in the list of available options by Pavlos Parissis · 6 years ago
  50. 6127519 DOC: Describe routing impact of using interface keyword on bind lines by Jérôme Magnin · 6 years ago
  51. 8210698 BUILD: fd/threads: fix breakage build breakage without threads by Willy Tarreau · 6 years ago
  52. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · 6 years ago
  53. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · 6 years ago
  54. a331544 BUG/MINOR: time/threads: ensure the adjusted time is always correct by Willy Tarreau · 6 years ago
  55. 11559a7 MINOR: fd: reorder fd_add_to_fd_list() by Willy Tarreau · 6 years ago
  56. 3a8263f MINOR: fd: remove the unneeded last CAS when adding an fd to the list by Willy Tarreau · 6 years ago
  57. abeaff2 BUG/MINOR: fd/threads: properly dereference fdcache as volatile by Willy Tarreau · 6 years ago
  58. 4cc67a2 MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c by Willy Tarreau · 6 years ago
  59. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · 6 years ago
  60. 4d84186 MEDIUM: fd: make updt_fd_polling() use atomics by Willy Tarreau · 6 years ago
  61. 1b76a6d CLEANUP: fd: remove the now unused fd_compute_new_polled_status() function by Willy Tarreau · 6 years ago
  62. d4daeac MINOR: select: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago
  63. 1394eb0 MINOR: poll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago
  64. 7d24fad MINOR: kqueue: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago
  65. 038e54c MINOR: epoll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · 6 years ago
  66. 7ac0e35 MAJOR: fd: compute the new fd polling state out of the fd lock by Willy Tarreau · 6 years ago
  67. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  68. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  69. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · 6 years ago
  70. 5266b3e MINOR: threads: add test and set/reset operations by Willy Tarreau · 6 years ago
  71. f61f0cb MINOR: threads: Introduce double-width CAS on x86_64 and arm. by Olivier Houchard · 7 years ago
  72. 928fbfa MINOR: compiler: introduce offsetoff(). by Olivier Houchard · 6 years ago
  73. 25ae45a MINOR: early data: Never remove the CO_FL_EARLY_DATA flag. by Olivier Houchard · 7 years ago
  74. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · 7 years ago
  75. 5fa300d MINOR: init: make stdout unbuffered by Olivier Houchard · 6 years ago
  76. e8ade38 MINOR: spoe: Add max-waiting-frames directive in spoe-agent configuration by Christopher Faulet · 6 years ago
  77. 0b89f72 MINOR: spoa_example: Count the number of frames processed by each worker by Christopher Faulet · 6 years ago
  78. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · 6 years ago
  79. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · 6 years ago
  80. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · 6 years ago
  81. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · 6 years ago
  82. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · 6 years ago
  83. 9cdca97 BUG/MEDIUM: spoe: Allow producer to read and to forward shutdown on request side by Christopher Faulet · 6 years ago
  84. d5216d4 BUG/MEDIUM: spoe: Always try to receive or send the frame to detect shutdowns by Christopher Faulet · 6 years ago
  85. f643b80 MINOR: introduce proxy-v2-options for send-proxy-v2 by Emmanuel Hocdet · 6 years ago
  86. 6fd698f DOC: don't suggest using http-server-close by Lukas Tribus · 6 years ago
  87. 4979592 BUG/MINOR: epoll/threads: only call epoll_ctl(DEL) on polled FDs by Willy Tarreau · 6 years ago
  88. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · 6 years ago
  89. f51bac2 BUG/MINOR: threads: Update labels array because of changes in lock_label enum by Christopher Faulet · 6 years ago
  90. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  91. fc6eea4 MEDIUM: poll: don't use the old FD state anymore by Willy Tarreau · 6 years ago
  92. 56dd12a MEDIUM: select: don't use the old FD state anymore by Willy Tarreau · 6 years ago
  93. 82b37d7 MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock by Willy Tarreau · 6 years ago
  94. d51a507 MEDIUM: select: make use of hap_fd_* functions by Willy Tarreau · 6 years ago
  95. 322e6c7 MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h by Willy Tarreau · 6 years ago
  96. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  97. 2d3c2db MINOR: poll: more accurately compute the new maxfd in the loop by Willy Tarreau · 6 years ago
  98. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · 6 years ago
  99. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  100. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 6 years ago