1. e9187f8 BUILD/MEDIUM: http: remove calls to sprintf() by Willy Tarreau · Mon Apr 14 15:27:14 2014 +0200
  2. 25a1522 BUG/MINOR: reject malformed HTTP/0.9 requests by Apollon Oikonomopoulos · Sun Apr 06 02:46:00 2014 +0300
  3. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · Fri Mar 21 14:51:46 2014 +0100
  4. 0e9b1b4 MEDIUM: compression: consider the "q=" attribute in Accept-Encoding by Willy Tarreau · Wed Mar 19 12:07:52 2014 +0100
  5. c5a4e98 MEDIUM: acl: Change the acl register struct by Thierry FOURNIER · Wed Mar 05 16:07:08 2014 +0100
  6. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · Tue Feb 11 14:00:19 2014 +0100
  7. e369ca2 MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · Wed Jan 29 16:24:55 2014 +0100
  8. 7acca4b MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · Tue Jan 28 16:43:36 2014 +0100
  9. 5d34408 MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once. by Thierry FOURNIER · Mon Jan 27 14:19:53 2014 +0100
  10. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · Wed Jan 15 11:25:26 2014 +0100
  11. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · Tue Jan 14 16:24:51 2014 +0100
  12. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · Wed Jan 15 11:38:49 2014 +0100
  13. 5338eea MEDIUM: pattern: The match function browse itself the list or the tree. by Thierry FOURNIER · Mon Dec 16 14:22:13 2013 +0100
  14. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · Tue Dec 17 01:10:10 2013 +0100
  15. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · Tue Dec 17 00:20:33 2013 +0100
  16. edc15c3 MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation by Thierry FOURNIER · Fri Dec 13 15:36:59 2013 +0100
  17. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · Fri Dec 13 15:12:32 2013 +0100
  18. 580c32c MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string. by Thierry FOURNIER · Fri Jan 24 10:58:12 2014 +0100
  19. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · Wed Jan 22 18:38:02 2014 +0100
  20. d048d8b BUG/MINOR: http: fix encoding of samples used in http headers by Thierry FOURNIER · Thu Mar 13 16:46:18 2014 +0100
  21. 7519560 MINOR: http: release compression context only in http_end_txn() by Willy Tarreau · Tue Mar 11 15:48:55 2014 +0100
  22. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · Wed Mar 12 10:41:13 2014 +0100
  23. 3634624 BUG/MEDIUM: http: continue to emit 503 on keep-alive to different server by Willy Tarreau · Mon Feb 24 18:26:30 2014 +0100
  24. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · Mon Feb 03 16:26:46 2014 -0500
  25. 96a7785 MINOR: http: optimize capture.req.method and capture.req.uri by William Lallemand · Wed Feb 05 00:30:02 2014 +0100
  26. 65ad6e1 MINOR: http: capture.req.method and capture.req.uri by William Lallemand · Fri Jan 31 15:08:02 2014 +0100
  27. 416ce61 BUG/MEDIUM: http: fix regression caused by recent switch to keep-alive by default by Willy Tarreau · Fri Jan 31 15:45:34 2014 +0100
  28. 98d9695 BUG/MEDIUM: http/auth: Sometimes the authentication credentials can be mix between two requests by Thierry FOURNIER · Thu Jan 23 12:13:02 2014 +0100
  29. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · Thu Jan 30 03:07:23 2014 +0100
  30. f8b0e03 MEDIUM: http: make keep-alive + httpclose be passive mode by Willy Tarreau · Thu Jan 30 00:51:42 2014 +0100
  31. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · Thu Jan 30 00:15:28 2014 +0100
  32. 59ad1a2 BUG/MINOR: config: correctly report when log-format headers require HTTP mode by Willy Tarreau · Wed Jan 29 14:39:58 2014 +0100
  33. f333834 BUG/MEDIUM: counters: flush content counters after each request by Willy Tarreau · Tue Jan 28 21:40:28 2014 +0100
  34. a43ba4e MINOR: http: smp_fetch_capture_header_* fetch captured headers by William Lallemand · Tue Jan 28 18:14:25 2014 +0100
  35. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · Thu Jan 23 13:50:42 2014 +0100
  36. 4afd70a BUG/MAJOR: fix freezes during compression by Willy Tarreau · Sat Jan 25 02:26:39 2014 +0100
  37. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · Sat Jan 25 11:01:50 2014 +0100
  38. c920096 BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests by Willy Tarreau · Tue Dec 31 23:03:09 2013 +0100
  39. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · Tue Dec 31 17:26:25 2013 +0100
  40. 51437d2 Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page" by Willy Tarreau · Sun Dec 29 00:43:40 2013 +0100
  41. f3221f9 MEDIUM: stats: add support for HTTP keep-alive on the stats page by Willy Tarreau · Sat Dec 28 21:11:35 2013 +0100
  42. 3988d93 OPTIM: http: don't stop polling for read on the client side after a request by Willy Tarreau · Fri Dec 27 23:03:08 2013 +0100
  43. 7257550 BUG/MINOR: http: always disable compression on HTTP/1.0 by Willy Tarreau · Tue Dec 24 14:41:35 2013 +0100
  44. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · Mon Dec 23 15:11:25 2013 +0100
  45. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · Tue Dec 17 00:00:28 2013 +0100
  46. b169eba BUG/MEDIUM: http: cook_cnt() forgets to set its output type by Willy Tarreau · Mon Dec 16 15:14:43 2013 +0100
  47. e8df1e1 MEDIUM: http: make option http_proxy automatically rewrite the URL by Willy Tarreau · Mon Dec 16 14:30:55 2013 +0100
  48. 6b726ad MEDIUM: http: do not report connection errors for second and further requests by Willy Tarreau · Sun Dec 15 19:31:37 2013 +0100
  49. 4213a11 MAJOR: http: add the keep-alive transition on the server side by Willy Tarreau · Sun Dec 15 10:25:42 2013 +0100
  50. 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
  51. 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
  52. 3f3997e OPTIM: http: set CF_READ_DONTWAIT on response message by Willy Tarreau · Sun Dec 15 15:21:32 2013 +0100
  53. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
  54. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · Fri Dec 06 20:33:50 2013 +0100
  55. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · Fri Dec 06 19:06:43 2013 +0100
  56. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · Fri Dec 06 16:56:40 2013 +0100
  57. 2d400bb MINOR: stream_interface: add reporting of ressouce allocation errors by Willy Tarreau · Mon May 14 12:11:47 2012 +0200
  58. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · Sat Dec 07 00:01:53 2013 +0100
  59. 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
  60. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  61. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  62. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  63. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  64. 4bd33a9 MINOR: http: use conn_init() to reinitialize the server connection by Willy Tarreau · Mon Oct 14 23:46:46 2013 +0200
  65. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  66. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · Sun Nov 24 09:38:33 2013 +0100
  67. 1e6902f MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN by Willy Tarreau · Sun Sep 29 10:47:38 2013 +0200
  68. 414e9bb MEDIUM: stats: move request argument processing to the final step by Willy Tarreau · Sat Nov 23 00:30:38 2013 +0100
  69. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · Fri Nov 22 17:51:09 2013 +0100
  70. 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
  71. 4c804ec MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn by Willy Tarreau · Mon Sep 30 14:37:14 2013 +0200
  72. 306f830 MEDIUM: stats: don't use conn->xprt_ctx anymore by Willy Tarreau · Mon Jul 08 15:53:06 2013 +0200
  73. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · Mon Jul 08 15:38:15 2013 +0200
  74. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  75. 0900bcb BUG/MEDIUM: checks: also update the DRAIN state from the web interface by Willy Tarreau · Wed Dec 04 00:05:29 2013 +0100
  76. 60e0838 BUG/MINOR: http: usual deinit stuff in last commit by Willy Tarreau · Tue Dec 03 00:48:45 2013 +0100
  77. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  78. 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
  79. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · Thu Nov 28 18:22:00 2013 +0100
  80. 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
  81. dd69a04 MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern" by Thierry FOURNIER · Fri Nov 22 19:14:42 2013 +0100
  82. 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
  83. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  84. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · Thu Nov 21 11:22:01 2013 +0100
  85. 125d099 MEDIUM: Move health element to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  86. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · Sat Feb 23 15:35:38 2013 +0900
  87. e155ec2 BUG/MINOR: http: fix build warning introduced with url32/url32_src by Willy Tarreau · Mon Nov 18 18:33:22 2013 +0100
  88. 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
  89. 39c63c5 url32+src - like base32+src but whole url including parameters by Neil - HAProxy List · Mon Nov 04 13:48:42 2013 +0000
  90. 3b44e72 CLEANUP: http: merge error handling for req* and http-request * by Willy Tarreau · Sat Nov 16 10:28:23 2013 +0100
  91. 687ba13 CLEANUP: http: homogenize processing of denied req counter by Willy Tarreau · Sat Nov 16 10:13:35 2013 +0100
  92. 8ac7249 BUG/MINOR: stats: don't count tarpitted connections twice by Willy Tarreau · Sat Nov 16 10:06:44 2013 +0100
  93. 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
  94. 472b1ee BUG/MEDIUM: http: accept full buffers on smp_prefetch_http by Willy Tarreau · Mon Oct 14 22:41:30 2013 +0200
  95. 7959a55 MINOR: http: compute response time before processing headers by Willy Tarreau · Mon Sep 23 16:44:27 2013 +0200
  96. 5b7ea3a BUG/MEDIUM: unique_id: junk in log on empty unique_id by William Lallemand · Wed Aug 28 15:44:19 2013 +0200
  97. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · Tue Aug 13 17:51:07 2013 +0200
  98. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  99. 276fae9 MINOR: samples: add the http_date([<offset>]) sample converter. by Willy Tarreau · Thu Jul 25 14:36:01 2013 +0200
  100. 506d050 BUG/MAJOR: http: sample prefetch code was not properly migrated by Willy Tarreau · Sat Jul 06 13:29:24 2013 +0200