1. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  3. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  4. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  5. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  6. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · 4 years, 3 months ago
  7. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · 4 years, 3 months ago
  8. dbda319 BUG/MINOR: connections: Set idle_time before adding to idle list. by Olivier Houchard · 4 years, 3 months ago
  9. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · 4 years, 4 months ago
  10. d2489e0 MINOR: connections: Add a flag to know if we're in the safe or idle list. by Olivier Houchard · 4 years, 4 months ago
  11. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  12. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  13. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 4 months ago
  14. 9570ecf MEDIUM: servers: Use LIST_DEL_INIT() instead of LIST_DEL(). by Olivier Houchard · 4 years, 10 months ago
  15. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  16. 4cae3bf BUG/MEDIUM: connection: don't keep more idle connections than ever needed by Willy Tarreau · 4 years, 10 months ago
  17. 34ce7d0 BUG/MINOR: server: Be really able to keep "pool-max-conn" idle connections by Christopher Faulet · 5 years ago
  18. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  19. 0e492e2 BUILD: address a few cases of "static <type> inline foo()" by Willy Tarreau · 5 years ago
  20. aa4d71a MEDIUM: server: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  21. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  22. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · 5 years ago
  23. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  24. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · 5 years ago
  25. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · 5 years ago
  26. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  27. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago
  28. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  29. 313bfd1 MINOR: server: export new_server() function by William Lallemand · 6 years ago
  30. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  31. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · 6 years ago
  32. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  33. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · 7 years ago
  34. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  35. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  36. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  37. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  38. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  39. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · 7 years ago
  40. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  41. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  42. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  43. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · 7 years ago
  44. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · 7 years ago
  45. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  46. df4399f BUILD: server: remove a build warning introduced by latest series by Willy Tarreau · 8 years ago
  47. 21b069d MINOR: server: create new function cli_find_server() to find a server by Willy Tarreau · 8 years ago
  48. 25e5152 MEDIUM: server: make use of init-addr by Willy Tarreau · 8 years ago
  49. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  50. 8b42848 MINOR: server: make srv_set_admin_state() capable of telling why this happens by Willy Tarreau · 8 years ago
  51. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  52. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · 8 years ago
  53. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago
  54. d458adc MINOR: new update_server_addr_port() function to change both server's ADDR and service PORT by Baptiste Assmann · 8 years ago
  55. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · 8 years ago
  56. 09a9178 MINOR: server: generalize the "updater" source by Thierry Fournier · 8 years ago
  57. d35b7a6 CLEANUP: server: add "const" to some message strings by Thierry Fournier · 8 years ago
  58. 9f72555 BUG/MINOR: server: some prototypes are renamed by Thierry Fournier · 8 years ago
  59. e11cfcd MINOR: config: new backend directives: load-server-state-from-file and server-state-file-name by Baptiste Assmann · 9 years ago
  60. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · 9 years ago
  61. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  62. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · 9 years ago
  63. 14e4014 MEDIUM: server: add support for changing a server's address by Baptiste Assmann · 9 years ago
  64. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  65. e468d55 BUG/MINOR: server: move the directive #endif to the end of file by Godbach · 10 years ago
  66. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  67. 8eb7784 MINOR: server: implement srv_set_stopping() by Willy Tarreau · 10 years ago
  68. dbd5e78 MINOR: server: implement srv_set_running() by Willy Tarreau · 10 years ago
  69. e7d1ef1 MINOR: server: implement srv_set_stopped() by Willy Tarreau · 10 years ago
  70. bda9227 MINOR: server: make the status reporting function support a reason by Willy Tarreau · 10 years ago
  71. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · 10 years ago
  72. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · 10 years ago
  73. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  74. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · 10 years ago
  75. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · 10 years ago
  76. e38feed BUG/MINOR: stats: correctly report throttle rate of low weight servers by Willy Tarreau · 11 years ago
  77. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · 11 years ago
  78. d32c399 MINOR: stats: report correct throttling percentage for servers in slowstart by Willy Tarreau · 11 years ago
  79. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · 11 years ago
  80. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  81. a360844 CLEANUP: Make parameters of srv_downtime and srv_getinter const by Simon Horman · 11 years ago
  82. 7d09b9a MEDIUM: server: Break out set weight processing code by Simon Horman · 11 years ago
  83. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  84. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  85. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  86. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · 15 years ago
  87. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  88. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  89. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  90. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  91. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago[Copied (66%) from include/template.h]
  92. 3dc0644 [LICENSE] licensing clarifications by Willy TARREAU · 18 years ago