Skip to content
Snippets Groups Projects
  1. Nov 22, 2019
  2. Nov 21, 2019
  3. Nov 13, 2019
  4. Nov 11, 2019
  5. Oct 31, 2019
    • Cecylia Bocovich's avatar
      Changed variable name for multiplexed clients · 300a23c6
      Cecylia Bocovich authored
      The variable maxNumClients was unused, while connectionsPerClient was
      used for spawning multiple proxyPairs. The former is a more appropriate
      name for the multiplexing behaviour we use it for.
      
      Multiplexing now just works thanks to implementing ticket #31310.
      300a23c6
    • Cecylia Bocovich's avatar
      Moved function comments to their definitions · 64b66c85
      Cecylia Bocovich authored
      Increase readability of code a bit, the function descriptions were
      automatically placed in the constructor when we moved from coffeescript.
      64b66c85
    • Cecylia Bocovich's avatar
      Remove "active" property of proxyPairs · 789285e0
      Cecylia Bocovich authored
      Use their existence in the proxy pair list to indicate they are active.
      789285e0
    • Cecylia Bocovich's avatar
      Remove property "running" from proxy-pair · d186fcd4
      Cecylia Bocovich authored
      We don't need it, and already have a function webrtcIsReady that tells
      us what we need to know (whether a datachannel was opened before the
      timeout period).
      d186fcd4
    • Cecylia Bocovich's avatar
      Removed "janky" snowflake state machine · 9b470fbe
      Cecylia Bocovich authored
      The only place it was used was in window.onpageunload, and we have a
      better way of determining if the proxy is active there (through the ui).
      
      I also removed that code from the webextension since the proxy won't
      stop running unless you close the browser and after testing it looks
      like that code doesn't notify the user anyway.
      9b470fbe
  6. Oct 28, 2019
  7. Oct 25, 2019
  8. Oct 16, 2019
  9. Oct 11, 2019
  10. Oct 08, 2019
    • Shane Howearth's avatar
      Remove unnecessary initialisation of last · 01156e58
      Shane Howearth authored and Cecylia Bocovich's avatar Cecylia Bocovich committed
      last was initialised twice (creating a shadow), the second time inside
      a case statement. The second initialisation is removed, keeping the use
      of last aligned to the isame style as its use other parts of the case
      statement.
      01156e58
Loading