1. 04007cb CLEANUP: ssl: remove check on srv->proxy by William Lallemand · 2 years ago
  2. 02cf4ec MINOR: sample: add param converter by Thayne McCombs · 2 years ago
  3. 6b6f082 REGTESTS: startup: activate automatic_maxconn.vtc by William Lallemand · 2 years ago
  4. 2cb1493 CI: github: set ulimit -n to a greater value by William Lallemand · 2 years ago
  5. 2a22539 REGTESTS: startup: change the expected maxconn to 11000 by William Lallemand · 2 years ago
  6. 0adafb3 BUG/MINOR: startup: don't use internal proxies to compute the maxconn by William Lallemand · 2 years ago
  7. 38c5b6e REGTESTS: startup: check maxconn computation by William Lallemand · 2 years ago
  8. 4a04cd3 CI: github: split ssl lib selection based on git branch by Ilya Shipitsin · 2 years ago
  9. 4b16700 BUG/MINOR: mux-quic: handle properly alloc error in qcs_new() by Amaury Denoyelle · 2 years ago
  10. 641a65f BUG/MINOR: mux-quic: remove qcs from opening-list on free by Amaury Denoyelle · 2 years ago
  11. 6eb3c4b CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote() by Amaury Denoyelle · 2 years ago
  12. 4244833 BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket by Amaury Denoyelle · 2 years ago
  13. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · 2 years ago
  14. 393e4e4 CI: github: reintroduce openssl 1.1.1 by William Lallemand · 2 years ago
  15. e1b866a REGTESTS: fix the race conditions in iff.vtc by Christopher Faulet · 2 years ago
  16. 2e6bf0a BUG/MAJOR: fcgi: Fix uninitialized reserved bytes by Youfu Zhang · 2 years ago
  17. 7edec90 DOC: promex: Add missing backend metrics by Christopher Faulet · 2 years ago
  18. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  19. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  20. 9192d20 MINOR: pools: make DEBUG_UAF a runtime setting by Willy Tarreau · 2 years ago
  21. b634987 DEBUG: pool: show a few examples in -dMhelp by Willy Tarreau · 2 years ago
  22. 4da51bd CLEANUP: pools: get rid of CONFIG_HAP_POOLS by Willy Tarreau · 2 years ago
  23. a956366 REORG: pool: move all the OS specific code to pool-os.h by Willy Tarreau · 2 years ago
  24. 76a97a9 CLEANUP: pool: only include pool-os from pool.c not pool.h by Willy Tarreau · 2 years ago
  25. 67f89c5 CLEANUP: pools: move the write before free to the uaf-only function by Willy Tarreau · 2 years ago
  26. 94dbfed BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task by William Lallemand · 2 years ago
  27. 46676d4 BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir by Willy Tarreau · 2 years ago
  28. 5ab3c61 BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a by Willy Tarreau · 2 years ago
  29. 57c3e75 CLEANUP: init: remove useless assignment of nbthread by Willy Tarreau · 2 years ago
  30. 400b3ae BUG/MINOR: init/threads: continue to limit default thread count to max per group by Willy Tarreau · 2 years ago
  31. f648767 MINOR: peers: unused code path in process_peer_sync by Aurelien DARRAGON · 2 years ago
  32. 1412d31 MINOR: mworker: remove unused legacy code in mworker_cleanlisteners by Aurelien DARRAGON · 2 years ago
  33. b118f2f MINOR: stats: properly handle ST_F_CHECK_DURATION metric by Aurelien DARRAGON · 2 years ago
  34. 81b7c95 MINOR: check: use atomic for s->consecutive_errors by Aurelien DARRAGON · 2 years ago
  35. 7d541a9 BUG/MINOR: checks: restore legacy on-error fastinter behavior by Aurelien DARRAGON · 2 years ago
  36. e57b702 BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade by William Lallemand · 2 years ago
  37. 035058e BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers by William Lallemand · 2 years ago
  38. 40db4ae MINOR: mworker: display an alert upon a wait-mode exit by William Lallemand · 2 years ago
  39. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  40. 9e080bf BUG/MINOR: checks: make sure fastinter is used even on forced transitions by Willy Tarreau · 2 years ago
  41. a56798e BUG/MEDIUM: checks: do not reschedule a possibly running task on state change by Willy Tarreau · 2 years ago
  42. 22f82f8 MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events by Aurelien DARRAGON · 2 years ago
  43. 129ecf4 MINOR: server/event_hdl: add support for SERVER_ADD and SERVER_DEL events by Aurelien DARRAGON · 2 years ago
  44. 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · 2 years ago
  45. 61e3894 MINOR: server: add srv->rid (revision id) value by Aurelien DARRAGON · 2 years ago
  46. 7f59d68 BUG/MEDIIM: stconn: Flush output data before forwarding close to write side by Christopher Faulet · 2 years ago
  47. 30fc277 BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket by Amaury Denoyelle · 2 years ago
  48. 151dbbe BUG/MINOR: ssl: initialize WolfSSL before parsing by William Lallemand · 2 years ago
  49. 44c80ce BUG/MINOR: ssl: initialize SSL error before parsing by William Lallemand · 2 years ago
  50. e30f378 MINOR: quic: activate socket per conn by default by Amaury Denoyelle · 2 years ago
  51. d3083c9 MINOR: quic: reconnect quic-conn socket on address migration by Amaury Denoyelle · 2 years ago
  52. b2bd839 MEDIUM: quic: requeue datagrams received on wrong socket by Amaury Denoyelle · 2 years, 2 months ago
  53. b7ce79c MINOR: mux-quic: rename duplicate function names by Amaury Denoyelle · 2 years ago
  54. 7c9fdd9 MEDIUM: quic: move receive out of FD handler to quic-conn io-cb by Amaury Denoyelle · 2 years ago
  55. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · 2 years, 1 month ago
  56. dc0dcb3 MINOR: quic: use connection socket for emission by Amaury Denoyelle · 2 years ago
  57. 40909df MINOR: quic: allocate a socket per quic-conn by Amaury Denoyelle · 2 years, 1 month ago
  58. 511ddd5 MINOR: quic: define config option for socket per conn by Amaury Denoyelle · 2 years ago
  59. 8d46acd MINOR: quic: test IP_PKTINFO support for quic-conn owned socket by Amaury Denoyelle · 2 years ago
  60. 75839a4 MINOR: quic: startup detect for quic-conn owned socket support by Amaury Denoyelle · 2 years ago
  61. eb6be98 MINOR: quic: ignore address migration during handshake by Amaury Denoyelle · 2 years ago
  62. eec0b3c MINOR: quic: detect connection migration by Amaury Denoyelle · 2 years ago
  63. 21e611d MINOR: tools: add port for ipcmp as optional criteria by Amaury Denoyelle · 2 years ago
  64. 8687b63 MINOR: quic: extract datagram parsing code by Amaury Denoyelle · 2 years, 2 months ago
  65. 3f474e6 MINOR: quic: complete traces in qc_rx_pkt_handle() by Amaury Denoyelle · 2 years ago
  66. 518c98f MINOR: quic: remove qc from quic_rx_packet by Amaury Denoyelle · 2 years ago
  67. 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · 2 years ago
  68. d06b9c8 DOC/MINOR: api: add documentation for event_hdl feature by Aurelien DARRAGON · 2 years ago
  69. 68e692d MINOR: event_hdl: add event handler base api by Aurelien DARRAGON · 2 years ago
  70. 6d6787b LICENSE: wurfl: clarify the dummy library license. by scientiamobile · 2 years ago
  71. b59e3f6 MINOR: debug: add a balance of alloc - free at the end of the memstats dump by Willy Tarreau · 2 years ago
  72. e57fbed MINOR: debug: support pool filtering on "debug dev memstats" by Willy Tarreau · 2 years ago
  73. a9800a0 MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm by Dragan Dosen · 2 years, 9 months ago
  74. eaded98 [RELEASE] Released version 2.8-dev0 by Willy Tarreau · 2 years ago
  75. 989c55d MINOR: version: mention that it's development again by Willy Tarreau · 2 years ago
  76. 437fd28 [RELEASE] Released version 2.7.0 by Willy Tarreau · 2 years ago
  77. d705b85 MINOR: version: mention that it's stable now by Willy Tarreau · 2 years ago
  78. 9d5e116 SCRIPTS: run-regtests: add a version check by Willy Tarreau · 2 years ago
  79. 111c783 MINOR: debug: relax access restrictions on "debug dev hash" and "memstats" by Willy Tarreau · 2 years ago
  80. 50dd7e9 CLEANUP: anon: clarify the help message on "debug dev hash" by Willy Tarreau · 2 years ago
  81. b82296c BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL by Stefan Eissing · 2 years ago
  82. 334d091 MINOR: debug: improve error handling on the memstats command parser by Willy Tarreau · 2 years ago
  83. 38f6135 MINOR: mux-h1: add the expire task and its expiration date in "show fd" by Christopher Faulet · 2 years ago
  84. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  85. 4ede46b BUG/MINOR: peers: always update the stksess shard number on incoming updates by Willy Tarreau · 2 years ago
  86. b12be7c CLEANUP: peers: factor out the key len calculation in received updates by Willy Tarreau · 2 years ago
  87. d5cae6a MINOR: stick-table: change the API of the function used to calculate the shard by Willy Tarreau · 2 years ago
  88. 061a098 BUG/MEDIUM: mux-h1: Close client H1C on EOS when there is no output data by Christopher Faulet · 2 years ago
  89. 5a63e72 REGTESTS: fix peers-related regtests regarding "show table" by Willy Tarreau · 2 years ago
  90. e548a7a BUG/MINOR: peers: always initialize the stksess shard value by Willy Tarreau · 2 years ago
  91. f8c7709 MINOR: mux-h2: add the expire task and its expiration date in "show fd" by Willy Tarreau · 2 years ago
  92. 7b5d9b1 BUG/MINOR: quic: Endless loop during retransmissions by Frédéric Lécaille · 2 years ago
  93. 2526a6a CLEANUP: ncbuf: use standard BUG_ON with DEBUG_STRICT by Amaury Denoyelle · 2 years ago
  94. d64a26f CLEANUP: ncbuf: inline small functions by Amaury Denoyelle · 2 years ago
  95. 17e20e8 CLEANUP: ncbuf: remove ncb_blk args by value by Amaury Denoyelle · 2 years ago
  96. 16b282f MINOR: stick-table: show the shard number in each entry's "show table" output by Willy Tarreau · 2 years ago
  97. 56460ee MINOR: stick-table: store a per-table hash seed and use it by Willy Tarreau · 2 years ago
  98. 63b5b33 CLEANUP: stick-table: fill alignment holes in the stktable struct by Willy Tarreau · 2 years ago
  99. e3a02d5 SCRIPTS: announce-release: add a link to the data plane API by Willy Tarreau · 2 years ago
  100. d8a6a32 DEV: tcploop: add optional support for epoll by Willy Tarreau · 2 years ago