1. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sat Mar 14 17:47:28 2020 +0500
  2. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
  3. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · Fri Mar 13 12:34:23 2020 +0100
  4. b435f77 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · Fri Mar 13 12:34:22 2020 +0100
  5. bdb386d DOC: ssl: clarify security implications of TLS tickets by Lukas Tribus · Tue Mar 10 00:56:09 2020 +0100
  6. 5a753bd [RELEASE] Released version 2.2-dev4 by Willy Tarreau · Mon Mar 09 14:57:20 2020 +0100
  7. 2075ca8 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Fri Mar 06 23:22:22 2020 +0500
  8. 7b5e136 DOC: improve description of no-tls-tickets by Björn Jacke · Thu Feb 13 14:43:44 2020 +0100
  9. 5ab7eb6 DOC: fix typo about no-tls-tickets by Bjoern Jacke · Thu Feb 13 14:16:16 2020 +0100
  10. 2a950d0 DOC: assorted typo fixes in the documentation and Makefile by Ilya Shipitsin · Fri Mar 06 13:07:38 2020 +0500
  11. 8525fd9 DOC: configuration.txt: fix various typos by Ilya Shipitsin · Sat Feb 29 12:34:59 2020 +0500
  12. c9c6cdb DOC: fix incorrect indentation of http_auth_* by Willy Tarreau · Thu Mar 05 16:03:58 2020 +0100
  13. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · Mon Dec 16 16:39:17 2019 +0100
  14. 32bf97f [RELEASE] Released version 2.2-dev3 by Willy Tarreau · Tue Feb 25 18:14:02 2020 +0100
  15. 269a9b6 DOC: proxy-protocol: clarify IPv6 address representation in the spec by Willy Tarreau · Tue Feb 25 18:04:39 2020 +0100
  16. 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · Tue Feb 25 11:27:22 2020 +0100
  17. 3f25ae3 BUG/MINOR: ssl: load .key in a directory only after PEM by William Lallemand · Mon Feb 24 16:30:12 2020 +0100
  18. 4c5adbf MINOR: ssl: load the key from a dedicated file by William Lallemand · Mon Feb 24 14:23:22 2020 +0100
  19. 6072beb MINOR: http-ana: Match on the path if the monitor-uri starts by a / by Christopher Faulet · Tue Feb 18 15:34:58 2020 +0100
  20. 70df7bf MINOR: ssl: add "issuers-chain-path" directive. by Emmanuel Hocdet · Fri Jan 04 11:08:20 2019 +0100
  21. 07e1e3c MINOR: sample: regsub now supports backreferences by Jerome Magnin · Sun Feb 16 19:20:19 2020 +0100
  22. cd0d2ed MEDIUM: log-format: make the LF parser aware of sample expressions' end by Willy Tarreau · Fri Feb 14 17:33:06 2020 +0100
  23. ef21fac MEDIUM: arg: make make_arg_list() support quotes in arguments by Willy Tarreau · Fri Feb 14 13:37:20 2020 +0100
  24. 6c57f2d MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex by Christopher Faulet · Fri Feb 14 16:55:52 2020 +0100
  25. 28cb366 BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param by Christopher Faulet · Fri Feb 14 14:47:37 2020 +0100
  26. 90de53d DOC: schematic of the SSL certificates architecture by William Lallemand · Mon Feb 10 11:43:43 2020 +0100
  27. 4c47d91 [RELEASE] Released version 2.2-dev2 by Willy Tarreau · Fri Feb 07 04:12:19 2020 +0100
  28. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · Fri Jan 31 12:21:52 2020 +0100
  29. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · Fri Jan 31 19:07:52 2020 +0100
  30. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · Fri Jan 31 18:57:12 2020 +0100
  31. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · Fri Jan 31 17:36:01 2020 +0100
  32. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · Fri Jan 24 17:44:23 2020 +0100
  33. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  34. 3af48e7 MINOR: ssl: ssl-load-extra-files configure loading of files by William Lallemand · Mon Feb 03 17:15:52 2020 +0100
  35. 8820932 DOC: word converter ignores delimiters at the start or end of input string by Jerome Magnin · Tue Jan 28 13:33:44 2020 +0100
  36. dd74b5f MINOR: lua: Add lua-prepend-path configuration option by Tim Duesterhus · Sun Jan 12 13:55:40 2020 +0100
  37. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · Thu Jan 16 15:19:29 2020 +0100
  38. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · Wed Jan 22 10:34:58 2020 +0100
  39. 19a69b3 BUG/MINOR: http_act: don't check capture id in backend by Baptiste Assmann · Thu Jan 16 14:34:22 2020 +0100
  40. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · Tue Jan 21 11:06:48 2020 +0100
  41. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · Tue Jan 14 12:00:28 2020 +0100
  42. 040c8cd MINOR: http-rules: Support an optional status on deny rules for http reponses by Christopher Faulet · Mon Jan 13 16:43:45 2020 +0100
  43. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · Mon Jan 13 15:52:01 2020 +0100
  44. 1aea50e MEDIUM: http-rules: Enable the strict rewriting mode by default by Christopher Faulet · Fri Jan 17 16:03:53 2020 +0100
  45. 46f9554 MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode by Christopher Faulet · Fri Dec 20 10:07:22 2019 +0100
  46. 0159ee4 MINOR: stats: Report internal errors in the proxies/listeners/servers stats by Christopher Faulet · Mon Dec 16 14:40:39 2019 +0100
  47. d47941d DOC: Add a section to document the internal sample fetches by Christopher Faulet · Wed Jan 08 14:40:19 2020 +0100
  48. 6bd909b DOC: Fix copy and paste mistake in http-response replace-value doc by Tim Duesterhus · Fri Jan 17 15:53:18 2020 +0100
  49. 71f8297 MINOR: ssl: Add support for returning the dn samples from ssl_(c|f)_(i|s)_dn in LDAP v3 (RFC2253) format. by Elliot Otchet · Wed Jan 15 08:12:14 2020 -0500
  50. 238ea3b DOC: clarify crt-base usage by William Dauchy · Sat Jan 11 13:09:12 2020 +0100
  51. 9205fea MINOR: http: Add 404 to http-request deny by Florian Tham · Wed Jan 08 13:35:30 2020 +0100
  52. 272e29b MINOR: http: Add 410 to http-request deny by Florian Tham · Wed Jan 08 10:19:05 2020 +0100
  53. 3894d97 MINOR: config: disable busy polling on old processes by William Dauchy · Sat Dec 28 15:36:02 2019 +0100
  54. 262c3f1 MINOR: http: add a new "replace-path" action by Willy Tarreau · Tue Dec 17 06:52:51 2019 +0100
  55. 0851fd5 MINOR: debug: support logging to various sinks by Willy Tarreau · Tue Dec 17 10:07:25 2019 +0100
  56. d4f946c MINOR: ssl/cli: 'show ssl cert' give information on the certificates by William Lallemand · Thu Dec 05 10:26:40 2019 +0100
  57. 62b5913 DOC: clarify the fact that replace-uri works on a full URI by Willy Tarreau · Tue Dec 17 06:51:20 2019 +0100
  58. 9ef75ec DOC: remove references to the outdated architecture.txt by Willy Tarreau · Wed Dec 11 11:55:52 2019 +0100
  59. 21ad315 DOC: proxies: HAProxy only supports 3 connection modes by Julien Pivotto · Tue Dec 10 13:11:17 2019 +0100
  60. 4ac36d6 DOC: listeners: add a few missing transitions by Willy Tarreau · Wed Dec 11 06:38:14 2019 +0100
  61. 977afab DOC: document the listener state transitions by Willy Tarreau · Tue Dec 10 16:06:53 2019 +0100
  62. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · Fri Dec 06 16:31:45 2019 +0100 upstream/master
  63. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · Tue Dec 03 07:07:36 2019 +0100
  64. 11770ce DOC: move the "group" keyword at the right place by Willy Tarreau · Tue Dec 03 08:29:22 2019 +0100
  65. 6ccee41 DOC: Fix ordered list in summary by Julien Pivotto · Wed Nov 27 15:49:54 2019 +0100
  66. cb250fc DOC: clarify matching strings on binary fetches by Mathias Weiersmueller · Mon Dec 02 09:43:40 2019 +0100
  67. 6ab08b3 DOC: ssl/cli: set/commit/abort ssl cert by William Lallemand · Fri Nov 29 16:48:43 2019 +0100
  68. cefbbd9 DOC: Clarify behavior of server maxconn in HTTP mode by Tim Duesterhus · Wed Nov 27 22:35:27 2019 +0100
  69. 2e077f8 [RELEASE] Released version 2.2-dev0 by Willy Tarreau · Mon Nov 25 20:36:16 2019 +0100
  70. e54b43a [RELEASE] Released version 2.1.0 by Willy Tarreau · Mon Nov 25 19:47:40 2019 +0100 master v2.1.0
  71. 579d83b DOC: Add documentation about the use-service action by Christopher Faulet · Fri Nov 22 15:34:17 2019 +0100
  72. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · Sun Nov 17 09:48:56 2019 -0500
  73. 64a1853 DOC: internal: document the init calls by Willy Tarreau · Wed Nov 20 16:45:15 2019 +0100
  74. 6db8a2e DOC: Update http-buffer-request description to remove the part about chunks by Christopher Faulet · Tue Nov 19 16:27:25 2019 +0100
  75. 8468132 [RELEASE] Released version 2.1-dev5 by Willy Tarreau · Fri Nov 15 18:49:37 2019 +0100
  76. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · Wed Nov 06 18:38:53 2019 +0100
  77. 2ac2574 DOC: Add missing stats fields in the management manual by Christopher Faulet · Fri Nov 08 15:27:27 2019 +0100
  78. 7297429 DOC: management: fix typo on "cache_lookups" stats output by Willy Tarreau · Fri Nov 08 07:29:34 2019 +0100
  79. e8adfeb MINOR: doc: http-reuse connection pool fix by Lukas Tribus · Wed Nov 06 11:50:25 2019 +0100
  80. b6f759b MINOR: peers: Add "log" directive to "peers" section. by Frédéric Lécaille · Tue Nov 05 09:57:45 2019 +0100
  81. 6bcd182 DOC: fix date and http_date keywords syntax by Cyril Bonté · Tue Nov 05 23:13:59 2019 +0100
  82. 1753cb5 [RELEASE] Released version 2.1-dev4 by Willy Tarreau · Sun Nov 03 15:43:10 2019 +0100
  83. 1dfd165 MINOR: backend: Add srv_name sample fetche by vkill · Wed Oct 30 16:58:14 2019 +0800
  84. ae6f125 MINOR: sample: add us/ms support to date/http_date by Damien Claisse · Wed Oct 30 15:57:28 2019 +0000
  85. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · Sun Oct 27 20:08:11 2019 +0100
  86. ec73098 MINOR: config: allow no set-dumpable config option by William Dauchy · Sun Oct 27 20:08:10 2019 +0100
  87. 0a8824f MINOR: doc: fix busy-polling performance reference by William Dauchy · Sun Oct 27 20:08:09 2019 +0100
  88. 2252beb DOC: Improve documentation of http-re(quest|sponse) replace-(header|value|uri) by Tim Duesterhus · Tue Oct 29 00:05:13 2019 +0100
  89. 1a753a2 DOC: remove obsolete section about header manipulation by Willy Tarreau · Mon Oct 28 07:03:13 2019 +0100
  90. c70df53 [RELEASE] Released version 2.1-dev3 by Willy Tarreau · Fri Oct 25 15:48:53 2019 +0200
  91. b24ab22 MINOR: debug: make most debug CLI commands accessible in expert mode by Willy Tarreau · Thu Oct 24 18:03:39 2019 +0200
  92. abb9f9b MINOR: cli: add an expert mode to hide dangerous commands by Willy Tarreau · Thu Oct 24 17:55:53 2019 +0200
  93. 403bfbb BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · Wed Oct 23 06:59:31 2019 +0200
  94. ba0c53e BUG/MINOR: tcp: Don't alter counters returned by tcp info fetchers by Christopher Faulet · Thu Oct 17 14:40:48 2019 +0200
  95. 6b19b14 MINOR: stats: make "show stat" and "show info" by Willy Tarreau · Wed Oct 09 15:44:21 2019 +0200
  96. 81bef7e DOC: clarify some points around http-send-name-header's behavior by Willy Tarreau · Mon Oct 07 14:58:02 2019 +0200
  97. cb8f03f [RELEASE] Released version 2.1-dev2 by Willy Tarreau · Tue Oct 01 18:13:09 2019 +0200
  98. 93e548e DOC: replace utf-8 quotes by ascii ones by William Lallemand · Mon Sep 30 13:54:02 2019 +0200
  99. 78c4306 DOC: Fix documentation about the cli command to get resolver stats by Christopher Faulet · Fri Sep 27 10:45:47 2019 +0200
  100. b30b310 MINOR: doc: Add documentation about the FastCGI support by Christopher Faulet · Thu Sep 12 23:03:09 2019 +0200