summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-20Remove use of Java 7 SocketChannel.getRemoteAddress()Alan Young
2016-03-15Add getRemoteAddress() method to Connection.Alex Clayton
2015-09-11Add JavaConnection.ActivityWatcher for watching connection activity.Alan Young
2015-09-11Improve efficiency of JavaConnection reads.Alan Young
2015-09-11Make JavaConnection fully event driven - no 100ms spinAlan Young
2015-07-28Fixed CancelledKeyException in JavaConnectionPeter Ballard
2015-07-28Complete StreamStack and add tests.Tarun Gupta
2015-07-08Add option to only read from TCP socket when previous read has been processedPeter Ballard
2015-05-13Make sure Stroke clears write buffer before disconnectingAlex Clayton
2015-05-01Revisit handling of JavaConnection race conditions.Alan Young
2015-04-10Checkpoint - A bunch of initial stuff for AndroidAlan Young
2015-01-13Don't call wakeup on closed selectorsNick Hudson
2014-10-24Don't disregard data that arrives on network just prior to socket closingNick Hudson
2014-10-24Fix JavaConnection to emit onDataWritten when it writes data to the socketNick Hudson
2013-10-15Revert "synchronized" patch and fix use of ByteArray inside JavaConnectionNick Hudson
2013-08-12Null check for selector before trying to close itGurmeen Bindra
2013-08-09Close selector with socketchannelGurmeen Bindra
2013-07-26Re-implement JavaConnection to use SelectorNick Hudson
2012-08-20Close socketChannel in finally blockGurmeen Bindra
2012-04-20Also emit onDisconnected after a manual disconnectKevin Smith
2012-03-13Fix up mistakes in previous patchNick Hudson
2012-03-13Update JavaConnection to use SocketChannel rather than SocketNick Hudson
2012-02-13Tidying up based on feedback from patch for initial TLS implementationNick Hudson
2012-02-13Initial implementation of TLS supportNick Hudson
2012-01-18Add toString to some more classesNick Hudson
2011-10-31Fix utf-8 encoding on Remko's name throughout. Now compiles with Java 7Kevin Smith
2011-07-01Initial importKevin Smith