After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 80248 - GNet support
GNet support
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.12.0 betas
Other All
: Normal enhancement
: 0.13.4
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks: 91979 92236
 
 
Reported: 2002-04-29 17:45 UTC by Charles Kerr
Modified: 2006-06-18 05:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Kerr 2002-04-29 17:45:02 UTC
The GNet library needs to be evaluated for making Pan's network code
portable.  The existing code won't fit in the Windows port, so we need
to either make GNet an option or a prerequisite.
Comment 1 Charles Kerr 2002-05-28 00:28:36 UTC
actually GIOChannel does almost everything we want.
We may be able to just use glib2 plus a little bit
of ifdef win32 code to open the socket fd in windows.

A carefully-clipped version of gnet's tcp.c would be
a few hundred lines and should be all we need past
GIOChannel.
Comment 2 Charles Kerr 2002-06-10 21:33:21 UTC
moving feature requests to 0.13.0.
0.12.x releases will be used for bugfixes.
Comment 3 Charles Kerr 2003-01-07 16:43:38 UTC
Pan now uses GNet & GIOChannel for socket work...
sockets.c and dialog-newuser.c build the same on
Linux & 'doze.