1. 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · Fri Apr 27 11:16:50 2012 +0200
  2. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · Mon Feb 06 18:15:57 2012 +0100
  3. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · Tue Jan 24 11:15:39 2012 +0100
  4. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · Mon Sep 05 00:36:48 2011 +0200
  5. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · Sat Aug 27 12:29:07 2011 +0200
  6. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
  7. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  8. d5f4328 [MEDIUM] use getaddrinfo to resolve names if gethostbyname fail by David du Colombier · Thu Mar 17 10:40:16 2011 +0100
  9. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · Fri Mar 04 15:31:53 2011 +0100
  10. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  11. 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · Wed Nov 24 14:01:45 2010 +0100
  12. 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · Fri Oct 15 23:21:42 2010 +0200
  13. 4ec83cd [MINOR] standard: add read_uint() to parse a delimited unsigned integer by Willy Tarreau · Fri Oct 15 23:19:55 2010 +0200
  14. 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · Sun Jul 18 10:40:48 2010 +0200
  15. acf9577 [MINOR] config: provide a function to quote args in a more friendly way by Willy Tarreau · Mon Jun 14 19:09:21 2010 +0200
  16. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  17. d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · Mon Sep 07 11:00:31 2009 +0200
  18. 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · Wed Mar 03 00:16:00 2010 +0100
  19. d5191e7 [BUG] config: report unresolvable host names as errors by Willy Tarreau · Tue Feb 09 20:50:45 2010 +0100
  20. 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · Tue Jan 26 17:36:17 2010 +0100
  21. 348238b [MINOR] tools: add a "word_match()" function to match words and ignore spaces by Willy Tarreau · Mon Jan 18 15:05:57 2010 +0100
  22. 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · Mon Jan 04 14:57:24 2010 +0100
  23. 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · Mon Jan 04 14:54:38 2010 +0100
  24. da3b7c3 [MINOR] tools: add hex2i() function to convert hex char to int by Willy Tarreau · Mon Nov 02 20:12:52 2009 +0100
  25. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  26. 482b00d [MINOR] tools: add a new get_next_id() function by Willy Tarreau · Sun Oct 04 22:48:42 2009 +0200
  27. 106f979 [MINOR] acl: add support for hdr_ip to match IP addresses in headers by Willy Tarreau · Sat Sep 19 07:54:16 2009 +0200
  28. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · Wed Jun 10 11:09:37 2009 +0200
  29. 946ba59 [MINOR] standard: provide a new 'my_strndup' function by Willy Tarreau · Sun May 10 15:41:18 2009 +0200
  30. 5e4a6f1 [MINOR] fix a few remaining printf-like formats on 64-bit platforms by Willy Tarreau · Sat Apr 11 19:42:49 2009 +0200
  31. e7239b5 [MINOR] implement ulltoh() to write HTML-formatted numbers by Willy Tarreau · Sun Mar 29 13:41:58 2009 +0200
  32. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · Fri May 23 23:49:32 2008 +0200
  33. caf720d [BUG] str2sun could leak a small buffer in case of error during parsing by Willy Tarreau · Fri Mar 07 10:07:04 2008 +0100
  34. 127f966 [BUILD] fix build on Solaris due to recent log changes by Willy Tarreau · Thu Dec 06 00:53:51 2007 +0100
  35. 019767b [BUILD] fix build on AIX due to recent log changes by Willy Tarreau · Wed Dec 05 11:11:55 2007 +0100
  36. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · Wed Dec 05 10:47:29 2007 +0100
  37. a0d37b6 [MINOR] implement a time parsing function by Willy Tarreau · Sun Dec 02 22:00:35 2007 +0100
  38. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · Sun Dec 02 18:45:09 2007 +0100
  39. d1cd276 [CLEANUP] remove a warning from gcc due to htons() in standard.c by Willy Tarreau · Sun Dec 02 10:55:56 2007 +0100
  40. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · Thu Nov 29 15:43:32 2007 +0100
  41. 91092e5 [MINOR] provide easy-to-use limit_r and LIM2A* macros by Willy Tarreau · Thu Oct 25 16:58:42 2007 +0200
  42. 72d759c [MINOR] provide easier-to-use ultoa_* functions by Willy Tarreau · Thu Oct 25 12:14:10 2007 +0200
  43. 3f0c976 [BUG] fix error checking in strl2ic/strl2uic() by Willy Tarreau · Thu Oct 25 09:42:24 2007 +0200
  44. 8aeae4a [BUG] str2net() must not change the const char * by Willy Tarreau · Sun Jun 17 11:42:08 2007 +0200
  45. d077a8e [MINOR] fixed useless memory allocation in str2net() by Willy Tarreau · Tue May 08 18:28:09 2007 +0200
  46. 6911fa4 [MINOR] added new str2i* functions by Willy Tarreau · Sun Mar 04 18:06:08 2007 +0100
  47. ebd6160 [MEDIUM] updated log format to report frontend and backend by Willy Tarreau · Sat Dec 30 11:54:15 2006 +0100
  48. c642348 [CLEANUP] add a few checks for functions return values by Willy Tarreau · Sun Oct 15 14:59:03 2006 +0200
  49. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  50. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  51. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200