Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
    • akwizgran's avatar
      Fixed race condition when closing redundant sockets. · 0ac67239
      akwizgran authored
      When more than one invitation socket is opened, Alice should pick which one to use and Bob should use whichever one Alice picks. This fixes a race condition where each party picked a different socket and closed the other.
      0ac67239
  2. Feb 22, 2016
  3. Feb 10, 2016
  4. Feb 05, 2016
  5. Jan 29, 2016
  6. Jan 27, 2016
  7. Jan 20, 2016
  8. Jan 15, 2016
  9. Dec 17, 2015
  10. Dec 14, 2015
  11. Dec 10, 2015
  12. Dec 08, 2015
  13. Dec 04, 2015
  14. Dec 03, 2015
  15. Dec 02, 2015
  16. Nov 30, 2015
  17. Apr 03, 2015
  18. Jan 29, 2015
  19. Jan 28, 2015
  20. Jan 06, 2015
  21. Jan 05, 2015
  22. Dec 26, 2014
  23. Dec 14, 2014
  24. Dec 13, 2014
    • akwizgran's avatar
      Application layer keepalives to detect dead TCP connections. · d4fa656d
      akwizgran authored
      DuplexOutgoingSession flushes its output stream if it's idle for a
      transport-defined interval, causing an empty frame to be sent. The TCP
      and Tor plugins use a socket timeout equal to twice the idle interval to
      detect dead connections.
      
      See bugs #27, #46 and #60.
      d4fa656d
  25. Dec 05, 2014
  26. Nov 25, 2014
  27. Nov 04, 2014
Loading