Change from GNet to HCConn.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 2 Jul 2009 17:49:13 +0000 (14:49 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 2 Jul 2009 17:49:13 +0000 (14:49 -0300)
commitfba83c023fada1b542898fba73cd93f4e46162f7
tree1654ea6394f6e5d05c7c80156c8693728bb8f7ae
parentbe0f9983c91a35d5b617303f1461eee8b02fb710
Change from GNet to HCConn.

Now, we use our own implementation of TCP connection and server, instead
of using GNet. There is some missing pieces and it doesn't work right
now, but it's easier to hack on and we don't depend on this library
anymore.
13 files changed:
Makefile.am
configure.ac
nethook.c
nethook.h
null.c
null.h
pop.c
pop.h
popproxy.c
popproxy.conf
ssl.c
ssl.h
ssl_server.c