1. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · 12 years ago
  2. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · 12 years ago
  3. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  4. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  5. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  6. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  7. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  8. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  9. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · 12 years ago
  10. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · 12 years ago
  11. 3c55ec2 MEDIUM: stream_interface: centralize the SI_FL_ERR management by Willy Tarreau · 12 years ago
  12. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  13. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  14. fa6bac6 BUG/MEDIUM: register peer sync handler in the proper order by Willy Tarreau · 12 years ago
  15. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · 12 years ago
  16. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  17. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  18. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  19. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  20. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · 12 years ago
  21. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · 12 years ago
  22. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  23. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  24. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  25. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  26. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  27. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · 12 years ago
  28. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · 12 years ago
  29. 7abd00d [MINOR] Fix build error in stream_int_register_handler() by Simon Horman · 13 years ago
  30. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  31. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  32. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  33. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  34. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  35. 32d3ee9 [CRITICAL] session: correctly leave turn-around and queue states on abort by Willy Tarreau · 14 years ago
  36. 798e128 [BUG] stream_interface: truncate buffers when sending error messages by Willy Tarreau · 14 years ago
  37. d8ccffe [BUG] stream_interface: only call si->release when both dirs are closed by Willy Tarreau · 14 years ago
  38. 3488e25 [MAJOR] stream_interface: fix the wakeup conditions for embedded iohandlers by Willy Tarreau · 14 years ago
  39. 7a20aa6 [MEDIUM] session: make it possible to call an I/O handler on both SI by Willy Tarreau · 14 years ago
  40. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · 14 years ago
  41. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  42. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · 14 years ago
  43. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · 15 years ago
  44. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · 15 years ago
  45. f1ba4b3 [MAJOR] buffer: flag BF_DONT_READ to disable reads when not required by Willy Tarreau · 15 years ago
  46. 96fd4b5 [MEDIUM] stream_int: adjust WAIT_ROOM handling by Willy Tarreau · 15 years ago
  47. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  48. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · 15 years ago
  49. 269358d [BUILD] stream_interface: fix conflicting declaration by Willy Tarreau · 15 years ago
  50. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  51. cb359e3 [MEDIUM] stream_interface: make use of buffer_cut_tail() to report errors by Willy Tarreau · 15 years ago
  52. 6f0aa47 [CLEANUP] buffer_flush() was misleading, rename it as buffer_erase by Willy Tarreau · 15 years ago
  53. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  54. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · 16 years ago
  55. fe3718a [MAJOR] complete layer4/7 separation by Willy Tarreau · 16 years ago
  56. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · 16 years ago