1. 2a8fe8b MINOR: httpclient: cleanup the include files by William Lallemand · 3 years, 3 months ago
  2. 0d6f779 BUG/MINOR: httpclient: check if hdr_num is not 0 by William Lallemand · 3 years, 3 months ago
  3. dfc3f89 BUG/MINOR: httpclient/cli: change the appctx test in the callbacks by William Lallemand · 3 years, 3 months ago
  4. b702030 BUG/MINOR: httpclient: fix uninitialized sl variable by William Lallemand · 3 years, 3 months ago
  5. 3b2533f REGTESTS: server: fix agent-check syntax and expectation by Willy Tarreau · 3 years, 3 months ago
  6. 1713eec REGTESTS: abortonclose: after retries, 503 is expected, not close by Willy Tarreau · 3 years, 3 months ago
  7. ab4fa24 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 by Willy Tarreau · 3 years, 3 months ago
  8. 0e72e40 BUG/MINOR: http_client: make sure to preset the proxy's default settings by Willy Tarreau · 3 years, 3 months ago
  9. d3dbfd9 BUG/MEDIUM: cfgparse: do not allocate IDs to automatic internal proxies by Willy Tarreau · 3 years, 3 months ago
  10. b0281a4 MINOR: proxy: check if p is NULL in free_proxy() by William Lallemand · 3 years, 3 months ago
  11. 4c395fc MINOR: server: check if srv is NULL in free_server() by William Lallemand · 3 years, 3 months ago
  12. f95c295 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · 3 years, 3 months ago
  13. 46b7dff BUG/MEDIUM: h2: match absolute-path not path-absolute for :path by Willy Tarreau · 3 years, 3 months ago
  14. 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · 3 years, 3 months ago
  15. 2484da5 MINOR: httpclient/cli: change the User-Agent to "HAProxy" by William Lallemand · 3 years, 3 months ago
  16. 03a4eb1 MINOR: httpclient/cli: implement a simple client over the CLI by William Lallemand · 3 years, 3 months ago
  17. 33b0d09 MINOR: httpclient: implement a simple HTTP Client API by William Lallemand · 3 years, 4 months ago
  18. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · 3 years, 4 months ago
  19. 08d0f23 [RELEASE] Released version 2.5-dev4 by Willy Tarreau · 3 years, 3 months ago
  20. 7ef244d REGTESTS: add a test to prevent h2 desync attacks by Amaury Denoyelle · 3 years, 4 months ago
  21. b5d2b9e BUG/MEDIUM: h2: give :authority precedence over Host by Willy Tarreau · 3 years, 4 months ago
  22. 8926522 BUG/MAJOR: h2: enforce stricter syntax checks on the :method pseudo-header by Willy Tarreau · 3 years, 4 months ago
  23. 4b8852c BUG/MAJOR: h2: verify that :path starts with a '/' before concatenating it by Willy Tarreau · 3 years, 4 months ago
  24. a495e0d BUG/MAJOR: h2: verify early that non-http/https schemes match the valid syntax by Willy Tarreau · 3 years, 4 months ago
  25. d3d8d03 MINOR: http: add a new function http_validate_scheme() to validate a scheme by Willy Tarreau · 3 years, 4 months ago
  26. c5b5e7b DOC/MINOR: fix typo in management document by Jonathon Lacher · 3 years, 4 months ago
  27. d0bacde DOC: Minor typo fix - 'question mark' -> 'exclamation mark' by Kunal Gangakhedkar · 3 years, 3 months ago
  28. bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · 3 years, 3 months ago
  29. af2720f CI: github actions: relax OpenSSL-3.0.0 version comparision by Ilya Shipitsin · 3 years, 3 months ago
  30. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  31. 762b1fd CI: Remove obsolete USE_SLZ=1 CI job by Tim Duesterhus · 3 years, 3 months ago
  32. 5a2c661 DOC: lua-api: Add documentation about lua filters by Christopher Faulet · 3 years, 3 months ago
  33. e48d1dc BUG/MINOR: lua/filters: Return right code when txn:done() is called by Christopher Faulet · 3 years, 4 months ago
  34. 26eb5ea BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set by Christopher Faulet · 3 years, 4 months ago
  35. 2c04a5a MINOR: proxy: disable warnings for internal proxies by William Lallemand · 3 years, 4 months ago
  36. 6640dbb MINOR: cli: delare the CLI frontend as an internal proxy by William Lallemand · 3 years, 4 months ago
  37. bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · 3 years, 4 months ago
  38. c86bb87 BUG/MINOR: lua: Properly catch alloc errors when parsing lua filter directives by Christopher Faulet · 3 years, 4 months ago
  39. 70c4345 BUG/MINOR: lua: Properly check negative offset in Channel/HttpMessage functions by Christopher Faulet · 3 years, 4 months ago
  40. 24e7f35 DOC: config: Fix 'http-response send-spoe-group' documentation by Christopher Faulet · 3 years, 4 months ago
  41. eae8afa MINOR: filters/lua: Support the HTTP filtering from filters written in lua by Christopher Faulet · 4 years, 9 months ago
  42. 78c3547 MINOR: filters/lua: Add request and response HTTP messages in the lua TXN by Christopher Faulet · 4 years, 9 months ago
  43. df97ac4 MEDIUM: filters/lua: Add HTTPMessage class to help HTTP filtering by Christopher Faulet · 4 years, 9 months ago
  44. c404f11 MEDIUM: filters/lua: Support declaration of some filter callback functions in lua by Christopher Faulet · 4 years, 9 months ago
  45. a1ac5fb MEDIUM: filters/lua: Be prepared to filter TCP payloads by Christopher Faulet · 3 years, 4 months ago
  46. 8c9e6bb MINOR: lua: Add flags on the lua TXN to know the execution context by Christopher Faulet · 3 years, 4 months ago
  47. 9f55a50 MINOR: lua: Add a function to get a filter attached to a channel class by Christopher Faulet · 4 years, 9 months ago
  48. 69c581a MEDIUM: filters/lua: Add support for dummy filters written in lua by Christopher Faulet · 3 years, 6 months ago
  49. 1e9b1b6 DOC: Improve the lua documentation by Christopher Faulet · 3 years, 4 months ago
  50. 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · 3 years, 4 months ago
  51. 9a6ffda MEDIUM: lua: Process buffer data using an offset and a length by Christopher Faulet · 3 years, 4 months ago
  52. ba9e21d MINOR: lua: Add a function to get a reference on a table in the stack by Christopher Faulet · 4 years, 9 months ago
  53. 03fb1b2 MINOR: filters/lua: Release filters before the lua context by Christopher Faulet · 4 years, 9 months ago
  54. 23976d9 BUG/MINOR: lua: Don't yield in channel.append() and channel.set() by Christopher Faulet · 3 years, 4 months ago
  55. 2e60aa4 BUG/MINOR: lua: Yield in channel functions only if lua context can yield by Christopher Faulet · 3 years, 4 months ago
  56. 1f43a34 MINOR: lua: Add a flag on lua context to know the yield capability at run time by Christopher Faulet · 3 years, 4 months ago
  57. 6fcd2d3 BUG/MINOR: stream: Don't release a stream if FLT_END is still registered by Christopher Faulet · 5 years ago
  58. 47bfd7b BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer by Christopher Faulet · 3 years, 4 months ago
  59. 8c29fa7 MINOR: channel: remove an htx block from a channel by William Lallemand · 3 years, 4 months ago
  60. 7e7765a BUG/MINOR: buffer: fix buffer_dump() formatting by William Lallemand · 3 years, 4 months ago
  61. 3eb42f9 BUG/MEDIUM: server: support both check/agent-check on a dynamic instance by Amaury Denoyelle · 3 years, 4 months ago
  62. 26cb834 BUG/MEDIUM: check: fix leak on agent-check purge by Amaury Denoyelle · 3 years, 4 months ago
  63. 6d7fc44 BUG/MINOR: check: fix leak on add dynamic server with agent-check error by Amaury Denoyelle · 3 years, 4 months ago
  64. 25fe103 BUG/MINOR: check: do not reset check flags on purge by Amaury Denoyelle · 3 years, 4 months ago
  65. 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · 3 years, 4 months ago
  66. 13f2e2c BUG/MINOR: server: do not use refcount in free_server in stopping mode by Amaury Denoyelle · 3 years, 4 months ago
  67. 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · 3 years, 4 months ago
  68. 9ba34ae BUG/MINOR: check: test if server is not null in purge by Amaury Denoyelle · 3 years, 4 months ago
  69. 811ce55 CI: travis-ci: temporarily disable arm64 builds by Ilya Shipitsin · 3 years, 4 months ago
  70. a026783 REGTESTS: server: fix dynamic server with checks test by Amaury Denoyelle · 3 years, 4 months ago
  71. 414a612 MINOR: doc: specify ulimit-n usage for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  72. 3e7d468 REGTESTS: server: add dynamic check server test by Amaury Denoyelle · 3 years, 4 months ago
  73. b65f4ca MEDIUM: server: implement agent check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  74. 2fc4d39 MEDIUM: server: implement check for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  75. 9ecee0f MINOR: check: enable safe keywords for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  76. b33a0ab MEDIUM: check: implement check deletion for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  77. d6b7080 MINOR: server: implement a refcount for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  78. 403dce8 MINOR: check: do not increment global maxsock at runtime by Amaury Denoyelle · 3 years, 4 months ago
  79. 3c2ab1a MINOR: check: export check init functions by Amaury Denoyelle · 3 years, 4 months ago
  80. f2c27a5 MINOR: check: allocate default check ruleset for every backends by Amaury Denoyelle · 3 years, 4 months ago
  81. fca1817 MINOR: server: initialize fields for dynamic server check by Amaury Denoyelle · 3 years, 4 months ago
  82. 7b36833 MEDIUM: task: implement tasklet kill by Amaury Denoyelle · 3 years, 4 months ago
  83. c755efd MINOR: server: unmark deprecated on enable health/agent cli by Amaury Denoyelle · 3 years, 4 months ago
  84. d7da3dd BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued by Christopher Faulet · 3 years, 4 months ago
  85. 6f1296b BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released by Christopher Faulet · 3 years, 4 months ago
  86. 434b852 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · 3 years, 4 months ago
  87. d332f13 BUG/MINOR: server: update last_change on maint->ready transitions too by Willy Tarreau · 3 years, 4 months ago
  88. 7b2ac29 CLEANUP: fd: remove the now unneeded fd_mig_lock by Willy Tarreau · 3 years, 4 months ago
  89. b201b1d CLEANUP: fd: remove the now unused fd_set_running() by Willy Tarreau · 3 years, 4 months ago
  90. f69fea6 MAJOR: fd: get rid of the DWCAS when setting the running_mask by Willy Tarreau · 3 years, 4 months ago
  91. b1f29bc MINOR: activity/fd: remove the dead_fd counter by Willy Tarreau · 3 years, 4 months ago
  92. bd8dd84 BUG/MINOR: server: remove srv from px list on CLI 'add server' error by Amaury Denoyelle · 3 years, 4 months ago
  93. ba3ab79 MEDIUM: servers: make the server deletion code run under full thread isolation by Willy Tarreau · 3 years, 4 months ago
  94. 88d1c5d MEDIUM: threads: add a stronger thread_isolate_full() call by Willy Tarreau · 3 years, 4 months ago
  95. f519cfa MINOR: threads: make thread_release() not wait for other ones to complete by Willy Tarreau · 3 years, 4 months ago
  96. 286363b CLEANUP: thread: fix fantaisist indentation of thread_harmless_till_end() by Willy Tarreau · 3 years, 4 months ago
  97. 08be72b BUG/MINOR: server: fix race on error path of 'add server' CLI if track by Amaury Denoyelle · 3 years, 4 months ago
  98. 85a16b2 MINOR: stats: shows proxy in a stopped state by William Lallemand · 3 years, 4 months ago
  99. 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · 3 years, 4 months ago
  100. fdc3faf MINOR: doc: rename conn_status in `option httsplog` by William Lallemand · 3 years, 4 months ago