1. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · Wed Oct 24 17:17:56 2018 +0200
  2. 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
  3. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · Mon Oct 22 16:21:39 2018 +0200
  4. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · Mon Oct 22 17:55:57 2018 +0200
  5. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · Mon Oct 22 11:49:15 2018 +0200
  6. 55d6be7 MINOR: h1: Export some functions parsing the value of some HTTP headers by Christopher Faulet · Wed Oct 17 11:05:51 2018 +0200
  7. 627505d MINOR: freq_ctr: add swrate_add_scaled() to work with large samples by Willy Tarreau · Wed Oct 17 09:24:56 2018 +0200
  8. 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
  9. 1fddc9b BUG/MEDIUM: connections: Remove subscription if going in idle mode. by Olivier Houchard · Sun Oct 21 00:32:01 2018 +0200
  10. f37ba94 MINOR: fd: centralize poll timeout computation in compute_poll_timeout() by Willy Tarreau · Wed Oct 17 11:25:54 2018 +0200
  11. 8d8747a OPTIM: tasks: group all tree roots per cache line by Willy Tarreau · Mon Oct 15 16:12:48 2018 +0200
  12. b20aa9e MAJOR: tasks: create per-thread wait queues by Willy Tarreau · Mon Oct 15 14:52:21 2018 +0200
  13. 87d54a9 MEDIUM: fd/threads: only grab the fd's lock if the FD has more than one thread by Willy Tarreau · Mon Oct 15 09:44:46 2018 +0200
  14. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · Mon Oct 15 11:18:03 2018 +0200
  15. 10079f5 MINOR: http: Export some functions and do cleanup to prepare HTTP refactoring by Christopher Faulet · Wed Oct 03 15:17:28 2018 +0200
  16. 702226c MINOR: stats: Add missing include by Christopher Faulet · Wed Oct 03 16:11:20 2018 +0200
  17. 7e266c7 MINOR: http: Move comment about some HTTP macros in the right header file by Christopher Faulet · Wed Oct 03 14:15:28 2018 +0200
  18. 4fdec7a BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint. by Olivier Houchard · Thu Oct 11 17:09:14 2018 +0200
  19. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 2018 +0200
  20. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  21. c26c72d CLEANUP: h1: Fix debug warnings for h1 headers by Dirkjan Bussink · Fri Sep 14 14:30:25 2018 +0200
  22. 747ca61 MINOR: ssl: generate-certificates for BoringSSL by Emmanuel Hocdet · Mon Oct 01 18:45:19 2018 +0200
  23. 491cec2 CLEANUP: http: remove some leftovers from recent cleanups by Willy Tarreau · Tue Oct 02 18:37:27 2018 +0200
  24. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  25. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  26. 0e367bb BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream(). by Olivier Houchard · Fri Sep 14 19:41:13 2018 +0200
  27. 55e0da6 BUILD: connection: silence a couple of null-deref build warnings at -Wextra by Willy Tarreau · Thu Sep 20 11:26:52 2018 +0200
  28. 4ae4923 MINOR: stream-int: make si_appctx() never fail by Willy Tarreau · Thu Sep 20 11:08:47 2018 +0200
  29. babc15e MINOR: stktable: provide an unchecked version of stktable_data_ptr() by Willy Tarreau · Thu Sep 20 11:06:33 2018 +0200
  30. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · Wed Sep 12 12:02:05 2018 +0200
  31. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · Tue Sep 11 19:23:04 2018 +0200
  32. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · Wed Sep 12 17:25:32 2018 +0200
  33. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · Tue Sep 11 15:34:50 2018 +0200
  34. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · Wed Sep 12 09:08:54 2018 +0200
  35. 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
  36. 7f437ff MINOR: h1: provide a distinct init() function for request and response by Willy Tarreau · Tue Sep 11 13:51:19 2018 +0200
  37. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · Tue Sep 11 12:01:48 2018 +0200
  38. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · Tue Sep 11 11:51:31 2018 +0200
  39. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · Tue Sep 11 11:45:04 2018 +0200
  40. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · Wed Sep 12 15:21:03 2018 +0200
  41. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
  42. 931624a BUG/MEDIUM: tasks: Don't forget to decrement task_list_size in tasklet_free(). by Olivier Houchard · Wed Sep 12 14:55:03 2018 +0200
  43. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  44. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · Tue Sep 11 16:51:28 2018 +0200
  45. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  46. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · Mon Sep 10 17:45:34 2018 +0200
  47. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  48. d3801c1 MEDIUM: startup: unify signal init between daemon and mworker mode by William Lallemand · Tue Sep 11 10:06:23 2018 +0200
  49. fd9419d MINOR: http: remove the pointer to the error snapshot in http_capture_bad_message() by Willy Tarreau · Fri Sep 07 18:01:03 2018 +0200
  50. 75fb65a MINOR: proxy: add a new generic proxy_capture_error() by Willy Tarreau · Fri Sep 07 17:43:26 2018 +0200
  51. 5462052 MINOR: log: One const should be enough. by Olivier Houchard · Thu Sep 06 18:14:09 2018 +0200
  52. 57f8185 MINOR: connection: add new function conn_is_back() by Willy Tarreau · Thu Sep 06 14:52:21 2018 +0200
  53. 6ac98ac MINOR: connection: add new function conn_get_proxy() by Willy Tarreau · Thu Sep 06 11:48:44 2018 +0200
  54. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · Thu Sep 06 11:45:30 2018 +0200
  55. 5383935 MINOR: log: provide a function to emit a log for a session by Willy Tarreau · Wed Sep 05 19:51:10 2018 +0200
  56. 26ffa85 CLEANUP: log: make the low_level lf_{ip,port,text,text_len} functions take consts by Willy Tarreau · Wed Sep 05 15:23:10 2018 +0200
  57. 43c538e MINOR: log: move the log code to sess_build_logline() to add extra arguments by Willy Tarreau · Wed Sep 05 14:58:15 2018 +0200
  58. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
  59. b509232 MINOR: sample: remove impossible tests on negative smp->data.u.str.data by Willy Tarreau · Wed Aug 22 05:07:14 2018 +0200
  60. 1b13bfd BUG/MEDIUM: connection: don't forget to always delete the list's head by Willy Tarreau · Tue Aug 21 18:33:20 2018 +0200
  61. abedf5f BUG/MEDIUM: tasklets: Add the thread as active when waking a tasklet. by Olivier Houchard · Fri Aug 17 18:57:51 2018 +0200
  62. 6aab737 MINOR: fd cache: And the thread_mask with all_threads_mask. by Olivier Houchard · Fri Aug 17 13:37:59 2018 +0200
  63. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  64. 91894cb MINOR: stream_interface: Don't use si_cs_send() as a task handler. by Olivier Houchard · Thu Aug 02 18:06:28 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. 5d18718 MINOR: tasks: Allow tasklet_wakeup() to wakeup a task. by Olivier Houchard · Wed Aug 01 15:58:44 2018 +0200
  67. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  68. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  69. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
  70. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  71. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  72. 287527a BUG/MEDIUM: connection/mux: take care of serverless proxies by Willy Tarreau · Wed Aug 08 18:40:44 2018 +0200
  73. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · Tue Apr 10 15:01:45 2018 +0200
  74. 9c9ef03 MINOR: mux: Improve the message with the list of existing mux protocols by Christopher Faulet · Wed Aug 08 10:25:57 2018 +0200
  75. e15c6c4 MINOR: mux: Change get_mux_proto to get an ist as parameter by Christopher Faulet · Wed Aug 08 10:21:56 2018 +0200
  76. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  77. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  78. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · Tue Apr 10 14:37:32 2018 +0200
  79. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  80. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
  81. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · Wed May 23 14:58:55 2018 +0200
  82. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  83. ebabd87 MINOR: ssl: BoringSSL matches OpenSSL 1.1.0 by Emmanuel Hocdet · Mon Jun 18 11:04:19 2018 +0200
  84. 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
  85. 9b03c0c MINOR: tasks: Make active_tasks_mask volatile. by Olivier Houchard · Thu Jul 26 18:45:22 2018 +0200
  86. d0ad4a8 MEDIUM: queue: make pendconn_free() work on the stream instead by Willy Tarreau · Wed Jul 25 11:13:53 2018 +0200
  87. 9624fae MINOR: queue: centralize dequeuing code a bit better by Willy Tarreau · Wed Jul 25 08:04:20 2018 +0200
  88. 77551ee BUG/MEDIUM: tasks: make __task_unlink_rq responsible for the rqueue size. by Olivier Houchard · Thu Jul 26 15:59:38 2018 +0200
  89. 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
  90. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · Fri Mar 02 13:55:01 2018 +0100
  91. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · Fri Mar 02 10:43:58 2018 +0100
  92. 8318885 MINOR: connection: simplify subscription by adding a registration function by Willy Tarreau · Wed Jul 18 08:18:20 2018 +0200
  93. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  94. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  95. e17c2d3 MINOR: tasklets: Don't attempt to add a tasklet in the list twice. by Olivier Houchard · Tue Jul 17 18:29:22 2018 +0200
  96. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  97. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  98. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  99. bd1dba8 MINOR: buffer: rename the data length member to '->data' by Willy Tarreau · Tue Jul 10 10:43:27 2018 +0200
  100. 4d893d4 MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2() by Willy Tarreau · Thu Jul 12 15:43:32 2018 +0200