1. 37994f0 MINOR: standard: add a simple popcount function by Willy Tarreau · Mon Nov 19 12:11:07 2012 +0100
  2. 4663577 MINOR: build: allow packagers to specify the ssl cache size by Emeric Brun · Wed Nov 14 11:32:56 2012 +0100
  3. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · Sun Nov 11 17:42:00 2012 +0100
  4. ed7f836 BUG/MINOR: stream_interface: don't loop over ->snd_buf() by Willy Tarreau · Mon Oct 29 23:27:14 2012 +0100
  5. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
  6. c26ac9d MINOR: chunk: add a function to reset a chunk by Willy Tarreau · Mon Oct 29 13:23:11 2012 +0100
  7. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · Fri Oct 19 10:36:09 2012 +0800
  8. 422a0a5 MINOR: tools: add a clear_addr() function to unset an address by Willy Tarreau · Fri Oct 26 19:47:23 2012 +0200
  9. 3dd0c4e OPTIM: tools: inline hex2i() by Willy Tarreau · Fri Oct 26 00:58:22 2012 +0200
  10. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · Fri Oct 19 15:18:06 2012 +0200
  11. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  12. 7fca87f BUILD: accept4: move the socketcall declaration outside of accept4() by Willy Tarreau · Wed Oct 10 08:26:12 2012 +0200
  13. 1bc4aab MEDIUM: listener: add support for linux's accept4() syscall by Willy Tarreau · Mon Oct 08 20:11:03 2012 +0200
  14. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · Fri Oct 05 15:47:31 2012 +0200
  15. 8c89c20 MINOR: buffers: add a few functions to write chars, strings and blocks by Willy Tarreau · Fri Sep 28 16:02:48 2012 +0200
  16. 4fbb228 MINOR: config: make str2listener() use memprintf() to report errors. by Willy Tarreau · Thu Sep 20 20:01:39 2012 +0200
  17. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
  18. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · Sat Sep 22 18:36:29 2012 +0200
  19. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · Tue Sep 18 20:02:48 2012 +0200
  20. 21c705b MINOR: config: add a function to indent error messages by Willy Tarreau · Fri Sep 14 11:40:36 2012 +0200
  21. d50265a BUILD: include sys/socket.h to fix build failure on FreeBSD by Willy Tarreau · Tue Sep 04 14:18:33 2012 +0200
  22. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
  23. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · Sun Sep 02 18:34:44 2012 +0200
  24. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · Mon Aug 27 22:08:00 2012 +0200
  25. 42d0666 MINOR: buffer: provide a new buffer_full() function by Willy Tarreau · Mon Aug 27 19:51:36 2012 +0200
  26. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · Fri Aug 24 22:56:11 2012 +0200
  27. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  28. 65c1796 MINOR: IPv6 support for transparent proxy by David du Colombier · Fri Jul 13 14:34:59 2012 +0200
  29. 3d2f16f MINOR: standard: add a new debug macro : fddebug() by Willy Tarreau · Sun May 13 00:21:17 2012 +0200
  30. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · Tue May 08 19:47:01 2012 +0200
  31. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · Tue May 08 15:40:42 2012 +0200
  32. 6d20e28 MINOR: standard: add an IPv6 parsing function (str62net) by Willy Tarreau · Fri Apr 27 22:49:47 2012 +0200
  33. 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · Fri Apr 27 11:16:50 2012 +0200
  34. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · Mon Feb 06 18:15:57 2012 +0100
  35. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · Tue Jan 24 11:15:39 2012 +0100
  36. f3bfede CLEANUP: ebtree: clarify licence and update to 6.0.6 by Willy Tarreau · Mon Jul 25 11:38:17 2011 +0200
  37. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · Mon Oct 24 19:14:41 2011 +0200
  38. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · Sun Oct 23 21:14:29 2011 +0200
  39. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  40. 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
  41. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · Mon Aug 22 17:12:02 2011 +0200
  42. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · Fri Aug 05 16:23:48 2011 +0200
  43. e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · Fri Jun 24 14:49:57 2011 +0900
  44. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
  45. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · Wed May 11 20:47:24 2011 +0200
  46. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · Tue Apr 05 16:56:50 2011 +0200
  47. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  48. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · Thu Mar 24 12:23:00 2011 +0100
  49. d3db943 [MINOR] tools: add two macros MID_RANGE and MAX_RANGE by Willy Tarreau · Mon Mar 28 15:55:43 2011 +0200
  50. 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
  51. 64e9c90 [BUG] standard: is_addr return value for IPv4 was inverted by David du Colombier · Tue Mar 22 11:39:41 2011 +0100
  52. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  53. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  54. 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · Wed Nov 24 14:01:45 2010 +0100
  55. 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · Thu Sep 23 18:39:19 2010 +0200
  56. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
  57. 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · Fri Oct 15 23:21:42 2010 +0200
  58. 4ec83cd [MINOR] standard: add read_uint() to parse a delimited unsigned integer by Willy Tarreau · Fri Oct 15 23:19:55 2010 +0200
  59. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · Tue Oct 12 00:14:36 2010 +0200
  60. c01062b [MINOR] add encode/decode function for 30-bit integers from/to base64 by Willy Tarreau · Thu Oct 07 19:27:29 2010 +0200
  61. bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · Wed Oct 06 19:25:55 2010 +0200
  62. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · Wed Sep 29 18:17:05 2010 +0200
  63. 08c4b79 [CLEANUP] reference product branch 1.5 by Willy Tarreau · Fri Aug 27 11:09:17 2010 +0200
  64. 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · Sun Jul 18 10:40:48 2010 +0200
  65. f25fbad [MINOR] errors: provide new status codes for config parsing functions by Willy Tarreau · Sun Jun 20 10:26:51 2010 +0200
  66. f0d9eec [MINOR] tools: add a fast div64_32 function by Willy Tarreau · Sun Jun 20 07:12:37 2010 +0200
  67. 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
  68. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  69. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · Sun Jun 06 12:07:32 2010 +0200
  70. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  71. d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · Mon Sep 07 11:00:31 2009 +0200
  72. 8f27090 [CLEANUP] product branch update by Cyril Bonté · Wed Mar 10 22:41:43 2010 +0100
  73. 0e996c6 [BUILD] includes order breaks OpenBSD build by Willy Tarreau · Fri Feb 26 22:00:19 2010 +0100
  74. 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · Mon Feb 22 20:27:23 2010 +0100
  75. 15f0ac4 [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008 by Krzysztof Piotr Oledzki · Mon Feb 22 19:29:40 2010 +0100
  76. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  77. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  78. fccbdc8 [MINOR] Base64 decode by Krzysztof Piotr Oledzki · Fri Jan 29 13:36:23 2010 +0100
  79. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · Thu Jan 28 18:10:50 2010 +0100
  80. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · Wed Jan 27 11:28:42 2010 +0100
  81. 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · Tue Jan 26 17:36:17 2010 +0100
  82. 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
  83. 050737f [BUILD] remove a warning in standard.h on AIX by Willy Tarreau · Thu Jan 14 11:40:12 2010 +0100
  84. 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · Mon Jan 04 14:57:24 2010 +0100
  85. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  86. 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · Mon Jan 04 14:54:38 2010 +0100
  87. 477ecd8 [MEDIUM] config: remove the limitation of 10 config files by Willy Tarreau · Sun Jan 03 21:12:30 2010 +0100
  88. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · Sun Jan 03 21:03:22 2010 +0100
  89. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  90. da3b7c3 [MINOR] tools: add hex2i() function to convert hex char to int by Willy Tarreau · Mon Nov 02 20:12:52 2009 +0100
  91. cc05fba [BUG] definitely fix regparm issues between haproxy core and ebtree by Willy Tarreau · Tue Oct 27 21:40:18 2009 +0100
  92. 3e79479 [CLEANUP] ebtree: remove old unused files by Willy Tarreau · Mon Oct 26 21:15:10 2009 +0100
  93. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  94. f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · Sat Oct 10 21:06:49 2009 +0200
  95. 3d5562b [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim() by Krzysztof Piotr Oledzki · Sat Oct 10 20:11:17 2009 +0200
  96. 482b00d [MINOR] tools: add a new get_next_id() function by Willy Tarreau · Sun Oct 04 22:48:42 2009 +0200
  97. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · Fri Oct 02 22:51:14 2009 +0200
  98. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · Sun Sep 20 12:07:52 2009 +0200
  99. 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
  100. 6db06d3 [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead by Willy Tarreau · Wed Aug 19 11:14:11 2009 +0200