1. 9cb2ca4 BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory by Willy Tarreau · 6 months ago
  2. ebcab99 BUG/MINOR: tools/log: invalid encode_{chunk,string} usage by Aurelien DARRAGON · 8 months ago
  3. e936aaf BUG/MINOR: tools: seed the statistical PRNG slightly better by Willy Tarreau · 9 months ago
  4. 36e5427 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  5. 51fad64 BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · 12 months ago
  6. 3e83b09 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · 1 year, 6 months ago
  7. 997ad15 BUG/MINOR: tools: check libssl and libcrypto separately by Willy Tarreau · 1 year, 7 months ago
  8. c3b297d MEDIUM: tools: further relax dlopen() checks too consider grouped symbols by Willy Tarreau · 1 year, 8 months ago
  9. 58912b8 MINOR: tools: relax dlopen() on malloc/free checks by Willy Tarreau · 1 year, 8 months ago
  10. 8f6da64 MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb() by Willy Tarreau · 1 year, 9 months ago
  11. 40725a4 MINOR: listener: also support "quic+" as an address prefix by Willy Tarreau · 1 year, 11 months ago
  12. 21e611d MINOR: tools: add port for ipcmp as optional criteria by Amaury Denoyelle · 2 years ago
  13. 08093cc CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h by Willy Tarreau · 2 years ago
  14. e3177af CLEANUP: tools: extra check in utoa_pad by Aurelien DARRAGON · 2 years ago
  15. 7de8de0 BUILD: tools: use __fallthrough in url_decode() by Willy Tarreau · 2 years ago
  16. 94ab139 BUG/MEDIUM: config: count line arguments without dereferencing the output by Willy Tarreau · 2 years, 2 months ago
  17. 8a6767d BUG/MINOR: config: don't count trailing spaces as empty arg (v2) by Erwan Le Goas · 2 years, 2 months ago
  18. 015bbc2 MINOR: tools: Impprove hash_ipanon to not hash FD-based addresses by Christopher Faulet · 2 years, 2 months ago
  19. 7e50e4b MINOR: tools: Impprove hash_ipanon to support dgram sockets and port offsets by Christopher Faulet · 2 years, 2 months ago
  20. 5eef158 MINOR: tools: modify hash_ipanon in order to use it in cli by Erwan Le Goas · 2 years, 2 months ago
  21. c5daf28 Revert "BUG/MINOR: config: don't count trailing spaces as empty arg" by Christopher Faulet · 2 years, 2 months ago
  22. 5529424 BUG/MINOR: config: don't count trailing spaces as empty arg by Erwan Le Goas · 2 years, 2 months ago
  23. d2605cf BUG/MINOR: anon: memory illegal accesses in tools.c with hash_anon and hash_ipanon by Erwan Le Goas · 2 years, 2 months ago
  24. ae1e14d CLEANUP: tools: removing escape_chunk() function by Aurelien DARRAGON · 2 years, 2 months ago
  25. c5bff8e BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · 2 years, 2 months ago
  26. 9c76637 MINOR: anon: add new macros and functions to anonymize contents by Erwan Le Goas · 2 years, 2 months ago
  27. 0dc9e6d DEBUG: tools: provide a tree dump function for ebmbtrees as well by Willy Tarreau · 2 years, 4 months ago
  28. 5b3cd95 BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · 2 years, 4 months ago
  29. 288dc1d BUG/MEDIUM: tools: avoid calling dlsym() in static builds by Willy Tarreau · 2 years, 5 months ago
  30. c7a8a3c MINOR: intops: add a function to return a valid bit position from a mask by Willy Tarreau · 2 years, 5 months ago
  31. 177aed5 MEDIUM: debug: detect redefinition of symbols upon dlopen() by Willy Tarreau · 2 years, 5 months ago
  32. 40dde2d MEDIUM: debug: add a tainted flag when a shared library is loaded by Willy Tarreau · 2 years, 5 months ago
  33. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  34. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  35. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · 2 years, 6 months ago
  36. 22535a5 CLEANUP: tools: Crash if inet_ntop fails due to ENOSPC in sa2str by Tim Duesterhus · 2 years, 6 months ago
  37. 162f087 BUG/MEDIUM: tools: Fix `inet_ntop` usage in sa2str by Tim Duesterhus · 2 years, 6 months ago
  38. 147eeb2 CLEANUP: tools: Clean up non-QUIC error message handling in str2sa_range() by Tim Duesterhus · 2 years, 6 months ago
  39. 3d7b468 CLEANUP: config: provide cleare hints about unsupported QUIC addresses by Willy Tarreau · 2 years, 6 months ago
  40. 2b049b8 CLEANUP: config: improve address parser error report for unmatched protocols by Willy Tarreau · 2 years, 6 months ago
  41. 7198c70 MINOR: tools: add get_exec_path implementation for solaris based systems. by David Carlier · 2 years, 7 months ago
  42. 8d31ab0 MINOR: tools: improve error message accuracy in str2sa_range by Willy Tarreau · 2 years, 7 months ago
  43. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  44. 5e29b76 MEDIUM: stream-int/conn-stream: Move I/O functions to conn-stream by Christopher Faulet · 2 years, 8 months ago
  45. 4a7764a MINOR: stream-int/conn-stream: Move si_cs_io_cb() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  46. 3ff476e MINOR: tools: add strordered() to check whether strings are ordered by Willy Tarreau · 2 years, 8 months ago
  47. 3d7a918 BUG/MINOR: tools: url2sa reads too far when no port nor path by William Lallemand · 2 years, 8 months ago
  48. b938b77 BUG/MINOR: tools: fix url2sa return value with IPv4 by William Lallemand · 2 years, 8 months ago
  49. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
  50. 8a91374 BUG/MINOR: tools: url2sa reads ipv4 too far by William Lallemand · 2 years, 9 months ago
  51. f3d5c4b BUILD: tools: fix warning about incorrect cast with dladdr1() by Willy Tarreau · 2 years, 10 months ago
  52. ae5c42f BUILD/MINOR: tools: solaris build fix on dladdr. by David Carlier · 2 years, 11 months ago
  53. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · 3 years ago
  54. ec347b1 MINOR: config: support default values for environment variables by Willy Tarreau · 3 years ago
  55. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · 3 years, 1 month ago
  56. b01179a MINOR: ssl: Add ssllib_name_startswith precondition by Remi Tricot-Le Breton · 3 years, 2 months ago
  57. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · 3 years, 2 months ago
  58. 7b2108c BUILD: tools: properly guard __GLIBC__ with defined() by Willy Tarreau · 3 years, 3 months ago
  59. 18795d4 BUG/MINOR: tools: Fix loop condition in dump_text() by Tim Duesterhus · 3 years, 3 months ago
  60. 3aeb3f9 MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before by William Lallemand · 3 years, 3 months ago
  61. c4e5232 MINOR: tools: add FreeBSD support to get_exec_path() by devnexen@gmail.com · 3 years, 3 months ago
  62. bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · 3 years, 3 months ago
  63. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · 3 years, 6 months ago
  64. b2475a1 MINOR: tools/rnd: compute the result outside of the CAS loop by Willy Tarreau · 3 years, 7 months ago
  65. ae03d26 MINOR: tools: add a float-to-ascii conversion function by Willy Tarreau · 3 years, 7 months ago
  66. 56d1d8d MINOR: tools: implement trimming of floating point numbers by Willy Tarreau · 3 years, 7 months ago
  67. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · 3 years, 7 months ago
  68. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · 3 years, 7 months ago
  69. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  70. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · 3 years, 8 months ago
  71. ce325c4 MINOR: server/bind: add support of new prefixes for addresses. by Emeric Brun · 3 years, 8 months ago
  72. a683805 BUG/MINOR: tools: fix parsing "us" unit for timers by Thayne McCombs · 3 years, 8 months ago
  73. 12e1027 MINOR: tools: make url2ipv4 return the exact number of bytes parsed by Willy Tarreau · 3 years, 8 months ago
  74. f23b1bc BUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM by Willy Tarreau · 3 years, 8 months ago
  75. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · 3 years, 8 months ago
  76. 714c4c1 MINOR: tools: do not sum squares of differences for word fingerprints by Willy Tarreau · 3 years, 9 months ago
  77. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · 3 years, 9 months ago
  78. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · 3 years, 9 months ago
  79. ba2c445 MINOR: tools: add simple word fingerprinting to find similar-looking words by Willy Tarreau · 3 years, 9 months ago
  80. 06e69b5 REORG: tools: promote the debug PRNG to more general use as a statistical one by Willy Tarreau · 3 years, 9 months ago
  81. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  82. 9553de7 MINOR: tools: Add function to compare an address to a network address by Christopher Faulet · 3 years, 9 months ago
  83. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago
  84. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 4 years ago
  85. 4b52412 BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() by Christopher Faulet · 3 years, 10 months ago
  86. 060ffc8 CLEANUP: tools: typo in `strl2irc` mention by William Dauchy · 3 years, 10 months ago
  87. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · 3 years, 10 months ago
  88. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · 3 years, 10 months ago
  89. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · 3 years, 10 months ago
  90. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · 3 years, 10 months ago
  91. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 10 months ago
  92. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 4 years ago
  93. 10caf65 MINOR: tools: Add support for QUIC addresses parsing. by Frédéric Lécaille · 4 years ago
  94. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 4 years ago
  95. 82635a0 BUG/MINOR: tools: Reject size format not starting by a digit by Christopher Faulet · 4 years ago
  96. c20ad0d BUG/MINOR: tools: make parse_time_err() more strict on the timer validity by Christopher Faulet · 4 years ago
  97. bdec3ba BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSION by Ilya Shipitsin · 4 years ago
  98. fe2cc41 BUILD: tools: fix minor build issue on isspace() by Willy Tarreau · 4 years, 2 months ago
  99. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · 4 years, 2 months ago
  100. af9609b MINOR: tools: drop listener detection hack from str2sa_range() by Willy Tarreau · 4 years, 2 months ago