aboutsummaryrefslogtreecommitdiff
path: root/broker/snowflake-broker_test.go
AgeCommit message (Expand)Author
2024-03-09Implement better client IP per rendezvous method tracking for clientsMichael Pu
2024-02-17refactor: change deprecated "io/ioutil" package to recommended "io" packageam3o
2024-01-31Prune metrics that are reported for rendezvousMichael Pu
2024-01-31Add metrics for tracking rendezvous methodMichael Pu
2023-10-02improvement(broker): don't reject unrestricted client if there are no restric...WofWca
2023-09-20Use ShouldBeNil to check for nil valuesrenovate/github.com-smartystreets-goconvey-1.xmr-origin-165Cecylia Bocovich
2023-05-31Move the development to gitlabmeskio
2023-05-29Broker: update unit tests after adding SDP validationitchyonion
2022-06-16Represent Bridge Fingerprint As StringShelikhoo
2022-06-16Add Proxy Relay URL Metrics CollectionShelikhoo
2022-06-16Add Proxy Relay URL Support Counting Metrics OutputShelikhoo
2022-06-16Update default snowflake server addressShelikhoo
2022-03-21Make easier to extend the list of known proxy typesmeskio
2021-11-11Bump snowflake library imports and go.mod to v2v2.0.1Cecylia Bocovich
2021-10-04Use tpo geoip librarymeskio
2021-08-05Broker /amp/client route (AMP cache client registration).David Fifield
2021-07-08Fix race is broker test reported by `go test -race`Arlo Breault
2021-07-08Intermediary refactor teasing apart http / ipcArlo Breault
2021-07-07Make the proxy to report the number of clients to the brokermeskio
2021-06-02Encode client-broker messages as json in HTTP bodyCecylia Bocovich
2021-04-26Implement binned counts for polling metricsCecylia Bocovich
2021-04-22Export snowflake broker metrics for prometheusCecylia Bocovich
2021-01-25Classify proxies with unknown NATs as restrictedCecylia Bocovich
2020-11-27Sort snowflake-ips stats by country count.Philipp Winter
2020-08-24Update broker stats to include info on NAT typesCecylia Bocovich
2020-07-06Have broker pass client NAT type to proxyCecylia Bocovich
2020-07-06Add a new heap at the broker for restricted flakesCecylia Bocovich
2019-12-05Add tests to check for data race in brokerCecylia Bocovich
2019-11-28Add proxy type to stats exported by brokerCecylia Bocovich
2019-11-28Update broker--proxy protocol with proxy typeCecylia Bocovich
2019-11-13Redo protocol for proxy--broker messagesCecylia Bocovich
2019-10-08Handle generated errors in brokerShane Howearth
2019-06-25Updated tests to check new statsCecylia Bocovich
2019-06-14Fixed small formatting errors of log outputCecylia Bocovich
2019-06-12Unit tests for metrics codeCecylia Bocovich
2019-05-28Added tests to check large read guardsCecylia Bocovich
2019-05-16Fix broker testsArlo Breault
2019-04-29Implemented geoip lookups for the snowflake broker. This heavily based off of...Cecylia Bocovich
2017-06-29Make Broker run standaloneHooman
2016-02-17another goconvey test for RequestOffer, fix data race in the Broker testSerene Han
2016-02-16move CORS early return into the ServeHTTP wrapper, rename handlersSerene Han
2016-02-16Simplify proxy poll handler, and broker match testSerene Han
2016-02-15End-to-end Goconvey test for Broker passing SDP messages between concurrent c...Serene Han
2016-02-15Second async test for Broker's proxy answer handlerSerene Han
2016-02-14Async test for Broker's proxy handlerSerene Han
2016-02-13Convert Broker SnowflakeHeap test to goconvey, and async test for client handlerSerene Han
2016-02-12Add context to HTTP handlers, attempt to support localhost Broker.Serene Han
2016-01-21broker tracking a heap of snowflakesSerene Han