1. 060ffc8 CLEANUP: tools: typo in `strl2irc` mention by William Dauchy · Sat Feb 06 20:47:51 2021 +0100
  2. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · Fri Jan 29 14:29:06 2021 +0100
  3. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · Fri Jan 29 12:27:57 2021 +0100
  4. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · Fri Jan 29 12:25:23 2021 +0100
  5. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · Fri Jan 29 10:47:52 2021 +0100
  6. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · Wed Jan 20 14:37:59 2021 +0100
  7. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · Fri Nov 20 01:28:26 2020 -0700
  8. 10caf65 MINOR: tools: Add support for QUIC addresses parsing. by Frédéric Lécaille · Mon Nov 23 11:36:57 2020 +0100
  9. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · Fri Dec 11 15:54:36 2020 +0100
  10. 82635a0 BUG/MINOR: tools: Reject size format not starting by a digit by Christopher Faulet · Fri Dec 11 09:30:45 2020 +0100
  11. 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
  12. bdec3ba BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSION by Ilya Shipitsin · Sat Nov 14 01:56:34 2020 +0500
  13. fe2cc41 BUILD: tools: fix minor build issue on isspace() by Willy Tarreau · Thu Oct 01 18:04:40 2020 +0200
  14. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · Thu Oct 01 14:32:35 2020 +0200
  15. af9609b MINOR: tools: drop listener detection hack from str2sa_range() by Willy Tarreau · Wed Sep 16 22:04:46 2020 +0200
  16. b2ffc99 MEDIUM: tools: make str2sa_range() use protocol_lookup() by Willy Tarreau · Wed Sep 16 21:37:31 2020 +0200
  17. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · Wed Sep 16 19:17:08 2020 +0200
  18. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  19. 62a976c MINOR: tools: remove the central test for "udp" in str2sa_range() by Willy Tarreau · Wed Sep 16 15:20:59 2020 +0200
  20. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · Wed Sep 16 20:35:12 2020 +0200
  21. e835bd8 MINOR: tools: start to distinguish stream and dgram in str2sa_range() by Willy Tarreau · Wed Sep 16 11:35:47 2020 +0200
  22. a215be2 MEDIUM: tools: make str2sa_range() check for the sockpair's FD usability by Willy Tarreau · Wed Sep 16 10:14:16 2020 +0200
  23. 6edc722 MEDIUM: tools: make str2sa_range() resolve pre-bound listeners by Willy Tarreau · Tue Sep 15 17:41:56 2020 +0200
  24. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  25. 7f96a84 MEDIUM: tools: make str2sa_range() validate callers' port specifications by Willy Tarreau · Tue Sep 15 11:12:44 2020 +0200
  26. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · Fri Sep 04 15:30:46 2020 +0200
  27. 5a7beed CLEANUP: tools: make str2sa_range() less awful for fd@ and sockpair@ by Willy Tarreau · Fri Sep 04 16:54:05 2020 +0200
  28. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · Fri Sep 04 16:44:20 2020 +0200
  29. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  30. 3005306 BUILD: tools: include auxv a bit later by Willy Tarreau · Thu Aug 20 16:39:14 2020 +0200
  31. e1651b2 BUILD: tools: fix build with static only toolchains by Baruch Siach · Fri Jul 24 07:52:20 2020 +0300
  32. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · Tue Jul 07 09:46:09 2020 +0200
  33. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  34. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · Sun Jul 05 21:46:32 2020 +0200
  35. 0c439d8 BUILD: tools: make resolve_sym_name() return a const by Willy Tarreau · Sun Jul 05 20:26:04 2020 +0200
  36. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · Thu Jun 25 09:15:40 2020 +0200
  37. 61dd44b MINOR: tools: make parse_line() always terminate the args list by Willy Tarreau · Thu Jun 25 07:35:42 2020 +0200
  38. c8d167b MINOR: tools: add a new configurable line parse, parse_line() by Willy Tarreau · Tue Jun 16 16:27:26 2020 +0200
  39. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  40. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  41. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  42. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  43. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  44. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  45. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  46. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  47. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  48. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · Thu Jun 04 09:20:54 2020 +0200
  49. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · Thu Jun 04 08:36:05 2020 +0200
  50. 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]
  51. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · Tue Jun 02 17:02:59 2020 +0200
  52. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  53. 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
  54. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  55. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed May 06 00:53:22 2020 +0500
  56. 5eb96cb MINOR: standard: Add my_memspn and my_memcspn by Christopher Faulet · Wed Apr 15 10:23:01 2020 +0200
  57. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · Thu Apr 23 17:54:47 2020 +0200
  58. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 16 23:51:34 2020 +0500
  59. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · Thu Apr 16 10:52:41 2020 +0200
  60. 1544c14 BUG/MEDIUM: random: align the state on 2*64 bits for ARM64 by Willy Tarreau · Thu Mar 12 00:31:18 2020 +0100
  61. 62af9c8 BUILD: make dladdr1 depend on glibc version and not __USE_GNU by Willy Tarreau · Tue Mar 10 07:51:48 2020 +0100
  62. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · Sun Mar 08 17:48:17 2020 +0100
  63. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  64. 109201f BUILD: tools: rely on __ELF__ not USE_DL to enable use of dladdr() by Willy Tarreau · Wed Mar 04 10:31:58 2020 +0100
  65. 9133e48 BUILD: tools: unbreak resolve_sym_name() on non-GNU platforms by Willy Tarreau · Wed Mar 04 10:19:36 2020 +0100
  66. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · Tue Mar 03 17:09:08 2020 +0100
  67. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · Tue Mar 03 15:57:10 2020 +0100
  68. 55a6c4f BUILD: tools: remove obsolete and conflicting trace() from standard.c by Willy Tarreau · Tue Mar 03 17:06:52 2020 +0100
  69. 7d9421d MINOR: tools: make sure to correctly check the returned 'ms' in date2std_log by Willy Tarreau · Sat Feb 29 09:08:02 2020 +0100
  70. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  71. 327ea5a BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · Tue Feb 11 06:43:37 2020 +0100
  72. e112c8a BUILD/MINOR: tools: shut up the format truncation warning in get_gmt_offset() by Willy Tarreau · Tue Oct 29 10:16:11 2019 +0100
  73. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · Fri Aug 23 19:02:26 2019 +0200
  74. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  75. 8daa920 BUILD: tools: work around an internal compiler bug in gcc-3.4 by Willy Tarreau · Sun Jun 16 18:16:33 2019 +0200
  76. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  77. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · Fri Jun 07 11:10:07 2019 +0200
  78. 42a6621 BUILD: tools: do not use the weak attribute for trace() on obsolete linkers by Willy Tarreau · Tue Jun 04 16:02:26 2019 +0200
  79. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · Mon May 20 16:48:20 2019 +0200
  80. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · Mon May 20 16:13:40 2019 +0200
  81. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · Thu Apr 25 17:48:16 2019 +0200
  82. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  83. e0609f5 MINOR: tools: make memvprintf() never pass a NULL target to vsnprintf() by Willy Tarreau · Fri Mar 29 19:13:23 2019 +0100
  84. 9b6be3b BUILD: tools: fix a build warning on some 32-bit archs by Willy Tarreau · Mon Mar 18 16:31:18 2019 +0100
  85. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · Tue Feb 26 09:56:22 2019 +0100
  86. 12a7184 BUG/MEDIUM: standard: Wrong reallocation size. by Frédéric Lécaille · Tue Feb 26 18:19:48 2019 +0100
  87. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · Mon Feb 25 15:04:22 2019 +0100
  88. 4eee38a BUILD/MINOR: tools: fix build warning in the date conversion functions by Willy Tarreau · Tue Feb 12 11:26:29 2019 +0100
  89. 0205a4e MINOR: tools: preset the port of fd-based "sockets" to zero by Willy Tarreau · Sat Dec 15 15:40:12 2018 +0100
  90. 76dbe78 MINOR: Fix typo in error message in the standard subsystem by Joseph Herlant · Thu Nov 15 12:01:22 2018 -0800
  91. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · Thu Nov 15 11:58:28 2018 -0800
  92. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  93. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · Tue Sep 04 19:08:48 2018 +0200
  94. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  95. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  96. f7b7c3e MINOR: servers: Support alphanumeric characters for the server templates names by Thierry Fournier · Mon Mar 26 11:54:39 2018 +0200
  97. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  98. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · Sun Jan 21 22:11:17 2018 +0100
  99. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · Thu Jan 25 16:24:49 2018 +0100
  100. 8575f72 CLEANUP: standard: Use len2mask4 in str2mask by Tim Duesterhus · Thu Jan 25 16:24:48 2018 +0100