1. d1d3616 BUG/MINOR: session: Eval L4/L5 rules defined in the default section by Christopher Faulet · 5 months ago
  2. 1d71bf5 BUG/MAJOR: server: do not delete srv referenced by session by Amaury Denoyelle · 9 months ago
  3. 926a561 MINOR: session: rename private conns elements by Amaury Denoyelle · 9 months ago
  4. 4e23248 BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure by William Lallemand · 1 year, 6 months ago
  5. 4adb4b9 MEDIUM: session/ssl: return the SSL error string during a SSL handshake error by William Lallemand · 1 year, 7 months ago
  6. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
  7. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · 1 year, 7 months ago
  8. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · 1 year, 7 months ago
  9. db991c2 BUG/MEDIUM: quic: fix crash when "option nolinger" is set in the frontend by Willy Tarreau · 1 year, 10 months ago
  10. 4c1d3a9 MINOR: listener: get rid of LI_O_TCP_L4_RULES and LI_O_TCP_L5_RULES by Willy Tarreau · 1 year, 11 months ago
  11. f1b4730 MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf by Willy Tarreau · 1 year, 11 months ago
  12. 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  13. ee37816 MINOR: listener: move maxseg and tcp_ut to bind_conf by Willy Tarreau · 1 year, 11 months ago
  14. 6c01171 MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters by Willy Tarreau · 1 year, 11 months ago
  15. d2985f3 BUG/MINOR: session: fix theoretical risk of memleak in session_accept_fd() by Willy Tarreau · 2 years, 9 months ago
  16. c269f66 MINOR: session: Rely on client source address at session level to log error by Christopher Faulet · 3 years, 1 month ago
  17. f46e1ea MINOR: session: Add src and dst addresses to the session by Christopher Faulet · 3 years, 1 month ago
  18. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  19. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  20. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
  21. 56f1f75 MINOR: log: rename 'dontloglegacyconnerr' to 'log-error-via-logformat' by William Lallemand · 3 years, 4 months ago
  22. 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · 3 years, 4 months ago
  23. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · 3 years, 5 months ago
  24. 523ca9d BUILD: session: include tools.h in session.c by Willy Tarreau · 3 years, 7 months ago
  25. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  26. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  27. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 9 months ago
  28. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  29. 9805859 BUG/MINOR: session: atomically increment the tracked sessions counter by Willy Tarreau · 3 years, 9 months ago
  30. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · 3 years, 10 months ago
  31. d517396 MINOR: session: Add the idle duration field into the session by Christopher Faulet · 4 years, 2 months ago
  32. 3aab17b BUG/MAJOR: connection: reset conn->owner when detaching from session list by Willy Tarreau · 4 years ago
  33. 01ca149 MINOR: session: simplify error path in session_accept_fd() by Willy Tarreau · 4 years, 1 month ago
  34. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · 4 years, 1 month ago
  35. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 4 years, 1 month ago
  36. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 4 years, 1 month ago
  37. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 4 years, 1 month ago
  38. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 4 years, 3 months ago
  39. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years, 3 months ago
  40. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 4 years, 3 months ago
  41. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 4 years, 3 months ago
  42. 236c93b MINOR: connection: Set the conncetion target during its initialisation by Christopher Faulet · 4 years, 5 months ago
  43. 5254321 BUILD: tcp: condition TCP keepalive settings to platforms providing them by Willy Tarreau · 4 years, 5 months ago
  44. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years, 5 months ago
  45. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  46. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  47. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  48. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  49. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  50. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 6 months ago
  51. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  52. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  53. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  54. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  55. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  56. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 6 months ago
  57. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  58. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  59. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 8 months ago
  60. 2444aa5 MEDIUM: sessions: Don't be responsible for connections anymore. by Olivier Houchard · 4 years, 10 months ago
  61. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 10 months ago
  62. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 10 months ago
  63. a8a415d BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session(). by Olivier Houchard · 4 years, 10 months ago
  64. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 10 months ago
  65. e5891ca BUG/MEDIUM: session: do not report a failure when rejecting a session by Willy Tarreau · 5 years ago
  66. 5de7817 CLEANUP: session: slightly simplify idle connection cleanup logic by Willy Tarreau · 5 years ago
  67. a132e5e BUG/MEDIUM: Make sure we leave the session list in session_free(). by Olivier Houchard · 5 years ago
  68. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  69. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  70. 4d3c60a MINOR: session: use conn->src instead of conn->addr.from by Willy Tarreau · 5 years ago
  71. 39566d1 BUG/MINOR: session: Send a default HTTP error if accept fails for a H1 socket by Christopher Faulet · 5 years ago
  72. 76f4c37 BUG/MINOR: session: Emit an HTTP error if accept fails only for H1 connection by Christopher Faulet · 5 years ago
  73. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 6 years ago
  74. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 6 years ago
  75. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 6 years ago
  76. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 6 years ago
  77. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 6 years ago
  78. d5b3d30 MEDIUM: sessions: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 6 years ago
  79. 82c9789 BUG/MEDIUM: listener: make sure the listener never accepts too many conns by Willy Tarreau · 6 years ago
  80. 8788b41 BUG/MEDIUM: connections: Don't forget to remove CO_FL_SESS_IDLE. by Olivier Houchard · 6 years ago
  81. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  82. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  83. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  84. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  85. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  86. d091bfb CLEANUP: Fix a typo in the session subsystem by Joseph Herlant · 6 years ago
  87. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  88. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  89. d7d627c BUG/MEDIUM: session: properly clean the outgoing connection before freeing. by Olivier Houchard · 6 years ago
  90. 5c61096 BUG/MEDIUM: session: Remove the session from the session_list in session_free. by Olivier Houchard · 6 years ago
  91. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  92. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · 6 years ago
  93. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · 6 years ago
  94. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · 6 years ago
  95. 086735a BUG/MINOR: tasks: make sure wakeup events are properly reported to subscribers by Willy Tarreau · 6 years ago
  96. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  97. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · 6 years ago
  98. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · 6 years ago
  99. fde2a09 BUG/MEDIUM: sessions: Don't use t->state. by Olivier Houchard · 6 years ago
  100. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · 7 years ago