1. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  2. 18215cb BUG/MINOR: config: don't over-count the global maxsock value by Willy Tarreau · 5 years ago
  3. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  4. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  5. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  6. 26f6ae1 MAJOR: config: disable support for nbproc and nbthread in parallel by Willy Tarreau · 5 years ago
  7. dd1c8f1 MINOR: cfgparse: Add a cast to make gcc happier. by Olivier Houchard · 5 years ago
  8. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  9. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  10. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · 5 years ago
  11. 18cca78 BUG/MINOR: config: Reinforce validity check when a process number is parsed by Christopher Faulet · 5 years ago
  12. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  13. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · 5 years ago
  14. 835daa1 BUG/MEDIUM: server: initialize the idle conns list after parsing the config by Willy Tarreau · 5 years ago
  15. 1a0fe3b BUG/MINOR: config: make sure to count the error on incorrect track-sc/stick rules by Willy Tarreau · 5 years ago
  16. 151e1ca BUG/MAJOR: config: verify that targets of track-sc and stick rules are present by Willy Tarreau · 5 years ago
  17. 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · 5 years ago
  18. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · 5 years ago
  19. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  20. 6b4a39a BUG/MINOR: config: fix bind line thread mask validation by Willy Tarreau · 5 years ago
  21. 04636b7 BUG/MEDIUM: peers: Peer addresses parsing broken. by Frédéric Lécaille · 5 years ago
  22. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  23. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  24. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago
  25. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · 6 years ago
  26. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · 6 years ago
  27. 9492c4e MINOR: cfgparse: Simplication. by Frédéric Lécaille · 5 years ago
  28. 91694d5 MINOR: cfgparse: Rework peers frontend init. by Frédéric Lécaille · 5 years ago
  29. 4ba5198 MINOR: cfgparse: Useless frontend initialization in "peers" sections. by Frédéric Lécaille · 6 years ago
  30. 16e4910 CLEANUP: cfgparse: Code reindentation. by Frédéric Lécaille · 5 years ago
  31. 6617e76 CLEANUP: cfgparse: Return asap from cfg_parse_peers(). by Frédéric Lécaille · 6 years ago
  32. 1825103 MINOR: cfgparse: Extract some code to be re-used. by Frédéric Lécaille · 5 years ago
  33. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  34. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  35. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  36. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  37. 86006a5 MEDIUM: proxy: Set http-reuse safe as default. by Olivier Houchard · 6 years ago
  38. 76a551d MINOR: config: make sure to associate the proper mux to bind and servers by Willy Tarreau · 6 years ago
  39. bf7a959 BUG/MINOR: cfgparse: Fix the call to post parser of the last sections parsed by Christopher Faulet · 6 years ago
  40. 7805e2b BUG/MINOR: cfgparse: Fix transition between 2 sections with the same name by Christopher Faulet · 6 years ago
  41. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · 6 years ago
  42. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  43. 7ff4f14 BUG/MINOR: config: Be aware of the HTX during the check of mux protocols by Christopher Faulet · 6 years ago
  44. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  45. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · 6 years ago
  46. a14c03e CLEANUP: Fix typos in the cfgparse subsystem by Joseph Herlant · 6 years ago
  47. 6b44975 BUG/MINOR: config: Copy default error messages when parsing of a backend starts by Christopher Faulet · 6 years ago
  48. 4db49c0 BUG/MINOR: config: better detect the presence of the h2 pattern in npn/alpn by Willy Tarreau · 6 years ago
  49. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  50. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  51. 3332090 MINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80. by Olivier Houchard · 6 years ago
  52. 9504dd6 MINOR: config: use atleast2() instead of my_popcountl() where relevant by Willy Tarreau · 6 years ago
  53. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · 6 years ago
  54. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · 6 years ago
  55. 4212a30 MEDIUM: http: Ignore http-tunnel option on backend by Christopher Faulet · 6 years ago
  56. 98db976 MEDIUM: http: Ignore http-pretend-keepalive option on frontend by Christopher Faulet · 6 years ago
  57. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  58. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  59. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  60. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · 6 years ago
  61. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · 6 years ago
  62. c477b6f BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number by Willy Tarreau · 6 years ago
  63. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · 6 years ago
  64. c786768 BUG/MINOR: config: stick-table is not supported in defaults section by Willy Tarreau · 6 years ago
  65. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  66. 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · 6 years ago
  67. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  68. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  69. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  70. 46deab6 BUG/MINOR: config: disable http-reuse on TCP proxies by Willy Tarreau · 6 years ago
  71. 054fbee MINOR: config: Warn if resolvers has no nameservers by Ben Draut · 6 years ago
  72. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · 6 years ago
  73. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · 6 years ago
  74. 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · 6 years ago
  75. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · 6 years ago
  76. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · 6 years ago
  77. 58aa5cc BUG/MINOR: config: don't emit a warning when global stats is incompletely configured by Willy Tarreau · 6 years ago
  78. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · 6 years ago
  79. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  80. c578d9a MINOR: mworker: Update messages referencing exit-on-failure by Tim Duesterhus · 7 years ago
  81. 721d8e0 MINOR: config: report when "monitor fail" rules are misplaced by Willy Tarreau · 7 years ago
  82. 7e351ee BUILD/MINOR: haproxy: compiling config cpu parsing handling when needed by David Carlier · 7 years ago
  83. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  84. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  85. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  86. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  87. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  88. 11da456 MINOR:: config: Remove thread-map directive by Christopher Faulet · 7 years ago
  89. ff4121f MINOR: config: Support partial ranges in cpu-map directive by Christopher Faulet · 7 years ago
  90. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  91. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · 7 years ago
  92. 5ab5177 MINOR: config: Slightly change how parse_process_number works by Christopher Faulet · 7 years ago
  93. 1dcb9cb MINOR: config: Support a range to specify processes in "cpu-map" parameter by Christopher Faulet · 7 years ago
  94. 45a66cc MEDIUM: config: ensure that tune.bufsize is at least 16384 when using HTTP/2 by Willy Tarreau · 7 years ago
  95. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · 7 years ago
  96. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  97. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago
  98. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · 7 years ago
  99. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · 7 years ago
  100. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago