1. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · 3 years, 5 months ago
  2. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · 3 years, 5 months ago
  3. 89c68c8 MINOR: http: implement http uri parser by Amaury Denoyelle · 3 years, 5 months ago
  4. 164ae4a BUILD: http_htx: fix ci compilation error with isdigit for Windows by Amaury Denoyelle · 3 years, 5 months ago
  5. ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · 3 years, 5 months ago
  6. 4ca0f36 MEDIUM: h2: apply scheme-based normalization on h2 requests by Amaury Denoyelle · 3 years, 5 months ago
  7. 852d78c MEDIUM: h1-htx: apply scheme-based normalization on h1 requests by Amaury Denoyelle · 3 years, 5 months ago
  8. 4c0882b MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · 3 years, 5 months ago
  9. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · 3 years, 5 months ago
  10. 5b654ad BUILD: stick-table: shut up invalid "uninitialized" warning in gcc 8.3 by Willy Tarreau · 3 years, 5 months ago
  11. 07954fb MEDIUM: stats: include disabled proxies that hold active sessions to stats by Marno Krahmer · 3 years, 5 months ago
  12. 2304887 Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules" by Christopher Faulet · 3 years, 5 months ago
  13. dfb34a8 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years, 5 months ago
  14. 5a9c637 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · 3 years, 5 months ago
  15. 726783d MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1'' by Emeric Brun · 3 years, 5 months ago
  16. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · 3 years, 5 months ago
  17. f7ab0bf MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0' by Emeric Brun · 3 years, 5 months ago
  18. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · 3 years, 5 months ago
  19. 1a6b725 DOC: stick-table: add missing documentation about gpt0 stored type by Emeric Brun · 3 years, 5 months ago
  20. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · 3 years, 5 months ago
  21. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · 3 years, 5 months ago
  22. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · 3 years, 5 months ago
  23. 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · 3 years, 5 months ago
  24. 01928ae BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · 3 years, 5 months ago
  25. d3e7dc4 DOC: config: use CREATE USER for mysql-check by Daniel Black · 3 years, 5 months ago
  26. bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · 3 years, 5 months ago
  27. 96a2f50 [RELEASE] Released version 2.5-dev1 by Willy Tarreau · 3 years, 5 months ago
  28. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · 3 years, 5 months ago
  29. 81ba74a BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution by Christopher Faulet · 3 years, 5 months ago
  30. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · 3 years, 5 months ago
  31. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · 3 years, 5 months ago
  32. 5bbfff1 BUILD: tcp-act: avoid warning when set-mark / set-tos are not supported by Willy Tarreau · 3 years, 5 months ago
  33. f7f53af BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD. by David Carlier · 3 years, 5 months ago
  34. ee9c98d CLEANUP: tcp-act: Sort action lists by Christopher Faulet · 3 years, 5 months ago
  35. 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
  36. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
  37. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
  38. fa5880b BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules by Christopher Faulet · 3 years, 5 months ago
  39. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · 3 years, 5 months ago
  40. dfee217 BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · 3 years, 5 months ago
  41. 07ecff5 MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response() by Christopher Faulet · 3 years, 5 months ago
  42. a8ce497 BUG/MINOR: resolvers: Reset server IP when no ip is found in the response by Christopher Faulet · 3 years, 5 months ago
  43. d7bb234 BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · 3 years, 5 months ago
  44. 47ee44f BUG/MINOR: queue/debug: use the correct lock labels on the queue lock by Willy Tarreau · 3 years, 5 months ago
  45. 19c5581 BUG: backend: stop looking for queued connections once there's no more by Willy Tarreau · 3 years, 5 months ago
  46. d03adce MINOR: queue: simplify pendconn_unlink() regarding srv vs px by Willy Tarreau · 3 years, 5 months ago
  47. 51c63f0 MINOR: queue: remove the px/srv fields from pendconn by Willy Tarreau · 3 years, 5 months ago
  48. 8429097 MINOR: queue: store a pointer to the queue into the pendconn by Willy Tarreau · 3 years, 5 months ago
  49. cdc83e0 MINOR: queue: add a pointer to the server and the proxy in the queue by Willy Tarreau · 3 years, 5 months ago
  50. df3b0cb MINOR: queue: add queue_init() to initialize a queue by Willy Tarreau · 3 years, 5 months ago
  51. ae0b12e MEDIUM: queue: use a trylock on the server's queue by Willy Tarreau · 3 years, 5 months ago
  52. 49667c1 MEDIUM: queue: take the proxy lock only during the px queue accesses by Willy Tarreau · 3 years, 5 months ago
  53. 98c8910 MINOR: queue: use atomic-ops to update the queue's index (v2) by Willy Tarreau · 3 years, 5 months ago
  54. 12529c0 MINOR: queue: factor out the proxy/server queuing code (v2) by Willy Tarreau · 3 years, 5 months ago
  55. a0e9c55 MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2) by Willy Tarreau · 3 years, 5 months ago
  56. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · 3 years, 5 months ago
  57. 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · 3 years, 5 months ago
  58. 9cef43a MEDIUM: queue: update px->served and lb's take_conn once per loop by Willy Tarreau · 3 years, 5 months ago
  59. a48905b Revert "MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn" by Willy Tarreau · 3 years, 5 months ago
  60. d83c98e Revert "MINOR: queue: update proxy->served once out of the loop" by Willy Tarreau · 3 years, 5 months ago
  61. e76fc32 Revert "MEDIUM: queue: refine the locking in process_srv_queue()" by Willy Tarreau · 3 years, 5 months ago
  62. 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · 3 years, 5 months ago
  63. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
  64. 58f4dfb Revert "MINOR: queue: factor out the proxy/server queuing code" by Willy Tarreau · 3 years, 5 months ago
  65. a4a9bba Revert "MINOR: queue: use atomic-ops to update the queue's index" by Willy Tarreau · 3 years, 5 months ago
  66. ddac4a1 Revert "MEDIUM: queue: determine in process_srv_queue() if the proxy is usable" by Willy Tarreau · 3 years, 5 months ago
  67. 5343d8e Revert "MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm()" by Willy Tarreau · 3 years, 5 months ago
  68. 90a160a Revert "MEDIUM: queue: unlock as soon as possible" by Willy Tarreau · 3 years, 5 months ago
  69. 2bf3f2c Revert "MINOR: queue: make pendconn_first() take the lock by itself" by Willy Tarreau · 3 years, 5 months ago
  70. bbab3bf DOC: Replace issue templates by issue forms by Tim Düsterhus · 3 years, 5 months ago
  71. c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · 3 years, 5 months ago
  72. 14aec6e DOC: config: Add missing actions in "tcp-request session" documentation by Christopher Faulet · 3 years, 5 months ago
  73. 19bbbe0 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
  74. 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · 3 years, 5 months ago
  75. 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · 3 years, 5 months ago
  76. 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · 3 years, 5 months ago
  77. 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · 3 years, 5 months ago
  78. de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · 3 years, 5 months ago
  79. 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · 3 years, 5 months ago
  80. 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · 3 years, 5 months ago
  81. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
  82. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · 3 years, 5 months ago
  83. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  84. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  85. eea3817 MINOR: queue: create a new structure type "queue" by Willy Tarreau · 3 years, 5 months ago
  86. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  87. 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · 3 years, 5 months ago
  88. 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · 3 years, 5 months ago
  89. 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · 3 years, 5 months ago
  90. e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years, 5 months ago
  91. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  92. 7386668 CLEANUP: Prevent channel-t.h from being detected as C++ by GitHub by Tim Duesterhus · 3 years, 5 months ago
  93. 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · 3 years, 5 months ago
  94. 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  95. 34897d2 MINOR: ssl: support ssl keyword for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  96. 71f9a06 MINOR: ssl: enable a series of ssl keywords for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  97. fde8260 MINOR: ssl: support crl arg for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  98. 93be21e MINOR: ssl: support crt arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  99. 4825502 MINOR: ssl: support ca-file arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  100. 7addf56 MINOR: ssl: split parse functions for alpn/check-alpn by Amaury Denoyelle · 3 years, 6 months ago