1. 01252ed MINOR: set the CO_FL_ADDR_FROM_SET flags with 'set-src' by William Lallemand · 8 years ago
  2. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  3. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  4. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  5. 163d462 MEDIUM: server: implement TCP_USER_TIMEOUT on the server by Willy Tarreau · 9 years ago
  6. ab95e65 MINOR: http/tcp: fill the avalaible actions by Thierry FOURNIER · 9 years ago
  7. fc2a2d9 CLEANUP: tcp: silent-drop: only drain the connection when quick-ack is disabled by Willy Tarreau · 9 years ago
  8. f50ec0f BUG/MINOR: tcp: make silent-drop always force a TCP reset by Willy Tarreau · 9 years ago
  9. 2d392c2 MEDIUM: tcp: add new tcp action "silent-drop" by Willy Tarreau · 9 years ago
  10. 45059e9 BUG/MEDIUM: tcp: fix inverted condition to call custom actions by Willy Tarreau · 9 years ago
  11. acc9800 MEDIUM: action: add a new flag ACT_FLAG_FIRST by Willy Tarreau · 9 years ago
  12. c1b10d3 MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call by Willy Tarreau · 9 years ago
  13. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  14. 85c6c97 MINOR: action: add reference to the original keywork matched for the called parser. by Thierry FOURNIER · 9 years ago
  15. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  16. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  17. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  18. 322a124 MINOR: actions: mutualise the action keyword lookup by Thierry FOURNIER · 9 years ago
  19. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  20. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  21. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  22. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  23. 5563e4b MINOR: actions: add "from" information by Thierry FOURNIER · 9 years ago
  24. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · 9 years ago
  25. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · 9 years ago
  26. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  27. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  28. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  29. a123ad8 MINOR: sample/proto_tcp: export "smp_fetch_src" by Thierry FOURNIER · 9 years ago
  30. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · 9 years ago
  31. c89f4f5 BUG/MINOR: proto_tcp: custom action continue is ignored by Thierry FOURNIER · 9 years ago
  32. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · 9 years ago
  33. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  34. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · 9 years ago
  35. 27f7824 BUG/MAJOR: tcp: tcp rulesets were still broken by Willy Tarreau · 9 years ago
  36. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  37. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · 9 years ago
  38. 561a0f9 MINOR: tcp: add custom actions that can continue tcp-(request|response) processing by Thierry FOURNIER · 9 years ago
  39. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  40. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  41. e91ffd0 BUG/MAJOR: tcp: only call registered actions when they're registered by Willy Tarreau · 9 years ago
  42. 152b81e BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset by Willy Tarreau · 9 years ago
  43. e73ef85 MAJOR: tcp: make tcp_exec_req_rules() only rely on the session by Willy Tarreau · 9 years ago
  44. 70f454e MEDIUM: proto_tcp: track the session's counters in the connection ruleset by Willy Tarreau · 9 years ago
  45. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  46. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  47. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  48. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  49. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  50. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  51. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  52. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  53. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  54. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · 10 years ago
  55. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  56. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · 9 years ago
  57. cc87a11 MEDIUM: tcp: add register keyword system. by Thierry FOURNIER · 10 years ago
  58. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  59. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · 9 years ago
  60. 529c139 BUG/MAJOR: namespaces: conn->target is not necessarily a server by Willy Tarreau · 10 years ago
  61. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  62. 5e0d0e0 BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets by Willy Tarreau · 10 years ago
  63. fb20e46 BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol by Willy Tarreau · 10 years ago
  64. e1cfc1f BUG/MINOR: config: do not accept more track-sc than configured by Willy Tarreau · 10 years ago
  65. 3986b9c MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · 10 years ago
  66. 6bcb0a8 BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* by Willy Tarreau · 10 years ago
  67. 092d865 MEDIUM: listener: implement a per-protocol pause() function by Willy Tarreau · 10 years ago
  68. 1b71eb5 BUG/MEDIUM: counters: fix track-sc* to wait on unstable contents by Willy Tarreau · 10 years ago
  69. b5975de MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · 10 years ago
  70. 18bf01e MEDIUM: tcp: add a new tcp-request capture directive by Willy Tarreau · 10 years ago
  71. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · 10 years ago
  72. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  73. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · 10 years ago
  74. 7640e72 MINOR: set IP_FREEBIND on IPv6 sockets in transparent mode by Lukas Tribus · 10 years ago
  75. cc08d2c MEDIUM: counters: stop relying on session flags at all by Willy Tarreau · 10 years ago
  76. f333834 BUG/MEDIUM: counters: flush content counters after each request by Willy Tarreau · 10 years ago
  77. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · 10 years ago
  78. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · 10 years ago
  79. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · 10 years ago
  80. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  81. 9ce7013 MEDIUM: tcp: report connection error at the connection level by Willy Tarreau · 10 years ago
  82. 3bd3e57 MEDIUM: tcp: report in tcp_drain() that lingering is already disabled on close by Willy Tarreau · 10 years ago
  83. 7f4bcc3 MINOR: protocol: improve the proto->drain() API by Willy Tarreau · 10 years ago
  84. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  85. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · 11 years ago
  86. 57cd3e4 MEDIUM: connection: merge the send_proxy and local_send_proxy calls by Willy Tarreau · 11 years ago
  87. 1ec74bf MINOR: connection: check for send_proxy during the connect(), not the SI by Willy Tarreau · 11 years ago
  88. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · 11 years ago
  89. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  90. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · 11 years ago
  91. f12a20e BUG/MINOR: tcp: check that no error is pending during a connect probe by Willy Tarreau · 11 years ago
  92. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  93. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  94. 0bb166b MINOR: tcp: don't use tick_add_ifset() when timeout is known to be set by Willy Tarreau · 11 years ago
  95. 44778ad BUG/MEDIUM: tcp: do not skip tracking rules on second pass by Willy Tarreau · 11 years ago
  96. cc1e04b MINOR: tcp: add new "close" action for tcp-response by Willy Tarreau · 11 years ago
  97. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · 11 years ago
  98. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  99. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  100. be4a3ef MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3 by Willy Tarreau · 11 years ago