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