1. 13afcb7 BUG/MINOR: task: fix possibly missed event in inter-thread wakeups by Willy Tarreau · Sun Jan 27 17:41:27 2019 +0100
  2. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · Wed Jan 23 10:21:49 2019 +0100
  3. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · Thu Apr 26 14:35:21 2018 +0200
  4. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · Mon Jan 14 16:55:42 2019 +0100
  5. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · Mon Jan 14 16:50:58 2019 +0100
  6. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · Mon Jan 14 16:14:15 2019 +0100
  7. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · Mon Jan 14 16:04:54 2019 +0100
  8. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · Mon Jan 14 16:04:01 2019 +0100
  9. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · Mon Jan 14 15:28:53 2019 +0100
  10. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · Mon Jan 14 15:23:54 2019 +0100
  11. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · Thu Jan 10 17:51:55 2019 +0100
  12. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · Fri Jan 11 18:17:17 2019 +0100
  13. f1b11e2 MINOR: connections: Remove a stall comment. by Olivier Houchard · Fri Jan 04 17:22:51 2019 +0100
  14. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · Fri Dec 28 18:50:57 2018 +0100
  15. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · Thu Dec 27 17:20:54 2018 +0100
  16. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · Fri Dec 21 19:47:01 2018 +0100
  17. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · Wed Dec 19 15:19:27 2018 +0100
  18. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · Wed Dec 19 14:12:10 2018 +0100
  19. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · Wed Dec 19 13:59:17 2018 +0100
  20. 71748cb BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. by Olivier Houchard · Mon Dec 17 14:16:46 2018 +0100
  21. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · Fri Dec 14 19:27:06 2018 +0100
  22. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · Fri Dec 14 19:42:40 2018 +0100
  23. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · Fri Dec 14 18:15:36 2018 +0100
  24. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · Mon Dec 10 18:30:32 2018 +0100
  25. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · Fri Dec 14 21:11:31 2018 +0100
  26. a1214a5 MINOR: cache: report the number of cache lookups and cache hits by Willy Tarreau · Fri Dec 14 14:00:25 2018 +0100
  27. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · Fri Dec 14 11:35:36 2018 +0100
  28. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · Tue Dec 11 16:47:14 2018 +0100
  29. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · Thu Dec 13 09:05:47 2018 +0100
  30. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · Thu Dec 13 09:05:46 2018 +0100
  31. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · Thu Dec 13 09:05:44 2018 +0100
  32. 00488dd BUG: dns: Fix off-by-one write in dns_validate_dns_response() by Remi Gacogne · Wed Dec 05 17:59:56 2018 +0100
  33. bc55210 BUG: dns: Fix out-of-bounds read via signedness error in dns_validate_dns_response() by Remi Gacogne · Wed Dec 05 17:57:49 2018 +0100
  34. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · Tue Dec 11 18:01:38 2018 +0100
  35. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · Tue Dec 11 13:44:24 2018 +0100
  36. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
  37. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · Tue Dec 11 11:04:56 2018 +0100
  38. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  39. 54a8d5a MEDIUM: cache/htx: Add the HTX support into the cache by Christopher Faulet · Fri Dec 07 12:21:11 2018 +0100
  40. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · Tue Dec 11 16:10:58 2018 +0100
  41. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · Tue Dec 11 16:10:57 2018 +0100
  42. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · Tue Dec 11 16:10:54 2018 +0100
  43. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · Thu Dec 06 16:22:29 2018 +0100
  44. a3b62d3 MINOR: stream-int: add a new blocking condition on the remote connection by Willy Tarreau · Thu Dec 06 15:24:01 2018 +0100
  45. 75a323f CLEANUP: Fix a typo in the listener subsystem by Joseph Herlant · Sun Nov 25 13:36:58 2018 -0800
  46. f69b807 CLEANUP: Fix typos in the file descriptor subsystem by Joseph Herlant · Sun Nov 25 13:34:43 2018 -0800
  47. 0b75e63 CLEANUP: Fix a typo in the checks header file by Joseph Herlant · Sun Nov 25 13:28:30 2018 -0800
  48. 8a95a6e CLEANUP: Fix a typo in the connection subsystem by Joseph Herlant · Sun Nov 25 13:21:12 2018 -0800
  49. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · Sun Dec 02 14:11:41 2018 +0100
  50. 8defe4b MINOR: mux: add a "max_streams" method. by Olivier Houchard · Sun Dec 02 01:31:17 2018 +0100
  51. f3e65b0 MINOR: connection: Fix a comment. by Olivier Houchard · Sun Dec 02 00:35:08 2018 +0100
  52. 3fbea1d MINOR: server: the mux_proto entry in the server is const by Willy Tarreau · Sun Dec 02 13:08:34 2018 +0100
  53. a004ae3 MINOR: listener: the mux_proto entry in the bind_conf is const by Willy Tarreau · Sun Dec 02 13:03:57 2018 +0100
  54. 75bc913 MAJOR: filters: Adapt filters API to be compatible with the HTX represenation by Christopher Faulet · Fri Nov 30 15:18:09 2018 +0100
  55. e44769b MINOR: mux-h1: Capture bad H1 messages by Christopher Faulet · Thu Nov 29 23:01:45 2018 +0100
  56. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · Tue Nov 27 16:51:09 2018 +0100
  57. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · Mon Nov 26 15:05:52 2018 +0100
  58. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · Mon Nov 26 11:13:57 2018 +0100
  59. 3bc1b11 MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer by Christopher Faulet · Thu Nov 29 11:29:26 2018 +0100
  60. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · Fri Nov 30 17:24:55 2018 +0100
  61. 4b58c80 REORG: mworker: declare master variable in global.h by William Lallemand · Tue Nov 27 12:02:38 2018 +0100
  62. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · Mon Nov 26 11:21:50 2018 +0100
  63. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · Mon Nov 26 10:19:54 2018 +0100
  64. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · Tue Nov 20 23:33:50 2018 +0100
  65. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · Thu Nov 22 18:07:59 2018 +0100
  66. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · Thu May 31 14:48:54 2018 +0200
  67. baba82f MINOR: activity: report the average loop time in "show activity" by Willy Tarreau · Thu Nov 22 08:42:42 2018 +0100
  68. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  69. db6bdfb MINOR: cli: add mworker_accept_wrapper to 'show fd' by William Lallemand · Tue Nov 20 17:36:51 2018 +0100
  70. 944e619 MEDIUM: mworker: wait mode use standard init code path by William Lallemand · Wed Nov 21 15:48:31 2018 +0100
  71. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · Mon Nov 19 18:46:18 2018 +0100
  72. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · Mon Nov 19 18:46:17 2018 +0100
  73. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  74. b35ea68 CLEANUP: Fix typos in the filters subsystem by Joseph Herlant · Thu Nov 15 12:24:23 2018 -0800
  75. 59dd295 CLEANUP: fix typos in the proxy subsystem by Joseph Herlant · Thu Nov 15 11:46:55 2018 -0800
  76. 5ba8025 CLEANUP: fix typos in the proto_http subsystem by Joseph Herlant · Thu Nov 15 09:25:36 2018 -0800
  77. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · Thu Nov 15 08:57:51 2018 -0800
  78. 42cf639 CLEANUP: Fix typos in the dns subsystem by Joseph Herlant · Thu Nov 15 10:33:28 2018 -0800
  79. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · Mon Oct 22 09:17:28 2018 +0200
  80. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · Mon Oct 22 08:59:39 2018 +0200
  81. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · Wed Oct 31 08:53:54 2018 +0100
  82. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · Wed Oct 17 11:08:23 2018 +0200
  83. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · Thu Oct 11 15:56:04 2018 +0200
  84. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · Tue Nov 13 16:44:31 2018 +0100
  85. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · Tue Nov 06 16:32:42 2018 +0100
  86. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · Mon Nov 05 18:37:53 2018 +0100
  87. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · Wed Nov 14 13:43:35 2018 +0100
  88. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · Wed Nov 14 11:24:08 2018 +0100
  89. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · Wed Nov 14 11:10:26 2018 +0100
  90. a44e576 MINOR: stream-int: expand the flags to 32-bit by Willy Tarreau · Wed Nov 14 10:53:42 2018 +0100
  91. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · Sun Nov 18 21:29:20 2018 +0100
  92. c59f988 MEDIUM: listeners: support unstoppable listener by William Lallemand · Fri Nov 16 16:57:21 2018 +0100
  93. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · Fri Nov 16 16:57:20 2018 +0100
  94. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · Tue Nov 06 14:30:19 2018 +0100
  95. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · Tue Nov 06 10:55:34 2018 +0100
  96. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · Mon Nov 12 11:57:56 2018 +0100
  97. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · Mon Nov 12 08:45:00 2018 +0100
  98. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · Mon Nov 12 07:25:28 2018 +0100
  99. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · Fri Nov 09 14:56:01 2018 +0100
  100. 57f08bb MINOR: stream-int: make it clear that si_ops cannot be null by Willy Tarreau · Wed Nov 07 11:28:12 2018 +0100