1. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · 4 years, 11 months ago
  2. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · 4 years, 11 months ago
  3. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · 5 years ago
  4. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · 4 years, 11 months ago
  5. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · 5 years ago
  6. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · 5 years ago
  7. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · 5 years ago
  8. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  9. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  10. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  11. bfab2dd MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · 5 years ago
  12. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  13. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  14. 9042060 MINOR: stream: add a new target_addr entry in the stream structure by Willy Tarreau · 5 years ago
  15. e71fca8 MAJOR: connection: remove the addr field by Willy Tarreau · 5 years ago
  16. 1ef4cbc MINOR: connection: add new src and dst fields by Willy Tarreau · 5 years ago
  17. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago
  18. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · 5 years ago
  19. a6a56e6 MEDIUM: config: Remove parsing of req* and rsp* directives by Christopher Faulet · 5 years ago
  20. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · 5 years ago
  21. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  22. eb2754b CLEANUP: proto_http: Remove unecessary includes and comments by Christopher Faulet · 5 years ago
  23. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · 5 years ago
  24. 3716ebc CLEANUP: proto_http: Group remaining flags of the HTTP transaction by Christopher Faulet · 5 years ago
  25. cc76d5b MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN by Christopher Faulet · 5 years ago
  26. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · 5 years ago
  27. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  28. 3d11969 MAJOR: filters: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  29. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · 5 years ago
  30. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  31. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · 5 years ago
  32. 9723696 MEDIUM: mworker-prog: Add user/group options to program section by Andrew Heberle · 5 years ago
  33. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  34. 1dad384 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · 5 years ago
  35. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · 5 years ago
  36. ad03288 BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · 5 years ago
  37. da29fe2 MEDIUM: server: server-state global file stored in a tree by Baptiste Assmann · 5 years ago
  38. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · 5 years ago
  39. dac168b MEDIUM: Make 'redispatch' directive fatal by Tim Duesterhus · 5 years ago
  40. 7b7c47f MEDIUM: Make 'block' directive fatal by Tim Duesterhus · 5 years ago
  41. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  42. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
  43. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · 5 years ago
  44. 99de1d0 MINOR: dict: Store the length of the dictionary entries. by Frédéric Lécaille · 5 years ago
  45. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · 5 years ago
  46. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  47. bedcd69 MINOR: stream-int: use bit fields to match multiple stream-int states at once by Willy Tarreau · 5 years ago
  48. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  49. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  50. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · 5 years ago
  51. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · 5 years ago
  52. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · 5 years ago
  53. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · 5 years ago
  54. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · 5 years ago
  55. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · 5 years ago
  56. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · 5 years ago
  57. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · 5 years ago
  58. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · 5 years ago
  59. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · 5 years ago
  60. 1673bbd CLEANUP: peers: Remove tabs characters. by Frédéric Lécaille · 5 years ago
  61. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  62. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · 5 years ago
  63. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  64. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  65. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  66. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  67. 9b04d22 MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV by Christopher Faulet · 5 years ago
  68. d6a7850 MINOR: cli/activity: add 3 general purpose counters in development mode by Willy Tarreau · 5 years ago
  69. 394c9b4 MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity by Willy Tarreau · 5 years ago
  70. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · 5 years ago
  71. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · 5 years ago
  72. d1f56c9 BUG/MEDIUM: dns: make the port numbers unsigned by Willy Tarreau · 5 years ago
  73. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  74. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · 5 years ago
  75. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  76. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · 5 years ago
  77. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · 5 years ago
  78. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · 5 years ago
  79. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · 5 years ago
  80. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  81. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  82. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  83. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · 5 years ago
  84. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  85. 92e38e2 BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO. by Olivier Houchard · 5 years ago
  86. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  87. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · 5 years ago
  88. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · 5 years ago
  89. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  90. f92da38 BUILD/MINOR: stick-table: Compilation fix. by Frédéric Lécaille · 5 years ago
  91. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · 5 years ago
  92. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  93. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · 5 years ago
  94. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  95. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  96. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  97. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · 5 years ago
  98. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · 5 years ago
  99. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · 5 years ago
  100. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · 5 years ago