1. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · Fri Mar 04 15:50:48 2022 +0000
  2. 8a91374 BUG/MINOR: tools: url2sa reads ipv4 too far by William Lallemand · Fri Feb 18 16:13:12 2022 +0100
  3. f3d5c4b BUILD: tools: fix warning about incorrect cast with dladdr1() by Willy Tarreau · Fri Jan 28 09:42:29 2022 +0100
  4. ae5c42f BUILD/MINOR: tools: solaris build fix on dladdr. by David Carlier · Fri Dec 31 08:15:29 2021 +0000
  5. 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · Tue Dec 28 09:57:10 2021 +0100
  6. ec347b1 MINOR: config: support default values for environment variables by Willy Tarreau · Thu Nov 18 17:42:50 2021 +0100
  7. e3b4518 MINOR: protocols: make use of the protocol type to select the protocol by Willy Tarreau · Wed Oct 27 17:28:55 2021 +0200
  8. b01179a MINOR: ssl: Add ssllib_name_startswith precondition by Remi Tricot-Le Breton · Mon Oct 11 15:34:12 2021 +0200
  9. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · Thu Sep 16 17:38:27 2021 +0200
  10. 7b2108c BUILD: tools: properly guard __GLIBC__ with defined() by Willy Tarreau · Mon Aug 30 10:15:35 2021 +0200
  11. 18795d4 BUG/MINOR: tools: Fix loop condition in dump_text() by Tim Duesterhus · Sun Aug 29 00:58:22 2021 +0200
  12. 3aeb3f9 MINOR: cfgcond: implements openssl_version_atleast and openssl_version_before by William Lallemand · Sat Aug 21 23:59:56 2021 +0200
  13. c4e5232 MINOR: tools: add FreeBSD support to get_exec_path() by devnexen@gmail.com · Tue Aug 17 12:55:49 2021 +0100
  14. bd2cced BUILD: tools: get the absolute path of the current binary on NetBSD. by David Carlier · Tue Aug 17 08:44:25 2021 +0100
  15. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · Sun Jun 06 00:50:21 2021 +0200
  16. b2475a1 MINOR: tools/rnd: compute the result outside of the CAS loop by Willy Tarreau · Sun May 09 10:26:14 2021 +0200
  17. ae03d26 MINOR: tools: add a float-to-ascii conversion function by Willy Tarreau · Sat May 08 07:35:00 2021 +0200
  18. 56d1d8d MINOR: tools: implement trimming of floating point numbers by Willy Tarreau · Sat May 08 10:28:53 2021 +0200
  19. a46f1af MINOR: config: support some pseudo-variables for file/line/section by Willy Tarreau · Thu May 06 10:25:11 2021 +0200
  20. 6419239 MINOR: tools: add functions to retrieve the address of a symbol by Willy Tarreau · Wed May 05 09:06:21 2021 +0200
  21. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  22. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · Wed Apr 07 14:26:44 2021 +0200
  23. ce325c4 MINOR: server/bind: add support of new prefixes for addresses. by Emeric Brun · Fri Apr 02 17:05:09 2021 +0200
  24. a683805 BUG/MINOR: tools: fix parsing "us" unit for timers by Thayne McCombs · Fri Apr 02 14:12:43 2021 -0600
  25. 12e1027 MINOR: tools: make url2ipv4 return the exact number of bytes parsed by Willy Tarreau · Thu Mar 25 11:34:40 2021 +0100
  26. f23b1bc BUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM by Willy Tarreau · Tue Mar 23 18:36:37 2021 +0100
  27. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · Mon Mar 22 17:17:34 2021 +0100
  28. 714c4c1 MINOR: tools: do not sum squares of differences for word fingerprints by Willy Tarreau · Mon Mar 15 09:44:53 2021 +0100
  29. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · Mon Mar 15 09:34:27 2021 +0100
  30. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · Fri Mar 12 18:59:31 2021 +0100
  31. ba2c445 MINOR: tools: add simple word fingerprinting to find similar-looking words by Willy Tarreau · Fri Mar 12 09:01:52 2021 +0100
  32. 06e69b5 REORG: tools: promote the debug PRNG to more general use as a statistical one by Willy Tarreau · Tue Mar 02 14:01:35 2021 +0100
  33. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  34. 9553de7 MINOR: tools: Add function to compare an address to a network address by Christopher Faulet · Fri Feb 26 09:12:50 2021 +0100
  35. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  36. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  37. 4b52412 BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() by Christopher Faulet · Thu Feb 11 10:42:41 2021 +0100
  38. 060ffc8 CLEANUP: tools: typo in `strl2irc` mention by William Dauchy · Sat Feb 06 20:47:51 2021 +0100
  39. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · Fri Jan 29 14:29:06 2021 +0100
  40. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · Fri Jan 29 12:27:57 2021 +0100
  41. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · Fri Jan 29 12:25:23 2021 +0100
  42. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · Fri Jan 29 10:47:52 2021 +0100
  43. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · Wed Jan 20 14:37:59 2021 +0100
  44. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  45. 10caf65 MINOR: tools: Add support for QUIC addresses parsing. by Frédéric Lécaille · Mon Nov 23 11:36:57 2020 +0100
  46. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · Fri Dec 11 15:54:36 2020 +0100
  47. 82635a0 BUG/MINOR: tools: Reject size format not starting by a digit by Christopher Faulet · Fri Dec 11 09:30:45 2020 +0100
  48. c20ad0d BUG/MINOR: tools: make parse_time_err() more strict on the timer validity by Christopher Faulet · Fri Dec 11 09:23:07 2020 +0100
  49. bdec3ba BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSION by Ilya Shipitsin · Sat Nov 14 01:56:34 2020 +0500
  50. fe2cc41 BUILD: tools: fix minor build issue on isspace() by Willy Tarreau · Thu Oct 01 18:04:40 2020 +0200
  51. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · Thu Oct 01 14:32:35 2020 +0200
  52. af9609b MINOR: tools: drop listener detection hack from str2sa_range() by Willy Tarreau · Wed Sep 16 22:04:46 2020 +0200
  53. b2ffc99 MEDIUM: tools: make str2sa_range() use protocol_lookup() by Willy Tarreau · Wed Sep 16 21:37:31 2020 +0200
  54. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · Wed Sep 16 19:17:08 2020 +0200
  55. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  56. 62a976c MINOR: tools: remove the central test for "udp" in str2sa_range() by Willy Tarreau · Wed Sep 16 15:20:59 2020 +0200
  57. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · Wed Sep 16 20:35:12 2020 +0200
  58. e835bd8 MINOR: tools: start to distinguish stream and dgram in str2sa_range() by Willy Tarreau · Wed Sep 16 11:35:47 2020 +0200
  59. a215be2 MEDIUM: tools: make str2sa_range() check for the sockpair's FD usability by Willy Tarreau · Wed Sep 16 10:14:16 2020 +0200
  60. 6edc722 MEDIUM: tools: make str2sa_range() resolve pre-bound listeners by Willy Tarreau · Tue Sep 15 17:41:56 2020 +0200
  61. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  62. 7f96a84 MEDIUM: tools: make str2sa_range() validate callers' port specifications by Willy Tarreau · Tue Sep 15 11:12:44 2020 +0200
  63. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · Fri Sep 04 15:30:46 2020 +0200
  64. 5a7beed CLEANUP: tools: make str2sa_range() less awful for fd@ and sockpair@ by Willy Tarreau · Fri Sep 04 16:54:05 2020 +0200
  65. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · Fri Sep 04 16:44:20 2020 +0200
  66. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  67. 3005306 BUILD: tools: include auxv a bit later by Willy Tarreau · Thu Aug 20 16:39:14 2020 +0200
  68. e1651b2 BUILD: tools: fix build with static only toolchains by Baruch Siach · Fri Jul 24 07:52:20 2020 +0300
  69. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · Tue Jul 07 09:46:09 2020 +0200
  70. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  71. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · Sun Jul 05 21:46:32 2020 +0200
  72. 0c439d8 BUILD: tools: make resolve_sym_name() return a const by Willy Tarreau · Sun Jul 05 20:26:04 2020 +0200
  73. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  74. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  75. c8d167b MINOR: tools: add a new configurable line parse, parse_line() by Willy Tarreau · Tue Jun 16 16:27:26 2020 +0200
  76. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  77. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  78. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  79. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  80. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  81. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  82. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  83. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  84. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  85. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · Thu Jun 04 09:20:54 2020 +0200
  86. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · Thu Jun 04 08:36:05 2020 +0200
  87. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200[Renamed (99%) from src/standard.c]
  88. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  89. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  90. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  91. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  92. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed May 06 00:53:22 2020 +0500
  93. 5eb96cb MINOR: standard: Add my_memspn and my_memcspn by Christopher Faulet · Wed Apr 15 10:23:01 2020 +0200
  94. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
  95. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 16 23:51:34 2020 +0500
  96. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · Thu Apr 16 10:52:41 2020 +0200
  97. 1544c14 BUG/MEDIUM: random: align the state on 2*64 bits for ARM64 by Willy Tarreau · Thu Mar 12 00:31:18 2020 +0100
  98. 62af9c8 BUILD: make dladdr1 depend on glibc version and not __USE_GNU by Willy Tarreau · Tue Mar 10 07:51:48 2020 +0100
  99. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · Sun Mar 08 17:48:17 2020 +0100
  100. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100