Skip to content
Snippets Groups Projects
  1. Apr 03, 2015
  2. Jan 29, 2015
  3. Jan 28, 2015
  4. Jan 06, 2015
  5. Jan 05, 2015
  6. Dec 26, 2014
  7. Dec 14, 2014
  8. 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
  9. Dec 05, 2014
  10. Nov 25, 2014
  11. Nov 04, 2014
  12. Oct 08, 2014
  13. Oct 03, 2014
  14. Oct 02, 2014
  15. Jul 02, 2014
  16. Jun 23, 2014
  17. May 09, 2014
  18. Apr 10, 2014
  19. Apr 04, 2014
  20. Mar 27, 2014
  21. Mar 12, 2014
  22. Mar 03, 2014
  23. Feb 28, 2014
  24. Feb 07, 2014
  25. Feb 06, 2014
  26. Jan 30, 2014
  27. Jan 24, 2014
  28. Jan 16, 2014
  29. Jan 15, 2014
  30. Jan 14, 2014
  31. Jan 08, 2014
  32. Nov 22, 2013
    • akwizgran's avatar
      Reverted some changes that were made for Java 1.5 compatibility. · 26eebee8
      akwizgran authored
      Removed Commons IO, which we were only using as a replacement for
      File.getFreeSpace() on desktop plaftorms.
      
      Note: The Huawei U8210 (Android 2.1) doesn't have all the Java 1.6
      standard library methods, and crashes if they're called. Specifically,
      String.isEmpty() and NetworkInterface.supportsMulticast() are missing,
      so the changes removing those methods were not reverted.
      26eebee8
Loading