1. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · Mon Nov 12 11:57:56 2018 +0100
  2. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · Mon Nov 12 08:45:00 2018 +0100
  3. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · Mon Nov 12 07:25:28 2018 +0100
  4. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · Fri Nov 09 14:56:01 2018 +0100
  5. 57f08bb MINOR: stream-int: make it clear that si_ops cannot be null by Willy Tarreau · Wed Nov 07 11:28:12 2018 +0100
  6. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  7. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · Mon Nov 05 17:12:27 2018 +0100
  8. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · Mon Nov 05 16:31:22 2018 +0100
  9. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · Mon Nov 05 14:38:13 2018 +0100
  10. 90b1ca1 MEDIUM: channel: reorder the channel analyzers for the cli by William Lallemand · Fri Oct 26 14:47:46 2018 +0200
  11. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · Fri Oct 26 14:47:40 2018 +0200
  12. 291810d MEDIUM: mworker: find the server ptr using a CLI prefix by William Lallemand · Fri Oct 26 14:47:38 2018 +0200
  13. 14721be MEDIUM: cli: disable some keywords in the master by William Lallemand · Fri Oct 26 14:47:37 2018 +0200
  14. 6e0db2f MEDIUM: mworker: add proc_list in global.h by William Lallemand · Fri Oct 26 14:47:34 2018 +0200
  15. 7e1299b REORG: mworker: move struct mworker_proc to global.h by William Lallemand · Fri Oct 26 14:47:31 2018 +0200
  16. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · Wed Oct 24 17:17:56 2018 +0200
  17. b80bc27 MINOR: shctx: Change max. object size type to unsigned int. by Frédéric Lécaille · Thu Oct 25 20:31:40 2018 +0200
  18. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · Mon Oct 22 16:21:39 2018 +0200
  19. 8df65ae MINOR: cache: Larger HTTP objects caching. by Frédéric Lécaille · Mon Oct 22 18:01:48 2018 +0200
  20. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · Mon Oct 22 17:55:57 2018 +0200
  21. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · Mon Oct 22 11:49:15 2018 +0200
  22. 3f03ab5 MINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event. by Olivier Houchard · Thu Oct 18 16:26:57 2018 +0200
  23. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · Wed Oct 10 15:46:36 2018 +0200
  24. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · Wed Oct 17 19:01:24 2018 +0200
  25. d5e4de8 DOC: Fix a few typos by Bertrand Jacquin · Sat Oct 13 16:06:18 2018 +0100
  26. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · Mon Oct 08 15:50:15 2018 +0200
  27. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · Mon Oct 08 15:34:02 2018 +0200
  28. 08088e7 MINOR: conn-stream: Add CL_FL_NOT_FIRST flag by Christopher Faulet · Mon Oct 01 12:10:13 2018 +0200
  29. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · Fri Sep 21 16:26:19 2018 +0200
  30. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 2018 +0200
  31. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  32. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · Fri Sep 14 11:14:21 2018 +0200
  33. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  34. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · Fri Jul 13 12:18:33 2018 +0200
  35. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · Fri Sep 14 16:34:47 2018 +0200
  36. c4e53f4 MINOR: h1: Add H1_MF_XFER_LEN flag by Christopher Faulet · Fri Sep 14 11:15:52 2018 +0200
  37. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · Thu Sep 13 14:15:58 2018 +0200
  38. 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
  39. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  40. 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
  41. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · Tue Sep 11 19:23:04 2018 +0200
  42. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · Wed Sep 12 17:25:32 2018 +0200
  43. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · Tue Sep 11 15:34:50 2018 +0200
  44. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · Wed Sep 12 09:08:54 2018 +0200
  45. 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
  46. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · Tue Sep 11 12:01:48 2018 +0200
  47. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · Tue Sep 11 11:51:31 2018 +0200
  48. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · Tue Sep 11 11:45:04 2018 +0200
  49. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · Wed Sep 12 15:21:03 2018 +0200
  50. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · Wed Sep 12 15:15:12 2018 +0200
  51. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · Fri Aug 31 17:43:32 2018 +0200
  52. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · Thu Aug 09 13:06:55 2018 +0200
  53. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
  54. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · Tue Sep 11 16:51:28 2018 +0200
  55. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  56. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · Tue Sep 11 10:06:27 2018 +0200
  57. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · Fri Sep 07 20:07:17 2018 +0200
  58. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · Fri Sep 07 19:02:32 2018 +0200
  59. 7ccdd8d MEDIUM: snapshot: implement a show() callback and use it for HTTP by Willy Tarreau · Fri Sep 07 14:01:39 2018 +0200
  60. 7480f32 MINOR: snapshot: split the error snapshots into common and proto-specific parts by Willy Tarreau · Thu Sep 06 19:41:22 2018 +0200
  61. 5865a8f MINOR: snapshot: restart on the event ID and not the stream ID by Willy Tarreau · Fri Sep 07 11:51:51 2018 +0200
  62. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · Wed Sep 05 11:56:48 2018 +0200
  63. 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
  64. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  65. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  66. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  67. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  68. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  69. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  70. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  71. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  72. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  73. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · Tue Apr 10 14:43:00 2018 +0200
  74. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  75. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  76. 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
  77. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · Wed May 23 14:58:55 2018 +0200
  78. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  79. 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
  80. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · Thu Jul 26 08:23:24 2018 +0200
  81. 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
  82. 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
  83. 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
  84. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · Fri Mar 02 10:43:58 2018 +0100
  85. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · Fri Mar 02 12:25:45 2018 +0100
  86. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  87. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  88. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  89. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  90. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
  91. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · Tue Jun 19 06:23:38 2018 +0200
  92. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  93. 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
  94. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · Wed Jul 18 11:22:03 2018 +0200
  95. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:38:55 2018 +0200
  96. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:31:46 2018 +0200
  97. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · Tue Jul 17 10:05:32 2018 +0200
  98. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  99. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · Sun May 27 20:35:08 2018 +0200
  100. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200