pacparser icon indicating copy to clipboard operation
pacparser copied to clipboard

A library to parse proxy auto-config (PAC) files

Results 33 pacparser issues
Sort by recently updated
recently updated
newest added

RHEL 8 and its forks like AlmaLinux release 8.6 (Sky Tiger) have Python 3.6.8 as a defaut install. Would be great to have an opportunity to install pacparser directly from...

These are trivial build fixes that makes it easier for distros. * Changes `CFLAGS` to `MAINT_CFLAGS`. This leaves `CFLAGS` as unset by default so that the user can freely set...

Note: Please review that I am solving this correctly, thanks! In Gentoo the `runtests.py` script fails when it fails to determine the pacparser path. This happens because `py_ver` expands to...

The function isResolvable appears to sometimes return true for some local ip that should be unresolvable on my local network, but returns false for some ip's that should be resolvable...

Hey there! I belong to an open source security research community, and a member (@bugcrash) has found an issue, but doesn’t know the best way to disclose it. If not...

This was requested as a feature a while back in #28 and was declined with a reasonable explanation I understand you may prefer to decline this PR but I figured...

I noticed that the way GCC runs on Windows heavily depends on the local setup (Cygwin, Mingw, Msys, etc..). This is how to get straight to the goal without much...

The Makefile installs the libpacparser.so without the executable bit. To build RPM packages - and probably Debian packages as well - libraries need to be executable in order to be...

Backport refactorings, enhancements (especially in tests) and c-ares integration implemented in the Google fork of pacparser.