1. da0e7f6 MINOR: server: diag for 0 weight server by Amaury Denoyelle · 3 years, 3 months ago
  2. ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  3. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · 3 years, 4 months ago
  4. fc465a5 MINOR: server: enable standard options for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  5. f99f77a MEDIUM: server: implement 'add server' cli command by Amaury Denoyelle · 3 years, 4 months ago
  6. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  7. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  8. cf58dd7 REORG: server: attach servers in parse_server by Amaury Denoyelle · 3 years, 4 months ago
  9. 7d27efe REORG: server: rename internal functions from parse_server by Amaury Denoyelle · 3 years, 4 months ago
  10. 9394a94 REORG: server: move alert traces in parse_server by Amaury Denoyelle · 3 years, 4 months ago
  11. a8f442e REORG: server: split parse_server by Amaury Denoyelle · 3 years, 4 months ago
  12. 3b89c11 MINOR: server: remove fastinter from mistyped kw list by Amaury Denoyelle · 3 years, 4 months ago
  13. 587b71e REORG: server: move keywords in srv_kws by Amaury Denoyelle · 3 years, 4 months ago
  14. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 4 months ago
  15. 59b2925 BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames by Christopher Faulet · 3 years, 4 months ago
  16. c392d46 CLEANUP: resolvers: Use ha_free() in srvrq_resolution_error_cb() by Christopher Faulet · 3 years, 4 months ago
  17. d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · 3 years, 4 months ago
  18. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  19. 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 4 months ago
  20. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  21. 51d5e3b MINOR: resolvers: Purge answer items when a SRV resolution triggers an error by Christopher Faulet · 3 years, 4 months ago
  22. 49531e8 BUG/MINOR; resolvers: Ignore DNS resolution for expired SRV item by Christopher Faulet · 3 years, 4 months ago
  23. bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  24. 5130c21 BUG/MINOR: resolvers: Reset server address on DNS error only on status change by Christopher Faulet · 3 years, 4 months ago
  25. bd0227c BUG/MINOR: resolvers: Consider server to have no IP on DNS resolution error by Christopher Faulet · 3 years, 4 months ago
  26. 736adef BUG/MINOR: cfgparse/server: increment the extra keyword counter one at a time by Willy Tarreau · 3 years, 4 months ago
  27. 49c2b45 MINOR: cfgparse/server: try to fix spelling mistakes on server lines by Willy Tarreau · 3 years, 4 months ago
  28. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  29. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 4 months ago
  30. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  31. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 4 months ago
  32. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  33. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 4 months ago
  34. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  35. d8aa21a CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections() by Willy Tarreau · 3 years, 4 months ago
  36. 3e3d3be REORG: server-state: Move functions to deal with server-state in its own file by Christopher Faulet · 3 years, 5 months ago
  37. 69beaa9 REORG: server: Export and rename some functions updating server info by Christopher Faulet · 3 years, 5 months ago
  38. a67c6bf MEDIUM: server: Don't load server-state file if a line is corrupted by Christopher Faulet · 3 years, 5 months ago
  39. d0a5e84 MINOR: server: Parse and store server-state lines in a dedicated function by Christopher Faulet · 3 years, 5 months ago
  40. 5c37985 MEDIUM: server: Use a tree to store local server-state lines by Christopher Faulet · 3 years, 5 months ago
  41. 2c1db10 MINOR: server: Move loading state of servers in a dedicated function by Christopher Faulet · 3 years, 5 months ago
  42. f4d1da9 MINOR: server: Remove cached line from global server-state tree when found by Christopher Faulet · 3 years, 5 months ago
  43. ecfb9b9 MEDIUM: server: Store parsed params of a server-state line in the tree by Christopher Faulet · 3 years, 5 months ago
  44. 8a14b73 MINOR: server: Be more strict when reading the version of a server-state file by Christopher Faulet · 3 years, 5 months ago
  45. 8b4b6a0 CLEANUP: server: Use a local eb-tree to store lines of the global server-state file by Christopher Faulet · 3 years, 5 months ago
  46. 6d87c58 CLEANUP: server: Rename state_line structure into server_state_line by Christopher Faulet · 3 years, 5 months ago
  47. fcb53fb CLEANUP: server: Rename state_line node to node instead of name_name by Christopher Faulet · 3 years, 5 months ago
  48. 131b07b MEDIUM: server: Refactor apply_server_state() to make it more readable by Christopher Faulet · 3 years, 5 months ago
  49. 2a031ec MINOR: server: Only fill one array when parsing a server-state line by Christopher Faulet · 3 years, 5 months ago
  50. 0bf268e MINOR: server: Be more strict on the server-state line parsing by Christopher Faulet · 3 years, 5 months ago
  51. d127ffa BUG/MEDIUM: resolvers: Reset address for unresolved servers by Christopher Faulet · 3 years, 4 months ago
  52. 52d4d30 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 4 months ago
  53. b4badf7 BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 8 months ago
  54. 28d7876 BUG/MINOR: server: Fix test on number of fields allowed in a server-state line by Christopher Faulet · 3 years, 4 months ago
  55. ea2cdf5 MEDIUM: server: Don't introduce a new server-state file version by Christopher Faulet · 3 years, 5 months ago
  56. 868a575 BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line by Christopher Faulet · 3 years, 5 months ago
  57. 06cd256 BUG/MINOR: server: Init params before parsing a new server-state line by Christopher Faulet · 3 years, 5 months ago
  58. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 5 months ago
  59. 3f4ec7d MINOR: cli: add missing agent commands for set server by William Dauchy · 3 years, 5 months ago
  60. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 5 months ago
  61. eaab732 BUG/MINOR: server: Remove RMAINT from admin state when loading server state by Christopher Faulet · 3 years, 5 months ago
  62. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  63. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 3 years, 6 months ago
  64. 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · 3 years, 6 months ago
  65. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · 3 years, 6 months ago
  66. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 3 years, 6 months ago
  67. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 3 years, 6 months ago
  68. 50c870e BUG/MINOR: dns: add missing sent counter and parent id to dns counters. by Emeric Brun · 3 years, 6 months ago
  69. 4696764 CLEANUP: server: Remove useless "filepath" variable in apply_server_state() by Christopher Faulet · 3 years, 5 months ago
  70. 8952ea6 BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL by Christopher Faulet · 3 years, 5 months ago
  71. bb8669a BUG/MINOR: server: parse_server() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  72. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  73. ddc7ce9 MINOR: server: enhance error precision when applying server state by William Dauchy · 3 years, 5 months ago
  74. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 5 months ago
  75. 63e6cba MEDIUM: server: add server-states version 2 by William Dauchy · 3 years, 5 months ago
  76. 7cabc06 MEDIUM: cli: add agent-port command by William Dauchy · 3 years, 5 months ago
  77. b456e1f MEDIUM: cli: add check-addr command by William Dauchy · 3 years, 5 months ago
  78. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 6 months ago
  79. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 6 months ago
  80. 3ce6eed MEDIUM: ssl: add a rwlock for SSL server session cache by William Lallemand · 3 years, 5 months ago
  81. a8979a9 DOC: server: Add missing params in comment of the server state line parsing by Christopher Faulet · 3 years, 5 months ago
  82. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · 3 years, 5 months ago
  83. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 5 months ago
  84. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · 3 years, 5 months ago
  85. 99497d7 MINOR: server: Don't set the check port during the update from a state file by Christopher Faulet · 3 years, 5 months ago
  86. 446db71 BUG/MINOR: cli: fix set server addr/port coherency with health checks by William Dauchy · 3 years, 5 months ago
  87. bb470aa MINOR: ssl: Remove client_crt member of the server's ssl context by Remi Tricot-Le Breton · 3 years, 5 months ago
  88. 18c68df CLEANUP: srv: fix comment for pool-max-conn by Amaury Denoyelle · 3 years, 5 months ago
  89. e3bdc81 MINOR: server: Forbid server definitions in frontend sections by Christopher Faulet · 3 years, 6 months ago
  90. 2aa4b3a BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · 3 years, 6 months ago
  91. 10d5c31 BUG/MINOR: srv: do not cleanup idle conns if pool max is null by Amaury Denoyelle · 3 years, 6 months ago
  92. e3c4192 BUG/MINOR: srv: do not init address if backend is disabled by Amaury Denoyelle · 3 years, 6 months ago
  93. 24da7e1 BUG/MEDIUM: server: srv_set_addr_desc() crashes when a server has no address by Thayne McCombs · 3 years, 6 months ago
  94. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  95. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 8 months ago
  96. f46c10c MINOR: server: Add QUIC definitions to servers. by Frédéric Lécaille · 3 years, 7 months ago
  97. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  98. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  99. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  100. f5fe706 MINOR: server: remove idle lock in srv_cleanup_connections by Willy Tarreau · 3 years, 8 months ago