1. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · 12 years ago
  2. c8dd77f MAJOR: connection: remove the CO_FL_CURR_*_POL flag by Willy Tarreau · 12 years ago
  3. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  4. 1e95491 MEDIUM: connection: add a flag to hold the transport layer by Willy Tarreau · 12 years ago
  5. 6c03a64 MEDIUM: connection: always unset the transport layer upon close by Willy Tarreau · 12 years ago
  6. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · 12 years ago
  7. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  8. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · 12 years ago
  9. f3a6d7e MEDIUM: connection: reorganize connection flags by Willy Tarreau · 12 years ago
  10. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · 12 years ago
  11. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · 12 years ago
  12. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  13. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · 12 years ago
  14. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · 12 years ago
  15. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  16. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  17. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  18. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  19. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  20. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  21. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  22. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  23. 3af56a9 MINOR: connection: provide conn_{data|sock}_{read0|shutw} functions by Willy Tarreau · 12 years ago
  24. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  25. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  26. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · 12 years ago
  27. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  28. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  29. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · 12 years ago