1. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  2. 0a76901 MINOR: cfgparse: QUIC default server transport parameters init. by Frédéric Lécaille · 3 years, 7 months ago
  3. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · 3 years, 7 months ago
  4. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  5. 9139ec3 MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. by Eric Salama · 3 years, 8 months ago
  6. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  7. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 3 years, 9 months ago
  8. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  9. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  10. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  11. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 3 years, 9 months ago
  12. 02b092f MEDIUM: init: stop disabled proxies after initializing fdtab by Willy Tarreau · 3 years, 9 months ago
  13. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · 3 years, 9 months ago
  14. 1aab911 BUG/MINOR: Fix memory leaks cfg_parse_peers by Eric Salama · 3 years, 10 months ago
  15. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  16. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  17. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · 3 years, 10 months ago
  18. 5e1779a MEDIUM: config: make str2listener() not accept datagram sockets anymore by Willy Tarreau · 3 years, 10 months ago
  19. aa33312 MINOR: cfgparse: add str2receiver() to parse dgram receivers by Willy Tarreau · 3 years, 10 months ago
  20. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · 3 years, 10 months ago
  21. a215be2 MEDIUM: tools: make str2sa_range() check for the sockpair's FD usability by Willy Tarreau · 3 years, 10 months ago
  22. 804f11f MINOR: config: do not test an inherited socket again by Willy Tarreau · 3 years, 10 months ago
  23. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  24. 909c23b MINOR: listener: remove the inherited arg to create_listener() by Willy Tarreau · 3 years, 10 months ago
  25. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  26. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  27. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  28. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  29. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · 3 years, 10 months ago
  30. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  31. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  32. e42d87f BUG/MINOR: dns: gracefully handle the "udp@" address format for nameservers by Willy Tarreau · 3 years, 10 months ago
  33. b53dd03 BUG/MINOR: Fix type passed of sizeof() for calloc() by Tim Duesterhus · 3 years, 10 months ago
  34. f92afb7 MEDIUM: cfgparse: Emit hard error on truncated lines by Tim Duesterhus · 3 years, 11 months ago
  35. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  36. 9b9c174 BUILD: config: fix again bugs gcc warnings on calloc by Willy Tarreau · 4 years ago
  37. ad37c7a BUILD: config: address build warning on raspbian+rpi4 by Willy Tarreau · 4 years ago
  38. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years ago
  39. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · 4 years ago
  40. 1e3b16f MINOR: log-format: allow to preserve spacing in log format strings by Dragan Dosen · 4 years ago
  41. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  42. f21695b BUG/MINOR: threads: Don't forget to init each thread toremove_lock. by Olivier Houchard · 4 years ago
  43. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  44. 08488f6 BUG/MINOR: cfgparse: correctly deal with empty lines by Willy Tarreau · 4 years ago
  45. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · 4 years ago
  46. 07d4706 BUG/MINOR: cfgparse: report extraneous args *after* the string is allocated by Willy Tarreau · 4 years ago
  47. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · 4 years ago
  48. 40cb26f BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · 4 years ago
  49. c17a5fa BUG/MINOR: cfgparse: Fix calculation of position for PARSE_ERR_TOOMANY message by Tim Duesterhus · 4 years ago
  50. f3d2c6d BUG/MINOR: cfgparse: Fix argument reference in PARSE_ERR_TOOMANY message by Tim Duesterhus · 4 years ago
  51. 2fd5bdb MINOR: cfgparse: Warn on truncated lines / files by Tim Duesterhus · 4 years ago
  52. 70f5899 BUG/MINOR: cfgparse: Support configurations without newline at EOF by Tim Duesterhus · 4 years ago
  53. 9f658a5 BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_HEX case by Tim Duesterhus · 4 years, 1 month ago
  54. 32234e7 BUG/MEDIUM: cfgparse: stop after a reasonable amount of fatal error by Willy Tarreau · 4 years, 1 month ago
  55. 9e1758e BUG/MEDIUM: cfgparse: use parse_line() to expand/unquote/unescape config lines by Willy Tarreau · 4 years, 1 month ago
  56. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  57. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · 4 years, 1 month ago
  58. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  59. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  77. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  80. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 546ba42 REORG: include: move lb_fwrr.h to haproxy/lb_fwrr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. 0254941 REORG: include: move lb_fwlc.h to haproxy/lb_fwlc{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. b5fc3bf REORG: include: move lb_fas.h to haproxy/lb_fas{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. fbe8da3 REORG: include: move lb_chash.h to haproxy/lb_chash{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  86. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  88. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. cc9bbfb REORG: include: split mailers.h into haproxy/mailers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  90. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  97. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  98. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  99. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  100. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago