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