1. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · 6 years ago
  2. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  3. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  4. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · 6 years ago
  5. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  6. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  7. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · 6 years ago
  8. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago
  9. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  10. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · 6 years ago
  11. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  12. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  13. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · 6 years ago
  14. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · 6 years ago
  15. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · 6 years ago
  16. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  17. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · 6 years ago
  18. 88930dd MINOR: queue: use a distinct variable for the assigned server and the queue by Willy Tarreau · 6 years ago
  19. 76e4518 MINOR: tasks: Add a flag that tells if we're in the global runqueue. by Olivier Houchard · 6 years ago
  20. f0cea1e MINOR: tasks: extend the state bits from 8 to 16 and remove the reason by Willy Tarreau · 6 years ago
  21. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · 6 years ago
  22. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · 6 years ago
  23. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  24. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  25. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  26. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  27. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  28. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · 6 years ago
  29. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  30. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  31. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · 6 years ago
  32. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  33. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  34. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · 6 years ago
  35. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  36. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  37. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  38. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  39. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · 6 years ago
  40. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  41. d5b073c MINOR: lua: Improve error message by Thierry Fournier · 6 years ago
  42. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · 6 years ago
  43. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · 6 years ago
  44. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · 6 years ago
  45. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  46. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · 6 years ago
  47. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  48. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · 6 years ago
  49. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · 6 years ago
  50. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · 6 years ago
  51. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · 6 years ago
  52. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · 6 years ago
  53. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  54. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · 6 years ago
  55. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  56. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  57. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  58. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  59. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · 7 years ago
  60. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  61. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · 6 years ago
  62. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  63. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  64. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · 7 years ago
  65. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · 6 years ago
  66. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · 6 years ago
  67. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · 6 years ago
  68. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · 6 years ago
  69. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · 6 years ago
  70. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · 6 years ago
  71. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  72. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  73. 92bb034 CLEANUP: Fix typo in ARGT_MSK6 comment by Tim Duesterhus · 6 years ago
  74. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · 6 years ago
  75. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  76. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  77. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  78. f4571a0 MINOR: global/threads: move cpu_map at the end of the global struct by Willy Tarreau · 6 years ago
  79. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · 7 years ago
  80. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · 6 years ago
  81. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · 7 years ago
  82. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · 7 years ago
  83. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · 7 years ago
  84. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · 7 years ago
  85. 3c8294b MINOR: conn_stream: add new flag CS_FL_RCV_MORE to indicate pending data by Willy Tarreau · 7 years ago
  86. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · 7 years ago
  87. ec74647 BUILD: checks: don't include server.h by Willy Tarreau · 7 years ago
  88. 5809052 CLEANUP: fd: place the lock at the beginning of struct fdtab by Willy Tarreau · 7 years ago
  89. 08eaa78 CLEANUP: checks: remove 16 bytes of holes in struct check by Willy Tarreau · 7 years ago
  90. a511084 CLEANUP: proxy: slightly reorder the struct proxy to reduce holes by Willy Tarreau · 7 years ago
  91. d7e33bb CLEANUP: server: reorder some fields in struct server to save 40 bytes by Willy Tarreau · 7 years ago
  92. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  93. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  94. c644fa9 MINOR: config: Add threads support for "process" option on "bind" lines by Christopher Faulet · 7 years ago
  95. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  96. f528fff MEDIUM: cache: store sha1 for hashing the cache key by William Lallemand · 7 years ago
  97. 90084a1 MINOR: ssl: Handle reading early data after writing better. by Olivier Houchard · 7 years ago
  98. 111bfef MEDIUM: shctx: use unsigned int for len and block_count by William Lallemand · 7 years ago
  99. 71bd11a MEDIUM: cache: enable the HTTP analysers by William Lallemand · 7 years ago
  100. 44e259c CLEANUP: cache: remove unused struct by William Lallemand · 7 years ago