1. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · 7 years ago
  2. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  3. eb406dc MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O by Willy Tarreau · 9 years ago
  4. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  5. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · 9 years ago
  6. 19c8161 MINOR: applet: add a new "owner" pointer in the appctx by Willy Tarreau · 9 years ago
  7. d414f8e CLEANUP: stream-int: swap stream-int and appctx declarations by Willy Tarreau · 9 years ago
  8. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · 10 years ago
  9. a2df3fa MEDIUM: stream-interface: remove now unused pointers to channels by Willy Tarreau · 10 years ago
  10. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · 10 years ago
  11. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  12. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  13. 364cfdf MEDIUM: dumpstats: Display error message during add of values. by Thierry FOURNIER · 10 years ago
  14. 1e00d38 MAJOR: pattern/map: Extends the map edition system in the patterns by Thierry FOURNIER · 10 years ago
  15. c0e0d7b MEDIUM: map: dynamic manipulation of maps by Thierry FOURNIER · 11 years ago
  16. 2d400bb MINOR: stream_interface: add reporting of ressouce allocation errors by Willy Tarreau · 12 years ago
  17. 721854f DIET/MINOR: stream-int: rearrange a few fields in struct stream_interface to save 8 bytes by Willy Tarreau · 11 years ago
  18. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · 11 years ago
  19. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · 11 years ago
  20. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  21. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  22. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · 11 years ago
  23. 48099c7 MEDIUM: stream-interface: set the pointer to the applet into the applet context by Willy Tarreau · 11 years ago
  24. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · 11 years ago
  25. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · 11 years ago
  26. 0788f47 MINOR: obj: introduce a new type appctx by Willy Tarreau · 11 years ago
  27. 452d3bb MINOR: stream-interface: move the applet context to its own struct by Willy Tarreau · 11 years ago
  28. f4acee3 MEDIUM: stream interface: move the peers' ptr into the applet context by Willy Tarreau · 11 years ago
  29. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · 11 years ago
  30. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · 11 years ago
  31. 9f68148 MEDIUM: peers: don't rely on conn->xprt_ctx anymore by Willy Tarreau · 11 years ago
  32. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · 11 years ago
  33. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · 11 years ago
  34. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  35. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  36. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  37. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  38. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · 12 years ago
  39. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  40. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  41. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  42. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  43. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  44. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  45. 1fe6bc3 MINOR: stream-interface: add an rcv_buf callback to sock_ops by Willy Tarreau · 12 years ago
  46. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  47. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  48. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  49. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  50. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  51. 56e9c5e REORG/MINOR: connection: move declaration to its own include file by Willy Tarreau · 12 years ago
  52. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  53. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  54. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  55. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  56. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  57. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  58. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  59. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  60. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · 12 years ago
  61. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · 12 years ago
  62. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  63. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  64. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  65. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  66. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  67. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · 12 years ago
  68. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  69. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  70. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  71. b22e55b [MEDIUM] stream_sock: add support for sending the proxy protocol header line by Willy Tarreau · 13 years ago
  72. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  73. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  74. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  75. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  76. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  77. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  78. be5ea19 [REORG] stream_interface: split the struct members in 3 parts by Willy Tarreau · 13 years ago
  79. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · 13 years ago
  80. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  81. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · 14 years ago
  82. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  83. 129c590 [BUILD] warning in stream_interface.h by Emeric Brun · 15 years ago
  84. 4c283dc [MINOR] stream_sock: add SI_FL_NOLINGER for faster close by Willy Tarreau · 15 years ago
  85. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  86. eecc8ee [MINOR] add a ->private member to the stream_interface by Willy Tarreau · 15 years ago
  87. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · 15 years ago
  88. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · 15 years ago
  89. 89f7ef2 [MINOR] stream_interface: add SI_FL_DONT_WAKE flag by Willy Tarreau · 15 years ago
  90. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  91. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  92. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  93. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · 16 years ago
  94. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · 16 years ago
  95. 0a5d5dd [MEDIUM] remove stream_sock_update_data() by Willy Tarreau · 16 years ago
  96. 74ab2ac [MEDIUM] stream_interface: added a DISconnected state between CON/EST and CLO by Willy Tarreau · 16 years ago
  97. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · 16 years ago
  98. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  99. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · 16 years ago
  100. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · 16 years ago