1. f304ad3 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · 4 years, 3 months ago
  2. 8d18db7 BUG/MINOR: check: Update server address and port to execute an external check by Christopher Faulet · 4 years, 2 months ago
  3. 2d7bd02 BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits by Jerome Magnin · 4 years, 4 months ago
  4. cba5a88 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · 4 years, 5 months ago
  5. 7589309 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · 4 years, 4 months ago
  6. 828a9d6 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · 4 years, 4 months ago
  7. d29e830 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · 4 years, 4 months ago
  8. 4ce4195 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · 4 years, 4 months ago
  9. db2cdbb MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 6 months ago
  10. 7e9dd73 BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 6 months ago
  11. e69893b BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 7 months ago
  12. a99ff4d MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  13. b3fdd52 MINOR: stats: Report max times in addition of the averages for sessions by Christopher Faulet · 4 years, 8 months ago
  14. df73efe MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · 4 years, 8 months ago
  15. 9a88a83 MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · 4 years, 8 months ago
  16. 5d07270 MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · 4 years, 8 months ago
  17. 198d129 MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · 4 years, 8 months ago
  18. 87d74c1 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · 4 years, 9 months ago
  19. 46c7682 MINOR: spoe: Support the async mode with several threads by Christopher Faulet · 4 years, 10 months ago
  20. 0ff699e MINOR: stats: report the number of idle connections for each server by Willy Tarreau · 4 years, 10 months ago
  21. 1a8febc BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  22. 0ff395c BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  23. ff96b8b MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · 5 years ago
  24. 937604b BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  25. 47b00ae BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · 5 years ago
  26. 42facc5 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  27. 6915948 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · 5 years ago
  28. e445afd MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · 5 years ago
  29. 1bd140e BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · 5 years ago
  30. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  31. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
  32. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · 5 years ago
  33. 99de1d0 MINOR: dict: Store the length of the dictionary entries. by Frédéric Lécaille · 5 years ago
  34. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · 5 years ago
  35. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  36. bedcd69 MINOR: stream-int: use bit fields to match multiple stream-int states at once by Willy Tarreau · 5 years ago
  37. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  38. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  39. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · 5 years ago
  40. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · 5 years ago
  41. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · 5 years ago
  42. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · 5 years ago
  43. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · 5 years ago
  44. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · 5 years ago
  45. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · 5 years ago
  46. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · 5 years ago
  47. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · 5 years ago
  48. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · 5 years ago
  49. 1673bbd CLEANUP: peers: Remove tabs characters. by Frédéric Lécaille · 5 years ago
  50. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  51. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · 5 years ago
  52. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  53. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  54. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  55. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  56. 9b04d22 MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV by Christopher Faulet · 5 years ago
  57. d6a7850 MINOR: cli/activity: add 3 general purpose counters in development mode by Willy Tarreau · 5 years ago
  58. 394c9b4 MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity by Willy Tarreau · 5 years ago
  59. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · 5 years ago
  60. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · 5 years ago
  61. d1f56c9 BUG/MEDIUM: dns: make the port numbers unsigned by Willy Tarreau · 5 years ago
  62. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  63. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · 5 years ago
  64. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  65. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · 5 years ago
  66. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · 5 years ago
  67. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · 5 years ago
  68. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  69. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  70. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  71. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  72. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · 5 years ago
  73. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  74. 92e38e2 BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO. by Olivier Houchard · 5 years ago
  75. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  76. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  77. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · 5 years ago
  78. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  79. f92da38 BUILD/MINOR: stick-table: Compilation fix. by Frédéric Lécaille · 5 years ago
  80. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · 5 years ago
  81. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  82. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · 5 years ago
  83. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  84. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  85. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  86. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · 5 years ago
  87. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · 5 years ago
  88. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · 5 years ago
  89. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · 5 years ago
  90. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · 5 years ago
  91. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · 5 years ago
  92. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · 5 years ago
  93. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · 5 years ago
  94. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · 5 years ago
  95. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  96. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · 5 years ago
  97. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · 5 years ago
  98. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  99. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · 6 years ago
  100. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · 5 years ago