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