Skip to content

Releases: williambailey/pacproxy

Just a bump with new platform builds.

11 May 09:21
Compare
Choose a tag to compare

No extra features or fixes.

Binaries built using go 1.18.2

May I redirect your attention to over here

04 Sep 10:13
Compare
Choose a tag to compare

Includes:

  • #12 Return unclosed body to fix localhost redirects

Binaries built using go 1.15.1

Sometimes you just can't wait forever

28 Apr 08:40
Compare
Choose a tag to compare

Attempts to fix an issue where http requests would sometimes stall forever when CONNECTing via some upstream proxy servers.

Each little bump helps.

08 Dec 23:32
Compare
Choose a tag to compare
  • The -c flag is now required and the application with fail gracefully if it is not provided. (#9)
  • Better usage information, now includes the version number.
  • Built using go 1.13.5
  • Migrated to go modules

Version 2.0

01 Jan 22:32
Compare
Choose a tag to compare

A lot of implementation changes and rewrites.

User facing highlights...

  • improved stability
  • improvements when proxying https requests through other proxy servers.
  • support for loading pac configuration from a local file, a http url, or direct javascript.
  • better output when running in verbose mode
  • binaries built with go 1.9.2

Hopefully better then v1

13 Jul 22:22
Compare
Choose a tag to compare
Pre-release

A lot of implementation changes and rewrites.

User facing highlights...

  • better verbose logging
  • smarter pac configuration loading
  • less crashing on macOS Sierra
  • built with go 1.8.3

Important

Not all pac functions are available in this release. The following functions still need implementing.

  • weekdayRange()
  • dateRange()
  • timeRange()

Welcome to pacproxy 101

16 Nov 21:43
Compare
Choose a tag to compare

Fixes a few race conditions when handling concurrent proxy requests.

Version one

16 Nov 00:05
Compare
Choose a tag to compare

A no-frills local HTTP proxy server powered by a proxy auto-config (PAC) file.

v0.8.1

19 May 11:19
Compare
Choose a tag to compare

First public release

04 Apr 16:03
Compare
Choose a tag to compare
v0.7.0

Add LICENSE and update README