1. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  2. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  3. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  4. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  5. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  6. baba82f MINOR: activity: report the average loop time in "show activity" by Willy Tarreau · 6 years ago
  7. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  8. db6bdfb MINOR: cli: add mworker_accept_wrapper to 'show fd' by William Lallemand · 6 years ago
  9. 944e619 MEDIUM: mworker: wait mode use standard init code path by William Lallemand · 6 years ago
  10. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · 6 years ago
  11. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · 6 years ago
  12. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  13. b35ea68 CLEANUP: Fix typos in the filters subsystem by Joseph Herlant · 6 years ago
  14. 59dd295 CLEANUP: fix typos in the proxy subsystem by Joseph Herlant · 6 years ago
  15. 5ba8025 CLEANUP: fix typos in the proto_http subsystem by Joseph Herlant · 6 years ago
  16. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · 6 years ago
  17. 42cf639 CLEANUP: Fix typos in the dns subsystem by Joseph Herlant · 6 years ago
  18. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · 6 years ago
  19. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago
  20. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  21. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago
  22. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · 6 years ago
  23. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · 6 years ago
  24. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · 6 years ago
  25. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · 6 years ago
  26. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  27. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · 6 years ago
  28. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  29. a44e576 MINOR: stream-int: expand the flags to 32-bit by Willy Tarreau · 6 years ago
  30. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · 6 years ago
  31. c59f988 MEDIUM: listeners: support unstoppable listener by William Lallemand · 6 years ago
  32. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · 6 years ago
  33. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · 6 years ago
  34. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  35. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · 6 years ago
  36. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · 6 years ago
  37. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  38. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · 6 years ago
  39. 57f08bb MINOR: stream-int: make it clear that si_ops cannot be null by Willy Tarreau · 6 years ago
  40. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  41. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  42. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  43. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · 6 years ago
  44. 90b1ca1 MEDIUM: channel: reorder the channel analyzers for the cli by William Lallemand · 6 years ago
  45. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  46. 291810d MEDIUM: mworker: find the server ptr using a CLI prefix by William Lallemand · 6 years ago
  47. 14721be MEDIUM: cli: disable some keywords in the master by William Lallemand · 6 years ago
  48. 6e0db2f MEDIUM: mworker: add proc_list in global.h by William Lallemand · 6 years ago
  49. 7e1299b REORG: mworker: move struct mworker_proc to global.h by William Lallemand · 6 years ago
  50. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  51. b80bc27 MINOR: shctx: Change max. object size type to unsigned int. by Frédéric Lécaille · 6 years ago
  52. b7838af MINOR: shctx: Add a maximum object size parameter. by Frédéric Lécaille · 6 years ago
  53. 8df65ae MINOR: cache: Larger HTTP objects caching. by Frédéric Lécaille · 6 years ago
  54. 0bec807 MINOR: shctx: Shared objects block by block allocation. by Frédéric Lécaille · 6 years ago
  55. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  56. 3f03ab5 MINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event. by Olivier Houchard · 6 years ago
  57. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  58. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · 6 years ago
  59. d5e4de8 DOC: Fix a few typos by Bertrand Jacquin · 6 years ago
  60. 25da9e3 MINOR: h1: Add the flag H1_MF_NO_PHDR to not add pseudo-headers during parsing by Christopher Faulet · 6 years ago
  61. 1dc2b49 MINOR: h1: Change the union h1_sl to use indirect strings to store infos by Christopher Faulet · 6 years ago
  62. 08088e7 MINOR: conn-stream: Add CL_FL_NOT_FIRST flag by Christopher Faulet · 6 years ago
  63. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · 6 years ago
  64. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  65. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · 6 years ago
  66. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  67. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  68. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · 6 years ago
  69. 2557f6a MEDIUM: h1: better handle transfer-encoding vs content-length by Willy Tarreau · 6 years ago
  70. c4e53f4 MINOR: h1: Add H1_MF_XFER_LEN flag by Christopher Faulet · 6 years ago
  71. 98f5cf7 MINOR: h1: parse the Connection header field by Willy Tarreau · 6 years ago
  72. ba5fbca MINOR: h1: report in the h1m struct if the HTTP version is 1.1 or above by Willy Tarreau · 6 years ago
  73. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  74. eb528db MINOR: h1: add H1_MF_TOLOWER to decide when to turn header names to lower case by Willy Tarreau · 6 years ago
  75. 11da567 MINOR: h1: remove the HTTP status from the H1M struct by Willy Tarreau · 6 years ago
  76. 001823c MEDIUM: h1: remove the useless H1_MSG_BODY state by Willy Tarreau · 6 years ago
  77. a41393f MEDIUM: h1: make the parser support a pointer to a start line by Willy Tarreau · 6 years ago
  78. bbf3823 MINOR: h1: properly pre-initialize err_pos to -2 by Willy Tarreau · 6 years ago
  79. ccaf233 MINOR: h1: add a message flag to indicate that a message carries a response by Willy Tarreau · 6 years ago
  80. acc295c MINOR: h1: remove the unused states from h1m_state by Willy Tarreau · 6 years ago
  81. b3b0152 MINOR: h1: add the restart offsets into struct h1m by Willy Tarreau · 6 years ago
  82. 801250e REORG: h1: create a new h1m_state by Willy Tarreau · 6 years ago
  83. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · 6 years ago
  84. 26e1a8f MINOR: checks: Give checks their own wait_list. by Olivier Houchard · 6 years ago
  85. cb1f49f MINOR: connections: Add a "handle" field to wait_list. by Olivier Houchard · 6 years ago
  86. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  87. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  88. 2d3f8a4 MEDIUM: protocol: use a custom AF_MAX to help protocol parser by William Lallemand · 6 years ago
  89. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  90. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · 6 years ago
  91. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · 6 years ago
  92. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · 6 years ago
  93. 7ccdd8d MEDIUM: snapshot: implement a show() callback and use it for HTTP by Willy Tarreau · 6 years ago
  94. 7480f32 MINOR: snapshot: split the error snapshots into common and proto-specific parts by Willy Tarreau · 6 years ago
  95. 5865a8f MINOR: snapshot: restart on the event ID and not the stream ID by Willy Tarreau · 6 years ago
  96. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · 6 years ago
  97. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  98. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · 6 years ago
  99. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  100. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago