1. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · 7 years ago
  2. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · 7 years ago
  3. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · 7 years ago
  4. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · 7 years ago
  5. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  6. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · 7 years ago
  7. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · 7 years ago
  8. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · 7 years ago
  9. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · 7 years ago
  10. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · 7 years ago
  11. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · 7 years ago
  12. 6d950b9 MINOR: action: Add a function pointer in act_rule struct to check its validity by Christopher Faulet · 7 years ago
  13. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · 7 years ago
  14. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · 7 years ago
  15. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · 7 years ago
  16. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · 7 years ago
  17. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · 7 years ago
  18. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · 7 years ago
  19. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · 7 years ago
  20. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · 7 years ago
  21. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · 7 years ago
  22. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · 7 years ago
  23. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  24. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · 7 years ago
  25. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · 7 years ago
  26. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago
  27. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  28. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · 7 years ago
  29. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  30. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · 7 years ago
  31. 82967bf MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags by Willy Tarreau · 7 years ago
  32. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · 7 years ago
  33. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · 7 years ago
  34. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · 7 years ago
  35. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · 7 years ago
  36. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · 7 years ago
  37. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  38. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · 7 years ago
  39. 4366476 MINOR: ssl: remove duplicate ssl_methods in struct bind_conf by Emmanuel Hocdet · 7 years ago
  40. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · 7 years ago
  41. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · 7 years ago
  42. 0b74eae MEDIUM: session: add a pointer to a struct task in the session by Willy Tarreau · 7 years ago
  43. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · 7 years ago
  44. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · 7 years ago
  45. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  46. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · 7 years ago
  47. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · 7 years ago
  48. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · 7 years ago
  49. bcb86ab MINOR: session: add a streams field to the session struct by Willy Tarreau · 7 years ago
  50. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · 7 years ago
  51. 572ab8b MINOR: dns: new dns record type (RTYPE) for OPT by Baptiste Assmann · 7 years ago
  52. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  53. e2c222b MINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ. by Olivier Houchard · 7 years ago
  54. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  55. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  56. 174dfe5 MINOR: ssl: add "no-ca-names" parameter for bind by Emmanuel Hocdet · 7 years ago
  57. 71d058c MINOR: ssl: add a new error codes for wrong server certificates by Willy Tarreau · 7 years ago
  58. b13b20a BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted by Thierry FOURNIER · 7 years ago
  59. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · 7 years ago
  60. 8d85aa4 BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. by Emeric Brun · 7 years ago
  61. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · 7 years ago
  62. a9c1741 MINOR: connection: add a .get_alpn() method to xprt_ops by Willy Tarreau · 8 years ago
  63. 0194897 MAJOR: task: task scheduler rework. by Emeric Brun · 7 years ago
  64. df701a2 MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list by Emmanuel Hocdet · 7 years ago
  65. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · 7 years ago
  66. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  67. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · 7 years ago
  68. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · 7 years ago
  69. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  70. d0aa6d2 MINOR: dns: smallest DNS fqdn size by Baptiste Assmann · 7 years ago
  71. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · 7 years ago
  72. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · 7 years ago
  73. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · 7 years ago
  74. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · 7 years ago
  75. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · 7 years ago
  76. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · 7 years ago
  77. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  78. 5db33cb MEDIUM: ssl: ssl_methods implementation is reworked and factored for min/max tlsxx by Emmanuel Hocdet · 7 years ago
  79. 53ae85c MINOR: ssl: add prefer-client-ciphers by Lukas Tribus · 7 years ago
  80. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  81. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  82. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  83. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  84. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · 7 years ago
  85. f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · 7 years ago
  86. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · 7 years ago
  87. 9a146de MINOR: server: Make 'default-server' support 'sni' keyword. by Frédéric Lécaille · 7 years ago
  88. 65aa356 MINOR: server: Make 'default-server' support 'check' keyword. by Frédéric Lécaille · 7 years ago
  89. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  90. 5a76769 MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller by Willy Tarreau · 7 years ago
  91. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  92. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  93. 3c0cc49 BUG/MEDIUM: connection: ensure to always report the end of handshakes by Willy Tarreau · 7 years ago
  94. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  95. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  96. 6f6bb38 MEDIUM: stats: Add show json schema by Simon Horman · 8 years ago
  97. 05ee213 MEDIUM: stats: Add JSON output option to show (info|stat) by Simon Horman · 8 years ago
  98. cecd852 MINOR: spoe: Add "send-frag-payload" option in spoe-agent section by Christopher Faulet · 7 years ago
  99. 305c607 MINOR: spoe: Add "pipelining" and "async" options in spoe-agent section by Christopher Faulet · 7 years ago
  100. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · 7 years ago