1. ec74647 BUILD: checks: don't include server.h by Willy Tarreau · Wed Nov 29 10:52:29 2017 +0100
  2. 5809052 CLEANUP: fd: place the lock at the beginning of struct fdtab by Willy Tarreau · Sun Nov 26 10:41:47 2017 +0100
  3. 08eaa78 CLEANUP: checks: remove 16 bytes of holes in struct check by Willy Tarreau · Sun Nov 26 08:44:34 2017 +0100
  4. a511084 CLEANUP: proxy: slightly reorder the struct proxy to reduce holes by Willy Tarreau · Sun Nov 26 08:41:31 2017 +0100
  5. d7e33bb CLEANUP: server: reorder some fields in struct server to save 40 bytes by Willy Tarreau · Sun Nov 26 07:26:48 2017 +0100
  6. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · Fri Nov 24 22:02:34 2017 +0100
  7. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  8. c644fa9 MINOR: config: Add threads support for "process" option on "bind" lines by Christopher Faulet · Thu Nov 23 22:44:11 2017 +0100
  9. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · Wed Nov 22 16:50:41 2017 +0100
  10. f528fff MEDIUM: cache: store sha1 for hashing the cache key by William Lallemand · Thu Nov 23 19:43:17 2017 +0100
  11. 90084a1 MINOR: ssl: Handle reading early data after writing better. by Olivier Houchard · Thu Nov 23 18:21:29 2017 +0100
  12. 111bfef MEDIUM: shctx: use unsigned int for len and block_count by William Lallemand · Tue Nov 21 20:01:25 2017 +0100
  13. 71bd11a MEDIUM: cache: enable the HTTP analysers by William Lallemand · Mon Nov 20 19:13:14 2017 +0100
  14. 44e259c CLEANUP: cache: remove unused struct by William Lallemand · Mon Nov 20 19:13:13 2017 +0100
  15. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · Mon Nov 20 15:58:35 2017 +0100
  16. e6060c5 MINOR: SSL: Store the ASN1 representation of client sessions. by Olivier Houchard · Thu Nov 16 17:42:52 2017 +0100
  17. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · Wed Nov 15 19:02:58 2017 +0100
  18. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  19. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · Fri Nov 10 19:08:14 2017 +0100
  20. 28b55c6 CLEANUP: mux: remove the unused "release()" function by Willy Tarreau · Fri Nov 10 16:43:05 2017 +0100
  21. c5a9d5b BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up by Christopher Faulet · Thu Nov 09 09:36:43 2017 +0100
  22. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · Fri Nov 03 16:27:47 2017 +0100
  23. 8d38805 MAJOR: task: make use of the scope-aware ebtree functions by Willy Tarreau · Sun Nov 05 13:34:20 2017 +0100
  24. 77c1197 MEDIUM: cache: deliver objects from cache by William Lallemand · Tue Oct 31 20:43:01 2017 +0100
  25. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · Mon Oct 30 11:15:51 2017 +0100
  26. 436d333 MEDIUM: connection: add a destroy callback by Willy Tarreau · Sun Oct 08 11:16:46 2017 +0200
  27. 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
  28. 79dadb5 MINOR: conn_stream: new shutr/w status flags by Willy Tarreau · Thu Oct 05 15:06:07 2017 +0200
  29. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  30. 8e61472 MINOR: mux: add more methods to mux_ops by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  31. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  32. 2386be6 MINOR: connection: implement alpn registration of muxes by Willy Tarreau · Thu Sep 21 19:40:52 2017 +0200
  33. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  34. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · Tue Oct 31 16:06:06 2017 +0100
  35. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  36. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · Mon Oct 16 15:49:32 2017 +0200
  37. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  38. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  39. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  40. 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
  41. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · Thu Jul 27 16:33:28 2017 +0200
  42. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  43. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  44. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  45. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  46. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  47. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  48. 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
  49. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  50. 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
  51. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  52. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  53. 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
  54. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  55. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · Fri Apr 21 16:47:03 2017 +0200
  56. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · Tue Aug 29 15:37:10 2017 +0200
  57. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · Tue Jul 25 16:52:58 2017 +0200
  58. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · Fri Oct 20 21:34:32 2017 +0200
  59. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  60. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · Fri Sep 22 10:20:13 2017 +0200
  61. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · Thu Sep 21 16:50:56 2017 +0200
  62. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  63. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · Thu Sep 21 10:23:10 2017 +0200
  64. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · Tue Sep 19 11:08:28 2017 +0200
  65. 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
  66. 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
  67. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · Tue Oct 31 08:02:24 2017 +0100
  68. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · Mon Oct 30 20:08:51 2017 +0100
  69. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · Mon Oct 09 16:30:50 2017 +0200
  70. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · Mon Oct 09 14:17:39 2017 +0200
  71. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · Fri Oct 13 12:15:28 2017 +0200
  72. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · Fri Oct 27 14:58:08 2017 +0200
  73. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  74. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · Mon Oct 02 16:12:07 2017 +0200
  75. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · Wed Oct 25 12:59:51 2017 +0200
  76. 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
  77. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  78. 4093a4d MINOR: h1: add struct h1m for basic HTTP/1 messages by Willy Tarreau · Thu Sep 21 11:46:43 2017 +0200
  79. db4893d REORG: http: move the HTTP/1 chunk parser to h1.{c,h} by Willy Tarreau · Thu Sep 21 08:40:02 2017 +0200
  80. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  81. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  82. 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
  83. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · Tue Oct 03 14:46:45 2017 +0200
  84. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · Sun Oct 08 21:32:53 2017 +0200
  85. 82967bf MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags by Willy Tarreau · Wed Sep 20 17:46:46 2017 +0200
  86. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · Fri Sep 15 08:18:11 2017 +0200
  87. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · Fri Sep 15 07:55:51 2017 +0200
  88. 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
  89. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · Wed Jul 12 14:31:10 2017 +0200
  90. 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
  91. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  92. 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
  93. 4366476 MINOR: ssl: remove duplicate ssl_methods in struct bind_conf by Emmanuel Hocdet · Wed Aug 09 18:26:20 2017 +0200
  94. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  95. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  96. 0b74eae MEDIUM: session: add a pointer to a struct task in the session by Willy Tarreau · Mon Aug 28 19:02:51 2017 +0200
  97. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · Mon Aug 28 16:28:47 2017 +0200
  98. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · Mon Aug 28 15:46:01 2017 +0200
  99. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  100. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · Tue Aug 22 12:01:26 2017 +0200