1. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  2. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · 11 years ago
  3. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  4. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · 11 years ago
  5. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · 11 years ago
  6. 1903acd BUG/MINOR: backend: fix target address retrieval in transparent mode by Willy Tarreau · 11 years ago
  7. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · 11 years ago
  8. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · 11 years ago
  9. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · 11 years ago
  10. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · 11 years ago
  11. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  12. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  13. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  14. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · 11 years ago
  15. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  16. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  17. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  18. 1a7eca1 MINOR: backend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · 11 years ago
  19. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  20. 9cd7d6c CLEANUP: backend: use the same tproxy address selection code for servers and backends by Willy Tarreau · 12 years ago
  21. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  22. 7896d52 MINOR: acl: add fetch for server session rate by Tait Clarridge · 12 years ago
  23. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  24. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  25. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  26. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  27. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · 12 years ago
  28. ce39bfb BUG: backend: balance hdr was broken since 1.5-dev11 by Willy Tarreau · 12 years ago
  29. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  30. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  31. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  32. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  33. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · 12 years ago
  34. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  35. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  36. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  37. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  38. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  39. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
  40. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  41. 06a000f CLEANUP: http: make it more obvious that msg->som is always null outside of chunks by Willy Tarreau · 12 years ago
  42. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · 12 years ago
  43. d1de8af BUG/MAJOR: fix regression on content-based hashing and http-send-name-header by Willy Tarreau · 12 years ago
  44. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · 12 years ago
  45. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · 12 years ago
  46. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  47. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  48. a93c74b MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors by Willy Tarreau · 12 years ago
  49. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  50. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  51. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  52. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  53. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · 12 years ago
  54. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  55. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · 12 years ago
  56. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  57. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  58. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  59. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · 12 years ago
  60. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · 12 years ago
  61. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · 12 years ago
  62. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  63. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  64. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · 12 years ago
  65. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · 12 years ago
  66. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  67. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  68. 5dd7fa1 BUG/MEDIUM: balance source did not properly hash IPv6 addresses by Willy Tarreau · 12 years ago
  69. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  70. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  71. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · 13 years ago
  72. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · 13 years ago
  73. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  74. 5dc1e98 BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown by Willy Tarreau · 13 years ago
  75. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  76. dd164d0 BUG/MINOR: don't use a wrong port when connecting to a server with mapped ports by Willy Tarreau · 13 years ago
  77. 542a31d [BUG] backend: risk of picking a wrong port when mapping is used with crossed families by Willy Tarreau · 13 years ago
  78. 8effd3d [MINOR] Use DPRINTF in assign_server() by Simon Horman · 13 years ago
  79. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  80. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  81. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · 13 years ago
  82. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · 13 years ago
  83. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  84. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  85. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  86. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  87. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · 13 years ago
  88. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  89. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  90. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  91. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  92. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  93. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · 13 years ago
  94. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  95. 4a0d828 [MINOR] acl: srv_id is only valid in responses by Willy Tarreau · 13 years ago
  96. 17af419 [BUG] acl: srv_id must return no match when the server is NULL by Willy Tarreau · 13 years ago
  97. 35ed801 [MINOR] acl: add be_id/srv_id to match backend's and server's id by Hervé COMMOWICK · 14 years ago
  98. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  99. ec810d1 [MINOR] Add some tests on sockets family for port remapping and mode transparent. by Emeric Brun · 14 years ago
  100. d669a4f [MEDIUM] backend: support servers on 0.0.0.0 by Willy Tarreau · 14 years ago