Skip to content
Snippets Groups Projects
  1. Dec 03, 2015
  2. Nov 30, 2015
  3. Jan 29, 2015
  4. Jan 28, 2015
  5. Jan 06, 2015
  6. Jan 05, 2015
  7. Dec 26, 2014
  8. Dec 14, 2014
  9. 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
  10. Dec 05, 2014
  11. Nov 04, 2014
  12. Oct 08, 2014
  13. Oct 02, 2014
  14. Jul 02, 2014
  15. Jun 23, 2014
  16. May 09, 2014
  17. Apr 10, 2014
  18. Apr 04, 2014
  19. Mar 12, 2014
  20. Mar 03, 2014
  21. Feb 28, 2014
  22. Feb 07, 2014
  23. Jan 30, 2014
  24. Jan 24, 2014
  25. Jan 16, 2014
  26. Jan 15, 2014
  27. Jan 14, 2014
  28. Jan 08, 2014
  29. 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
  30. Jul 27, 2013
  31. Jun 27, 2013
Loading