1. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · Sun Oct 08 11:16:46 2017 +0200
  2. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · Thu Oct 05 15:25:48 2017 +0200
  3. 79dadb5 MINOR: conn_stream: new shutr/w status flags by Willy Tarreau · Thu Oct 05 15:06:07 2017 +0200
  4. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  5. 8e61472 MINOR: mux: add more methods to mux_ops by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  6. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  7. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · Thu Sep 21 19:40:52 2017 +0200
  8. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  9. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  10. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  11. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · Mon Oct 16 15:49:32 2017 +0200
  12. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  13. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  14. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  15. 94a6bfc MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread. by Thierry FOURNIER · Wed Jul 12 12:10:44 2017 +0200
  16. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · Thu Jul 27 16:33:28 2017 +0200
  17. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  18. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  19. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  20. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  21. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  22. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  23. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  24. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  25. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  26. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  27. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  28. a7c5d43 MINOR: threads/fd: Add a mask of threads allowed to process on each fd in fdtab array by Christopher Faulet · Tue May 30 11:05:09 2017 +0200
  29. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  30. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · Fri Apr 21 16:47:03 2017 +0200
  31. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · Tue Aug 29 15:37:10 2017 +0200
  32. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · Tue Jul 25 16:52:58 2017 +0200
  33. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · Fri Oct 20 21:34:32 2017 +0200
  34. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  35. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · Fri Sep 22 10:20:13 2017 +0200
  36. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · Thu Sep 21 16:50:56 2017 +0200
  37. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  38. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · Thu Sep 21 10:23:10 2017 +0200
  39. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · Tue Sep 19 11:08:28 2017 +0200
  40. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · Mon Sep 04 15:41:09 2017 +0200
  41. 6d950b9 MINOR: action: Add a function pointer in act_rule struct to check its validity by Christopher Faulet · Mon Sep 18 15:12:39 2017 +0200
  42. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · Tue Oct 31 08:02:24 2017 +0100
  43. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · Mon Oct 30 20:08:51 2017 +0100
  44. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · Mon Oct 09 16:30:50 2017 +0200
  45. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · Mon Oct 09 14:17:39 2017 +0200
  46. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · Fri Oct 13 12:15:28 2017 +0200
  47. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · Fri Oct 27 14:58:08 2017 +0200
  48. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  49. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · Mon Oct 02 16:12:07 2017 +0200
  50. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · Wed Oct 25 12:59:51 2017 +0200
  51. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · Wed Oct 25 09:22:43 2017 +0200
  52. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  53. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · Thu Sep 21 11:46:43 2017 +0200
  54. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · Thu Sep 21 08:40:02 2017 +0200
  55. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  56. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  57. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · Tue Oct 17 17:33:43 2017 +0200
  58. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · Tue Oct 03 14:46:45 2017 +0200
  59. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · Sun Oct 08 21:32:53 2017 +0200
  60. 82967bf MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags by Willy Tarreau · Wed Sep 20 17:46:46 2017 +0200
  61. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · Fri Sep 15 08:18:11 2017 +0200
  62. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · Fri Sep 15 07:55:51 2017 +0200
  63. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · Thu Jul 20 11:59:48 2017 +0200
  64. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · Wed Jul 12 14:31:10 2017 +0200
  65. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · Mon Sep 11 18:37:23 2017 +0200
  66. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  67. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · Tue Aug 29 15:30:11 2017 +0200
  68. 4366476 MINOR: ssl: remove duplicate ssl_methods in struct bind_conf by Emmanuel Hocdet · Wed Aug 09 18:26:20 2017 +0200
  69. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  70. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  71. 0b74eae MEDIUM: session: add a pointer to a struct task in the session by Willy Tarreau · Mon Aug 28 19:02:51 2017 +0200
  72. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · Mon Aug 28 16:28:47 2017 +0200
  73. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · Mon Aug 28 15:46:01 2017 +0200
  74. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  75. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · Tue Aug 22 12:01:26 2017 +0200
  76. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  77. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · Tue Jun 27 15:20:05 2017 +0200
  78. bcb86ab MINOR: session: add a streams field to the session struct by Willy Tarreau · Tue Jun 27 15:13:43 2017 +0200
  79. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  80. 572ab8b MINOR: dns: new dns record type (RTYPE) for OPT by Baptiste Assmann · Mon Aug 14 00:04:58 2017 +0200
  81. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  82. e2c222b MINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ. by Olivier Houchard · Fri Aug 04 18:31:56 2017 +0200
  83. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  84. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · Tue Aug 01 08:47:19 2017 +0200
  85. 174dfe5 MINOR: ssl: add "no-ca-names" parameter for bind by Emmanuel Hocdet · Fri Jul 28 15:01:05 2017 +0200
  86. 71d058c MINOR: ssl: add a new error codes for wrong server certificates by Willy Tarreau · Wed Jul 26 20:09:56 2017 +0200
  87. b13b20a BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted by Thierry FOURNIER · Sun Jul 16 20:48:54 2017 +0200
  88. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · Thu Jul 13 09:07:09 2017 +0200
  89. 8d85aa4 BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. by Emeric Brun · Thu Jun 29 15:40:33 2017 +0200
  90. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · Mon Jun 26 16:36:53 2017 +0200
  91. a9c1741 MINOR: connection: add a .get_alpn() method to xprt_ops by Willy Tarreau · Sun Dec 04 18:42:09 2016 +0100
  92. 0194897 MAJOR: task: task scheduler rework. by Emeric Brun · Thu Mar 30 15:37:25 2017 +0200
  93. df701a2 MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list by Emmanuel Hocdet · Thu May 18 12:46:50 2017 +0200
  94. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  95. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  96. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · Thu May 04 09:05:00 2017 +0200
  97. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · Mon May 22 15:13:10 2017 +0200
  98. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  99. d0aa6d2 MINOR: dns: smallest DNS fqdn size by Baptiste Assmann · Mon Apr 03 14:40:20 2017 +0200
  100. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200