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