1. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
  2. 0aae480 BUG/MAJOR: http-reuse: fix risk of orphaned connections by Willy Tarreau · Tue Feb 02 18:29:05 2016 +0100
  3. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  4. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  5. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  6. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · Wed Aug 05 17:16:33 2015 +0200
  7. 161d45f MEDIUM: backend: implement "http-reuse safe" by Willy Tarreau · Wed Aug 05 16:02:46 2015 +0200
  8. efb90f9 MAJOR: backend: improve the connection reuse mechanism by Willy Tarreau · Thu Aug 06 11:37:10 2015 +0200
  9. 8dff998 MAJOR: backend: initial work towards connection reuse by Willy Tarreau · Tue Aug 04 20:45:52 2015 +0200
  10. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · Tue Aug 04 19:24:13 2015 +0200
  11. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  12. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  13. c12b5e6 MEDIUM: backend: don't call si_alloc_conn() when we reuse a valid connection by Willy Tarreau · Tue Aug 04 19:45:36 2015 +0200
  14. 7b00492 CLEANUP: backend: factor out objt_server() in connect_server() by Willy Tarreau · Tue Aug 04 19:34:21 2015 +0200
  15. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  16. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · Thu Jul 09 11:40:25 2015 +0200
  17. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  18. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  19. f69d4ff BUG/MAJOR: http: prevent risk of reading past end with balance url_param by Willy Tarreau · Sat May 02 00:05:47 2015 +0200
  20. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · Sat Apr 04 02:10:38 2015 +0200
  21. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  22. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  23. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  24. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · Fri Apr 03 19:19:59 2015 +0200
  25. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  26. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  27. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  28. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  29. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · Fri Nov 28 14:10:28 2014 +0100
  30. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · Thu Nov 27 20:45:39 2014 +0100
  31. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  32. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  33. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · Tue Jan 20 19:44:50 2015 +0100
  34. f607d81 BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used by Cyril Bonté · Sun Jan 04 15:17:36 2015 +0100
  35. fe1ebcd BUG/MAJOR: ns: HAProxy segfault if the cli_conn is not from a network connection by Thierry FOURNIER · Fri Dec 19 13:37:11 2014 +0100
  36. f2dd68d DOC: fix a few typos by Godbach · Wed Dec 10 10:21:30 2014 +0800
  37. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  38. fad4ffc BUG/MEDIUM: backend: fix URI hash when a query string is present by Willy Tarreau · Fri Oct 17 12:11:50 2014 +0200
  39. bd57a9f BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · Tue Jul 08 08:51:03 2014 -0700
  40. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · Fri May 16 11:48:10 2014 +0200
  41. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  42. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · Tue May 13 19:44:56 2014 +0200
  43. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  44. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · Tue May 13 18:51:40 2014 +0200
  45. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · Fri May 09 22:56:10 2014 +0200
  46. 28e9d06 BUG/MINOR: backend: only match IPv4 addresses with RDP cookies by Willy Tarreau · Fri May 09 22:47:50 2014 +0200
  47. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  48. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · Fri Apr 25 13:58:37 2014 +0200
  49. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · Thu Apr 24 20:47:57 2014 +0200
  50. b9a551e BUG/MINOR: stats: last session was not always set by Willy Tarreau · Wed Apr 23 00:35:17 2014 +0200
  51. 0d09050 MEDIUM: http: small helpers to compute how far to rewind to find BODY and DATA by Willy Tarreau · Thu Apr 17 20:31:44 2014 +0200
  52. da6eed6 MINOR: http: add a small helper to compute how far to rewind to find URI by Willy Tarreau · Thu Apr 17 20:24:24 2014 +0200
  53. 211cdec MEDIUM: http: add a small helper to compute how far to rewind to find headers by Willy Tarreau · Thu Apr 17 20:18:08 2014 +0200
  54. 2d8e485 MINOR: http: add a small helper to compute the amount of body bytes present by Willy Tarreau · Thu Apr 17 20:08:17 2014 +0200
  55. c24715e MAJOR: http: don't update msg->sov anymore while processing the body by Willy Tarreau · Thu Apr 17 15:21:20 2014 +0200
  56. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · Thu Apr 10 11:55:45 2014 +0200
  57. 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
  58. 2481d16 BUG/MEDIUM: backend: prefer-last-server breaks redispatch by Willy Tarreau · Wed Feb 19 18:40:43 2014 +0100
  59. 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
  60. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · Mon Dec 23 15:11:25 2013 +0100
  61. ff605db BUG/MEDIUM: backend: do not re-initialize the connection's context upon reuse by Willy Tarreau · Fri Dec 20 11:09:51 2013 +0100
  62. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · Sun Dec 15 18:58:25 2013 +0100
  63. 34601a8 MAJOR: backend: enable connection reuse by Willy Tarreau · Sun Dec 15 16:33:46 2013 +0100
  64. 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
  65. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · Wed Dec 11 20:36:34 2013 +0100
  66. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · Thu Oct 24 21:10:08 2013 +0200
  67. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  68. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  69. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  70. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · Mon Sep 30 14:53:05 2013 +0200
  71. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  72. 1903acd BUG/MINOR: backend: fix target address retrieval in transparent mode by Willy Tarreau · Sun Dec 01 21:46:24 2013 +0100
  73. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  74. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · Tue Nov 05 11:54:02 2013 -0500
  75. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  76. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · Mon Jul 22 18:09:52 2013 +0200
  77. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  78. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  79. 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
  80. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  81. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · Mon Mar 25 08:21:05 2013 +0100
  82. 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
  83. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · Fri Jan 11 15:49:37 2013 +0100
  84. 1a7eca1 MINOR: backend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · Mon Jan 07 22:38:03 2013 +0100
  85. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · Mon Jan 07 21:59:07 2013 +0100
  86. 9cd7d6c CLEANUP: backend: use the same tproxy address selection code for servers and backends by Willy Tarreau · Sat Dec 08 23:13:33 2012 +0100
  87. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · Sat Dec 08 22:29:20 2012 +0100
  88. 7896d52 MINOR: acl: add fetch for server session rate by Tait Clarridge · Wed Dec 05 21:39:31 2012 -0500
  89. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  90. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  91. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  92. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  93. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · Sun Sep 23 14:19:12 2012 +0200
  94. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · Sat Sep 22 18:36:29 2012 +0200
  95. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  96. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · Thu Aug 30 22:23:13 2012 +0200
  97. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  98. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  99. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · Fri Aug 24 22:56:11 2012 +0200
  100. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200