1. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 3 months ago
  2. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 3 months ago
  3. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 3 months ago
  4. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 3 months ago
  5. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · 3 years, 3 months ago
  6. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · 3 years, 4 months ago
  7. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 4 months ago
  8. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 4 months ago
  9. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 4 months ago
  10. bb69d78 MINOR: muxes: Show muxes flags when the mux list is displayed by Christopher Faulet · 3 years, 3 months ago
  11. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · 3 years, 4 months ago
  12. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 3 months ago
  13. be362fd MINOR: compat: add short aliases for a few very commonly used types by Willy Tarreau · 3 years, 3 months ago
  14. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · 3 years, 3 months ago
  15. db5e0db MINOR: sample: add a new CLI_PARSER context for samples by Willy Tarreau · 3 years, 3 months ago
  16. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · 3 years, 3 months ago
  17. f9a7a8f MINOR: sample: add a new CFG_PARSER context for samples by Willy Tarreau · 3 years, 3 months ago
  18. be2159b MINOR: sample: add a new SMP_SRC_CONST sample capability by Willy Tarreau · 3 years, 3 months ago
  19. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · 3 years, 3 months ago
  20. 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · 3 years, 3 months ago
  21. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 3 months ago
  22. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 3 months ago
  23. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · 3 years, 3 months ago
  24. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 3 months ago
  25. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · 3 years, 3 months ago
  26. 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 4 months ago
  27. 6cf1311 CLEANUP: fd: remove unused fd_set_running_excl() by Willy Tarreau · 3 years, 3 months ago
  28. 2c3f981 BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · 3 years, 3 months ago
  29. 71bada5 MINOR: fd: remove the unneeded running bit from fd_insert() by Willy Tarreau · 3 years, 3 months ago
  30. 6e8e10b MINOR: fd: make fd_clr_running() return the remaining running mask by Willy Tarreau · 3 years, 3 months ago
  31. cc2c4f8 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 3 months ago
  32. d09cc51 MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 3 months ago
  33. 8cd1627 CLEANUP: ssl: remove unused definitions by Ilya Shipitsin · 3 years, 3 months ago
  34. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 3 months ago
  35. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · 3 years, 3 months ago
  36. 8cc586c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · 3 years, 3 months ago
  37. 6064b34 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 3 months ago
  38. 5d110b2 CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node() by Willy Tarreau · 3 years, 3 months ago
  39. 1875907 MINOR: pools: add pool_zalloc() to return a zeroed area by Willy Tarreau · 3 years, 3 months ago
  40. de749a9 MINOR: pools: make the pool allocator support a few flags by Willy Tarreau · 3 years, 3 months ago
  41. a213b68 CLEANUP: pools: remove the unused pool_get_first() function by Willy Tarreau · 3 years, 3 months ago
  42. 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · 3 years, 3 months ago
  43. f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · 3 years, 3 months ago
  44. 0f495b3 MINOR: channel: simplify the channel's buffer allocation by Willy Tarreau · 3 years, 3 months ago
  45. 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · 3 years, 3 months ago
  46. a61789a MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 3 months ago
  47. dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · 3 years, 4 months ago
  48. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  49. 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · 3 years, 3 months ago
  50. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  51. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  52. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 4 months ago
  53. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · 3 years, 3 months ago
  54. 6f9f2c0 MINOR: freq_ctr/threads: relax when failing to update a sliding window value by Willy Tarreau · 3 years, 4 months ago
  55. a1ecbca BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 4 months ago
  56. 650f374 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 4 months ago
  57. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 4 months ago
  58. b12bc64 MINOR: cli: limit spelling suggestions to 5 by Willy Tarreau · 3 years, 4 months ago
  59. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · 3 years, 4 months ago
  60. f3ede87 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  61. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 4 months ago
  62. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  63. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · 3 years, 4 months ago
  64. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · 3 years, 4 months ago
  65. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · 3 years, 4 months ago
  66. 4451150 CLEANUP: cli: fix misleading comment and better indent the access level flags by Willy Tarreau · 3 years, 4 months ago
  67. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 4 months ago
  68. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  69. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  70. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 4 months ago
  71. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 4 months ago
  72. 99eb2cc MINOR: actions: add a function to suggest an action ressembling a given word by Willy Tarreau · 3 years, 4 months ago
  73. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  74. e2afcc4 MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word by Willy Tarreau · 3 years, 4 months ago
  75. ba2c445 MINOR: tools: add simple word fingerprinting to find similar-looking words by Willy Tarreau · 3 years, 4 months ago
  76. 133c8c4 CLEANUP: actions: the keyword must always be const from the rule by Willy Tarreau · 3 years, 4 months ago
  77. 77e3767 BUG/MINOR: proxy/session: Be sure to have a listener to increment its counters by Christopher Faulet · 3 years, 4 months ago
  78. 3b728a9 BUILD: atomic/arm64: force the register pairs to use in __ha_cas_dw() by Willy Tarreau · 3 years, 4 months ago
  79. c0ed919 BUG/MINOR: connection: Missing QUIC initialization by Frédéric Lécaille · 3 years, 4 months ago
  80. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 4 months ago
  81. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 4 months ago
  82. 4c75195 BUG/MEDIUM: resolvers: handle huge responses over tcp servers. by Emeric Brun · 3 years, 4 months ago
  83. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · 3 years, 4 months ago
  84. c93638e BUILD: connection: do not use VAR_ARRAY in struct tlv by Willy Tarreau · 3 years, 4 months ago
  85. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  86. 82a9274 BUILD: bug: refine HA_LINK_ERROR() to only be used on gcc and derivatives by Willy Tarreau · 3 years, 4 months ago
  87. 615f81e MINOR: connection: Use a `struct ist` to store proxy_authority by Tim Duesterhus · 3 years, 4 months ago
  88. 002bd77 CLEANUP: connection: Use istptr / istlen for proxy_unique_id by Tim Duesterhus · 3 years, 4 months ago
  89. e004c2b CLEANUP: connection: Remove useless test for NULL before calling `pool_free()` by Tim Duesterhus · 3 years, 4 months ago
  90. c44b8de CLEANUP: connection: Use `VAR_ARRAY` in `struct tlv` definition by Tim Duesterhus · 3 years, 4 months ago
  91. 7b00e31 BUILD: Fix build when using clang without optimizing. by Olivier Houchard · 3 years, 4 months ago
  92. eef7f7f CLEANUP: server: reorder some fields in the server struct to respect cache lines by Willy Tarreau · 3 years, 4 months ago
  93. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 4 months ago
  94. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  95. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 4 months ago
  96. 90e9b8c CLEANUP: global: reorder some fields to respect cache lines by Willy Tarreau · 3 years, 4 months ago
  97. cc2672f MINOR: server: don't read curr_used_conns multiple times by Willy Tarreau · 3 years, 4 months ago
  98. 4f8cd43 MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · 3 years, 4 months ago
  99. 6fa8bcd MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 4 months ago
  100. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago