1. 3d2f16f MINOR: standard: add a new debug macro : fddebug() by Willy Tarreau · 12 years ago
  2. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  3. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  4. 6d20e28 MINOR: standard: add an IPv6 parsing function (str62net) by Willy Tarreau · 12 years ago
  5. 9a7bea5 MINOR: standard: add a memprintf() function to build formatted error messages by Willy Tarreau · 12 years ago
  6. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · 12 years ago
  7. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · 12 years ago
  8. f3bfede CLEANUP: ebtree: clarify licence and update to 6.0.6 by Willy Tarreau · 13 years ago
  9. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  10. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
  11. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  12. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  13. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  14. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  15. e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · 13 years ago
  16. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · 13 years ago
  17. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · 13 years ago
  18. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  19. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  20. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · 13 years ago
  21. d3db943 [MINOR] tools: add two macros MID_RANGE and MAX_RANGE by Willy Tarreau · 13 years ago
  22. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · 13 years ago
  23. 64e9c90 [BUG] standard: is_addr return value for IPv4 was inverted by David du Colombier · 13 years ago
  24. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  25. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  26. 4c14eaa [CLEANUP] hash: move the avalanche hash code globally available by Willy Tarreau · 14 years ago
  27. 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · 14 years ago
  28. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · 14 years ago
  29. 7417275 [MINOR] standard: change arg type from const char* to char* by Willy Tarreau · 14 years ago
  30. 4ec83cd [MINOR] standard: add read_uint() to parse a delimited unsigned integer by Willy Tarreau · 14 years ago
  31. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  32. c01062b [MINOR] add encode/decode function for 30-bit integers from/to base64 by Willy Tarreau · 14 years ago
  33. bca9969 [MEDIUM] cookie: support client cookies with some contents appended to their value by Willy Tarreau · 14 years ago
  34. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  35. 08c4b79 [CLEANUP] reference product branch 1.5 by Willy Tarreau · 14 years ago
  36. 5b18020 [MINOR] tools: add a get_std_op() function to parse operators by Willy Tarreau · 14 years ago
  37. f25fbad [MINOR] errors: provide new status codes for config parsing functions by Willy Tarreau · 14 years ago
  38. f0d9eec [MINOR] tools: add a fast div64_32 function by Willy Tarreau · 14 years ago
  39. acf9577 [MINOR] config: provide a function to quote args in a more friendly way by Willy Tarreau · 14 years ago
  40. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  41. f8f3328 [BUILD] memory: add a few missing parenthesis to the pool management macros by Willy Tarreau · 14 years ago
  42. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  43. d54bbdc [MINOR] add very fast IP parsing functions by Willy Tarreau · 15 years ago
  44. 8f27090 [CLEANUP] product branch update by Cyril Bonté · 14 years ago
  45. 0e996c6 [BUILD] includes order breaks OpenBSD build by Willy Tarreau · 14 years ago
  46. 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · 14 years ago
  47. 15f0ac4 [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008 by Krzysztof Piotr Oledzki · 14 years ago
  48. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  49. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · 14 years ago
  50. fccbdc8 [MINOR] Base64 decode by Krzysztof Piotr Oledzki · 14 years ago
  51. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 14 years ago
  52. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · 14 years ago
  53. 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · 14 years ago
  54. 348238b [MINOR] tools: add a "word_match()" function to match words and ignore spaces by Willy Tarreau · 14 years ago
  55. 050737f [BUILD] remove a warning in standard.h on AIX by Willy Tarreau · 14 years ago
  56. 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · 14 years ago
  57. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 14 years ago
  58. 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · 14 years ago
  59. 477ecd8 [MEDIUM] config: remove the limitation of 10 config files by Willy Tarreau · 15 years ago
  60. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
  61. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  62. da3b7c3 [MINOR] tools: add hex2i() function to convert hex char to int by Willy Tarreau · 15 years ago
  63. cc05fba [BUG] definitely fix regparm issues between haproxy core and ebtree by Willy Tarreau · 15 years ago
  64. 3e79479 [CLEANUP] ebtree: remove old unused files by Willy Tarreau · 15 years ago
  65. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  66. f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · 15 years ago
  67. 3d5562b [MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim() by Krzysztof Piotr Oledzki · 15 years ago
  68. 482b00d [MINOR] tools: add a new get_next_id() function by Willy Tarreau · 15 years ago
  69. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
  70. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  71. 106f979 [MINOR] acl: add support for hdr_ip to match IP addresses in headers by Willy Tarreau · 15 years ago
  72. 6db06d3 [MEDIUM] remove TCP_CORK and make use of MSG_MORE instead by Willy Tarreau · 15 years ago
  73. d6d0690 [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead by Willy Tarreau · 15 years ago
  74. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  75. 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · 15 years ago
  76. 3ad6a76 [MINOR] export the hostname variable so that all the code can access it by Willy Tarreau · 15 years ago
  77. 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · 15 years ago
  78. 5d01a63 [MEDIUM] config: support loading multiple configuration files by Willy Tarreau · 15 years ago
  79. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · 15 years ago
  80. c9fe456 [MINOR] make DEFAULT_MAXCONN user-configurable at build time by Willy Tarreau · 15 years ago
  81. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  82. 946ba59 [MINOR] standard: provide a new 'my_strndup' function by Willy Tarreau · 15 years ago
  83. 8f38bd0 [MINOR] add basic signal handling functions by Willy Tarreau · 15 years ago
  84. 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · 15 years ago
  85. 61d1889 [MINOR] improve reporting of misplaced acl/reqxxx rules by Willy Tarreau · 15 years ago
  86. e7239b5 [MINOR] implement ulltoh() to write HTML-formatted numbers by Willy Tarreau · 15 years ago
  87. 6f4a82c [OPTIM] stream_sock: don't retry to read after a large read by Willy Tarreau · 15 years ago
  88. e35c94a [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1 by Willy Tarreau · 15 years ago
  89. 5804434 [MINOR] update ebtree to version 4.1 by Willy Tarreau · 15 years ago
  90. 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · 15 years ago
  91. 531cf0c [OPTIM] task: reduce the number of calls to task_queue() by Willy Tarreau · 15 years ago
  92. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 15 years ago
  93. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  94. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  95. 7559058 [MINOR] add curr_sec_ms and curr_sec_ms_scaled for current second. by Willy Tarreau · 15 years ago
  96. 776cd87 [MINOR] time: add __usec_to_1024th to convert usecs to 1024th of second by Willy Tarreau · 15 years ago
  97. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  98. bc04ce7 [MINOR] add a new back-reference type : struct bref by Willy Tarreau · 16 years ago
  99. 534c5a2 [OPTIM] add compiler hints in tick_is_expired() by Willy Tarreau · 16 years ago
  100. 75cf17e [OPTIM] force inlining of large functions with gcc >= 3 by Willy Tarreau · 16 years ago