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