1. ddcde19 MINOR: ssl: rework smp_fetch_ssl_fc_cl_str without internal ssl use by Emmanuel Hocdet · 7 years ago
  2. 87e4302 DOC: Refer to Mozilla TLS info / config generator by Daniel Schneller · 7 years ago
  3. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · 7 years ago
  4. 686408b MINOR: dns: default "hold obsolete" timeout set to 0 by Baptiste Assmann · 7 years ago
  5. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · 7 years ago
  6. ecfa18d MINOR: doc: Document SRV label usage. by Olivier Houchard · 7 years ago
  7. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  8. 174dfe5 MINOR: ssl: add "no-ca-names" parameter for bind by Emmanuel Hocdet · 7 years ago
  9. ad92a9a BUG/MINOR: ssl: make use of the name in SNI before verifyhost by Willy Tarreau · 7 years ago
  10. 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · 7 years ago
  11. e0ee0be DOC: fix references to the section about time format. by Jarno Huuskonen · 7 years ago
  12. 1af20c7 DOC: fix references to the section about the unix socket by Willy Tarreau · 7 years ago
  13. 50174f3 BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 by Christopher Faulet · 7 years ago
  14. b5e42a8 BUG/MAJOR: ssl: buffer overflow using offloaded ciphering on async engine by Emeric Brun · 7 years ago
  15. bd695fe MEDIUM: ssl: disable SSLv3 per default for bind by Emmanuel Hocdet · 7 years ago
  16. df701a2 MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list by Emmanuel Hocdet · 7 years ago
  17. f57a29a [RELEASE] Released version 1.8-dev2 by Willy Tarreau · 7 years ago
  18. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  19. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · 7 years ago
  20. e202b1e DOC: add documentation for the master-worker mode by William Lallemand · 7 years ago
  21. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · 7 years ago
  22. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · 7 years ago
  23. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · 7 years ago
  24. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · 7 years ago
  25. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · 7 years ago
  26. 1bfc24b MINOR: sample: Add b64dec sample converter by Holger Just · 7 years ago
  27. e1c722b MEDIUM: ssl: add ssl-min-ver and ssl-max-ver parameters for bind and server by Emmanuel Hocdet · 7 years ago
  28. 42fb980 MINOR: ssl: support TLSv1.3 for bind and server by Emmanuel Hocdet · 7 years ago
  29. 6cb2d1e MEDIUM: ssl: revert ssl/tls version settings relative to default-server. by Emmanuel Hocdet · 7 years ago
  30. 53ae85c MINOR: ssl: add prefer-client-ciphers by Lukas Tribus · 7 years ago
  31. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  32. d7d8881 MINOR: proto-http: Add sample fetch wich returns all HTTP headers by Thierry FOURNIER · 7 years ago
  33. 5617dce MINOR: Add binary encoding request header sample fetch by Thierry FOURNIER · 7 years ago
  34. 013a84f DOC: errloc/errorloc302/errorloc303 missing status codes. by Jarno Huuskonen · 7 years ago
  35. 95b012b DOC: add layer 4 links/cross reference to "block" keyword. by Jarno Huuskonen · 7 years ago
  36. cb4502e DOC: Add documentation for new "server-template" keyword. by Frédéric Lécaille · 7 years ago
  37. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  38. 04bf981 BUG/MEDIUM: servers: unbreak server weight propagation by Willy Tarreau · 7 years ago
  39. 266b1a8 MEDIUM: server: Inherit CLI weight changes and agent-check weight responses by Michal Idzikowski · 7 years ago
  40. 68af3c1 DOC: stick-table is available in frontend sections by Adam Spiers · 7 years ago
  41. e5ae702 DOC: add few comments to examples. by Jarno Huuskonen · 7 years ago
  42. 84c51ec DOC: changed "block"(deprecated) examples to http-request deny by Jarno Huuskonen · 7 years ago
  43. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · 7 years ago
  44. 29f4560 DOC: log-format/tcplog/httplog update by Guillaume de Lafond · 7 years ago
  45. 676f622 DOC: fix parenthesis and add missing "Example" tags by Jarno Huuskonen · 7 years ago
  46. 98a3e3f MINOR: doc: fix use-server example (imap vs mail) by Lukas Tribus · 7 years ago
  47. d237627 DOC: server: Add docs for "server" and "default-server" new "no-*" and other settings. by Frédéric Lécaille · 7 years ago
  48. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  49. aa83a31 MINOR: doc: 2.4. Examples should be 2.5. Examples by Lukas Tribus · 7 years ago
  50. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  51. 800d176 MINOR: http-request tarpit deny_status. by Jarno Huuskonen · 7 years ago
  52. 807a6e7 MINOR: Add hostname sample fetch by Nenad Merdanovic · 7 years ago
  53. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · 7 years ago
  54. aaee750 BUG/MINOR: ssl: fix cipherlist captures with sustainable SSL calls by Emmanuel Hocdet · 7 years ago
  55. 4608ed9 MEDIUM: ssl: remove ssl-options from crt-list by Emmanuel Hocdet · 7 years ago
  56. 5bf7732 MEDIUM: ssl: add new sample-fetch which captures the cipherlist by Thierry FOURNIER · 7 years ago
  57. 0594211 MEDIUM: boringssl: support native multi-cert selection without bundling by Emmanuel Hocdet · 7 years ago
  58. 768d860 MINOR: doc: Add docs for agent-addr configuration variable by Misiek · 7 years ago
  59. e7f2b73 MINOR: ssl: add curve suite for ECDHE negotiation by Emmanuel Hocdet · 7 years ago
  60. 9826329 MAJOR: ssl: bind configuration per certificat by Emmanuel Hocdet · 8 years ago
  61. 8c8c349 DOC: add deprecation notice to "block" by Jarno Huuskonen · 8 years ago
  62. 4f60301 MINOR: connection: add sample fetch "fc_rcvd_proxy" by Emeric Brun · 7 years ago
  63. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  64. 01e0974 MINOR: samples: add xx-hash functions by Thierry FOURNIER · 8 years ago
  65. f27cddc DOC: Add timings events schemas by Guillaume de Lafond · 8 years ago
  66. 6e413ed DOC: fix small typo in fe_id (backend instead of frontend) by Marcin Deranek · 8 years ago
  67. 31bfe1f DOC: Add undocumented argument of the trace filter by Christopher Faulet · 8 years ago
  68. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · 8 years ago
  69. f25e8e5 DOC: Added 51Degrees conv and fetch functions to documentation. by Ben Shillito · 8 years ago
  70. 3c5e374 DOC: Fix map table's format by Ruoshan Huang · 8 years ago
  71. 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
  72. 0e658fb [RELEASE] Released version 1.8-dev0 by Willy Tarreau · 8 years ago
  73. e59fcdd [RELEASE] Released version 1.7.0 by Willy Tarreau · 8 years ago
  74. d4d0a23 DOC: ssl: Use correct wording for ca-sign-pass by Bertrand Jacquin · 8 years ago
  75. d5d890b [RELEASE] Released version 1.7-dev6 by Willy Tarreau · 8 years ago
  76. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · 8 years ago
  77. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · 8 years ago
  78. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · 8 years ago
  79. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · 8 years ago
  80. b71557a MINOR: vars: Allow '.' in variable names by Christopher Faulet · 8 years ago
  81. e5a6068 MEDIUM: server: do not restrict anymore usage of IP address from the state file by Willy Tarreau · 8 years ago
  82. 6a031d1 DOC: add some documentation for the "init-addr" server keyword by Willy Tarreau · 8 years ago
  83. 987e16d MINOR: dns: implement extra 'hold' timers. by Baptiste Assmann · 8 years ago
  84. def0d22 MINOR: stream: make option contstats usable again by Willy Tarreau · 8 years ago
  85. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  86. 17be45e DOC: fix the entry for hash-balance-factor config option by Andrew Rodland · 8 years ago
  87. 608efa1 [RELEASE] Released version 1.7-dev5 by Willy Tarreau · 8 years ago
  88. b1f48e3 MINOR: backend: add hash-balance-factor option for hash-type consistent by Andrew Rodland · 8 years ago
  89. 4f61429 DOC: document tcp-request session by Willy Tarreau · 8 years ago
  90. 0c63053 DOC: fix missed entry for "set-{src,dst}{,-port}" by Willy Tarreau · 8 years ago
  91. 00005ce MINOR: tcp: make set-src/set-src-port and set-dst/set-dst-port commutative by Willy Tarreau · 8 years ago
  92. ad9a7e9 MINOR: Add fe_req_rate sample fetch by Nenad Merdanovic · 8 years ago
  93. 7d56c6d MINOR: enable IP_BIND_ADDRESS_NO_PORT on backend connections by Lukas Tribus · 8 years ago
  94. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  95. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · 8 years ago
  96. 41d5e3a [RELEASE] Released version 1.7-dev4 by Willy Tarreau · 8 years ago
  97. 30fcd39 MINOR: tcp: add further tcp info fetchers by Joe Williams · 8 years ago
  98. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · 8 years ago
  99. aa1ea8a DOC: minor typo fixes to improve HTML parsing by haproxy-dconv by Olivier Doucet · 8 years ago
  100. 8dfe863 DOC: fix json converter example and error message by Herve COMMOWICK · 8 years ago