1. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  2. c34d19f BUG: stream_interface: Reuse connection even if the output channel is empty by Christopher Faulet · 9 years ago
  3. 958f074 BUG/MEDIUM: stream-int: avoid double-call to applet->release by Willy Tarreau · 9 years ago
  4. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · 9 years ago
  5. 3355203 MEDIUM: stream-int: completely remove stream_int_update_embedded() by Willy Tarreau · 9 years ago
  6. 615f28b MINOR: stream-int: implement the stream_int_notify() function by Willy Tarreau · 9 years ago
  7. cbc3260 MINOR: stream-int: export stream_int_update_* by Willy Tarreau · 9 years ago
  8. 5d5b2fe MEDIUM: stream-int: call stream_int_update() from si_update() by Willy Tarreau · 9 years ago
  9. 25f1310 MINOR: stream-int: implement a new stream_int_update() function by Willy Tarreau · 9 years ago
  10. 0fd9909 CLEANUP: stream-int: remove obsolete function si_applet_call() by Willy Tarreau · 9 years ago
  11. 4320eaa MINOR: stream-int: make si_idle_conn() only accept valid connections by Willy Tarreau · 9 years ago
  12. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · 9 years ago
  13. 41b09f4 MINOR: stream-int: add new function si_detach_endpoint() by Willy Tarreau · 9 years ago
  14. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · 9 years ago
  15. d7c7475 MINOR: stream-int: only use si_release_endpoint() to release a connection by Willy Tarreau · 9 years ago
  16. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · 9 years ago
  17. eb406dc MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O by Willy Tarreau · 9 years ago
  18. e5f8649 MEDIUM: stream-int: add a new function si_applet_done() by Willy Tarreau · 9 years ago
  19. d45b9f8 REORG: stream-int: create si_applet_ops dedicated to applets by Willy Tarreau · 9 years ago
  20. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  21. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago
  22. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · 9 years ago
  23. 19c8161 MINOR: applet: add a new "owner" pointer in the appctx by Willy Tarreau · 9 years ago
  24. 7365dad BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified by Willy Tarreau · 9 years ago
  25. a7513f5 MINOR: stream-int: make appctx_new() take the applet in argument by Willy Tarreau · 9 years ago
  26. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  27. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  28. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · 10 years ago
  29. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · 10 years ago
  30. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · 10 years ago
  31. 07373b8 MEDIUM: stream-int: use si_task() to retrieve the task from the stream int by Willy Tarreau · 10 years ago
  32. aefd790 MEDIUM: stream-int: make si_sess() use the stream int's side by Willy Tarreau · 10 years ago
  33. 0b2fb7f MAJOR: stream-int: only rely on SI_FL_ISBACK to find the requested channel by Willy Tarreau · 10 years ago
  34. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · 10 years ago
  35. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · 10 years ago
  36. 3dd6a25 MINOR: stream-int: retrieve session pointer from stream-int by Willy Tarreau · 10 years ago
  37. 9e5a3aa MEDIUM: stream-int: make si_connect() return an established state when possible by Willy Tarreau · 11 years ago
  38. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · 11 years ago
  39. b490b4e MAJOR: stream-int: handle the connection reuse in si_connect() by Willy Tarreau · 11 years ago
  40. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · 11 years ago
  41. d02cdd2 MINOR: connection: add simple functions to report connection readiness by Willy Tarreau · 11 years ago
  42. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · 11 years ago
  43. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · 11 years ago
  44. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · 11 years ago
  45. 1ec74bf MINOR: connection: check for send_proxy during the connect(), not the SI by Willy Tarreau · 11 years ago
  46. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · 11 years ago
  47. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  48. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · 11 years ago
  49. 7abddb5 MINOR: connection: replace conn_assign with conn_attach by Willy Tarreau · 11 years ago
  50. 3ed35ef MINOR: stream-interface: introduce si_reset() and si_set_state() by Willy Tarreau · 11 years ago
  51. c10aec2 MINOR: get rid of si_takeover_conn() by Willy Tarreau · 11 years ago
  52. 3721343 MEDIUM: connection: replace conn_prepare with conn_assign by Willy Tarreau · 11 years ago
  53. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  54. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · 11 years ago
  55. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · 11 years ago
  56. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · 11 years ago
  57. 48099c7 MEDIUM: stream-interface: set the pointer to the applet into the applet context by Willy Tarreau · 11 years ago
  58. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · 11 years ago
  59. 372d670 MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet by Willy Tarreau · 11 years ago
  60. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · 11 years ago
  61. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · 11 years ago
  62. 55e4ecd MINOR: stats: add a few more information on session dump by Willy Tarreau · 12 years ago
  63. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · 12 years ago
  64. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · 12 years ago
  65. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  66. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  67. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · 12 years ago
  68. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · 12 years ago
  69. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · 12 years ago
  70. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  71. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · 12 years ago
  72. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · 12 years ago
  73. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  74. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  75. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  76. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  77. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · 12 years ago
  78. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · 12 years ago
  79. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · 12 years ago
  80. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · 12 years ago
  81. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · 12 years ago
  82. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  83. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  84. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  85. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  86. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  87. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  88. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  89. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  90. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  91. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  92. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  93. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  94. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · 12 years ago
  95. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  96. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  97. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  98. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  99. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  100. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago