Skip to content
  1. Feb 02, 2021
  2. Jan 25, 2021
  3. Jan 12, 2021
  4. Dec 17, 2020
  5. Dec 16, 2020
  6. Dec 05, 2020
  7. Dec 04, 2020
    • Cecylia Bocovich's avatar
      Create new smux session for each SOCKS connection · 114df695
      Cecylia Bocovich authored
      Each SOCKS connection has its own set of snowflakes and broker poll
      loop. Since the session manager was tied to a single set of snowflakes,
      this resulted in a bug where RedialPacketConn would sometimes try to
      pull snowflakes from a previously melted pool. The fix is to maintain
      separate smux sessions for each SOCKS connection, tied to its own
      snowflake pool.
      114df695
  8. Nov 27, 2020
  9. Nov 23, 2020
  10. Nov 20, 2020
  11. Nov 18, 2020
  12. Nov 06, 2020
  13. Nov 05, 2020
  14. Oct 29, 2020
  15. Oct 23, 2020
    • David Fifield's avatar
      Don't log io.ErrClosedPipe in proxy. · 912bcae2
      David Fifield authored
      We expect one of these at the end of just about every proxy session, as
      the Conns in both directions are closed as soon as the copy loop
      finishes in one direction.
      
      Closes #40016.
      912bcae2
  16. Oct 15, 2020
    • Cecylia Bocovich's avatar
      Add synchronization to prevent post-melt collects · 6baa3c4d
      Cecylia Bocovich authored
      This fixes a race condition in which snowflakes.End() is called while
      snowflakes.Collect() is in progress resulting in a write to a closed
      channel. We now wait for all in-progress collections to finish and add
      an extra check before proceeding with a collection.
      6baa3c4d
  17. Oct 05, 2020
  18. Sep 21, 2020
  19. Aug 27, 2020
  20. Aug 24, 2020
    • Cecylia Bocovich's avatar
      Update broker stats to include info on NAT types · 3c331750
      Cecylia Bocovich authored
      As we now partition proxies by NAT type, our stats are more useful if they
      capture how many proxies of each type we have, and information on
      whether we have enough proxies of the right NAT type for our clients.
      This change adds proxy counts by NAT type and binned counts of denied clients by NAT type.
      3c331750
  21. Jul 30, 2020
    • Cecylia Bocovich's avatar
      Add response header timeouts to broker transports · d5ae7562
      Cecylia Bocovich authored
      The client and proxy use the net/http default transport to make round
      trip connecitons to the broker. These by default don't time out and can
      wait indefinitely for the broker to respond if the broker hangs and
      doesn't terminate the connection.
      d5ae7562
  22. Jul 24, 2020
  23. Jul 23, 2020
  24. Jul 14, 2020
  25. Jul 09, 2020
  26. Jul 06, 2020