1. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
  2. a9fddca MINOR: http: add the urlp_val ACL match by Willy Tarreau · Tue Jul 31 07:51:48 2012 +0200
  3. dae2a8a BUG/MINOR: tarpit: fix condition to return the HTTP 500 message by Willy Tarreau · Mon Jul 23 10:55:43 2012 +0200
  4. a7ad50c MEDIUM: pattern: add the "base" sample fetch method by Willy Tarreau · Sun Apr 29 15:39:40 2012 +0200
  5. 6812bcf MINOR: replace acl_fetch_{path,url}* with smp_fetch_* by Willy Tarreau · Sun Apr 29 09:28:50 2012 +0200
  6. a059031 BUG/MAJOR: cookie prefix doesn't support cookie-less servers by Willy Tarreau · Wed Jun 06 16:07:00 2012 +0200
  7. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · Mon Jun 04 00:26:23 2012 +0200
  8. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · Mon Jun 04 00:22:44 2012 +0200
  9. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · Thu May 31 21:02:17 2012 +0200
  10. 6740213 REORG/MINOR: use dedicated proxy flags for the cookie handling by Willy Tarreau · Thu May 31 20:40:20 2012 +0200
  11. cde18fc BUG/MINOR: perform_http_redirect also needs to rewind the buffer by Willy Tarreau · Wed May 30 07:59:54 2012 +0200
  12. a32d275 BUG/MEDIUM: option forwardfor if-none doesn't work with some configurations by Cyril Bonté · Tue May 29 23:27:41 2012 +0200
  13. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  14. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  15. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  16. ea95316 MEDIUM: http: msg->sov and msg->sol will never wrap by Willy Tarreau · Fri May 18 23:41:28 2012 +0200
  17. 2692736 MEDIUM: http: get rid of msg->som which is not used anymore by Willy Tarreau · Fri May 18 23:22:52 2012 +0200
  18. 06a000f CLEANUP: http: make it more obvious that msg->som is always null outside of chunks by Willy Tarreau · Fri May 18 23:04:32 2012 +0200
  19. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · Fri May 18 22:36:34 2012 +0200
  20. d1de8af BUG/MAJOR: fix regression on content-based hashing and http-send-name-header by Willy Tarreau · Fri May 18 22:12:14 2012 +0200
  21. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  22. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · Sun May 13 14:48:59 2012 +0200
  23. 93548be OPTIM: proto_http: don't enable quick-ack on empty buffers by Willy Tarreau · Sun May 13 08:44:16 2012 +0200
  24. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  25. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  26. 4a3fd4c BUG/MAJOR: acl: http_auth_group() must not accept any user from the userlist by Willy Tarreau · Thu May 10 23:18:26 2012 +0200
  27. 20a804a BUG/MINOR: stats admin: "Unexpected result" was displayed unconditionally by Cyril Bonté · Thu May 10 19:42:52 2012 +0200
  28. a7fe8e5 MINOR: http: replace http_message_realign() with buffer_slow_realign() by Willy Tarreau · Tue May 08 20:40:09 2012 +0200
  29. 5153936 MINOR: acl: add the cook_val() match to match a cookie against an integer by Willy Tarreau · Tue May 08 12:46:28 2012 +0200
  30. d04b1bc MEDIUM: http: improve error capture reports by Willy Tarreau · Tue May 08 11:03:10 2012 +0200
  31. 69d8c5d BUG/MINOR: http: ensure that msg->err_pos is always relative to buf->p by Willy Tarreau · Tue May 08 09:44:41 2012 +0200
  32. d6c2e8c BUG/MINOR: http: error snapshots are wrong if buffer wraps by Willy Tarreau · Tue May 08 08:54:15 2012 +0200
  33. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  34. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  35. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  36. 7dcb648 MEDIUM: acl: extend the pattern parsers to report meaningful errors by Willy Tarreau · Fri Apr 27 17:52:25 2012 +0200
  37. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · Fri Apr 27 12:38:15 2012 +0200
  38. 28376d6 MEDIUM: http: merge ACL and pattern cookie fetches into a single one by Willy Tarreau · Thu Apr 26 21:26:10 2012 +0200
  39. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · Thu Apr 26 15:11:51 2012 +0200
  40. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · Wed Apr 25 16:21:44 2012 +0200
  41. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  42. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · Mon Apr 23 23:55:44 2012 +0200
  43. 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
  44. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · Mon Apr 23 22:03:39 2012 +0200
  45. 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
  46. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · Mon Apr 23 19:18:42 2012 +0200
  47. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  48. 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
  49. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  50. 8f7406e MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag by Willy Tarreau · Fri Apr 20 18:16:26 2012 +0200
  51. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · Fri Apr 20 15:52:36 2012 +0200
  52. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · Fri Apr 20 14:45:49 2012 +0200
  53. 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
  54. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  55. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · Thu Apr 19 18:42:05 2012 +0200
  56. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · Thu Apr 19 17:16:54 2012 +0200
  57. 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
  58. 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
  59. 7744e0c BUG/MINOR: http_auth: ACLs are volatile, not permanent by Willy Tarreau · Mon Apr 16 15:00:51 2012 +0200
  60. c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · Mon Apr 16 14:42:55 2012 +0200
  61. 14174bc MEDIUM: http: add a prefetch function for ACL pattern fetch by Willy Tarreau · Mon Apr 16 14:34:04 2012 +0200
  62. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  63. 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
  64. ec1bc82 MEDIUM: buffers: fix unsafe use of buffer_ignore at some places by Willy Tarreau · Fri Mar 09 15:03:30 2012 +0100
  65. 8b1323e MINOR: http: remove useless wrapping checks in http_msg_analyzer by Willy Tarreau · Fri Mar 09 14:46:19 2012 +0100
  66. 4baf44b MEDIUM: http: remove buffer arg in chunk parsing functions by Willy Tarreau · Fri Mar 09 14:10:20 2012 +0100
  67. 21710ff MEDIUM: http: remove buffer arg in http_buffer_heavy_realign by Willy Tarreau · Fri Mar 09 13:58:04 2012 +0100
  68. 418bfcc MEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10 by Willy Tarreau · Fri Mar 09 13:56:20 2012 +0100
  69. a560c21 MEDIUM: http: remove buffer arg in http_msg_analyzer by Willy Tarreau · Fri Mar 09 13:50:57 2012 +0100
  70. 8a0cef2 MEDIUM: http: remove buffer arg in http_capture_bad_message by Willy Tarreau · Fri Mar 09 13:39:23 2012 +0100
  71. 6acf7c9 MEDIUM: http: remove buffer arg in a few header manipulation functions by Willy Tarreau · Fri Mar 09 13:30:45 2012 +0100
  72. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · Fri Mar 09 12:11:57 2012 +0100
  73. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · Fri Mar 09 21:39:51 2012 +0100
  74. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · Fri Mar 09 11:32:30 2012 +0100
  75. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · Mon Mar 05 16:57:34 2012 +0100
  76. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · Fri Mar 09 21:28:54 2012 +0100
  77. 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
  78. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  79. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · Fri Mar 02 20:14:45 2012 +0100
  80. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · Fri Mar 02 16:13:16 2012 +0100
  81. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  82. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · Thu Mar 01 16:08:30 2012 +0100
  83. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · Fri Feb 17 17:39:37 2012 +0100
  84. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · Sun Apr 29 14:11:38 2012 +0200
  85. b56928a CLEANUP: http: message parser must ignore HTTP_MSG_ERROR by Willy Tarreau · Mon Apr 16 14:51:55 2012 +0200
  86. 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
  87. 3fb818c BUILD: http: make extract_cookie_value() return an int not size_t by Willy Tarreau · Wed Apr 11 17:21:08 2012 +0200
  88. 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
  89. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  90. 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
  91. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · Fri Apr 06 18:57:55 2012 +0200
  92. 4573af9 MEDIUM: http: make extract_cookie_value() iterate over cookie values by Willy Tarreau · Fri Apr 06 18:20:06 2012 +0200
  93. 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
  94. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  95. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · Wed Apr 04 12:57:21 2012 +0200
  96. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · Wed Apr 04 12:57:18 2012 +0200
  97. 42f7d89 BUG/MAJOR: possible crash when using capture headers on TCP frontends by Willy Tarreau · Sat Mar 24 08:28:09 2012 +0100
  98. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  99. 869fc1e BUG: http: disable TCP delayed ACKs when forwarding content-length data by Willy Tarreau · Mon Mar 05 08:29:20 2012 +0100
  100. 2d5cd47 BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions by Willy Tarreau · Thu Mar 01 23:34:37 2012 +0100