snowflake/client/lib
WofWca 1923803124 fix: potential race conditions with non-local err
Some of the changes do not appear to have a potential race condition,
so there it is purely a refactor,
while in others (e.g. in broker.go and in proxy/lib/snowflake.go)
we do use the same variable from multiple threads / functions.
2025-03-12 00:47:07 +04:00
..
interfaces.go Change package name and add a package comment 2021-10-04 10:17:37 -04:00
lib_test.go Move the development to gitlab 2023-05-31 10:01:47 +02:00
peers.go Perform SnowflakeConn.Close() logic only once 2024-10-29 14:58:01 -04:00
rendezvous.go Remove utls library from snowflake and Use ptuil/utls 2025-01-29 13:01:33 -05:00
rendezvous_ampcache.go refactor: change deprecated "io/ioutil" package to recommended "io" package 2024-02-17 12:47:22 +01:00
rendezvous_http.go refactor: change deprecated "io/ioutil" package to recommended "io" package 2024-02-17 12:47:22 +01:00
rendezvous_sqs.go Switch to sqscreds param for passing in SQS credentials 2024-03-09 13:35:16 -05:00
rendezvous_test.go feat(client): try restricted proxy if NAT unknown 2024-12-05 10:34:08 -05:00
snowflake.go Comment typo. 2025-01-13 08:49:15 +00:00
turbotunnel.go Finish incomplete comment for newEncapsulationPacketConn. 2024-12-12 06:40:57 +00:00
util.go change bandwidth type from int to int64 to prevent overflow 2022-11-21 10:33:21 -05:00
webrtc.go fix: potential race conditions with non-local err 2025-03-12 00:47:07 +04:00