1. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · Wed Nov 14 17:54:13 2018 +0100
  2. 8be7cd7 MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness by Willy Tarreau · Wed Nov 14 15:12:08 2018 +0100
  3. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · Wed Nov 14 11:10:26 2018 +0100
  4. ade6478 MINOR: stream: move the conn_stream specific calls to the stream-int by Willy Tarreau · Sat Nov 17 19:51:07 2018 +0100
  5. 00b3b8c BUG/MINOR: stream-int: set SI_FL_WANT_PUT in sess_establish() by Willy Tarreau · Sat Nov 17 19:14:35 2018 +0100
  6. f26c26c BUG/MEDIUM: stream-int: change the way buffer room is requested by a stream-int by Willy Tarreau · Mon Nov 12 16:11:08 2018 +0100
  7. bf89ff3 MEDIUM: stream-int: make stream_int_update() aware of the lower layers by Willy Tarreau · Fri Nov 09 14:59:25 2018 +0100
  8. d14844a MINOR: stream-int: replace si_update() with si_update_both() by Willy Tarreau · Thu Nov 08 18:15:29 2018 +0100
  9. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  10. b882dd8 MEDIUM: stream: implement stream_buf_available() by Willy Tarreau · Tue Nov 06 15:50:21 2018 +0100
  11. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · Fri Oct 26 14:47:40 2018 +0200
  12. 85f8901 MEDIUM: stream-int: make si_update() synchronize flag changes before the I/O by Willy Tarreau · Thu Oct 25 11:06:57 2018 +0200
  13. 0f8d3ab MEDIUM: stream: don't try to send first in process_stream() by Willy Tarreau · Thu Oct 25 10:42:39 2018 +0200
  14. 18e066c MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation by Willy Tarreau · Thu Oct 25 10:28:27 2018 +0200
  15. cda7f3f MINOR: stream: don't prune variables if the list is empty by Willy Tarreau · Sun Oct 28 13:44:36 2018 +0100
  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. 31f04e4 MINOR: stream_interface: Avoid calling si_cs_send/recv if not needed. by Olivier Houchard · Mon Oct 22 16:01:09 2018 +0200
  18. d7bd3e3 MINOR: streams: Call tasklet_free() after si_release_endpoint(). by Olivier Houchard · Thu Oct 18 16:22:02 2018 +0200
  19. 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
  20. 85b73e9 BUG/MEDIUM: stream: Make sure polling is right on retry. by Olivier Houchard · Sun Oct 21 03:18:11 2018 +0200
  21. e5f229e BUG/MEDIUM: stream: don't crash on out-of-memory by Willy Tarreau · Mon Oct 15 11:08:55 2018 +0200
  22. 4fdec7a BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint. by Olivier Houchard · Thu Oct 11 17:09:14 2018 +0200
  23. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 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. d48d6d2 BUG/MEDIUM: process_stream(): Don't wake the task if no new data was received. by Olivier Houchard · Fri Sep 28 14:38:51 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. b8d42d0 BUILD: stream: address null-deref build warnings at -Wextra by Willy Tarreau · Thu Sep 20 11:11:15 2018 +0200
  28. c2aa711 MEDIUM: stream_interfaces: Starts receiving from the upper layers. by Olivier Houchard · Tue Sep 11 18:27:21 2018 +0200
  29. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · Wed Sep 05 11:56:48 2018 +0200
  30. 90a7c03 BUG/MINOR: stream: use atomic increments for the request counter by Willy Tarreau · Wed Sep 05 16:21:29 2018 +0200
  31. 18a85fe BUG/MEDIUM: streams: Don't forget to remove the si from the wait list. by Olivier Houchard · Tue Aug 21 14:25:52 2018 +0200
  32. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  33. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  34. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  35. 66425e3 MINOR: queue: make sure the pendconn is released before logging by Willy Tarreau · Wed Jul 25 06:55:12 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. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · Fri Jul 20 10:16:29 2018 +0200
  38. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  39. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  40. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  41. 7e9c30a MINOR: stream: use wrappers instead of directly manipulating buffers by Willy Tarreau · Fri Jun 15 19:24:46 2018 +0200
  42. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · Fri Jun 15 17:21:00 2018 +0200
  43. 144c5c4 MINOR: buffer: replace buffer_flush() with c_adv(chn, ci_data(chn)) by Willy Tarreau · Fri Jun 15 15:16:51 2018 +0200
  44. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · Tue Jul 10 09:53:31 2018 +0200
  45. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
  46. 34b1fac MINOR: stats: also report the nice and number of calls for applets by Willy Tarreau · Thu May 31 14:40:19 2018 +0200
  47. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  48. 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
  49. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  50. f93f093 CLEANUP: map, stream: remove duplicate code in src/map.c, src/stream.c by Ilya Shipitsin · Fri Mar 23 17:41:48 2018 +0500
  51. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  52. 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
  53. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  54. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · Sat Jan 20 23:53:50 2018 +0100
  55. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
  56. d651ba1 BUG/MEDIUM: stream: properly handle client aborts during redispatch by Willy Tarreau · Fri Jan 12 10:42:12 2018 +0100
  57. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · Wed Dec 20 16:56:50 2017 +0100
  58. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · Wed Dec 20 16:31:43 2017 +0100
  59. 5bcfd56 BUG/MEDIUM: stream: fix session leak on applet-initiated connections by Willy Tarreau · Wed Nov 29 14:05:38 2017 +0100
  60. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  61. 56803b1 CLEANUP: debug: Use DPRINTF instead of fprintf into #ifdef DEBUG_FULL/#endif by Christopher Faulet · Fri Nov 24 16:06:18 2017 +0100
  62. 0542c8b BUG/MEDIUM: stream: always release the stream-interface on abort by Willy Tarreau · Fri Nov 24 15:01:10 2017 +0100
  63. ee8269e BUG/MINOR: stream: fix tv_request calculation for applets by Willy Tarreau · Thu Nov 23 17:34:29 2017 +0100
  64. 33982cb BUG/MAJOR: stream: ensure analysers are always called upon close by Willy Tarreau · Mon Nov 20 15:37:13 2017 +0100
  65. e223e3b BUG/MEDIUM: stream: don't automatically forward connect nor close by Willy Tarreau · Sat Nov 18 15:39:10 2017 +0100
  66. f020506 MINOR: stream: Add thread-mask of tasks/FDs/applets in "show sess all" command by Christopher Faulet · Wed Nov 15 20:56:43 2017 +0100
  67. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  68. 9a398be BUG/MEDIUM: stream: don't ignore res.analyse_exp anymore by Willy Tarreau · Fri Nov 10 17:14:23 2017 +0100
  69. 7ce3f09 BUG/MEDIUM: threads/cli: fix "show sess" locking on release by Willy Tarreau · Fri Nov 10 16:24:41 2017 +0100
  70. c5a9d5b BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up by Christopher Faulet · Thu Nov 09 09:36:43 2017 +0100
  71. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  72. 70124ce BUG/MAJOR: cli/streams: missing unlock on exit "show sess" by Willy Tarreau · Sun Nov 05 10:31:10 2017 +0100
  73. 3e13cba MEDIUM: session: make use of the connection's destroy callback by Willy Tarreau · Sun Oct 08 11:26:30 2017 +0200
  74. 4f0c64c MINOR: session: release the listener with the session, not the stream by Willy Tarreau · Wed Oct 18 15:01:14 2017 +0200
  75. 3256073 MEDIUM: stream: do not forcefully close the client connection anymore by Willy Tarreau · Sun Oct 08 11:33:44 2017 +0200
  76. a553ae9 MEDIUM: connection: replace conn_full_close() with cs_close() by Willy Tarreau · Thu Oct 05 18:52:17 2017 +0200
  77. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  78. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  79. 6b35e9b MEDIUM: threads/stream: Make streams list thread safe by Emeric Brun · Fri Jun 30 16:23:45 2017 +0200
  80. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  81. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  82. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  83. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  84. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  85. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  86. 2ae327e BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution by Dragan Dosen · Thu Oct 26 11:25:10 2017 +0200
  87. 630f99a MINOR: stream: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:13:15 2017 +0200
  88. 151a238 MINOR: stream: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:02:55 2017 +0200
  89. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  90. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  91. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  92. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · Sun Oct 08 21:32:53 2017 +0200
  93. 95fad5b BUG/MAJOR: stream-int: don't re-arm recv if send fails by Bin Wang · Fri Sep 15 14:56:40 2017 +0800
  94. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  95. 05f5047 MINOR: listener: new function listener_release by Willy Tarreau · Fri Sep 15 09:19:58 2017 +0200
  96. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  97. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  98. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  99. 35fe699 BUG/MEDIUM: http: Fix a regression bug when a HTTP response is in TUNNEL mode by Christopher Faulet · Tue Aug 29 16:06:38 2017 +0200
  100. 5790eb0 MINOR: stream: provide a new stream creation function for connections by Willy Tarreau · Mon Aug 28 17:18:36 2017 +0200