1. 2754fbc CLEANUP: Replace repeated code to count usable servers with be_usable_srv() by Nenad Merdanovic · 7 years ago
  2. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · 7 years ago
  3. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  4. 1ca1b6f BUG/MINOR: option prefer-last-server must be ignored in some case by Olivier Doucet · 7 years ago
  5. 57b8771 BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled by Marcin Deranek · 8 years ago
  6. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  7. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · 8 years ago
  8. 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
  9. b3e111b BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos by Willy Tarreau · 8 years ago
  10. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · 8 years ago
  11. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  12. 2e0565c BUG/MAJOR: server: the "sni" directive could randomly cause trouble by Willy Tarreau · 8 years ago
  13. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  14. 0aae480 BUG/MAJOR: http-reuse: fix risk of orphaned connections by Willy Tarreau · 8 years ago
  15. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  16. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  17. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  18. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · 9 years ago
  19. 161d45f MEDIUM: backend: implement "http-reuse safe" by Willy Tarreau · 9 years ago
  20. efb90f9 MAJOR: backend: improve the connection reuse mechanism by Willy Tarreau · 9 years ago
  21. 8dff998 MAJOR: backend: initial work towards connection reuse by Willy Tarreau · 9 years ago
  22. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · 9 years ago
  23. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · 9 years ago
  24. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · 9 years ago
  25. c12b5e6 MEDIUM: backend: don't call si_alloc_conn() when we reuse a valid connection by Willy Tarreau · 9 years ago
  26. 7b00492 CLEANUP: backend: factor out objt_server() in connect_server() by Willy Tarreau · 9 years ago
  27. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  28. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · 9 years ago
  29. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  30. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  31. f69d4ff BUG/MAJOR: http: prevent risk of reading past end with balance url_param by Willy Tarreau · 9 years ago
  32. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · 9 years ago
  33. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  34. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  35. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  36. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  37. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  38. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  39. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  40. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · 10 years ago
  41. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · 10 years ago
  42. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  43. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  44. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  45. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  46. f607d81 BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used by Cyril Bonté · 9 years ago
  47. fe1ebcd BUG/MAJOR: ns: HAProxy segfault if the cli_conn is not from a network connection by Thierry FOURNIER · 10 years ago
  48. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  49. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  50. fad4ffc BUG/MEDIUM: backend: fix URI hash when a query string is present by Willy Tarreau · 10 years ago
  51. bd57a9f BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · 10 years ago
  52. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · 10 years ago
  53. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  54. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  55. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  56. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · 10 years ago
  57. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · 10 years ago
  58. 28e9d06 BUG/MINOR: backend: only match IPv4 addresses with RDP cookies by Willy Tarreau · 10 years ago
  59. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  60. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  61. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · 10 years ago
  62. b9a551e BUG/MINOR: stats: last session was not always set by Willy Tarreau · 10 years ago
  63. 0d09050 MEDIUM: http: small helpers to compute how far to rewind to find BODY and DATA by Willy Tarreau · 10 years ago
  64. da6eed6 MINOR: http: add a small helper to compute how far to rewind to find URI by Willy Tarreau · 10 years ago
  65. 211cdec MEDIUM: http: add a small helper to compute how far to rewind to find headers by Willy Tarreau · 10 years ago
  66. 2d8e485 MINOR: http: add a small helper to compute the amount of body bytes present by Willy Tarreau · 10 years ago
  67. c24715e MAJOR: http: don't update msg->sov anymore while processing the body by Willy Tarreau · 10 years ago
  68. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · 10 years ago
  69. 3634624 BUG/MEDIUM: http: continue to emit 503 on keep-alive to different server by Willy Tarreau · 10 years ago
  70. 2481d16 BUG/MEDIUM: backend: prefer-last-server breaks redispatch by Willy Tarreau · 10 years ago
  71. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · 10 years ago
  72. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · 11 years ago
  73. ff605db BUG/MEDIUM: backend: do not re-initialize the connection's context upon reuse by Willy Tarreau · 11 years ago
  74. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · 11 years ago
  75. 34601a8 MAJOR: backend: enable connection reuse by Willy Tarreau · 11 years ago
  76. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · 11 years ago
  77. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  78. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · 11 years ago
  79. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  80. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · 11 years ago
  81. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  82. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · 11 years ago
  83. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · 11 years ago
  84. 1903acd BUG/MINOR: backend: fix target address retrieval in transparent mode by Willy Tarreau · 11 years ago
  85. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · 11 years ago
  86. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · 11 years ago
  87. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · 11 years ago
  88. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · 11 years ago
  89. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  90. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  91. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  92. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · 11 years ago
  93. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  94. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  95. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  96. 1a7eca1 MINOR: backend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · 11 years ago
  97. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  98. 9cd7d6c CLEANUP: backend: use the same tproxy address selection code for servers and backends by Willy Tarreau · 12 years ago
  99. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  100. 7896d52 MINOR: acl: add fetch for server session rate by Tait Clarridge · 12 years ago