Downloadliste

Projektbeschreibung

pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use or whether to go direct for a given URL. The idea behind pacparser is to make it easy to add PAC file parsing capability to any program (C and Python are supported right now). It comes as a shared C library and a Python module that can be used to make any C or Python program PAC scripts intelligent. Some very useful targets could be popular Web software like wget, curl, and python-urllib.

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.

2011-09-10 17:10
1.3.0

Dieses Release behebt bauen Bugs unter Mac OS X 10.6, CentOS 5.5 und andere Systeme mit Python-Versionen älter als 2,5, Systeme nicht mit dem Internet verbunden. Darüber hinaus behebt einen Fehler in pactester, dass eine falsche Exit-Status verursacht, wenn es während der Ausführung FindProxyForURL gescheitert.
This release fixes build related bugs on Mac OS X 10.6, CentOS 5.5 and other systems with Python versions older than 2.5, systems not connected to the Internet. It also fixes a bug in pactester that caused an incorrect exit status if it failed during the execution of FindProxyForURL.

2011-04-23 06:46
1.2.9

Diese Veröffentlichung fügt eine Funktion zum pacparser damit die Arbeit mit dem Proxy Auto-Config (PAC) Skript direkt (in String-Form) statt erfordern es, in einer Datei zu sein. Diese Version fügt auch eine Funktion, um pactester zu PAC-Dateien direkt von stdin, die Benutzer können "pipe" PAC-Dateien direkt pactester von den anderen Programmen wie Locke zu lesen. Diese Version hat auch einige Fixes zu bauen, um pacparser auf Nicht-Linux-Systeme zu bauen, wie GNU kFreeBSD und GNU Hurd.
This release adds a feature to pacparser to allow working with the proxy auto-config (PAC) script directly (in string form) instead of requiring it to be in a file. This release also adds a feature to pactester to read pac files from stdin directly, which will allow users to "pipe" pac files to pactester directly from the other programs like curl. This release also has some build fixes to make pacparser build on non-Linux GNU systems like kFreeBSD and GNU Hurd.

2010-12-13 22:10
1.2.7

Kleinere Fehler wurden behoben.
Tags: Minor bugfixes
Minor bugs were fixed.

2010-10-11 03:05
1.2.6

Build-Veränderungen zu machen pacparser auf allen Architekturen durch das Debian-Projekt unterstützt kompilieren. Eine Funktion zur Speicherung der Informationen in der Version kompilierte Bibliotheken und Export, die Informationen über eine API.
Tags: Minor
Build-related changes to make pacparser compile on all architectures supported by the Debian project. A feature to store the version information in the compiled libraries and export that information through an API.

2010-08-15 03:31
1.2.1

Es wurde Unterstützung für Microsoft IPv6 PAC Erweiterungen hinzugefügt. pacparser unterstützt jetzt die folgenden zusätzlichen Funktionen: dnsResolveEx, myIpAddressEx und isResolvableEx. Für die Entwicklung wurden Integrationstests zugegeben und Makefiles wurden modifiziert, um sie auszuführen nach jeder bauen. Unnötige libjs Symbole werden während der Erstellung libpacparser ausgeschlossen.
Tags: Major feature enhancements
Support was added for Microsoft IPv6 PAC extensions. pacparser now supports the following additional functions: dnsResolveEx, myIpAddressEx and isResolvableEx. For development, integration tests were added, and Makefiles were modified to execute them after each build. Unnecessary libjs symbols are excluded while creating libpacparser.

Project Resources