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