1. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  2. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · Fri Jul 13 12:18:33 2018 +0200
  3. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · Fri Sep 14 16:34:47 2018 +0200
  4. c4e53f4 MINOR: h1: Add H1_MF_XFER_LEN flag by Christopher Faulet · Fri Sep 14 11:15:52 2018 +0200
  5. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · Thu Sep 13 14:15:58 2018 +0200
  6. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · Thu Sep 13 11:32:51 2018 +0200
  7. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  8. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · Wed Sep 12 09:54:00 2018 +0200
  9. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · Tue Sep 11 19:23:04 2018 +0200
  10. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · Wed Sep 12 17:25:32 2018 +0200
  11. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · Tue Sep 11 15:34:50 2018 +0200
  12. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · Wed Sep 12 09:08:54 2018 +0200
  13. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · Tue Sep 11 16:47:23 2018 +0200
  14. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · Tue Sep 11 12:01:48 2018 +0200
  15. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · Tue Sep 11 11:51:31 2018 +0200
  16. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · Tue Sep 11 11:45:04 2018 +0200
  17. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · Wed Sep 12 15:21:03 2018 +0200
  18. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · Wed Sep 12 15:15:12 2018 +0200
  19. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · Fri Aug 31 17:43:32 2018 +0200
  20. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · Thu Aug 09 13:06:55 2018 +0200
  21. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
  22. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · Tue Sep 11 16:51:28 2018 +0200
  23. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  24. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · Tue Sep 11 10:06:27 2018 +0200
  25. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · Fri Sep 07 20:07:17 2018 +0200
  26. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · Fri Sep 07 19:02:32 2018 +0200
  27. 7ccdd8d MEDIUM: snapshot: implement a show() callback and use it for HTTP by Willy Tarreau · Fri Sep 07 14:01:39 2018 +0200
  28. 7480f32 MINOR: snapshot: split the error snapshots into common and proto-specific parts by Willy Tarreau · Thu Sep 06 19:41:22 2018 +0200
  29. 5865a8f MINOR: snapshot: restart on the event ID and not the stream ID by Willy Tarreau · Fri Sep 07 11:51:51 2018 +0200
  30. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · Wed Sep 05 11:56:48 2018 +0200
  31. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · Mon Jul 02 17:00:54 2018 +0200
  32. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  33. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  34. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  35. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  36. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  37. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  38. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  39. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  40. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  41. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · Tue Apr 10 14:43:00 2018 +0200
  42. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  43. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  44. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · Tue Mar 06 14:43:47 2018 +0100
  45. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · Wed May 23 14:58:55 2018 +0200
  46. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  47. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · Thu Jul 26 17:55:11 2018 +0200
  48. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · Thu Jul 26 08:23:24 2018 +0200
  49. 88930dd MINOR: queue: use a distinct variable for the assigned server and the queue by Willy Tarreau · Thu Jul 26 07:38:54 2018 +0200
  50. 76e4518 MINOR: tasks: Add a flag that tells if we're in the global runqueue. by Olivier Houchard · Thu Jul 26 16:19:58 2018 +0200
  51. f0cea1e MINOR: tasks: extend the state bits from 8 to 16 and remove the reason by Willy Tarreau · Thu Jul 26 16:13:00 2018 +0200
  52. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · Fri Mar 02 10:43:58 2018 +0100
  53. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · Fri Mar 02 12:25:45 2018 +0100
  54. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  55. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  56. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  57. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  58. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
  59. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · Tue Jun 19 06:23:38 2018 +0200
  60. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  61. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · Wed Jul 18 11:29:06 2018 +0200
  62. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · Wed Jul 18 11:22:03 2018 +0200
  63. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:38:55 2018 +0200
  64. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:31:46 2018 +0200
  65. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · Tue Jul 17 10:05:32 2018 +0200
  66. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  67. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · Sun May 27 20:35:08 2018 +0200
  68. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  69. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · Thu May 24 18:59:04 2018 +0200
  70. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · Fri May 18 18:45:28 2018 +0200
  71. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  72. d5b073c MINOR: lua: Improve error message by Thierry Fournier · Mon May 21 19:42:47 2018 +0200
  73. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · Fri Apr 06 11:34:12 2018 +0200
  74. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  75. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  76. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
  77. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · Fri Apr 27 21:18:46 2018 +0200
  78. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  79. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
  80. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · Mon Mar 26 17:19:01 2018 +0200
  81. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · Mon Mar 26 16:09:19 2018 +0200
  82. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · Thu Mar 22 09:08:20 2018 +0100
  83. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · Thu Mar 22 09:07:41 2018 +0100
  84. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · Fri Mar 30 14:41:19 2018 +0200
  85. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · Mon Mar 19 18:14:02 2018 +0100
  86. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  87. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  88. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  89. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  90. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · Fri Oct 27 18:43:29 2017 +0200
  91. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · Mon Feb 26 11:10:37 2018 +0100
  92. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · Fri Feb 16 11:23:49 2018 +0100
  93. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · Wed Jan 31 18:07:29 2018 +0100
  94. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  95. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · Mon Nov 27 18:41:32 2017 +0100
  96. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  97. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · Wed Jan 24 16:23:03 2018 +0100
  98. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  99. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  100. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · Wed Jan 24 15:49:45 2018 +0100