1. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  2. ddea626 MINOR: common: escape CSV strings by Thierry FOURNIER · 9 years ago
  3. 9e7ec08 BUG/MINOR: utf8: remove compilator warning by Thierry FOURNIER · 9 years ago
  4. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · 10 years ago
  5. 58048a2 BUG/MINOR: parse: check the validity of size string in a more strict way by Godbach · 9 years ago
  6. 3ca1a88 MINOR: tools: add new round_2dig() function to round integers by Willy Tarreau · 9 years ago
  7. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · 10 years ago
  8. 588297f MINOR: tools: add new functions to quote-encode strings by Willy Tarreau · 10 years ago
  9. 75ab8bd MEDIUM: Add port_to_str helper by Simon Horman · 10 years ago
  10. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago
  11. ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · 10 years ago
  12. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · 10 years ago
  13. 761b3d5 BUILD/MEDIUM: standard: get rid of sprintf() by Willy Tarreau · 10 years ago
  14. 94ef3f3 BUILD/MEDIUM: standard: get rid of the last strcpy() by Willy Tarreau · 10 years ago
  15. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · 10 years ago
  16. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · 10 years ago
  17. b050463 MINOR: standard: Add function for converting cidr to network mask. by Thierry FOURNIER · 11 years ago
  18. 511e947 MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" by Thierry FOURNIER · 10 years ago
  19. e059ec9 MINOR: standard: add function "encode_chunk" by Thierry FOURNIER · 10 years ago
  20. ee330af MINOR: standard: The parse_binary() returns the length consumed and his documentation is updated by Thierry FOURNIER · 10 years ago
  21. 9645d42 MINOR: standard: The function parse_binary() can use preallocated buffer by Thierry FOURNIER · 11 years ago
  22. 075415a MINOR: tools: buf2ip6 must not modify output on failure by Willy Tarreau · 11 years ago
  23. cd65991 CLEANUP/MINOR: standard: use the system define INET6_ADDRSTRLEN in place of MAX_IP6_LEN by Thierry FOURNIER · 11 years ago
  24. bb77c8e MINOR: tools: function my_memmem() to lookup binary contents by Baptiste Assmann · 11 years ago
  25. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · 11 years ago
  26. d559dd8 MINOR: tools: Add a function to convert buffer to an ipv6 address by Thierry FOURNIER · 11 years ago
  27. 4a04dc3 BUG/MEDIUM: sample: The function v4tov6 cannot support input and output overlap by Thierry FOURNIER · 11 years ago
  28. 5068d96 MINOR: http: change url_decode to return the size of the decoded string. by Thierry FOURNIER · 11 years ago
  29. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  30. 1b2fed6 BUG/MEDIUM: tools: vsnprintf() is not always reliable on Solaris by Willy Tarreau · 11 years ago
  31. a39d199 BUILD: fix usual isdigit() warning on solaris by Willy Tarreau · 11 years ago
  32. dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · 11 years ago
  33. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · 11 years ago
  34. 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · 11 years ago
  35. c120c8d CLEANUP: minor cleanup in str2sa_range() and str2ip() by Willy Tarreau · 11 years ago
  36. add0ab1 CLEANUP: tools: remove str2sun() which is not used anymore. by Willy Tarreau · 11 years ago
  37. 1558638 MEDIUM: tools: make str2sa_range() parse unix addresses too by Willy Tarreau · 11 years ago
  38. d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · 11 years ago
  39. df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · 11 years ago
  40. e4c58c8 BUG/MEDIUM: tools: fix bad character handling in str2sa_range() by Willy Tarreau · 11 years ago
  41. d4448bc MEDIUM: tools: make str2sa_range support all address syntaxes by Willy Tarreau · 11 years ago
  42. 58ea039 BUG/MEDIUM: config: fix parser crash with bad bind or server address by Sean Carey · 11 years ago
  43. de2dd6b BUG/MEDIUM: tools: off-by-one in quote_arg() by Willy Tarreau · 11 years ago
  44. 56adcf2 MINOR: tools: simplify the use of the int to ascii macros by Willy Tarreau · 12 years ago
  45. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · 12 years ago
  46. 3dd0c4e OPTIM: tools: inline hex2i() by Willy Tarreau · 12 years ago
  47. 9ccf661 BUG/MAJOR: fix a segfault on option http_proxy and url_ip acl by Cyril Bonté · 12 years ago
  48. 70eec38 MINOR: standard: make indent_msg() support empty messages by Willy Tarreau · 12 years ago
  49. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
  50. 21c705b MINOR: config: add a function to indent error messages by Willy Tarreau · 12 years ago
  51. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  52. 6d20e28 MINOR: standard: add an IPv6 parsing function (str62net) by Willy Tarreau · 12 years ago
  53. 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · 12 years ago
  54. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · 12 years ago
  55. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · 12 years ago
  56. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  57. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  58. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · 13 years ago
  59. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  60. d5f4328 [MEDIUM] use getaddrinfo to resolve names if gethostbyname fail by David du Colombier · 13 years ago
  61. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · 13 years ago
  62. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  63. 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · 14 years ago
  64. 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · 14 years ago
  65. 4ec83cd [MINOR] standard: add read_uint() to parse a delimited unsigned integer by Willy Tarreau · 14 years ago
  66. 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · 14 years ago
  67. acf9577 [MINOR] config: provide a function to quote args in a more friendly way by Willy Tarreau · 14 years ago
  68. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  69. d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · 15 years ago
  70. 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · 14 years ago
  71. d5191e7 [BUG] config: report unresolvable host names as errors by Willy Tarreau · 14 years ago
  72. 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · 14 years ago
  73. 348238b [MINOR] tools: add a "word_match()" function to match words and ignore spaces by Willy Tarreau · 14 years ago
  74. 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · 14 years ago
  75. 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · 14 years ago
  76. da3b7c3 [MINOR] tools: add hex2i() function to convert hex char to int by Willy Tarreau · 15 years ago
  77. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  78. 482b00d [MINOR] tools: add a new get_next_id() function by Willy Tarreau · 15 years ago
  79. 106f979 [MINOR] acl: add support for hdr_ip to match IP addresses in headers by Willy Tarreau · 15 years ago
  80. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  81. 946ba59 [MINOR] standard: provide a new 'my_strndup' function by Willy Tarreau · 15 years ago
  82. 5e4a6f1 [MINOR] fix a few remaining printf-like formats on 64-bit platforms by Willy Tarreau · 15 years ago
  83. e7239b5 [MINOR] implement ulltoh() to write HTML-formatted numbers by Willy Tarreau · 15 years ago
  84. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · 16 years ago
  85. caf720d [BUG] str2sun could leak a small buffer in case of error during parsing by Willy Tarreau · 16 years ago
  86. 127f966 [BUILD] fix build on Solaris due to recent log changes by Willy Tarreau · 17 years ago
  87. 019767b [BUILD] fix build on AIX due to recent log changes by Willy Tarreau · 17 years ago
  88. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  89. a0d37b6 [MINOR] implement a time parsing function by Willy Tarreau · 17 years ago
  90. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
  91. d1cd276 [CLEANUP] remove a warning from gcc due to htons() in standard.c by Willy Tarreau · 17 years ago
  92. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  93. 91092e5 [MINOR] provide easy-to-use limit_r and LIM2A* macros by Willy Tarreau · 17 years ago
  94. 72d759c [MINOR] provide easier-to-use ultoa_* functions by Willy Tarreau · 17 years ago
  95. 3f0c976 [BUG] fix error checking in strl2ic/strl2uic() by Willy Tarreau · 17 years ago
  96. 8aeae4a [BUG] str2net() must not change the const char * by Willy Tarreau · 17 years ago
  97. d077a8e [MINOR] fixed useless memory allocation in str2net() by Willy Tarreau · 17 years ago
  98. 6911fa4 [MINOR] added new str2i* functions by Willy Tarreau · 17 years ago
  99. ebd6160 [MEDIUM] updated log format to report frontend and backend by Willy Tarreau · 18 years ago
  100. c642348 [CLEANUP] add a few checks for functions return values by Willy Tarreau · 18 years ago