Skip to content

Releases: nmoinvaz/proxyres

1.0.2

03 Feb 23:58
Compare
Choose a tag to compare

What's Changed

  • Revert "Add the ability to configure empty bypass list for avoiding proxy bypass" by @nmoinvaz in #20
  • Added link to win proxy behavior table for local addresses. by @nmoinvaz in #21
  • Check for empty string when setting proxy override settings. by @nmoinvaz in #23
  • Don't return empty values in proxy_config functions. by @nmoinvaz in #24

Full Changelog: 1.0.1...1.0.2

1.0.1

03 Feb 22:18
Compare
Choose a tag to compare

What's Changed

  • Fixed missing include for strcasecmp and _strnicmp in curl example. by @nmoinvaz in #19
  • Use size_t for memory allocation size where applicable. by @nmoinvaz in #18
  • Fixed memory leak in should_bypass_proxy during early exit. by @nmoinvaz in #17

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Feb 19:13
Compare
Choose a tag to compare

What's Changed

  • Fixed various threadpool errors by @sergio-nsk in #1
  • Fix error identifier thread is undefined in WinXP thread pool by @sergio-nsk in #2
  • Remove duplicate CI run and set MultiThreaded MSVC runtime by @nmoinvaz in #5
  • Init and drain autorelease pool for thread pool jobs by @sergio-nsk in #4
  • Release run loop when resolving proxy on macOS. by @nmoinvaz in #3
  • Fix struct names and don't use struct tags for consistency by @sergio-nsk in #6
  • Switch to clang-format-15 by @sergio-nsk in #7
  • Call pthread_exit() instead of return in pthread start functions by @sergio-nsk in #8
  • Fixed code warnings by @nmoinvaz in #9
  • Fixed more compilation warnings in threadpool_winxp by @nmoinvaz in #10
  • Silence unused variable warnings. by @nmoinvaz in #12
  • Add the ability to configure empty bypass list for avoiding proxy bypass by @sergio-nsk in #13
  • Remove explicit boolean checks in if statements. by @nmoinvaz in #14
  • Add test case for the empty proxy bypass list configured by @sergio-nsk in #15
  • Always bypass localhost addresses when using manual proxy. by @nmoinvaz in #16

New Contributors

Full Changelog: https://github.com/nmoinvaz/proxyres/commits/1.0.0