snowflake/client/lib
WofWca 4205121689 fix: make NATPolicy thread-safe
Although it does not look like that there are situations
where it is critical to use a mutex, because it's only used
when performing rendezvous with a proxy, which doesn't happen
too frequently,
let's still do it just to be sure.
2025-03-12 00:47:22 +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 fix: make NATPolicy thread-safe 2025-03-12 00:47:22 +04: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