1. c59faa5 MINOR: server: unmark deprecated on enable health/agent cli by Amaury Denoyelle · 3 years ago
  2. f79c4cf BUG/MINOR: server: update last_change on maint->ready transitions too by Willy Tarreau · 2 years, 11 months ago
  3. db13087 BUG/MINOR: server: remove srv from px list on CLI 'add server' error by Amaury Denoyelle · 2 years, 11 months ago
  4. 3b0f3e0 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · 3 years ago
  5. 08736f9 BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution by Christopher Faulet · 3 years ago
  6. b142fb4 MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response() by Christopher Faulet · 3 years ago
  7. 7c129bb BUG/MINOR: resolvers: Reset server IP when no ip is found in the response by Christopher Faulet · 3 years ago
  8. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 1 month ago
  9. 88fca37 BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · 3 years, 1 month ago
  10. 2c0f527 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 1 month ago
  11. 77df12c BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 1 month ago
  12. 5b04f46 BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled by Christopher Faulet · 3 years, 1 month ago
  13. e9bb7fb BUG/MINOR: server: explicitly set "none" init-addr for dynamic servers by Amaury Denoyelle · 3 years, 1 month ago
  14. 2f70bb5 BUG/MEDIUM: server: do not auto insert a dynamic server in px addr_node by Amaury Denoyelle · 3 years, 1 month ago
  15. f88af88 BUG/MINOR: server: do not keep an invalid dynamic server in px ids tree by Amaury Denoyelle · 3 years, 1 month ago
  16. 1217356 BUG/MEDIUM: server: do not forget to generate the dynamic servers ids by Amaury Denoyelle · 3 years, 1 month ago
  17. 40ad9f4 BUG/MEDIUM: server: clear dynamic srv on delete from proxy id/name trees by Amaury Denoyelle · 3 years, 1 month ago
  18. d50d4bf BUG/MEDIUM: server: extend thread-isolate over much of CLI 'add server' by Amaury Denoyelle · 3 years, 1 month ago
  19. 3ecaf53 BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs by Emeric Brun · 3 years, 1 month ago
  20. 0c4a8a3 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 1 month ago
  21. f9ca5d8 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 1 month ago
  22. 43839d0 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 1 month ago
  23. dc18791 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · 3 years, 2 months ago
  24. 3cf8144 BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' by Amaury Denoyelle · 3 years, 2 months ago
  25. b00a8e3 BUILD: server: include missing proxy.h in server.c by Willy Tarreau · 3 years, 2 months ago
  26. ba6300e BUILD: server: include tools.h from server.c by Willy Tarreau · 3 years, 2 months ago
  27. 24abb0c BUG/MINOR: server: do not report diag for peer servers with null weight by Amaury Denoyelle · 3 years, 2 months ago
  28. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  29. 3109ccf MINOR: srv: close all idle connections on shutdown by Amaury Denoyelle · 3 years, 2 months ago
  30. eafd701 MINOR: server: fix doc/trace on lb algo for dynamic server creation by Amaury Denoyelle · 3 years, 2 months ago
  31. d6b4b6d BUG/MINOR: server: fix potential null gcc error in delete server by Amaury Denoyelle · 3 years, 2 months ago
  32. e558043 MINOR: server: implement delete server cli command by Amaury Denoyelle · 3 years, 3 months ago
  33. d38e7fa MINOR: server: add log on dynamic server creation by Amaury Denoyelle · 3 years, 3 months ago
  34. cece918 BUG/MEDIUM: server: ensure thread-safety of server runtime creation by Amaury Denoyelle · 3 years, 3 months ago
  35. fb24794 BUG/MINOR: server: free srv.lb_nodes in free_server by Amaury Denoyelle · 3 years, 3 months ago
  36. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  37. dcb121f BUG/MINOR: server: make srv_alloc_lb() allocate lb_nodes for consistent hash by Willy Tarreau · 3 years, 3 months ago
  38. 14015b8 MINOR: server: move idle_conn_task to read_mostly by Willy Tarreau · 3 years, 3 months ago
  39. da0e7f6 MINOR: server: diag for 0 weight server by Amaury Denoyelle · 3 years, 3 months ago
  40. ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  41. 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · 3 years, 4 months ago
  42. fc465a5 MINOR: server: enable standard options for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  43. f99f77a MEDIUM: server: implement 'add server' cli command by Amaury Denoyelle · 3 years, 4 months ago
  44. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  45. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  46. cf58dd7 REORG: server: attach servers in parse_server by Amaury Denoyelle · 3 years, 4 months ago
  47. 7d27efe REORG: server: rename internal functions from parse_server by Amaury Denoyelle · 3 years, 4 months ago
  48. 9394a94 REORG: server: move alert traces in parse_server by Amaury Denoyelle · 3 years, 4 months ago
  49. a8f442e REORG: server: split parse_server by Amaury Denoyelle · 3 years, 4 months ago
  50. 3b89c11 MINOR: server: remove fastinter from mistyped kw list by Amaury Denoyelle · 3 years, 4 months ago
  51. 587b71e REORG: server: move keywords in srv_kws by Amaury Denoyelle · 3 years, 4 months ago
  52. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 4 months ago
  53. 59b2925 BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames by Christopher Faulet · 3 years, 4 months ago
  54. c392d46 CLEANUP: resolvers: Use ha_free() in srvrq_resolution_error_cb() by Christopher Faulet · 3 years, 4 months ago
  55. d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · 3 years, 4 months ago
  56. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  57. 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 4 months ago
  58. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  59. 51d5e3b MINOR: resolvers: Purge answer items when a SRV resolution triggers an error by Christopher Faulet · 3 years, 4 months ago
  60. 49531e8 BUG/MINOR; resolvers: Ignore DNS resolution for expired SRV item by Christopher Faulet · 3 years, 4 months ago
  61. bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  62. 5130c21 BUG/MINOR: resolvers: Reset server address on DNS error only on status change by Christopher Faulet · 3 years, 4 months ago
  63. bd0227c BUG/MINOR: resolvers: Consider server to have no IP on DNS resolution error by Christopher Faulet · 3 years, 4 months ago
  64. 736adef BUG/MINOR: cfgparse/server: increment the extra keyword counter one at a time by Willy Tarreau · 3 years, 4 months ago
  65. 49c2b45 MINOR: cfgparse/server: try to fix spelling mistakes on server lines by Willy Tarreau · 3 years, 4 months ago
  66. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  67. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 4 months ago
  68. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  69. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 4 months ago
  70. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  71. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 4 months ago
  72. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  73. d8aa21a CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections() by Willy Tarreau · 3 years, 4 months ago
  74. 3e3d3be REORG: server-state: Move functions to deal with server-state in its own file by Christopher Faulet · 3 years, 5 months ago
  75. 69beaa9 REORG: server: Export and rename some functions updating server info by Christopher Faulet · 3 years, 5 months ago
  76. a67c6bf MEDIUM: server: Don't load server-state file if a line is corrupted by Christopher Faulet · 3 years, 5 months ago
  77. d0a5e84 MINOR: server: Parse and store server-state lines in a dedicated function by Christopher Faulet · 3 years, 5 months ago
  78. 5c37985 MEDIUM: server: Use a tree to store local server-state lines by Christopher Faulet · 3 years, 5 months ago
  79. 2c1db10 MINOR: server: Move loading state of servers in a dedicated function by Christopher Faulet · 3 years, 5 months ago
  80. f4d1da9 MINOR: server: Remove cached line from global server-state tree when found by Christopher Faulet · 3 years, 5 months ago
  81. ecfb9b9 MEDIUM: server: Store parsed params of a server-state line in the tree by Christopher Faulet · 3 years, 5 months ago
  82. 8a14b73 MINOR: server: Be more strict when reading the version of a server-state file by Christopher Faulet · 3 years, 5 months ago
  83. 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
  84. 6d87c58 CLEANUP: server: Rename state_line structure into server_state_line by Christopher Faulet · 3 years, 5 months ago
  85. fcb53fb CLEANUP: server: Rename state_line node to node instead of name_name by Christopher Faulet · 3 years, 5 months ago
  86. 131b07b MEDIUM: server: Refactor apply_server_state() to make it more readable by Christopher Faulet · 3 years, 5 months ago
  87. 2a031ec MINOR: server: Only fill one array when parsing a server-state line by Christopher Faulet · 3 years, 5 months ago
  88. 0bf268e MINOR: server: Be more strict on the server-state line parsing by Christopher Faulet · 3 years, 5 months ago
  89. d127ffa BUG/MEDIUM: resolvers: Reset address for unresolved servers by Christopher Faulet · 3 years, 4 months ago
  90. 52d4d30 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 4 months ago
  91. b4badf7 BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 8 months ago
  92. 28d7876 BUG/MINOR: server: Fix test on number of fields allowed in a server-state line by Christopher Faulet · 3 years, 4 months ago
  93. ea2cdf5 MEDIUM: server: Don't introduce a new server-state file version by Christopher Faulet · 3 years, 5 months ago
  94. 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
  95. 06cd256 BUG/MINOR: server: Init params before parsing a new server-state line by Christopher Faulet · 3 years, 5 months ago
  96. 8990b01 MINOR: connection: allocate dynamically hash node for backend conns by Amaury Denoyelle · 3 years, 5 months ago
  97. 3f4ec7d MINOR: cli: add missing agent commands for set server by William Dauchy · 3 years, 5 months ago
  98. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 5 months ago
  99. eaab732 BUG/MINOR: server: Remove RMAINT from admin state when loading server state by Christopher Faulet · 3 years, 5 months ago
  100. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago