1. 6b726ad MEDIUM: http: do not report connection errors for second and further requests by Willy Tarreau · Sun Dec 15 19:31:37 2013 +0100
  2. 4213a11 MAJOR: http: add the keep-alive transition on the server side by Willy Tarreau · Sun Dec 15 10:25:42 2013 +0100
  3. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · Sun Dec 15 13:31:35 2013 +0100
  4. 2e7a165 OPTIM: http: do not re-enable reading on client side while closing the server side by Willy Tarreau · Sun Dec 15 15:32:10 2013 +0100
  5. 3f3997e OPTIM: http: set CF_READ_DONTWAIT on response message by Willy Tarreau · Sun Dec 15 15:21:32 2013 +0100
  6. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
  7. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · Fri Dec 06 20:33:50 2013 +0100
  8. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · Fri Dec 06 19:06:43 2013 +0100
  9. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · Fri Dec 06 16:56:40 2013 +0100
  10. 2d400bb MINOR: stream_interface: add reporting of ressouce allocation errors by Willy Tarreau · Mon May 14 12:11:47 2012 +0200
  11. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · Sat Dec 07 00:01:53 2013 +0100
  12. c8987b3 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes by Willy Tarreau · Fri Dec 06 23:43:17 2013 +0100
  13. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  14. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  15. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  16. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  17. 4bd33a9 MINOR: http: use conn_init() to reinitialize the server connection by Willy Tarreau · Mon Oct 14 23:46:46 2013 +0200
  18. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  19. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · Sun Nov 24 09:38:33 2013 +0100
  20. 1e6902f MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN by Willy Tarreau · Sun Sep 29 10:47:38 2013 +0200
  21. 414e9bb MEDIUM: stats: move request argument processing to the final step by Willy Tarreau · Sat Nov 23 00:30:38 2013 +0100
  22. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · Fri Nov 22 17:51:09 2013 +0100
  23. 96d4491 MEDIUM: stats: prepare the HTTP stats I/O handler to support more states by Willy Tarreau · Fri Nov 22 12:25:24 2013 +0100
  24. 4c804ec MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn by Willy Tarreau · Mon Sep 30 14:37:14 2013 +0200
  25. 306f830 MEDIUM: stats: don't use conn->xprt_ctx anymore by Willy Tarreau · Mon Jul 08 15:53:06 2013 +0200
  26. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · Mon Jul 08 15:38:15 2013 +0200
  27. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  28. 0900bcb BUG/MEDIUM: checks: also update the DRAIN state from the web interface by Willy Tarreau · Wed Dec 04 00:05:29 2013 +0100
  29. 60e0838 BUG/MINOR: http: usual deinit stuff in last commit by Willy Tarreau · Tue Dec 03 00:48:45 2013 +0100
  30. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  31. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · Thu Nov 28 22:21:02 2013 +0100
  32. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · Thu Nov 28 18:22:00 2013 +0100
  33. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · Thu Nov 28 11:05:19 2013 +0100
  34. dd69a04 MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern" by Thierry FOURNIER · Fri Nov 22 19:14:42 2013 +0100
  35. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · Wed Nov 20 15:09:52 2013 +0100
  36. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  37. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · Thu Nov 21 11:22:01 2013 +0100
  38. 125d099 MEDIUM: Move health element to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  39. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · Sat Feb 23 15:35:38 2013 +0900
  40. e155ec2 BUG/MINOR: http: fix build warning introduced with url32/url32_src by Willy Tarreau · Mon Nov 18 18:33:22 2013 +0100
  41. 6d4890c BUG/MEDIUM: http: fix possible parser crash when parsing erroneous "http-request redirect" rules by Willy Tarreau · Mon Nov 18 18:04:25 2013 +0100
  42. 39c63c5 url32+src - like base32+src but whole url including parameters by Neil - HAProxy List · Mon Nov 04 13:48:42 2013 +0000
  43. 3b44e72 CLEANUP: http: merge error handling for req* and http-request * by Willy Tarreau · Sat Nov 16 10:28:23 2013 +0100
  44. 687ba13 CLEANUP: http: homogenize processing of denied req counter by Willy Tarreau · Sat Nov 16 10:13:35 2013 +0100
  45. 8ac7249 BUG/MINOR: stats: don't count tarpitted connections twice by Willy Tarreau · Sat Nov 16 10:06:44 2013 +0100
  46. 5068d96 MINOR: http: change url_decode to return the size of the decoded string. by Thierry FOURNIER · Fri Oct 04 16:27:27 2013 +0200
  47. 472b1ee BUG/MEDIUM: http: accept full buffers on smp_prefetch_http by Willy Tarreau · Mon Oct 14 22:41:30 2013 +0200
  48. 7959a55 MINOR: http: compute response time before processing headers by Willy Tarreau · Mon Sep 23 16:44:27 2013 +0200
  49. 5b7ea3a BUG/MEDIUM: unique_id: junk in log on empty unique_id by William Lallemand · Wed Aug 28 15:44:19 2013 +0200
  50. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · Tue Aug 13 17:51:07 2013 +0200
  51. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  52. 276fae9 MINOR: samples: add the http_date([<offset>]) sample converter. by Willy Tarreau · Thu Jul 25 14:36:01 2013 +0200
  53. 506d050 BUG/MAJOR: http: sample prefetch code was not properly migrated by Willy Tarreau · Sat Jul 06 13:29:24 2013 +0200
  54. 5b15f90 BUG/MEDIUM: http: "option checkcache" fails with the no-cache header by Willy Tarreau · Thu Jul 04 12:46:56 2013 +0200
  55. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · Sun Jun 23 17:37:13 2013 +0200
  56. 2dd1d1a BUG/MINOR: http: fix "set-tos" not working in certain configurations by Lukas Tribus · Wed Jun 19 23:34:41 2013 +0200
  57. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  58. 67dad27 BUG/CRITICAL: fix a possible crash when using negative header occurrences by Willy Tarreau · Wed Jun 12 22:27:44 2013 +0200
  59. 3c4beb1 CLEANUP: http: remove the bogus urlp_ip ACL match by Willy Tarreau · Wed Jun 12 21:02:59 2013 +0200
  60. c32484e MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches by Willy Tarreau · Tue Jun 11 21:22:58 2013 +0200
  61. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · Tue Jun 11 21:22:58 2013 +0200
  62. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · Tue Jun 11 19:34:13 2013 +0200
  63. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · Tue Jun 11 18:51:32 2013 +0200
  64. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · Tue Jun 11 17:45:46 2013 +0200
  65. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · Tue Jun 11 17:18:02 2013 +0200
  66. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · Tue Jun 11 17:01:13 2013 +0200
  67. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · Tue Jun 11 16:06:12 2013 +0200
  68. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · Mon Jun 10 18:39:42 2013 +0200
  69. 570f221 MINOR: log: add a new flag 'L' for locally processed requests by Willy Tarreau · Mon Jun 10 16:42:09 2013 +0200
  70. 379357a BUG/MAJOR: http: always ensure response buffer has some room for a response by Willy Tarreau · Sat Jun 08 12:55:46 2013 +0200
  71. 7fe3300 BUG/MEDIUM: stats: fix a regression when dealing with POST requests by Willy Tarreau · Sun Apr 21 08:04:22 2013 +0200
  72. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · Mon Apr 15 19:27:10 2013 +0200
  73. 667c2a3 BUG/MAJOR: http: compression still has defects on chunked responses by Willy Tarreau · Tue Apr 09 08:13:58 2013 +0200
  74. 8d1c516 BUG/MINOR: http: add-header/set-header did not accept the ACL condition by Willy Tarreau · Wed Apr 03 14:13:58 2013 +0200
  75. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · Tue Apr 02 16:34:32 2013 +0200
  76. 0a0daec MEDIUM: http: remove val_usr() to validate user_lists by Willy Tarreau · Tue Apr 02 22:44:58 2013 +0200
  77. ff5afcc MINOR: http: replace acl_parse_ver with acl_parse_str by Willy Tarreau · Sun Mar 31 18:49:18 2013 +0200
  78. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · Mon Mar 25 08:21:05 2013 +0100
  79. 18ed256 MINOR: http: add new direction-explicit sample fetches for headers and cookies by Willy Tarreau · Mon Jan 14 15:56:36 2013 +0100
  80. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · Fri Jan 11 17:06:15 2013 +0100
  81. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · Fri Jan 11 16:56:48 2013 +0100
  82. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · Fri Jan 11 15:49:37 2013 +0100
  83. 409bcde MEDIUM: http: unify acl and sample fetch functions by Willy Tarreau · Tue Jan 08 00:31:00 2013 +0100
  84. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · Tue Jan 08 01:10:24 2013 +0100
  85. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · Mon Jan 07 15:42:20 2013 +0100
  86. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · Fri Jan 04 16:31:47 2013 +0100
  87. aae75e3 BUG/CRITICAL: using HTTP information in tcp-request content may crash the process by Willy Tarreau · Fri Mar 29 12:31:49 2013 +0100
  88. 2d43e18 BUG/MAJOR: http: fix regression introduced by commit d655ffe by Willy Tarreau · Wed Apr 03 00:22:25 2013 +0200
  89. ffb6f08 BUG/MAJOR: http: fix regression introduced by commit a890d072 by Willy Tarreau · Tue Apr 02 23:16:53 2013 +0200
  90. a890d07 BUG/MAJOR: http: use a static storage for sample fetch context by Willy Tarreau · Tue Apr 02 12:01:06 2013 +0200
  91. d655ffe OPTIM: http: optimize the response forward state machine by Willy Tarreau · Tue Apr 02 01:48:58 2013 +0200
  92. 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · Tue Apr 02 01:26:55 2013 +0200
  93. e267421 MINOR: http: status 301 should not be marked non-cacheable by Yves Lafon · Mon Mar 11 11:06:05 2013 -0400
  94. 3e8d1ae MEDIUM: http: implement redirect 307 and 308 by Yves Lafon · Mon Mar 11 11:06:05 2013 -0400
  95. 4e8ec50 MINOR: http: status code 303 is HTTP/1.1 only by Yves Lafon · Mon Mar 11 11:06:05 2013 -0400
  96. 2fef9b1 BUG/MEDIUM: http: fix another issue caused by http-send-name-header by Willy Tarreau · Tue Mar 26 01:08:21 2013 +0100
  97. 3bfeadb BUG/MEDIUM: http: add-header should not emit "-" for empty fields by Willy Tarreau · Sun Mar 24 07:33:22 2013 +0100
  98. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · Tue Feb 05 18:52:25 2013 +0100
  99. 192e59f CLEANUP: http: don't try to deinitialize http compression if it fails before init by Willy Tarreau · Thu Jan 24 15:58:42 2013 +0100
  100. 4521ba6 CLEANUP: http: remove a useless null check by Willy Tarreau · Thu Jan 24 01:25:25 2013 +0100