1. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  2. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  3. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  4. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  5. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  6. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  7. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  8. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · 12 years ago
  9. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · 12 years ago
  10. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  11. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  12. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  13. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  14. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  15. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · 12 years ago
  16. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  17. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  18. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  19. b22e55b [MEDIUM] stream_sock: add support for sending the proxy protocol header line by Willy Tarreau · 13 years ago
  20. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  21. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  22. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  23. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  24. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  25. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  26. be5ea19 [REORG] stream_interface: split the struct members in 3 parts by Willy Tarreau · 13 years ago
  27. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · 13 years ago
  28. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  29. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · 14 years ago
  30. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  31. 129c590 [BUILD] warning in stream_interface.h by Emeric Brun · 15 years ago
  32. 4c283dc [MINOR] stream_sock: add SI_FL_NOLINGER for faster close by Willy Tarreau · 15 years ago
  33. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  34. eecc8ee [MINOR] add a ->private member to the stream_interface by Willy Tarreau · 15 years ago
  35. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · 15 years ago
  36. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · 15 years ago
  37. 89f7ef2 [MINOR] stream_interface: add SI_FL_DONT_WAKE flag by Willy Tarreau · 15 years ago
  38. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  39. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  40. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  41. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · 16 years ago
  42. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · 16 years ago
  43. 0a5d5dd [MEDIUM] remove stream_sock_update_data() by Willy Tarreau · 16 years ago
  44. 74ab2ac [MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO by Willy Tarreau · 16 years ago
  45. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · 16 years ago
  46. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  47. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · 16 years ago
  48. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · 16 years ago
  49. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  50. 48adac5 [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers by Willy Tarreau · 16 years ago
  51. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  52. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago