代码搜索:GNet
找到约 129 项符合「GNet」的源代码
代码结果 129
www.eeworm.com/read/106891/15618511
win32 config.h.win32
#ifndef _GNET_CONFIG_H
#define _GNET_CONFIG_H
#define GNET_WIN32
#endif
www.eeworm.com/read/106891/15618460
am makefile.am
## Process this file with automake to produce Makefile.in
SUBDIRS = src examples tests doc
@SET_MAKE@
EXTRA_DIST=TODO HACKING BUGS README.macosx gnetconfig.h.in \
README.win32 GNET.DSP config.h.
www.eeworm.com/read/106891/15618548
in makefile.in
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/106891/15618520
mingw makefile.mingw
CC = gcc
FLAGS = -g -Wall -mno-cygwin -mcpu=pentium -DGNET_EXPERIMENTAL=1
INCLUDE = -I../glib -I. -L../glib -L.
LIBS = -lglib-2.0-0 -lws2_32
OFILES = udp.o tcp.o iochannel.o inetaddr.o mcast.o gnet.o
www.eeworm.com/read/106891/15618523
h socks.h
/* GNet - Networking library
* Copyright (C) 2001-2002 David Helder
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
www.eeworm.com/read/172396/5387742
sgml conn-http.sgml
GConnHttp
HTTP connection object
A #GConnHttp represents a HTTP
www.eeworm.com/read/106891/15618561
ac configure.ac
# Process this file with autoconf to produce a configure script.
#
# $Id: configure.ac,v 1.18.2.2 2003/01/01 22:10:57 dhelder Exp $
# autoconf requirement
AC_PREREQ([2.52])
#########################
www.eeworm.com/read/106891/15618467
readme
GNet README
-----------
GNet is a simple network library. It is written in C,
object-oriented, and built upon GLib. It is intended to be small,
fast, easy-to-use, and easy to port. GNet comes wit
www.eeworm.com/read/106891/15618528
h server.h
/* GNet - Networking library
* Copyright (C) 2000-2002 David Helder
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
www.eeworm.com/read/106891/15618540
h md5.h
/**
This code is in the public domain. See md5.c for details.
Authors:
Colin Plumb [original author]
David Helder [GNet API]
*/
#ifndef _GNET_MD5_H
#define _GNET_MD5_H
#include