1. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · 6 years ago
  2. 57f08bb MINOR: stream-int: make it clear that si_ops cannot be null by Willy Tarreau · 6 years ago
  3. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  4. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  5. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  6. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · 6 years ago
  7. 90b1ca1 MEDIUM: channel: reorder the channel analyzers for the cli by William Lallemand · 6 years ago
  8. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  9. 291810d MEDIUM: mworker: find the server ptr using a CLI prefix by William Lallemand · 6 years ago
  10. 14721be MEDIUM: cli: disable some keywords in the master by William Lallemand · 6 years ago
  11. 6e0db2f MEDIUM: mworker: add proc_list in global.h by William Lallemand · 6 years ago
  12. 7e1299b REORG: mworker: move struct mworker_proc to global.h by William Lallemand · 6 years ago
  13. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  14. b80bc27 MINOR: shctx: Change max. object size type to unsigned int. by Frédéric Lécaille · 6 years ago
  15. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · 6 years ago
  16. 8df65ae MINOR: cache: Larger HTTP objects caching. by Frédéric Lécaille · 6 years ago
  17. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · 6 years ago
  18. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  19. 3f03ab5 MINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event. by Olivier Houchard · 6 years ago
  20. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  21. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · 6 years ago
  22. d5e4de8 DOC: Fix a few typos by Bertrand Jacquin · 6 years ago
  23. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · 6 years ago
  24. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · 6 years ago
  25. 08088e7 MINOR: conn-stream: Add CL_FL_NOT_FIRST flag by Christopher Faulet · 6 years ago
  26. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · 6 years ago
  27. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  28. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  29. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  30. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  31. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · 6 years ago
  32. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · 6 years ago
  33. c4e53f4 MINOR: h1: Add H1_MF_XFER_LEN flag by Christopher Faulet · 6 years ago
  34. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  35. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  36. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  37. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  38. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  39. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  40. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  41. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · 6 years ago
  42. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · 6 years ago
  43. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · 6 years ago
  44. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · 6 years ago
  45. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  46. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · 6 years ago
  47. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · 6 years ago
  48. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · 6 years ago
  49. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  50. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  51. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · 6 years ago
  52. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  53. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · 6 years ago
  54. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · 6 years ago
  55. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · 6 years ago
  56. 7ccdd8d MEDIUM: snapshot: implement a show() callback and use it for HTTP by Willy Tarreau · 6 years ago
  57. 7480f32 MINOR: snapshot: split the error snapshots into common and proto-specific parts by Willy Tarreau · 6 years ago
  58. 5865a8f MINOR: snapshot: restart on the event ID and not the stream ID by Willy Tarreau · 6 years ago
  59. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · 6 years ago
  60. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  61. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · 6 years ago
  62. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  63. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  64. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · 6 years ago
  65. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  66. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  67. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · 6 years ago
  68. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago
  69. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  70. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · 6 years ago
  71. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  72. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · 6 years ago
  73. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · 6 years ago
  74. 3c51802 MINOR: conn_stream: add an tx buffer to the conn_stream by Christopher Faulet · 6 years ago
  75. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · 6 years ago
  76. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  77. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · 6 years ago
  78. 88930dd MINOR: queue: use a distinct variable for the assigned server and the queue by Willy Tarreau · 6 years ago
  79. 76e4518 MINOR: tasks: Add a flag that tells if we're in the global runqueue. by Olivier Houchard · 6 years ago
  80. f0cea1e MINOR: tasks: extend the state bits from 8 to 16 and remove the reason by Willy Tarreau · 6 years ago
  81. 5e1cc5e MINOR: conn_stream: add an rx buffer to the conn_stream by Willy Tarreau · 6 years ago
  82. a3f7efe MINOR: conn_stream: add a new CS_FL_REOS flag by Willy Tarreau · 6 years ago
  83. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  84. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · 6 years ago
  85. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  86. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  87. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  88. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · 6 years ago
  89. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · 6 years ago
  90. d9cf540 MEDIUM: mux: make mux->rcv_buf() take a size_t for the count by Willy Tarreau · 6 years ago
  91. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · 6 years ago
  92. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  93. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · 6 years ago
  94. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · 6 years ago
  95. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  96. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  97. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  98. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  99. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · 6 years ago
  100. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago