From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 11:22:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CAE137B401 for ; Mon, 7 Jul 2003 11:22:52 -0700 (PDT) Received: from apollo.sitaranetworks.com (apollo.sitaranetworks.com [199.103.141.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8631443FB1 for ; Mon, 7 Jul 2003 11:22:51 -0700 (PDT) (envelope-from cptacek@sitaranetworks.com) Received: from rios.sitaranetworks.com (rios.sitaranetworks.com [199.103.141.78])h67IMSc19933 for ; Mon, 7 Jul 2003 14:22:28 -0400 (EDT) Received: by rios.sitaranetworks.com with Internet Mail Service (5.5.2653.19) id <333FWGGP>; Mon, 7 Jul 2003 14:26:26 -0400 Message-ID: <31269226357BD211979E00A0C9866DAB04D9377F@rios.sitaranetworks.com> From: Chris Ptacek To: "'freebsd-questions@freebsd.org'" Date: Mon, 7 Jul 2003 14:26:26 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: gzip library (compressing a buffer in C) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 18:22:52 -0000 Does anyone know if there is a library available to allow a C program to gzip a buffer. Basically I have a buffer of data that I will be transfering and would like to gzip it before sending. The receiving system already does a gunzip and I am trying to handle the same format, so other compression may not be available. - Chris