1. ac03292 BUG/MEDIUM: backend: fix URI hash when a query string is present by Willy Tarreau · Fri Oct 17 12:11:50 2014 +0200
  2. 8245675 BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · Tue Jul 08 08:51:03 2014 -0700
  3. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · Fri May 16 11:48:10 2014 +0200
  4. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  5. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · Tue May 13 19:44:56 2014 +0200
  6. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  7. 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
  8. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · Fri May 09 22:56:10 2014 +0200
  9. 28e9d06 BUG/MINOR: backend: only match IPv4 addresses with RDP cookies by Willy Tarreau · Fri May 09 22:47:50 2014 +0200
  10. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  11. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · Fri Apr 25 13:58:37 2014 +0200
  12. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · Thu Apr 24 20:47:57 2014 +0200
  13. b9a551e BUG/MINOR: stats: last session was not always set by Willy Tarreau · Wed Apr 23 00:35:17 2014 +0200
  14. 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
  15. 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
  16. 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
  17. 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
  18. c24715e MAJOR: http: don't update msg->sov anymore while processing the body by Willy Tarreau · Thu Apr 17 15:21:20 2014 +0200
  19. 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
  20. 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
  21. 2481d16 BUG/MEDIUM: backend: prefer-last-server breaks redispatch by Willy Tarreau · Wed Feb 19 18:40:43 2014 +0100
  22. 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
  23. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · Mon Dec 23 15:11:25 2013 +0100
  24. 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
  25. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · Sun Dec 15 18:58:25 2013 +0100
  26. 34601a8 MAJOR: backend: enable connection reuse by Willy Tarreau · Sun Dec 15 16:33:46 2013 +0100
  27. 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
  28. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · Wed Dec 11 20:36:34 2013 +0100
  29. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · Thu Oct 24 21:10:08 2013 +0200
  30. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  31. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  32. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  33. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · Mon Sep 30 14:53:05 2013 +0200
  34. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  35. 1903acd BUG/MINOR: backend: fix target address retrieval in transparent mode by Willy Tarreau · Sun Dec 01 21:46:24 2013 +0100
  36. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  37. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · Tue Nov 05 11:54:02 2013 -0500
  38. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  39. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · Mon Jul 22 18:09:52 2013 +0200
  40. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  41. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  42. 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
  43. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  44. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · Mon Mar 25 08:21:05 2013 +0100
  45. 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
  46. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · Fri Jan 11 15:49:37 2013 +0100
  47. 1a7eca1 MINOR: backend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · Mon Jan 07 22:38:03 2013 +0100
  48. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · Mon Jan 07 21:59:07 2013 +0100
  49. 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
  50. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · Sat Dec 08 22:29:20 2012 +0100
  51. 7896d52 MINOR: acl: add fetch for server session rate by Tait Clarridge · Wed Dec 05 21:39:31 2012 -0500
  52. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  53. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  54. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  55. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  56. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · Sun Sep 23 14:19:12 2012 +0200
  57. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · Sat Sep 22 18:36:29 2012 +0200
  58. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  59. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · Thu Aug 30 22:23:13 2012 +0200
  60. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  61. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  62. 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
  63. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  64. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  65. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  66. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  67. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  68. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · Sat May 19 10:19:54 2012 +0100
  69. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  70. 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
  71. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · Fri May 18 22:36:34 2012 +0200
  72. 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
  73. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · Fri May 11 18:32:18 2012 +0200
  74. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · Fri May 11 16:59:14 2012 +0200
  75. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  76. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  77. a93c74b MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors by Willy Tarreau · Tue May 08 18:14:39 2012 +0200
  78. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  79. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  80. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  81. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · Mon Apr 23 23:55:44 2012 +0200
  82. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · Mon Apr 23 23:13:20 2012 +0200
  83. 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
  84. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · Mon Apr 23 19:18:42 2012 +0200
  85. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  86. 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
  87. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  88. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · Fri Apr 20 11:37:56 2012 +0200
  89. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · Thu Apr 19 23:35:54 2012 +0200
  90. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · Thu Apr 19 19:28:33 2012 +0200
  91. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · Thu Apr 19 18:42:05 2012 +0200
  92. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · Thu Apr 19 17:16:54 2012 +0200
  93. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · Fri Mar 09 21:39:51 2012 +0100
  94. 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
  95. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  96. 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
  97. 5dd7fa1 BUG/MEDIUM: balance source did not properly hash IPv6 addresses by Willy Tarreau · Sat Mar 31 19:53:37 2012 +0200
  98. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · Fri Mar 02 14:35:21 2012 +0100
  99. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  100. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100