Downloadliste

Projektbeschreibung

HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method. It's easy to use, but it also allows you to customize and manipulate your file requests through altering the User Agent, Referer, timeout, etc. The error reporting functions give you a simple, clean interface through which to obtain information about a problem. HTTP Fetcher is designed to let you retrieve files via HTTP quickly and easily without having to reinvent the wheel. From this base you can build interactive download tools (like fetch), site mirroring tools, Web spiders, or anything with a need to do HTTP GETs.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-03-12 07:18
1.1.0

Diese Version bietet die Möglichkeit, (transparent) folgen leitet, sowie eine Funktion, damit Anrufer, die Zahl der Kontrolle Umleitungen zu folgen (wenn vorhanden). Es enthält auch einige kleinere Verbesserungen und einige Übertragbarkeit Aufräumarbeiten.
Tags: Minor feature enhancements
This version adds the ability to (transparently) follow redirects,
as well as a function to allow callers to control the number of
redirects to follow (if any). It also includes some minor
portability improvements and some cleanups.

2003-10-23 02:09
1.0.3

HTTP Kontrollstrukturen nun RFC-konforme Zeilenumbrüche. Die Unterstützung wurde für die Verbindung zu beliebigen Ports hinzugefügt. Server-Antwort-Werte mit führenden 0 sind jetzt korrekt behandelt. Ein Timeout Fehler wurde behoben und ein Speicherleck zu verschließen.
Tags: Minor bugfixes
HTTP control structures now use RFC compliant line breaks. Support has been added for connecting to arbitrary ports. Server response values with leading 0's are now handled correctly. A timeout bug has been fixed and a memory leak plugged.

2003-04-28 03:55
1.0.2

Ein Buffer Overflow und einen Speicherverlust wurden behoben. Es gibt Übertragbarkeit Verbesserungen und Build-Prozess für die Kontrollen erforderlichen Funktionen. Inbegriffen sind ein spec-Datei für RPM-Pakete und ein http-fetcher.m4 Makro-Datei für die Aufnahme mit autoconf. Es prüft, ob hstrerror und bietet einen Workaround, wenn nicht vorhanden.
Tags: Minor security fixes
A buffer overflow and a memory leak have been fixed. There are portability improvements and build process checks for necessary functions. Included are a spec file for building RPM packages and an http-fetcher.m4 macro file for inclusion with autoconf. It checks for hstrerror and provides a workaround if not present.

2001-07-31 05:14
1.0.1

Eine neue "Host:"-Feld im HTTP-Anfragen an einigen Servern aufnehmen, dass es (auch mit HTTP 1.0-Zugriffe); Server hätte früher ein 404 ohne die angegebene Host zurück zu verlangen.
Tags: Minor feature enhancements
A new "Host: " field in HTTP requests to accommodate some servers that require it (even with HTTP 1.0 requests); servers would previously return a 404 without the Host specified.

Project Resources