Implement GProxyConnection a GIOStream+GTcpConn wrapper
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Fri, 23 Jul 2010 00:51:23 +0000 (20:51 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Thu, 19 Aug 2010 20:32:37 +0000 (16:32 -0400)
commitee3dbf747e48a41c916674f111906f57996fd626
tree08ad72eed17b6402a1c8001da60167e679075c5b
parent6fa113660057e0e6592b180d1a2aead617e71dec
Implement GProxyConnection a GIOStream+GTcpConn wrapper

This class inherit from GTcpConnection by refing the socket of
an existing GTcpConnection and wraps a custom GIOStream into itself. This
is to allow implementing proxies that alters data stream, like when using
GSSAPI privacy inside SOCKS5.
gio/Makefile.am
gio/gproxyconnection.c [new file with mode: 0644]
gio/gproxyconnection.h [new file with mode: 0644]