Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
    • Cecylia Bocovich's avatar
      Ported snowflake client to work with pion/webrtc · b5c50b69
      Cecylia Bocovich authored
      Modified the snowflake client to use pion/webrtc as the webrtc library.
      This involved a few small changes to match function signatures as well
      as several larger ones:
      - OnNegotiationNeeded is no longer supported, so CreateOffer and
      SetLocalDescription have been moved to a go routine called after the
      other peer connection callbacks are set
      - We need our own deserialize/serialize functions
      - We need to use a SettingEngine in order to access the
      OnICEGatheringStateChange callback
      b5c50b69
    • Cecylia Bocovich's avatar
      Modified proxy-go to use pion/webrtc · 0428797e
      Cecylia Bocovich authored
      The API is very similar, differences were mostly due to:
      - closing peer connections and datachannels (no destroy/delete methods)
      - different way to set datachannel/peer connection callbacks
      - differences in whether functions take pointers or values
      - no serialize/deserialize functions in the API
      0428797e
  2. Oct 04, 2019
  3. Oct 02, 2019
  4. Oct 01, 2019
  5. Sep 30, 2019
  6. Sep 19, 2019
    • Cecylia Bocovich's avatar
      Removed extraneous log messages · f3be34a4
      Cecylia Bocovich authored
      Many of our log messages were being used to generate metrics, but are
      now being aggregated and logged to a separate metrics log file and so we
      don't need them in the regular logs anymore.
      
      This addresses the goal of ticket #30830, to remove unecessary messages
      and keep broker logs for debugging purposes.
      f3be34a4
  7. Sep 16, 2019
    • Cecylia Bocovich's avatar
      Added a folder for documentation · b29b49fc
      Cecylia Bocovich authored
      Added a folder to hold snowflake specifications. This folder starts with
      a file containing a partial broker spec that focuses on the metrics
      reporting spec for CollecTor at the moment.
      b29b49fc
  8. Aug 27, 2019
    • Arlo Breault's avatar
      Enforce consistent indentation in js · 1b14810d
      Arlo Breault authored
      1b14810d
    • Cecylia Bocovich's avatar
      Modified broker /debug page to display counts only · 00eb4aad
      Cecylia Bocovich authored
      The broker /debug page was displaying proxy IDs and roundtrip times. As
      serna pointed out in bug #31460, the proxy IDs can be used to launch a
      denial of service attack. As the metrics team pointed out on #21315, the
      round trip time average can be potentially sensitive.
      
      This change displays only proxy counts and uses ID lengths to
      distinguish between standalone proxy-go instances and browser-based
      snowflake proxies.
      00eb4aad
  9. Aug 26, 2019
  10. Aug 24, 2019
  11. Aug 19, 2019
Loading