1. fd647d5 MEDIUM: dns: adds code to support pipelined DNS requests over TCP. by Emeric Brun · 3 years, 5 months ago
  2. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  3. d26a623 MEDIUM: resolvers: split resolving and dns message exchange layers. by Emeric Brun · 3 years, 6 months ago
  4. d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · 3 years, 6 months ago
  5. 6a2006a MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer by Emeric Brun · 3 years, 6 months ago
  6. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 3 years, 6 months ago
  7. 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · 3 years, 6 months ago
  8. 30c766e MINOR: resolvers: renames resolvers DNS_RESP_* errcodes RSLV_RESP_* by Emeric Brun · 3 years, 6 months ago
  9. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · 3 years, 6 months ago
  10. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 3 years, 6 months ago
  11. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 3 years, 6 months ago
  12. 85914e9 MINOR: resolvers: renames some resolvers internal types and removes dns prefix by Emeric Brun · 3 years, 6 months ago
  13. 67f830d BUG/MINOR: resolvers: fix attribute packed struct for dns by Emeric Brun · 3 years, 6 months ago
  14. 50c870e BUG/MINOR: dns: add missing sent counter and parent id to dns counters. by Emeric Brun · 3 years, 6 months ago
  15. e14b98c MINOR: ring: adds new ring_init function. by Emeric Brun · 3 years, 6 months ago
  16. 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · 3 years, 5 months ago
  17. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 5 months ago
  18. 0a0f6a7 MINOR: proxy: support storing defaults sections into their own tree by Willy Tarreau · 3 years, 5 months ago
  19. 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · 3 years, 5 months ago
  20. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · 3 years, 5 months ago
  21. bb8669a BUG/MINOR: server: parse_server() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  22. 54fa7e3 BUG/MINOR: tcpcheck: proxy_parse_*check*() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  23. 220fd70 BUG/MINOR: extcheck: proxy_parse_extcheck() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  24. a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · 3 years, 5 months ago
  25. 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · 3 years, 5 months ago
  26. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  27. 168a414 BUILD: proxy: add missing compression-t.h to proxy-t.h by Willy Tarreau · 3 years, 5 months ago
  28. 09f2e77 BUG/MINOR: tcpheck: the source list must be a const in dup_tcpcheck_var() by Willy Tarreau · 3 years, 5 months ago
  29. 016255a BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors() by Willy Tarreau · 3 years, 5 months ago
  30. 5bbc676 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · 3 years, 5 months ago
  31. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 5 months ago
  32. 63e6cba MEDIUM: server: add server-states version 2 by William Dauchy · 3 years, 5 months ago
  33. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · 3 years, 6 months ago
  34. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  35. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  36. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · 3 years, 6 months ago
  37. 293dcc4 MINOR: backend: compare conn hash for session conn reuse by Amaury Denoyelle · 3 years, 5 months ago
  38. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · 3 years, 5 months ago
  39. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · 3 years, 6 months ago
  40. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 6 months ago
  41. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 6 months ago
  42. 38cd986 BUG/MINOR: server: re-align state file fields number by William Dauchy · 3 years, 5 months ago
  43. 7b41654 MINOR: ssl: add SSL_SERVER_LOCK label in threads.h by William Lallemand · 3 years, 5 months ago
  44. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · 3 years, 5 months ago
  45. e66ee1a BUG/MINOR: intops: fix mul32hi()'s off-by-one by Willy Tarreau · 3 years, 5 months ago
  46. 3ce6eed MEDIUM: ssl: add a rwlock for SSL server session cache by William Lallemand · 3 years, 5 months ago
  47. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  48. 7bbf586 BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro by Ilya Shipitsin · 3 years, 5 months ago
  49. 4acb99f BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · 3 years, 5 months ago
  50. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · 3 years, 5 months ago
  51. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · 3 years, 5 months ago
  52. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 5 months ago
  53. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · 3 years, 5 months ago
  54. eedb9b1 MINOR: stats: improve pending connections description by William Dauchy · 3 years, 5 months ago
  55. 7aa3271 MINOR: checks: Add function to get the result code corresponding to a status by Christopher Faulet · 3 years, 5 months ago
  56. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · 3 years, 5 months ago
  57. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · 3 years, 5 months ago
  58. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · 3 years, 5 months ago
  59. 3fb6a7b MINOR: activity: declare a new structure to collect per-function activity by Willy Tarreau · 3 years, 5 months ago
  60. aa622b8 MINOR: activity: make profiling more manageable by Willy Tarreau · 3 years, 5 months ago
  61. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · 3 years, 5 months ago
  62. 405f054 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · 3 years, 5 months ago
  63. f9dcbee MEDIUM: h2: send connect protocol h2 settings by Amaury Denoyelle · 3 years, 7 months ago
  64. c9a0afc MEDIUM: h2: parse Extended CONNECT request to htx by Amaury Denoyelle · 3 years, 7 months ago
  65. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · 3 years, 7 months ago
  66. 7416274 MEDIUM: h2: parse Extended CONNECT reponse to htx by Amaury Denoyelle · 3 years, 7 months ago
  67. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · 3 years, 7 months ago
  68. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · 3 years, 7 months ago
  69. 7d247f0 MINOR: h2/mux-h2: Add flags to notify the response is known to have no body by Christopher Faulet · 3 years, 7 months ago
  70. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  71. 789a472 MINOR: htx: Add a function to know if a block is the only one in a message by Christopher Faulet · 3 years, 7 months ago
  72. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 7 months ago
  73. 576c358 MINOR: htx/http-ana: Save info about Upgrade option in the Connection header by Christopher Faulet · 3 years, 6 months ago
  74. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  75. 3f07c20 BUG/MEDIUM: session: only retrieve ready idle conn from session by Amaury Denoyelle · 3 years, 5 months ago
  76. 491be54 BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set by Tim Duesterhus · 3 years, 5 months ago
  77. 795bd9b CLEANUP: ssl: remove SSL_CTX function parameter by William Lallemand · 3 years, 5 months ago
  78. bb470aa MINOR: ssl: Remove client_crt member of the server's ssl context by Remi Tricot-Le Breton · 3 years, 5 months ago
  79. f3eedfe MEDIUM: ssl: Enable backend certificate hot update by Remi Tricot-Le Breton · 3 years, 5 months ago
  80. d817dc7 MEDIUM: ssl: Load client certificates in a ckch for backend servers by Remi Tricot-Le Breton · 3 years, 5 months ago
  81. 442b7f2 MINOR: ssl: Server ssl context prepare function refactoring by Remi Tricot-Le Breton · 3 years, 5 months ago
  82. 6071c2d BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 5 months ago
  83. 3d7f9ff MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set. by Tim Duesterhus · 3 years, 5 months ago
  84. d3a9a49 MEDIUM: stats: allow to select one field in `stats_fill_sv_stats` by William Dauchy · 3 years, 5 months ago
  85. da3b466 MEDIUM: stats: allow to select one field in `stats_fill_be_stats` by William Dauchy · 3 years, 5 months ago
  86. 2107a0f CLEANUP: stats: improve field selection for frontend http fields by William Dauchy · 3 years, 5 months ago
  87. 1fc44d4 BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl version by Ilya Shipitsin · 3 years, 5 months ago
  88. 2bfce7e MINOR: debug: let ha_dump_backtrace() dump a bit further for some callers by Willy Tarreau · 3 years, 5 months ago
  89. 5baf4fe MEDIUM: debug: now always print a backtrace on CRASH_NOW() and friends by Willy Tarreau · 3 years, 5 months ago
  90. a8459b2 MINOR: debug: create ha_backtrace_to_stderr() to dump an instant backtrace by Willy Tarreau · 3 years, 5 months ago
  91. 123fc97 MINOR: debug: extract the backtrace dumping code to its own function by Willy Tarreau · 3 years, 5 months ago
  92. 2f1227e MINOR: debug: always export the my_backtrace function by Willy Tarreau · 3 years, 5 months ago
  93. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  94. 0ef5439 MEDIUM: stats: allow to select one field in `stats_fill_fe_stats` by William Dauchy · 3 years, 6 months ago
  95. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  96. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  97. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · 3 years, 7 months ago
  98. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · 3 years, 7 months ago
  99. 8f10042 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 6 months ago
  100. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 5 months ago