Compila rnetserver e rnetclient.
[cascardo/rnetproxy.git] / hcconn.c
2011-04-14 Thadeu Lima de Sou... Proxy para ReceitaNET.
2009-07-20 Thadeu Lima de Sou... If receive returns an error report it using CLOSE event.
2009-07-20 Thadeu Lima de Sou... Handle ERROR event as a CLOSE one and use masks not...
2009-07-07 Thadeu Lima de Sou... Allow set_driver to fail and handle this case.
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.