1. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  2. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · Mon Apr 23 23:55:44 2012 +0200
  3. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · Mon Apr 23 22:38:26 2012 +0200
  4. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · Mon Apr 23 22:03:39 2012 +0200
  5. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · Mon Apr 23 19:25:44 2012 +0200
  6. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · Mon Apr 23 19:18:42 2012 +0200
  7. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  8. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · Mon Apr 23 16:16:37 2012 +0200
  9. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  10. 8f7406e MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag by Willy Tarreau · Fri Apr 20 18:16:26 2012 +0200
  11. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · Fri Apr 20 15:52:36 2012 +0200
  12. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · Fri Apr 20 14:45:49 2012 +0200
  13. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · Fri Apr 20 14:03:29 2012 +0200
  14. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  15. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · Thu Apr 19 18:42:05 2012 +0200
  16. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · Thu Apr 19 17:16:54 2012 +0200
  17. d53e242 MEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely on acl_fetch_hdr() by Willy Tarreau · Mon Apr 16 17:21:11 2012 +0200
  18. e333ec9 MEDIUM: http/acl: merge all request and response ACL fetches of headers and cookies by Willy Tarreau · Mon Apr 16 16:26:40 2012 +0200
  19. 7744e0c BUG/MINOR: http_auth: ACLs are volatile, not permanent by Willy Tarreau · Mon Apr 16 15:00:51 2012 +0200
  20. c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · Mon Apr 16 14:42:55 2012 +0200
  21. 14174bc MEDIUM: http: add a prefetch function for ACL pattern fetch by Willy Tarreau · Mon Apr 16 14:34:04 2012 +0200
  22. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  23. cc5cfcb MEDIUM: buffers: add new pointer wrappers and get rid of almost all buffer_wrap_add calls by Willy Tarreau · Fri May 04 21:35:27 2012 +0200
  24. ec1bc82 MEDIUM: buffers: fix unsafe use of buffer_ignore at some places by Willy Tarreau · Fri Mar 09 15:03:30 2012 +0100
  25. 8b1323e MINOR: http: remove useless wrapping checks in http_msg_analyzer by Willy Tarreau · Fri Mar 09 14:46:19 2012 +0100
  26. 4baf44b MEDIUM: http: remove buffer arg in chunk parsing functions by Willy Tarreau · Fri Mar 09 14:10:20 2012 +0100
  27. 21710ff MEDIUM: http: remove buffer arg in http_buffer_heavy_realign by Willy Tarreau · Fri Mar 09 13:58:04 2012 +0100
  28. 418bfcc MEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10 by Willy Tarreau · Fri Mar 09 13:56:20 2012 +0100
  29. a560c21 MEDIUM: http: remove buffer arg in http_msg_analyzer by Willy Tarreau · Fri Mar 09 13:50:57 2012 +0100
  30. 8a0cef2 MEDIUM: http: remove buffer arg in http_capture_bad_message by Willy Tarreau · Fri Mar 09 13:39:23 2012 +0100
  31. 6acf7c9 MEDIUM: http: remove buffer arg in a few header manipulation functions by Willy Tarreau · Fri Mar 09 13:30:45 2012 +0100
  32. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · Fri Mar 09 12:11:57 2012 +0100
  33. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · Fri Mar 09 21:39:51 2012 +0100
  34. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · Fri Mar 09 11:32:30 2012 +0100
  35. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · Mon Mar 05 16:57:34 2012 +0100
  36. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · Fri Mar 09 21:28:54 2012 +0100
  37. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · Mon Mar 05 15:52:30 2012 +0100
  38. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  39. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · Fri Mar 02 20:14:45 2012 +0100
  40. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · Fri Mar 02 16:13:16 2012 +0100
  41. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  42. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · Thu Mar 01 16:08:30 2012 +0100
  43. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · Fri Feb 17 17:39:37 2012 +0100
  44. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · Sun Apr 29 14:11:38 2012 +0200
  45. b56928a CLEANUP: http: message parser must ignore HTTP_MSG_ERROR by Willy Tarreau · Mon Apr 16 14:51:55 2012 +0200
  46. 46787ed BUILD: http: stop gcc-4.1.2 from complaining about possibly uninitialized values by Willy Tarreau · Wed Apr 11 17:28:40 2012 +0200
  47. 3fb818c BUILD: http: make extract_cookie_value() return an int not size_t by Willy Tarreau · Wed Apr 11 17:21:08 2012 +0200
  48. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · Sat Apr 07 18:03:52 2012 +0200
  49. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  50. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · Thu Apr 05 18:02:55 2012 +0200
  51. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · Fri Apr 06 18:57:55 2012 +0200
  52. 4573af9 MEDIUM: http: make extract_cookie_value() iterate over cookie values by Willy Tarreau · Fri Apr 06 18:20:06 2012 +0200
  53. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · Thu Apr 05 21:18:22 2012 +0200
  54. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  55. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · Wed Apr 04 12:57:21 2012 +0200
  56. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · Wed Apr 04 12:57:18 2012 +0200
  57. 42f7d89 BUG/MAJOR: possible crash when using capture headers on TCP frontends by Willy Tarreau · Sat Mar 24 08:28:09 2012 +0100
  58. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  59. 869fc1e BUG: http: disable TCP delayed ACKs when forwarding content-length data by Willy Tarreau · Mon Mar 05 08:29:20 2012 +0100
  60. 2d5cd47 BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions by Willy Tarreau · Thu Mar 01 23:34:37 2012 +0100
  61. 431946e MEDIUM: increase chunk-size limit to 2GB-1 by Willy Tarreau · Fri Feb 24 19:20:12 2012 +0100
  62. 53bf6af BUG: fix httplog trailing LF by Willy Tarreau · Fri Feb 24 11:46:54 2012 +0100
  63. a1cc381 MEDIUM: log: make http_sess_log use log_format by William Lallemand · Wed Feb 08 16:38:44 2012 +0100
  64. d9e9066 BUILD: fix declaration inside a scope block by William Lallemand · Mon Jan 30 17:27:17 2012 +0100
  65. b05405a BUILD: fix build error on FreeBSD by Willy Tarreau · Mon Jan 23 15:35:52 2012 +0100
  66. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · Sat Jan 07 23:54:13 2012 +0100
  67. 2e9506d BUG: http: tighten the list of allowed characters in a URI by Willy Tarreau · Sat Jan 07 23:22:31 2012 +0100
  68. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  69. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · Fri Dec 16 21:50:30 2011 +0100
  70. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100
  71. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · Fri Dec 16 19:11:42 2011 +0100
  72. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · Fri Dec 16 17:49:52 2011 +0100
  73. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · Fri Dec 16 17:06:15 2011 +0100
  74. 8e5e955 MEDIUM: acl: use temp_pattern to store fetched information in the "method" match by Willy Tarreau · Fri Dec 16 15:38:49 2011 +0100
  75. 5e20552 BUG: http: re-enable TCP quick-ack upon incomplete HTTP requests by Willy Tarreau · Sat Dec 17 16:34:27 2011 +0100
  76. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · Wed Oct 12 17:50:54 2011 +0200
  77. 1611e2d BUG/MINOR: fix options forwardfor if-none when an alternative header name is specified by Sagi Bashari · Sat Oct 08 22:48:48 2011 +0200
  78. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  79. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · Fri Sep 16 08:32:32 2011 +0200
  80. 275600b BUG/MEDIUM: don't trim last spaces from headers consisting only of spaces by Willy Tarreau · Fri Sep 16 08:11:26 2011 +0200
  81. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · Sat Sep 10 23:29:44 2011 +0200
  82. ad14f75 [MINOR] http: take a capture of bad content-lengths. by Willy Tarreau · Fri Sep 02 20:33:27 2011 +0200
  83. 3b8c08a [MINOR] http: take a capture of truncated responses by Willy Tarreau · Fri Sep 02 20:16:24 2011 +0200
  84. fec4d89 [MINOR] http: take a capture of too large requests and responses by Willy Tarreau · Fri Sep 02 20:04:57 2011 +0200
  85. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · Thu Sep 01 22:22:28 2011 +0200
  86. 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
  87. 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
  88. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · Fri Aug 19 22:57:24 2011 +0200
  89. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · Fri Jul 01 16:16:17 2011 +0200
  90. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  91. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · Tue Jun 07 11:07:50 2011 +0900
  92. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
  93. 0729303 [OPTIM] http: optimize chunking again in non-interactive mode by Willy Tarreau · Mon May 30 18:29:28 2011 +0200
  94. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · Mon May 30 18:10:30 2011 +0200
  95. 5c62092 [MINOR] http: partially revert the chunking optimization for now by Willy Tarreau · Wed May 11 19:56:11 2011 +0200
  96. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · Wed May 11 16:28:49 2011 +0200
  97. 027a85b [MINOR] http: don't report the "haproxy" word on the monitoring response by Willy Tarreau · Wed May 11 16:00:54 2011 +0200
  98. 1fc1f45 [CRITICAL] fix risk of crash when dealing with space in response cookies by Willy Tarreau · Thu Apr 07 22:35:37 2011 +0200
  99. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · Mon Mar 28 16:06:28 2011 +0200
  100. 26f0f17 [BUG] http: fix possible incorrect forwarded wrapping chunk size (take 2) by Willy Tarreau · Tue Mar 01 20:04:36 2011 +0100