1. 5462052 MINOR: log: One const should be enough. by Olivier Houchard · Thu Sep 06 18:14:09 2018 +0200
  2. 57f8185 MINOR: connection: add new function conn_is_back() by Willy Tarreau · Thu Sep 06 14:52:21 2018 +0200
  3. 6ac98ac MINOR: connection: add new function conn_get_proxy() by Willy Tarreau · Thu Sep 06 11:48:44 2018 +0200
  4. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · Thu Sep 06 11:45:30 2018 +0200
  5. 5383935 MINOR: log: provide a function to emit a log for a session by Willy Tarreau · Wed Sep 05 19:51:10 2018 +0200
  6. 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
  7. 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
  8. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
  9. b509232 MINOR: sample: remove impossible tests on negative smp->data.u.str.data by Willy Tarreau · Wed Aug 22 05:07:14 2018 +0200
  10. 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
  11. abedf5f BUG/MEDIUM: tasklets: Add the thread as active when waking a tasklet. by Olivier Houchard · Fri Aug 17 18:57:51 2018 +0200
  12. 6aab737 MINOR: fd cache: And the thread_mask with all_threads_mask. by Olivier Houchard · Fri Aug 17 13:37:59 2018 +0200
  13. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  14. 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
  15. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  16. 5d18718 MINOR: tasks: Allow tasklet_wakeup() to wakeup a task. by Olivier Houchard · Wed Aug 01 15:58:44 2018 +0200
  17. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  18. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  19. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
  20. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  21. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  22. 287527a BUG/MEDIUM: connection/mux: take care of serverless proxies by Willy Tarreau · Wed Aug 08 18:40:44 2018 +0200
  23. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · Tue Apr 10 15:01:45 2018 +0200
  24. 9c9ef03 MINOR: mux: Improve the message with the list of existing mux protocols by Christopher Faulet · Wed Aug 08 10:25:57 2018 +0200
  25. e15c6c4 MINOR: mux: Change get_mux_proto to get an ist as parameter by Christopher Faulet · Wed Aug 08 10:21:56 2018 +0200
  26. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  27. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  28. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · Tue Apr 10 14:37:32 2018 +0200
  29. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  30. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
  31. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · Wed May 23 14:58:55 2018 +0200
  32. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  33. ebabd87 MINOR: ssl: BoringSSL matches OpenSSL 1.1.0 by Emmanuel Hocdet · Mon Jun 18 11:04:19 2018 +0200
  34. 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
  35. 9b03c0c MINOR: tasks: Make active_tasks_mask volatile. by Olivier Houchard · Thu Jul 26 18:45:22 2018 +0200
  36. d0ad4a8 MEDIUM: queue: make pendconn_free() work on the stream instead by Willy Tarreau · Wed Jul 25 11:13:53 2018 +0200
  37. 9624fae MINOR: queue: centralize dequeuing code a bit better by Willy Tarreau · Wed Jul 25 08:04:20 2018 +0200
  38. 77551ee BUG/MEDIUM: tasks: make __task_unlink_rq responsible for the rqueue size. by Olivier Houchard · Thu Jul 26 15:59:38 2018 +0200
  39. 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
  40. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · Fri Mar 02 13:55:01 2018 +0100
  41. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · Fri Mar 02 10:43:58 2018 +0100
  42. 8318885 MINOR: connection: simplify subscription by adding a registration function by Willy Tarreau · Wed Jul 18 08:18:20 2018 +0200
  43. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  44. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  45. 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
  46. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  47. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  48. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  49. bd1dba8 MINOR: buffer: rename the data length member to '->data' by Willy Tarreau · Tue Jul 10 10:43:27 2018 +0200
  50. 4d893d4 MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2() by Willy Tarreau · Thu Jul 12 15:43:32 2018 +0200
  51. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
  52. abed1e7 MINOR: buffer: remove the check for output on b_del() by Willy Tarreau · Mon Jul 09 11:39:49 2018 +0200
  53. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · Fri Jun 29 18:42:02 2018 +0200
  54. cd9e60d MEDIUM: channel: adapt to the new buffer API by Willy Tarreau · Tue Jun 19 07:33:28 2018 +0200
  55. d4251a7 MINOR: channel: Add co_set_data(). by Olivier Houchard · Fri Jun 29 16:17:34 2018 +0200
  56. 3ee8344 MINOR: channel: remove almost all references to buf->i and buf->o by Willy Tarreau · Fri Jun 15 16:42:02 2018 +0200
  57. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · Fri Jun 15 17:21:00 2018 +0200
  58. 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
  59. 3f67999 MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace() by Willy Tarreau · Fri Jun 15 15:06:42 2018 +0200
  60. 2375233 MINOR: buffer: replace buffer_full() with channel_full() by Willy Tarreau · Fri Jun 15 14:54:53 2018 +0200
  61. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · Tue Jul 10 09:53:31 2018 +0200
  62. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · Wed Jul 18 11:49:27 2018 +0200
  63. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · Thu Jun 14 15:27:31 2018 +0200
  64. f40e682 MINOR: h1: make h1_measure_trailers() use an offset and a count by Willy Tarreau · Thu Jun 14 16:52:02 2018 +0200
  65. 84d6b7a MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore by Willy Tarreau · Thu Jun 14 15:59:05 2018 +0200
  66. c0973c6 MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore by Willy Tarreau · Thu Jun 14 15:53:21 2018 +0200
  67. 7314be8 MINOR: h1: make h1_measure_trailers() take the byte count in argument by Willy Tarreau · Thu Jun 14 13:32:50 2018 +0200
  68. e5f12ce MINOR: buffer: replace bi_del() and bo_del() with b_del() by Willy Tarreau · Fri Jun 15 10:28:05 2018 +0200
  69. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · Wed Jun 06 16:55:45 2018 +0200
  70. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  71. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · Thu Jul 12 10:57:15 2018 +0200
  72. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · Wed Jun 06 06:53:15 2018 +0200
  73. 08d5ac8 MINOR: channel: add a few basic functions for the new buffer API by Willy Tarreau · Wed Jun 06 15:09:28 2018 +0200
  74. 9ddaf79 MINOR: tasklet: Set process to NULL. by Olivier Houchard · Thu Jul 19 16:02:16 2018 +0200
  75. dcd6f3a MINOR: tasks: Make sure we correctly init and deinit a tasklet. by Olivier Houchard · Fri Jun 08 17:08:19 2018 +0200
  76. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · Wed Jun 06 14:22:03 2018 +0200
  77. e13ab8b BUG/MEDIUM: tasks: Use the local runqueue when building without threads. by Olivier Houchard · Wed Jun 06 14:01:08 2018 +0200
  78. 10d81b8 MINOR: applet: assign the same nice value to a new appctx as its owner task by Willy Tarreau · Thu May 31 14:44:25 2018 +0200
  79. caa8a37 MINOR: task: Fix a compiler warning by adding a cast. by David Carlier · Fri Jun 01 14:32:39 2018 +0200
  80. 9d5422a MINOR: task/notification: Is notifications registered ? by Thierry FOURNIER · Wed May 30 11:40:08 2018 +0200
  81. 09eeb76 BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue. by Olivier Houchard · Mon May 28 13:51:06 2018 +0200
  82. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  83. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · Fri May 18 18:45:28 2018 +0200
  84. f6e6dc1 MAJOR: tasks: Create a per-thread runqueue. by Olivier Houchard · Fri May 18 18:38:23 2018 +0200
  85. 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
  86. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  87. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  88. 6a2cf87 MINOR: fd: Make the lockless fd list work with multiple lists. by Olivier Houchard · Wed Apr 25 15:10:30 2018 +0200
  89. 9b36cb4 BUG/MEDIUM: task: Don't free a task that is about to be run. by Olivier Houchard · Fri May 04 15:46:16 2018 +0200
  90. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  91. 302f9ef BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). by Olivier Houchard · Fri Apr 13 15:50:27 2018 +0200
  92. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · Mon Mar 26 15:54:32 2018 +0200
  93. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · Tue Apr 03 19:06:18 2018 +0200
  94. 26fb5d8 BUG/MEDIUM: fd/threads: ensure the fdcache_mask always reflects the cache contents by Willy Tarreau · Tue Mar 20 19:06:52 2018 +0100
  95. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  96. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · Fri Mar 16 10:04:47 2018 +0100
  97. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  98. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  99. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  100. 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