1. 58363cf MEDIUM: connection: improve error handling around the data layer by Willy Tarreau · 12 years ago
  2. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · 12 years ago
  3. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  4. d9de7ca MEDIUM: connection: avoid calling handshakes when polling is required by Willy Tarreau · 12 years ago
  5. f8deb0c MEDIUM: connection: only call tcp_connect_probe when nothing was attempted yet by Willy Tarreau · 12 years ago
  6. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  7. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  8. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · 12 years ago
  9. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  10. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  11. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  12. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  13. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · 12 years ago
  14. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · 12 years ago
  15. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · 12 years ago
  16. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  17. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  18. 2da156f MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes by Willy Tarreau · 12 years ago
  19. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  20. 61ace1b MEDIUM: connection: remove the FD_POLL_* flags only once by Willy Tarreau · 12 years ago
  21. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  22. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · 12 years ago