1. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  2. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  3. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  4. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  5. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  6. 1909f6d BUG/MEDIUM: stream: Don't dereference s->txn when it is not there yet. by Olivier Houchard · 6 years ago
  7. b2aedea MEDIUM: channel/htx: Add functions for forward HTX data by Christopher Faulet · 6 years ago
  8. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · 6 years ago
  9. b3484d6 MINOR: stream: Rely on CS's info if it exists and fallback on session's ones by Christopher Faulet · 6 years ago
  10. 14547b2 BUG/MEDIUM: streams: Don't assume we have a CS in sess_update_st_con_tcp. by Olivier Houchard · 6 years ago
  11. b6b3df3 MEDIUM: initcall: use initcalls for a few initialization functions by Willy Tarreau · 6 years ago
  12. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  13. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  14. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  15. 25607af BUG/MEDIUM: sessions: Set sess->origin to NULL if the origin was destroyed. by Olivier Houchard · 6 years ago
  16. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · 6 years ago
  17. 66b5166 MEDIUM: connection: Don't bother reactivating polling after connection retry. by Olivier Houchard · 6 years ago
  18. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  19. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  20. 4cc8d0d CLEANUP: fix a typo found in the stream subsystem by Joseph Herlant · 6 years ago
  21. ed28da5 MINOR: stream: Don't reset sov value with HTX messages by Christopher Faulet · 6 years ago
  22. 3b88b8d MEDIUM: mux-h1: Wait for connection establishment before consuming channel's data by Christopher Faulet · 6 years ago
  23. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · 6 years ago
  24. 27a3dc8 MINOR: http: Call http_send_name_header with the stream instead of the txn by Christopher Faulet · 6 years ago
  25. 47e9a1a MEDIUM: connections: Wait until the connection is established to try to recv. by Olivier Houchard · 6 years ago
  26. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  27. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · 6 years ago
  28. 8be7cd7 MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness by Willy Tarreau · 6 years ago
  29. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  30. ade6478 MINOR: stream: move the conn_stream specific calls to the stream-int by Willy Tarreau · 6 years ago
  31. 00b3b8c BUG/MINOR: stream-int: set SI_FL_WANT_PUT in sess_establish() by Willy Tarreau · 6 years ago
  32. f26c26c BUG/MEDIUM: stream-int: change the way buffer room is requested by a stream-int by Willy Tarreau · 6 years ago
  33. bf89ff3 MEDIUM: stream-int: make stream_int_update() aware of the lower layers by Willy Tarreau · 6 years ago
  34. d14844a MINOR: stream-int: replace si_update() with si_update_both() by Willy Tarreau · 6 years ago
  35. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  36. b882dd8 MEDIUM: stream: implement stream_buf_available() by Willy Tarreau · 6 years ago
  37. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  38. 85f8901 MEDIUM: stream-int: make si_update() synchronize flag changes before the I/O by Willy Tarreau · 6 years ago
  39. 0f8d3ab MEDIUM: stream: don't try to send first in process_stream() by Willy Tarreau · 6 years ago
  40. 18e066c MEDIUM: stream: always call si_cs_recv() after a failed buffer allocation by Willy Tarreau · 6 years ago
  41. cda7f3f MINOR: stream: don't prune variables if the list is empty by Willy Tarreau · 6 years ago
  42. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  43. 31f04e4 MINOR: stream_interface: Avoid calling si_cs_send/recv if not needed. by Olivier Houchard · 6 years ago
  44. d7bd3e3 MINOR: streams: Call tasklet_free() after si_release_endpoint(). by Olivier Houchard · 6 years ago
  45. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  46. 85b73e9 BUG/MEDIUM: stream: Make sure polling is right on retry. by Olivier Houchard · 6 years ago
  47. e5f229e BUG/MEDIUM: stream: don't crash on out-of-memory by Willy Tarreau · 6 years ago
  48. 4fdec7a BUG/MEDIUM: stream: Make sure to unsubscribe before si_release_endpoint. by Olivier Houchard · 6 years ago
  49. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  50. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  51. d48d6d2 BUG/MEDIUM: process_stream(): Don't wake the task if no new data was received. by Olivier Houchard · 6 years ago
  52. 0e367bb BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream(). by Olivier Houchard · 6 years ago
  53. b8d42d0 BUILD: stream: address null-deref build warnings at -Wextra by Willy Tarreau · 6 years ago
  54. c2aa711 MEDIUM: stream_interfaces: Starts receiving from the upper layers. by Olivier Houchard · 6 years ago
  55. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · 6 years ago
  56. 90a7c03 BUG/MINOR: stream: use atomic increments for the request counter by Willy Tarreau · 6 years ago
  57. 18a85fe BUG/MEDIUM: streams: Don't forget to remove the si from the wait list. by Olivier Houchard · 6 years ago
  58. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · 6 years ago
  59. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  60. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago
  61. 66425e3 MINOR: queue: make sure the pendconn is released before logging by Willy Tarreau · 6 years ago
  62. d0ad4a8 MEDIUM: queue: make pendconn_free() work on the stream instead by Willy Tarreau · 6 years ago
  63. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  64. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  65. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  66. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  67. 7e9c30a MINOR: stream: use wrappers instead of directly manipulating buffers by Willy Tarreau · 6 years ago
  68. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · 6 years ago
  69. 144c5c4 MINOR: buffer: replace buffer_flush() with c_adv(chn, ci_data(chn)) by Willy Tarreau · 6 years ago
  70. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · 6 years ago
  71. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  72. 34b1fac MINOR: stats: also report the nice and number of calls for applets by Willy Tarreau · 6 years ago
  73. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  74. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  75. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  76. f93f093 CLEANUP: map, stream: remove duplicate code in src/map.c, src/stream.c by Ilya Shipitsin · 6 years ago
  77. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  78. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  79. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  80. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  81. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  82. d651ba1 BUG/MEDIUM: stream: properly handle client aborts during redispatch by Willy Tarreau · 6 years ago
  83. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · 7 years ago
  84. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · 7 years ago
  85. 5bcfd56 BUG/MEDIUM: stream: fix session leak on applet-initiated connections by Willy Tarreau · 7 years ago
  86. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  87. 56803b1 CLEANUP: debug: Use DPRINTF instead of fprintf into #ifdef DEBUG_FULL/#endif by Christopher Faulet · 7 years ago
  88. 0542c8b BUG/MEDIUM: stream: always release the stream-interface on abort by Willy Tarreau · 7 years ago
  89. ee8269e BUG/MINOR: stream: fix tv_request calculation for applets by Willy Tarreau · 7 years ago
  90. 33982cb BUG/MAJOR: stream: ensure analysers are always called upon close by Willy Tarreau · 7 years ago
  91. e223e3b BUG/MEDIUM: stream: don't automatically forward connect nor close by Willy Tarreau · 7 years ago
  92. f020506 MINOR: stream: Add thread-mask of tasks/FDs/applets in "show sess all" command by Christopher Faulet · 7 years ago
  93. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  94. 9a398be BUG/MEDIUM: stream: don't ignore res.analyse_exp anymore by Willy Tarreau · 7 years ago
  95. 7ce3f09 BUG/MEDIUM: threads/cli: fix "show sess" locking on release by Willy Tarreau · 7 years ago
  96. c5a9d5b BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up by Christopher Faulet · 7 years ago
  97. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  98. 70124ce BUG/MAJOR: cli/streams: missing unlock on exit "show sess" by Willy Tarreau · 7 years ago
  99. 3e13cba MEDIUM: session: make use of the connection's destroy callback by Willy Tarreau · 7 years ago
  100. 4f0c64c MINOR: session: release the listener with the session, not the stream by Willy Tarreau · 7 years ago