1. 159a0c7 BUG/MINOR: jwt: fix variable initialisation by William Lallemand · 5 months ago
  2. dbcc620 BUG/MINOR: jwt: don't try to load files with HMAC algorithm by William Lallemand · 5 months ago
  3. da4d978 BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses by Frederic Lecaille · 7 months ago
  4. 1229363 BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs by Willy Tarreau · 10 months ago
  5. c5d7dcf BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 12 months ago
  6. ca6bf91 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · 1 year, 4 months ago
  7. 5bab37e MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 5 months ago
  8. 447a38f MINOR: jwt: Add support for RSA-PSS signatures (PS256 algorithm) by Remi Tricot-Le Breton · 1 year, 9 months ago
  9. 5f7f5fe MINOR: sample: add ARGC_OPT by Aurelien DARRAGON · 1 year, 11 months ago
  10. 33d11c4 MINOR: sample: Add "quic_enabled" sample fetch by Frédéric Lécaille · 1 year, 11 months ago
  11. 02cf4ec MINOR: sample: add param converter by Thayne McCombs · 2 years ago
  12. 95f40c6 MINOR: sample: make the rand() sample fetch function use the statistical_prng by Willy Tarreau · 2 years ago
  13. 7ed0597 BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() by Willy Tarreau · 2 years ago
  14. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · 2 years, 3 months ago
  15. dd754cb MINOR: sample: add the host_only and port_only converters by William Lallemand · 2 years, 3 months ago
  16. 6a0d217 BUG/MEDIUM: sample: Fix adjusting size in word converter by Thayne McCombs · 2 years, 6 months ago
  17. 7c9a0fe MEDIUM: backend: add new "balance hash <expr>" algorithm by Willy Tarreau · 2 years, 7 months ago
  18. b9f30f3 MINOR: sample: make the bool type cast to bin by Willy Tarreau · 2 years, 7 months ago
  19. 3705dee MINOR: sample: don't needlessly call c_none() in sample_fetch_as_type() by Willy Tarreau · 2 years, 7 months ago
  20. 1a8636d BUG/MINOR: sample: add missing use_backend/use-server contexts in smp_resolve_args by Willy Tarreau · 2 years, 7 months ago
  21. 0dbf038 MINOR: sample: converter: Add add_item convertor by Nikola Sale · 2 years, 8 months ago
  22. 5e0f90a MINOR: sample: alphanumerically sort sample & conv keyword dumps by Willy Tarreau · 2 years, 8 months ago
  23. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · 2 years, 8 months ago
  24. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · 2 years, 8 months ago
  25. 0d71d2f BUG/MINOR: samples: add missing context names for sample fetch functions by Willy Tarreau · 2 years, 8 months ago
  26. caf5f5d BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query by Tim Duesterhus · 3 years ago
  27. ab896ee MINOR: jwt: Make invalid static JWT algorithms an error in `jwt_verify` converter by Tim Duesterhus · 3 years, 1 month ago
  28. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · 3 years, 1 month ago
  29. a5aa082 BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data by Christopher Faulet · 3 years, 1 month ago
  30. e20e026 BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection by Willy Tarreau · 3 years, 1 month ago
  31. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · 3 years, 2 months ago
  32. 0a72f5e MINOR: jwt: jwt_header_query and jwt_payload_query converters by Remi Tricot-Le Breton · 3 years, 2 months ago
  33. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  34. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  35. 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · 3 years, 2 months ago
  36. 286631a BUILD: sample: include openssl-compat by Willy Tarreau · 3 years, 2 months ago
  37. 2476ff1 BUG/MEDIUM: sample: properly verify that variables cast to sample by Willy Tarreau · 3 years, 2 months ago
  38. 168e8de MINOR: sample: provide a generic var-to-sample conversion function by Willy Tarreau · 3 years, 2 months ago
  39. 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · 3 years, 2 months ago
  40. d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · 3 years, 2 months ago
  41. 35926a1 MINOR: arg: Be able to forbid unresolved args when building an argument list by Christopher Faulet · 3 years, 2 months ago
  42. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · 3 years, 2 months ago
  43. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 2 months ago
  44. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
  45. 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · 3 years, 3 months ago
  46. 1f269c1 BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time by Tim Duesterhus · 3 years, 3 months ago
  47. da0264a MINOR: sample: Add be2hex converter by Marcin Deranek · 3 years, 4 months ago
  48. 40ca09c MINOR: sample: Add be2dec converter by Marcin Deranek · 3 years, 4 months ago
  49. 0626961 MINOR: server: mark referenced servers as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
  50. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
  51. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
  52. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 5 months ago
  53. fb60195 BUILD: sample: use strtoll() instead of atoll() by Willy Tarreau · 3 years, 6 months ago
  54. 2a8a2f0 BUILD: ssl: define HAVE_CRYPTO_memcmp() based on the library version by Willy Tarreau · 3 years, 7 months ago
  55. a1169b6 MINOR: sample: improve error reporting on missing arg to strcmp() converter by Willy Tarreau · 3 years, 7 months ago
  56. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  57. 3b9cdf1 CLEANUP: sample: Use explicit return for successful `json_query`s by Tim Duesterhus · 3 years, 7 months ago
  58. 8f3bc8f CLEANUP: sample: Explicitly handle all possible enum values from mjson by Tim Duesterhus · 3 years, 7 months ago
  59. 4809c8c CLEANUP: sample: Improve local variables in sample_conv_json_query by Tim Duesterhus · 3 years, 7 months ago
  60. 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · 3 years, 7 months ago
  61. 848216f CLEANUP: sample: align samples list in sample.c by Moemen MHEDHBI · 3 years, 8 months ago
  62. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 8 months ago
  63. b284305 BUG/MEDIUM: sample: Fix adjusting size in field converter by Thayne McCombs · 3 years, 8 months ago
  64. 2c481d0 BUILD: ssl: use EVP_CIPH_GCM_MODE macro instead of HA_OPENSSL_VERSION by Ilya Shipitsin · 3 years, 8 months ago
  65. db5e0db MINOR: sample: add a new CLI_PARSER context for samples by Willy Tarreau · 3 years, 8 months ago
  66. f9a7a8f MINOR: sample: add a new CFG_PARSER context for samples by Willy Tarreau · 3 years, 8 months ago
  67. 0209c97 MINOR: sample: mark the truly constant sample fetch keywords as such by Willy Tarreau · 3 years, 8 months ago
  68. be2159b MINOR: sample: add a new SMP_SRC_CONST sample capability by Willy Tarreau · 3 years, 8 months ago
  69. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · 3 years, 8 months ago
  70. e26cd0b CLEANUP: sample: remove duplicate "stopping" sample fetch keyword by Willy Tarreau · 3 years, 8 months ago
  71. 9e8db13 BUG/MINOR: sample: secure convs that accept base64 string and var name as args by Dragan Dosen · 3 years, 9 months ago
  72. e6e7a58 MINOR: sample: Don't check if argument list is set in sample fetches by Christopher Faulet · 3 years, 10 months ago
  73. 22e0d9b BUG/MINOR: sample: Memory leak of sample_expr structure in case of error by Remi Tricot-Le Breton · 3 years, 11 months ago
  74. e997010 BUG/MINOR: sample: check alloc_trash_chunk return value in concat() by William Dauchy · 3 years, 11 months ago
  75. 5417e89 CLEANUP: sample: remove uneeded check in json validation by William Dauchy · 3 years, 11 months ago
  76. 591fc3a BUG/MINOR: sample: fix concat() converter's corruption with non-string variables by Willy Tarreau · 3 years, 11 months ago
  77. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  78. 04bf0cc MINOR: sample: add the xxh3 converter by Dragan Dosen · 4 years ago
  79. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  80. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 4 years ago
  81. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · 4 years, 1 month ago
  82. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · 4 years, 1 month ago
  83. 3943e4f MINOR: sample: Add iif(<true>,<false>) converter by Tim Duesterhus · 4 years, 2 months ago
  84. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 4 years, 4 months ago
  85. 9591713 BUG/MINOR: arg: Fix leaks during arguments validation for fetches/converters by Christopher Faulet · 4 years, 4 months ago
  86. b45bf8e BUG/MINOR: converters: Store the sink in an arg pointer for debug() converter by Christopher Faulet · 4 years, 4 months ago
  87. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 4 months ago
  88. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years, 5 months ago
  89. 041a626 BUG/MINOR: sample: Free str.area in smp_check_const_meth by Tim Duesterhus · 4 years, 5 months ago
  90. c7d8a86 BUG/MINOR: sample: Free str.area in smp_check_const_bool by Tim Duesterhus · 4 years, 5 months ago
  91. 867cd98 BUG/MINOR: sample: Fix freeing of conv_exprs in release_sample_expr by Tim Duesterhus · 4 years, 5 months ago
  92. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  93. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  94. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
  95. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  96. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  97. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  98. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  99. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  100. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 6 months ago