From return@trafficmagnet.net Fri Feb 01 02:01:52 2002 Return-Path: Delivered-To: gnet@gnetlibrary.org Received: (qmail 6062 invoked from network); 1 Feb 2002 02:01:51 -0000 Received: from unknown (HELO ns4.trafficnet.net) (211.101.236.180) by misc.eecs.umich.edu with SMTP; 1 Feb 2002 02:01:51 -0000 Received: from sendmail ([211.101.236.29]) by ns4.trafficnet.net (8.11.6/8.11.6) with SMTP id g1124Vl13678 for ; Fri, 1 Feb 2002 10:04:33 +0800 Message-Id: <200202010204.g1124Vl13678@ns4.trafficnet.net> From: Christine Hall To: "gnet@gnetlibrary.org" Date: Fri, 1 Feb 2002 10:04:56 +0800 X-Mailer: CSMTPConnection v2.17 MIME-Version: 1.0 Content-Type: multipart/related; boundary="d31d5147-578d-42ea-ba2b-6c78daaacffe" Content-Transfer-Encoding: quoted-printable Reply-To: Christine Hall Subject: [gnet] WWW.GNETLIBRARY.ORG Sender: gnet-admin@gnetlibrary.org Errors-To: gnet-admin@gnetlibrary.org X-BeenThere: gnet@gnetlibrary.org X-Mailman-Version: 2.0 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for users and programmers List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format --d31d5147-578d-42ea-ba2b-6c78daaacffe Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Hi

I visited WWW.GNETLIBRARY.ORG, and noticed that you're not listed on some search engines! I think we can = offer you a service which can help you increase traffic and the number of = visitors to your website.

I would like to introduce you to TrafficMagnet.net. We offer a unique = technology that will submit your website to over 300,000 search engines and = directories every month.


You'll be surprised by the low cost, and by how effective this website = promotion method can be.

To find out more about TrafficMagnet and the cost for submitting your = website to over 300,000 search engines and directories, visit www.TrafficMagnet.net.

I would love to hear from you.


Best Regards,

Christine Hall
Sales and Marketing
E-mail: christine@trafficmagnet.net
http://www.TrafficMagnet.net
--d31d5147-578d-42ea-ba2b-6c78daaacffe-- From dhelder@umich.edu Sat Feb 02 00:59:39 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 7317 invoked from network); 2 Feb 2002 00:59:39 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 2 Feb 2002 00:59:39 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id E083193D87; Fri, 1 Feb 2002 19:59:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id DA0DB93D86 for ; Fri, 1 Feb 2002 19:59:38 -0500 (EST) Date: Fri, 1 Feb 2002 19:59:38 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] gnet updates Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: * I meddled with gnet-config more. I think it's cleaner. Let me know if I broke any installations. It works on my machine, but I'll try my pool next week. * New "experimental" API: void gnet_tcp_socket_server_accept_async (GTcpSocket* socket, GTcpSocketAcceptFunc accept_func, gpointer user_data); void gnet_tcp_socket_server_accept_async_cancel (GTcpSocket* socket); accept_func is called when the server gets a new client. The "old way" was to set a read watch on the server's iochannel. However, it seemed to hard to get this working with SOCKS, so I added the new API. If you ever want SOCKS5 server support, use the new API. SOCKS server support is really, really weird. * Marius is now going to test and debug the SOCKS changes I made and then we should finally be ready to release 1.1.1. I am going to stop distributing my own .deb since a real debian developer is packaging gnet now. I don't know when Windows 1.1.1 would be ready. * Tip of the day: When you call g_assert(func()) and assertions are disabled, func() isn't called. This was the source of several bugs in the server/conn code and had me banging my head against the wall for many hours. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: From dhelder@umich.edu Tue Feb 12 14:49:36 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 6277 invoked from network); 12 Feb 2002 14:49:36 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 12 Feb 2002 14:49:36 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id D655593BA9; Tue, 12 Feb 2002 09:49:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id CFA0993BA4 for ; Tue, 12 Feb 2002 09:49:31 -0500 (EST) Date: Tue, 12 Feb 2002 09:49:31 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] GNet snapshot Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: Here's a snapshot: http://www.gnetlibrary.org/snapshot/ Consider it a version 1.1.1 prerelease. I'm still waiting on Marius to retest SOCKS server support. If all's good, I hope to release 1.1.1 by Thursday. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: From dhelder@umich.edu Fri Feb 15 22:51:36 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 25778 invoked from network); 15 Feb 2002 22:51:35 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 15 Feb 2002 22:51:35 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id 68A1593B7C; Fri, 15 Feb 2002 17:51:35 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id 5B5F193B68 for ; Fri, 15 Feb 2002 17:51:35 -0500 (EST) Date: Fri, 15 Feb 2002 17:51:35 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] 1.1.1 Async DNS bugs Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: There are a couple bugs in asynchronous DNS. This affects systems that use pthreads for DNS (this is detected in autoconf). I hope to have a new version with the bug fix tomorrow. This will be 1.1.2. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: From return@trafficmagnet.net Fri Feb 01 02:01:52 2002 Return-Path: Delivered-To: gnet@gnetlibrary.org Received: (qmail 6062 invoked from network); 1 Feb 2002 02:01:51 -0000 Received: from unknown (HELO ns4.trafficnet.net) (211.101.236.180) by misc.eecs.umich.edu with SMTP; 1 Feb 2002 02:01:51 -0000 Received: from sendmail ([211.101.236.29]) by ns4.trafficnet.net (8.11.6/8.11.6) with SMTP id g1124Vl13678 for ; Fri, 1 Feb 2002 10:04:33 +0800 Message-Id: <200202010204.g1124Vl13678@ns4.trafficnet.net> From: Christine Hall To: "gnet@gnetlibrary.org" Date: Fri, 1 Feb 2002 10:04:56 +0800 X-Mailer: CSMTPConnection v2.17 MIME-Version: 1.0 Content-Type: multipart/related; boundary="d31d5147-578d-42ea-ba2b-6c78daaacffe" Content-Transfer-Encoding: quoted-printable Reply-To: Christine Hall Subject: [gnet] WWW.GNETLIBRARY.ORG Sender: gnet-admin@gnetlibrary.org Errors-To: gnet-admin@gnetlibrary.org X-BeenThere: gnet@gnetlibrary.org X-Mailman-Version: 2.0 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for users and programmers List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format --d31d5147-578d-42ea-ba2b-6c78daaacffe Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Hi

I visited WWW.GNETLIBRARY.ORG, and noticed that you're not listed on some search engines! I think we can = offer you a service which can help you increase traffic and the number of = visitors to your website.

I would like to introduce you to TrafficMagnet.net. We offer a unique = technology that will submit your website to over 300,000 search engines and = directories every month.


You'll be surprised by the low cost, and by how effective this website = promotion method can be.

To find out more about TrafficMagnet and the cost for submitting your = website to over 300,000 search engines and directories, visit www.TrafficMagnet.net.

I would love to hear from you.


Best Regards,

Christine Hall
Sales and Marketing
E-mail: christine@trafficmagnet.net
http://www.TrafficMagnet.net
--d31d5147-578d-42ea-ba2b-6c78daaacffe-- From dhelder@umich.edu Sat Feb 02 00:59:39 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 7317 invoked from network); 2 Feb 2002 00:59:39 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 2 Feb 2002 00:59:39 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id E083193D87; Fri, 1 Feb 2002 19:59:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id DA0DB93D86 for ; Fri, 1 Feb 2002 19:59:38 -0500 (EST) Date: Fri, 1 Feb 2002 19:59:38 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] gnet updates Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: * I meddled with gnet-config more. I think it's cleaner. Let me know if I broke any installations. It works on my machine, but I'll try my pool next week. * New "experimental" API: void gnet_tcp_socket_server_accept_async (GTcpSocket* socket, GTcpSocketAcceptFunc accept_func, gpointer user_data); void gnet_tcp_socket_server_accept_async_cancel (GTcpSocket* socket); accept_func is called when the server gets a new client. The "old way" was to set a read watch on the server's iochannel. However, it seemed to hard to get this working with SOCKS, so I added the new API. If you ever want SOCKS5 server support, use the new API. SOCKS server support is really, really weird. * Marius is now going to test and debug the SOCKS changes I made and then we should finally be ready to release 1.1.1. I am going to stop distributing my own .deb since a real debian developer is packaging gnet now. I don't know when Windows 1.1.1 would be ready. * Tip of the day: When you call g_assert(func()) and assertions are disabled, func() isn't called. This was the source of several bugs in the server/conn code and had me banging my head against the wall for many hours. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: From dhelder@umich.edu Tue Feb 12 14:49:36 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 6277 invoked from network); 12 Feb 2002 14:49:36 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 12 Feb 2002 14:49:36 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id D655593BA9; Tue, 12 Feb 2002 09:49:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id CFA0993BA4 for ; Tue, 12 Feb 2002 09:49:31 -0500 (EST) Date: Tue, 12 Feb 2002 09:49:31 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] GNet snapshot Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: Here's a snapshot: http://www.gnetlibrary.org/snapshot/ Consider it a version 1.1.1 prerelease. I'm still waiting on Marius to retest SOCKS server support. If all's good, I hope to release 1.1.1 by Thursday. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: From dhelder@umich.edu Fri Feb 15 22:51:36 2002 Return-Path: Delivered-To: gnet-dev@gnetlibrary.org Received: (qmail 25778 invoked from network); 15 Feb 2002 22:51:35 -0000 Received: from speak.eecs.umich.edu (postfix@141.213.11.124) by misc.eecs.umich.edu with SMTP; 15 Feb 2002 22:51:35 -0000 Received: by speak.eecs.umich.edu (Postfix, from userid 15885) id 68A1593B7C; Fri, 15 Feb 2002 17:51:35 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by speak.eecs.umich.edu (Postfix) with ESMTP id 5B5F193B68 for ; Fri, 15 Feb 2002 17:51:35 -0500 (EST) Date: Fri, 15 Feb 2002 17:51:35 -0500 (EST) From: David Helder X-X-Sender: dhelder@speak.eecs.umich.edu To: gnet-dev@gnetlibrary.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gnet-dev] 1.1.1 Async DNS bugs Sender: gnet-dev-admin@gnetlibrary.org Errors-To: gnet-dev-admin@gnetlibrary.org X-BeenThere: gnet-dev@gnetlibrary.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Discussion of GNet for the developers of GNet List-Unsubscribe: , List-Archive: There are a couple bugs in asynchronous DNS. This affects systems that use pthreads for DNS (this is detected in autoconf). I hope to have a new version with the bug fix tomorrow. This will be 1.1.2. David -- __ _ __ David Helder - dhelder@umich.edu ___/ /__ __ __(_)__/ / / _ / _ `/ |/ / / _ / Jungle Monkey: |_,_/|_,_/|___/_/|_,_/ Paper CD Case: