1. fe575b5 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  2. 8daa920 BUILD: tools: work around an internal compiler bug in gcc-3.4 by Willy Tarreau · Sun Jun 16 18:16:33 2019 +0200
  3. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  4. 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
  5. 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
  6. 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
  7. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · Mon May 20 16:13:40 2019 +0200
  8. 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
  9. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  10. e0609f5 MINOR: tools: make memvprintf() never pass a NULL target to vsnprintf() by Willy Tarreau · Fri Mar 29 19:13:23 2019 +0100
  11. 9b6be3b BUILD: tools: fix a build warning on some 32-bit archs by Willy Tarreau · Mon Mar 18 16:31:18 2019 +0100
  12. 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
  13. 12a7184 BUG/MEDIUM: standard: Wrong reallocation size. by Frédéric Lécaille · Tue Feb 26 18:19:48 2019 +0100
  14. 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
  15. 4eee38a BUILD/MINOR: tools: fix build warning in the date conversion functions by Willy Tarreau · Tue Feb 12 11:26:29 2019 +0100
  16. 0205a4e MINOR: tools: preset the port of fd-based "sockets" to zero by Willy Tarreau · Sat Dec 15 15:40:12 2018 +0100
  17. 76dbe78 MINOR: Fix typo in error message in the standard subsystem by Joseph Herlant · Thu Nov 15 12:01:22 2018 -0800
  18. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · Thu Nov 15 11:58:28 2018 -0800
  19. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  20. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · Tue Sep 04 19:08:48 2018 +0200
  21. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  22. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  23. f7b7c3e MINOR: servers: Support alphanumeric characters for the server templates names by Thierry Fournier · Mon Mar 26 11:54:39 2018 +0200
  24. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  25. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · Sun Jan 21 22:11:17 2018 +0100
  26. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · Thu Jan 25 16:24:49 2018 +0100
  27. 8575f72 CLEANUP: standard: Use len2mask4 in str2mask by Tim Duesterhus · Thu Jan 25 16:24:48 2018 +0100
  28. 9c1e15d MINOR: tools: emphasize the node being worked on in the tree dump by Willy Tarreau · Wed Nov 15 18:51:29 2017 +0100
  29. 6c7f4de MINOR: tools: improve the DOT dump of the ebtree by Willy Tarreau · Wed Nov 15 17:49:54 2017 +0100
  30. ed3cda0 MINOR: tools: add a function to dump a scope-aware tree to a file by Willy Tarreau · Wed Nov 15 15:04:05 2017 +0100
  31. 99bca65 BUG/MEDIUM: standard: itao_str/idx and quote_str/idx must be thread-local by Christopher Faulet · Tue Nov 14 16:47:26 2017 +0100
  32. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · Sun Oct 29 20:14:08 2017 +0100
  33. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · Tue Oct 24 11:25:33 2017 +0200
  34. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · Tue Oct 24 10:54:08 2017 +0200
  35. cb1949b MINOR: tools: add a portable timegm() alternative by Willy Tarreau · Wed Jul 19 19:05:29 2017 +0200
  36. ed936c5 MINOR: tools: make debug_hexdump() take a string prefix by Willy Tarreau · Thu Apr 27 18:03:20 2017 +0200
  37. 9faef1e MINOR: tools: make debug_hexdump() use a const char for the string by Willy Tarreau · Thu Apr 27 17:54:58 2017 +0200
  38. 577d5ac CLEANUP: str2mask return code comment: non-zero -> zero. by Jarno Huuskonen · Sun May 21 17:32:21 2017 +0300
  39. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · Thu Apr 13 18:24:23 2017 +0200
  40. 7345979 BUILD/MINOR: tools: fix build warning in debug_hexdump() by Willy Tarreau · Tue Apr 11 07:58:08 2017 +0200
  41. 7b760c9 BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0 by Willy Tarreau · Fri Jan 06 19:23:20 2017 +0100
  42. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · Fri Jan 06 18:32:38 2017 +0100
  43. d7dad1b BUG/MINOR: tools: fix off-by-one in port size check by Willy Tarreau · Fri Jan 06 16:46:22 2017 +0100
  44. 0ebb511 MINOR: tools: add a generic hexdump function for debugging by Willy Tarreau · Mon Dec 05 00:10:57 2016 +0100
  45. 97c2ae1 REORG: cli: move dump_text(), dump_text_line(), and dump_binary() to standard.c by Willy Tarreau · Tue Nov 22 18:00:20 2016 +0100
  46. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · Sun Nov 20 10:42:38 2016 +0000
  47. ceccdd7 MEDIUM: tools: make str2sa_range() return the FQDN even when not resolving by Willy Tarreau · Wed Nov 02 22:27:10 2016 +0100
  48. dc3a9e8 CLEANUP: tools: make ipcpy() preserve the original port by Willy Tarreau · Fri Nov 04 18:47:01 2016 +0100
  49. ecde7df MEDIUM: tools: make str2ip2() preserve existing ports by Willy Tarreau · Wed Nov 02 22:37:03 2016 +0100
  50. 08396c8 MINOR: standard.c: ipcpy() function to copy an IP address from a struct sockaddr_storage into an other one by Baptiste Assmann · Sun Jan 31 00:27:17 2016 +0100
  51. 08b24cf MINOR: standard.c: ipcmp() function to compare 2 IP addresses stored in 2 struct sockaddr_storage by Baptiste Assmann · Sat Jan 23 23:39:12 2016 +0100
  52. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · Tue Aug 09 16:46:18 2016 +0200
  53. 1a5d060 MINOR: standard: add function "escape_string" by Dragan Dosen · Fri Jul 22 16:00:31 2016 +0200
  54. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · Wed Jul 13 11:59:39 2016 +0200
  55. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · Tue Jun 28 22:44:26 2016 +0200
  56. dc88785 MINOR: add list_append_word function by Maxime de Roucy · Fri May 13 23:52:54 2016 +0200
  57. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  58. e2e5bde BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · Sun Mar 27 03:04:16 2016 +0200
  59. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · Sun Mar 27 11:08:03 2016 +0200
  60. 93f91c3 BUG/MINOR: standard: Avoid free of non-allocated pointer by Andreas Seltenreich · Thu Mar 03 20:40:37 2016 +0100
  61. 70473a5 MINOR: common: mask conversion by Thierry Fournier · Wed Feb 17 17:12:14 2016 +0100
  62. 0edd109 MINOR: standard: add function "escape_chunk" by Dragan Dosen · Fri Feb 12 13:23:02 2016 +0100
  63. 9312794 MINOR: standard: add RFC HTTP date parser by Thierry Fournier · Wed Jan 20 18:49:45 2016 +0100
  64. b631c29 MINOR: tools: make csv_enc_append() always start at the first byte of the chunk by Willy Tarreau · Fri Jan 08 10:04:08 2016 +0100
  65. 898529b MEDIUM: tools: add csv_enc_append() to preserve the original chunk by Willy Tarreau · Wed Jan 06 18:07:04 2016 +0100
  66. ff5d510 MINOR: config: allow IPv6 bracketed literals by mildis · Mon Oct 26 18:50:08 2015 +0100
  67. eab7f39 BUG/MEDIUM: str2ip: make getaddrinfo() consider local address selection policy by Dmitry Sivachenko · Fri Oct 02 01:01:58 2015 +0200
  68. 7fe3be7 MINOR: standard: avoid DNS resolution from the function str2sa_range() by Thierry FOURNIER · Sat Sep 26 20:03:36 2015 +0200
  69. 9f69f46 BUG/MINOR: tools: make str2sa_range() report unresolvable addresses by Willy Tarreau · Tue Sep 08 16:01:25 2015 +0200
  70. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · Tue Sep 08 15:50:19 2015 +0200
  71. 763a5d8 MINOR: standard: add 64 bits conversion functions by Thierry FOURNIER · Mon Jul 06 23:09:52 2015 +0200
  72. 1480bd8 MINOR: standard: add function that converts signed int to a string by Thierry FOURNIER · Sat Jun 06 19:14:59 2015 +0200
  73. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  74. ddea626 MINOR: common: escape CSV strings by Thierry FOURNIER · Thu May 28 16:00:28 2015 +0200
  75. 9e7ec08 BUG/MINOR: utf8: remove compilator warning by Thierry FOURNIER · Thu Mar 12 19:32:38 2015 +0100
  76. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · Tue Nov 25 12:02:25 2014 +0100
  77. 58048a2 BUG/MINOR: parse: check the validity of size string in a more strict way by Godbach · Wed Jan 28 17:36:16 2015 +0800
  78. 3ca1a88 MINOR: tools: add new round_2dig() function to round integers by Willy Tarreau · Thu Jan 15 18:43:49 2015 +0100
  79. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · Tue Aug 12 10:20:47 2014 +0200
  80. 588297f MINOR: tools: add new functions to quote-encode strings by Willy Tarreau · Mon Jun 16 15:16:40 2014 +0200
  81. 75ab8bd MEDIUM: Add port_to_str helper by Simon Horman · Mon Jun 16 09:39:41 2014 +0900
  82. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · Wed May 28 23:05:07 2014 +0200
  83. ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · Sat May 10 01:49:15 2014 +0200
  84. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · Mon Apr 14 15:56:58 2014 +0200
  85. 761b3d5 BUILD/MEDIUM: standard: get rid of sprintf() by Willy Tarreau · Mon Apr 14 14:53:06 2014 +0200
  86. 94ef3f3 BUILD/MEDIUM: standard: get rid of the last strcpy() by Willy Tarreau · Mon Apr 14 14:49:00 2014 +0200
  87. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · Fri Mar 21 14:51:46 2014 +0100
  88. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · Tue Feb 11 15:23:04 2014 +0100
  89. b050463 MINOR: standard: Add function for converting cidr to network mask. by Thierry FOURNIER · Sat Dec 14 15:39:02 2013 +0100
  90. 511e947 MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" by Thierry FOURNIER · Thu Jan 23 17:40:34 2014 +0100
  91. e059ec9 MINOR: standard: add function "encode_chunk" by Thierry FOURNIER · Mon Mar 17 12:01:13 2014 +0100
  92. ee330af MINOR: standard: The parse_binary() returns the length consumed and his documentation is updated by Thierry FOURNIER · Tue Jan 21 11:36:14 2014 +0100
  93. 9645d42 MINOR: standard: The function parse_binary() can use preallocated buffer by Thierry FOURNIER · Fri Dec 06 19:59:28 2013 +0100
  94. 075415a MINOR: tools: buf2ip6 must not modify output on failure by Willy Tarreau · Thu Dec 12 11:29:39 2013 +0100
  95. cd65991 CLEANUP/MINOR: standard: use the system define INET6_ADDRSTRLEN in place of MAX_IP6_LEN by Thierry FOURNIER · Wed Dec 11 12:33:54 2013 +0100
  96. bb77c8e MINOR: tools: function my_memmem() to lookup binary contents by Baptiste Assmann · Sun Oct 06 23:24:13 2013 +0200
  97. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
  98. d559dd8 MINOR: tools: Add a function to convert buffer to an ipv6 address by Thierry FOURNIER · Fri Nov 22 16:16:59 2013 +0100
  99. 4a04dc3 BUG/MEDIUM: sample: The function v4tov6 cannot support input and output overlap by Thierry FOURNIER · Thu Nov 28 16:33:15 2013 +0100
  100. 5068d96 MINOR: http: change url_decode to return the size of the decoded string. by Thierry FOURNIER · Fri Oct 04 16:27:27 2013 +0200