Check for driver methods before calling them and reset them on close.
[cascardo/rnetproxy.git] / hcconn.c
2009-07-03 Thadeu Lima de Sou... Check for driver methods before calling them and reset...
2009-07-03 Thadeu Lima de Sou... Use close instead of shutdown.
2009-07-03 Thadeu Lima de Sou... Handle other socket events and push them forward.
2009-07-03 Thadeu Lima de Sou... Added some comments and reminders in connection system.
2009-07-03 Thadeu Lima de Sou... Fix memory leak: destroy channel layer when closing.
2009-07-02 Thadeu Lima de Sou... Separate iochannel implementation from HCConn interface.
2009-07-02 Thadeu Lima de Sou... Remove watch before closing connection.
2009-07-02 Thadeu Lima de Sou... Split internal details of HCConn into header to allow...
2009-07-02 Thadeu Lima de Sou... Rename iochannel to hcconn.