1. 23d465c DOC: buffers: remove obsolete docs about buffers by Willy Tarreau · 6 years ago
  2. 9d752e9 DOC: buffers: document the new buffers API by Willy Tarreau · 6 years ago
  3. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  4. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  5. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  6. fd9655c DOC: regression testing: Add a short starting guide. by Frédéric Lécaille · 6 years ago
  7. 730323e DOC: SPOE.txt: fix a typo by Kevin Zhu · 6 years ago
  8. 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · 6 years ago
  9. ea96a82 DOC: management: add the new wrew stats column by Willy Tarreau · 6 years ago
  10. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  11. 926594f MINOR: ssl: set SSL_OP_PRIORITIZE_CHACHA by Lukas Tribus · 6 years ago
  12. 8a16fe0 BUG/MEDIUM: cache: don't cache when an Authorization header is present by William Lallemand · 6 years ago
  13. fa9f9cc DOC: add some description of the pending rework of the buffer structure by Willy Tarreau · 6 years ago
  14. 6e0d5e7 DOC: spoe: fix a typo by Christopher Faulet · 6 years ago
  15. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · 6 years ago
  16. 32d539f MINOR: lua: add get_maxconn and set_maxconn to LUA Server class. by Patrick Hemmer · 6 years ago
  17. a62ae7e MINOR: lua: Add server name & puid to LUA Server class. by Patrick Hemmer · 6 years ago
  18. c6a1d71 DOC/MINOR: clean up LUA documentation re: servers & array/table. by Patrick Hemmer · 6 years ago
  19. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · 6 years ago
  20. e027547 MINOR: ssl: add fetch 'ssl_fc_session_key' and 'ssl_bc_session_key' by Patrick Hemmer · 6 years ago
  21. ca097c1 MINOR: sample: Add strcmp sample converter by Tim Duesterhus · 6 years ago
  22. 1e0867c MINOR: ssl: Add payload support to "set ssl ocsp-response" by Aurélien Nephtali · 6 years ago
  23. 25650ce MINOR: map: Add payload support to "add map" by Aurélien Nephtali · 6 years ago
  24. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  25. daac1e4 DOC: lua: update the links to the config and Lua API by Willy Tarreau · 6 years ago
  26. daf4cd2 MINOR: export localpeer as an environment variable by William Lallemand · 6 years ago
  27. 9631a28 MEDIUM: sample: Extend functionality for field/word converters by Marcin Deranek · 6 years ago
  28. 9a66dfb MINOR: proxy: Add fe_defbe fetcher by Marcin Deranek · 6 years ago
  29. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · 6 years ago
  30. 3b8e349 MINOR: spoe: use agent's logger to log SPOE messages by Christopher Faulet · 6 years ago
  31. 0e0f085 MINOR: spoe: Add support for option dontlog-normal in the SPOE agent section by Christopher Faulet · 6 years ago
  32. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · 6 years ago
  33. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · 6 years ago
  34. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · 6 years ago
  35. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · 6 years ago
  36. 50791a7 MINOR: samples: add crc32c converter by Emmanuel Hocdet · 6 years ago
  37. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  38. 3e95487 DOC: log: more than 2 log servers are allowed by Cyril Bonté · 6 years ago
  39. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · 6 years ago
  40. 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · 6 years ago
  41. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  42. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  43. 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · 6 years ago
  44. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · 6 years ago
  45. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · 6 years ago
  46. c5d11c6 DOC: lua: new prototype for function "register_action()" by Thierry FOURNIER · 6 years ago
  47. f65f257 DOC: Mention -Ws in the list of available options by Pavlos Parissis · 6 years ago
  48. 6127519 DOC: Describe routing impact of using interface keyword on bind lines by Jérôme Magnin · 6 years ago
  49. e8ade38 MINOR: spoe: Add max-waiting-frames directive in spoe-agent configuration by Christopher Faulet · 6 years ago
  50. f643b80 MINOR: introduce proxy-v2-options for send-proxy-v2 by Emmanuel Hocdet · 6 years ago
  51. 6fd698f DOC: don't suggest using http-server-close by Lukas Tribus · 6 years ago
  52. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · 6 years ago
  53. 1478aa7 MEDIUM: sample: Add IPv6 support to the ipmask converter by Tim Duesterhus · 6 years ago
  54. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  55. a792a0a MINOR: sample: add date_us sample by Etienne Carriere · 6 years ago
  56. 4a326cb DOC: clarify the scope of ssl_fc_is_resumed by Jérôme Magnin · 6 years ago
  57. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · 7 years ago
  58. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · 6 years ago
  59. e9ed281 DOC/MINOR: configuration: typo, formatting fixes by Davor Ocelic · 7 years ago
  60. c55ddce MINOR: http: update the list of cacheable status codes as per RFC7231 by Willy Tarreau · 7 years ago
  61. 24ea0bc MINOR: http: adjust the list of supposedly cacheable methods by Willy Tarreau · 7 years ago
  62. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · 7 years ago
  63. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · 7 years ago
  64. 4094ce1 DOC/MINOR: intro: typo, wording, formatting fixes by Davor Ocelic · 7 years ago
  65. 60a2ee7 MINOR: sample: rename the "len" converter to "length" by Willy Tarreau · 7 years ago
  66. ed0d24e MINOR: sample: add len converter by Etienne Carriere · 7 years ago
  67. 721d8e0 MINOR: config: report when "monitor fail" rules are misplaced by Willy Tarreau · 7 years ago
  68. 7b888f1 DOC: cache: update sections and fix some typos by Cyril Bonté · 7 years ago
  69. b306650 [RELEASE] Released version 1.9-dev0 by Willy Tarreau · 7 years ago
  70. 0b78792 [RELEASE] Released version 1.8.0 by Willy Tarreau · 7 years ago
  71. 95c4e14 DOC: config: add a few bits about how to configure HTTP/2 by Willy Tarreau · 7 years ago
  72. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  73. 86d0df0 DOC: cache: configuration and management by William Lallemand · 7 years ago
  74. 75df9d7 DOC: explain HTTP2 timeout behavior by Lukas Tribus · 7 years ago
  75. 9c05c48 DOC: add initial peers protovol v2.0 documentation. by Emeric Brun · 7 years ago
  76. 99795b1 DOC: fix mangled version in peers protocol documentation by Willy Tarreau · 7 years ago
  77. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  78. c644fa9 MINOR: config: Add threads support for "process" option on "bind" lines by Christopher Faulet · 7 years ago
  79. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  80. 11da456 MINOR:: config: Remove thread-map directive by Christopher Faulet · 7 years ago
  81. ff4121f MINOR: config: Support partial ranges in cpu-map directive by Christopher Faulet · 7 years ago
  82. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  83. 1dcb9cb MINOR: config: Support a range to specify processes in "cpu-map" parameter by Christopher Faulet · 7 years ago
  84. 45a66cc MEDIUM: config: ensure that tune.bufsize is at least 16384 when using HTTP/2 by Willy Tarreau · 7 years ago
  85. 599391a MINOR: h2: make use of client-fin timeout after GOAWAY by Willy Tarreau · 7 years ago
  86. 53275e8 MINOR: http: implement the "http-request reject" rule by Willy Tarreau · 7 years ago
  87. 34adb2a MINOR: sample: Add "thread" sample fetch by Christopher Faulet · 7 years ago
  88. f46bf95 BUG/MINOR: systemd: ignore daemon mode by Lukas Tribus · 7 years ago
  89. cfe1466 [RELEASE] Released version 1.8-rc4 by Willy Tarreau · 7 years ago
  90. 4b6645d DOC: peers: Add a first version of peers protocol v2.1. by Frédéric Lécaille · 7 years ago
  91. 34650d5 [RELEASE] Released version 1.8-rc3 by Willy Tarreau · 7 years ago
  92. d06f31c DOC: Add note about encrypted password CPU usage by Daniel Schneller · 7 years ago
  93. a8d8d6e [RELEASE] Released version 1.8-rc2 by Willy Tarreau · 7 years ago
  94. 901f75c [RELEASE] Released version 1.8-rc1 by Willy Tarreau · 7 years ago
  95. 5242ef8 MINOR: h2: expose tune.h2.max-concurrent-streams to limit the number of streams by Willy Tarreau · 7 years ago
  96. e6baec0 MINOR: h2: expose tune.h2.initial-window-size to configure the window size by Willy Tarreau · 7 years ago
  97. fe20e5b MINOR: h2: expose tune.h2.header-table-size to configure the table size by Willy Tarreau · 7 years ago
  98. 60ca10a MINOR: connection: report the major HTTP version from the MUX for logging (fc_http_major) by Willy Tarreau · 7 years ago
  99. 79a481d MINOR: ssl: Remove the global allow-0rtt option. by Olivier Houchard · 7 years ago
  100. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago