1. 81b7c95 MINOR: check: use atomic for s->consecutive_errors by Aurelien DARRAGON · 2 years ago
  2. 7d541a9 BUG/MINOR: checks: restore legacy on-error fastinter behavior by Aurelien DARRAGON · 2 years ago
  3. 9e080bf BUG/MINOR: checks: make sure fastinter is used even on forced transitions by Willy Tarreau · 2 years ago
  4. a56798e BUG/MEDIUM: checks: do not reschedule a possibly running task on state change by Willy Tarreau · 2 years ago
  5. 36a7343 BUILD: check: use __fallthrough in __health_adjust() by Willy Tarreau · 2 years ago
  6. d114f4a MEDIUM: checks: spread the checks load over random threads by Willy Tarreau · 2 years, 1 month ago
  7. a840b4a MINOR: checks: use the lighter PRNG for spread checks by Willy Tarreau · 2 years, 1 month ago
  8. 871dd82 BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect by Christopher Faulet · 2 years, 3 months ago
  9. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
  10. eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · 2 years, 5 months ago
  11. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · 2 years, 5 months ago
  12. e4b4019 CLEANUP: check: Remove useless tests on check's stream-connector by Christopher Faulet · 2 years, 5 months ago
  13. 4f1825c BUG/MINOR: checks: Properly handle email alerts in trace messages by Christopher Faulet · 2 years, 6 months ago
  14. bde14ad CLEANUP: check: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  15. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  16. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  17. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · 2 years, 6 months ago
  18. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  19. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  20. 2f2318d MEDIUM: stconn: merge the app_ops and the data_cb fields by Willy Tarreau · 2 years, 6 months ago
  21. f3ae34b MINOR: check: export wake_srv_chk() by Willy Tarreau · 2 years, 6 months ago
  22. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
  23. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  24. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 6 months ago
  25. 0cfcc40 CLEANUP: conn_stream: apply cs_endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 6 months ago
  26. c95eaef MEDIUM: check: Use the CS to handle subscriptions for read/write events by Christopher Faulet · 2 years, 6 months ago
  27. 361417f REORG: check: Rename and export I/O callback function by Christopher Faulet · 2 years, 6 months ago
  28. 08c8f8e MEDIUM: check: No longer shutdown the connection in .wake callback function by Christopher Faulet · 2 years, 6 months ago
  29. 6d781f6 BUG/MINOR: check: Reinit the buffer wait list at the end of a check by Christopher Faulet · 2 years, 6 months ago
  30. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · 2 years, 7 months ago
  31. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  32. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  33. eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · 2 years, 7 months ago
  34. ff022a2 CLEANUP: conn-stream: Rename cs_conn_close() and cs_conn_drain_and_close() by Christopher Faulet · 2 years, 7 months ago
  35. 177a0e6 MEDIUM: check: Use a new conn-stream for each health-check run by Christopher Faulet · 2 years, 8 months ago
  36. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  37. 69ef6c9 MINOR: conn-stream: Rename CS functions dedicated to connections by Christopher Faulet · 2 years, 8 months ago
  38. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  39. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  40. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
  41. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · 2 years, 8 months ago
  42. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · 2 years, 8 months ago
  43. 7d098be MEDIUM: check: do not auto configure SSL/PROXY for dynamic servers by Amaury Denoyelle · 2 years, 9 months ago
  44. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
  45. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · 2 years, 11 months ago
  46. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
  47. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
  48. 95d3eaf BUILD: checks: fix inlining issue on set_srv_agent_[addr,port} by Willy Tarreau · 2 years, 10 months ago
  49. a89c191 BUG/MEDIUM: checks: fix the starting thread for external checks by Willy Tarreau · 3 years, 1 month ago
  50. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  51. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
  52. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  53. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · 3 years, 2 months ago
  54. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · 3 years, 3 months ago
  55. 26cb834 BUG/MEDIUM: check: fix leak on agent-check purge by Amaury Denoyelle · 3 years, 4 months ago
  56. 6d7fc44 BUG/MINOR: check: fix leak on add dynamic server with agent-check error by Amaury Denoyelle · 3 years, 4 months ago
  57. 25fe103 BUG/MINOR: check: do not reset check flags on purge by Amaury Denoyelle · 3 years, 4 months ago
  58. 9ba34ae BUG/MINOR: check: test if server is not null in purge by Amaury Denoyelle · 3 years, 4 months ago
  59. b65f4ca MEDIUM: server: implement agent check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  60. 2fc4d39 MEDIUM: server: implement check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  61. 9ecee0f MINOR: check: enable safe keywords for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  62. b33a0ab MEDIUM: check: implement check deletion for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  63. 403dce8 MINOR: check: do not increment global maxsock at runtime by Amaury Denoyelle · 3 years, 4 months ago
  64. 3c2ab1a MINOR: check: export check init functions by Amaury Denoyelle · 3 years, 4 months ago
  65. f2c27a5 MINOR: check: allocate default check ruleset for every backends by Amaury Denoyelle · 3 years, 4 months ago
  66. acff309 BUG/MINOR: check: fix the condition to validate a port-less server by Willy Tarreau · 3 years, 4 months ago
  67. dfee217 BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · 3 years, 5 months ago
  68. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  69. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  70. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
  71. ea86083 BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set by Christopher Faulet · 3 years, 7 months ago
  72. 92017a3 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · 3 years, 7 months ago
  73. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  74. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  75. 0f1fc23 BUG/MINOR: checks: Set missing id to the dummy checks frontend by Christopher Faulet · 3 years, 7 months ago
  76. 147b8c9 MINOIR: checks/trace: Register a new trace source with its events by Christopher Faulet · 3 years, 8 months ago
  77. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  78. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 8 months ago
  79. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 9 months ago
  80. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  81. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 9 months ago
  82. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  83. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 9 months ago
  84. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 9 months ago
  85. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 9 months ago
  86. 4e9df27 BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() by Willy Tarreau · 3 years, 9 months ago
  87. 64ba5eb BUG/MINOR: checks: properly handle wrapping time in __health_adjust() by Willy Tarreau · 3 years, 9 months ago
  88. b26122b CLEANUP: check: fix get_check_status_info declaration by William Dauchy · 3 years, 9 months ago
  89. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago
  90. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 4 years ago
  91. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 4 years ago
  92. f430090 CLEANUP: check: fix some typo in comments by William Dauchy · 3 years, 10 months ago
  93. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · 3 years, 10 months ago
  94. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · 3 years, 10 months ago
  95. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · 3 years, 10 months ago
  96. 7aa3271 MINOR: checks: Add function to get the result code corresponding to a status by Christopher Faulet · 3 years, 10 months ago
  97. 025fc71 MINOR: checks: export a few functions that appear often in trace dumps by Willy Tarreau · 3 years, 10 months ago
  98. 8f10042 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 10 months ago
  99. 6ecd593 BUG/MINOR: check: Don't perform any check on servers defined in a frontend by Christopher Faulet · 3 years, 11 months ago
  100. f7e4a6f MINOR: checks: don't call conn_cond_update_polling() anymore by Willy Tarreau · 4 years ago