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