Add unsubscribe command
[jFCPlib.git] / src /
2015-07-10 David ‘Bombe’ RodenDon’t let clients handle connection failures
2015-07-10 David ‘Bombe’ RodenThrow an exception on EOF!
2015-07-10 David ‘Bombe’ RodenAdd test for CloseConnectionDuplicateClientName handling
2015-07-10 David ‘Bombe’ RodenParse CloseConnectionDuplicateClientName without identifier
2015-07-10 David ‘Bombe’ RodenRework connection sequence to return whether it was...
2015-07-10 David ‘Bombe’ RodenMove ClientHello command into its own class
2015-07-10 David ‘Bombe’ RodenDon’t check identifiers twice
2015-07-10 David ‘Bombe’ RodenAdd “with metadata” and “with volatile” flags to ListPe...
2015-07-10 David ‘Bombe’ RodenAdd ListPeers command
2015-07-10 David ‘Bombe’ RodenIn an FCP reply sequence, only match replies with the...
2015-07-10 David ‘Bombe’ RodenExpose fields from FCP replies messages
2015-07-10 David ‘Bombe’ RodenRename Lengthed interface to WithLength
2015-07-10 David ‘Bombe’ RodenRename Keyed interface to WithUri
2015-07-10 David ‘Bombe’ RodenUse a String instead of a Key for redirects
2015-07-10 David ‘Bombe’ RodenFix logging
2015-07-10 David ‘Bombe’ RodenAlways expect version 2.0
2015-07-09 David ‘Bombe’ RodenAdd test for not reacting to the wrong directory on...
2015-07-09 David ‘Bombe’ RodenAdd test for sending TestDDAResponse if reading the...
2015-07-09 David ‘Bombe’ RodenDon’t dump the stack trace
2015-07-09 David ‘Bombe’ RodenAdd test for client put not reacting to wrong TestDDAReply
2015-07-09 David ‘Bombe’ RodenAdd test for different protocol error than 25
2015-07-09 David ‘Bombe’ RodenAdd test for protocol error 25 for different identifier
2015-07-09 David ‘Bombe’ RodenAdd test for TestDDA sequence
2015-07-09 David ‘Bombe’ RodenAllow the reply sequence to initiate own messages
2015-07-09 David ‘Bombe’ RodenSet missing field in response
2015-07-08 David ‘Bombe’ RodenRemove debug code
2015-07-08 David ‘Bombe’ RodenReformatting
2015-07-08 David ‘Bombe’ RodenAdd ClientPut command implementation
2015-07-08 David ‘Bombe’ RodenAdd quelaton package javadoc
2015-07-08 David ‘Bombe’ RodenUse listenable future instead of plain ones
2015-07-07 David ‘Bombe’ RodenAdd missing space
2015-07-06 David ‘Bombe’ RodenGenerate identifiers randomly
2015-07-06 David ‘Bombe’ RodenRefactor anonymous to inner class
2015-07-06 David ‘Bombe’ RodenRefactoring
2015-07-06 David ‘Bombe’ RodenMove ClientGet implementation to its own class
2015-07-06 David ‘Bombe’ RodenMove key pair generation command to its own class
2015-07-06 David ‘Bombe’ RodenDon’t access fcpConnection container directly
2015-07-05 David ‘Bombe’ RodenFix fake TCP server test
2015-07-05 David ‘Bombe’ RodenRework FcpReplySequence into an abstract base class
2015-07-05 David ‘Bombe’ RodenCreate distinctive thread names
2015-07-05 David ‘Bombe’ RodenUse diamond operator
2015-07-05 David ‘Bombe’ RodenUse lambda instead of anonymous inner class
2015-07-02 David ‘Bombe’ RodenAdd tests that the identifier is correctly used
2015-07-02 David ‘Bombe’ RodenMove anonymous class to its own method and use a lambda...
2015-07-01 David ‘Bombe’ RodenAdd command that retrieves data from Freenet
2015-07-01 David ‘Bombe’ RodenRefactoring
2015-07-01 David ‘Bombe’ RodenAdd method to write several lines at once
2015-07-01 David ‘Bombe’ RodenClose FCP server after each test
2015-07-01 David ‘Bombe’ RodenAdd close() method, implement AutoCloseable
2015-06-27 David ‘Bombe’ RodenRefactoring
2015-06-27 David ‘Bombe’ RodenAdd new “quelaton” FCP client API
2015-06-27 David ‘Bombe’ RodenAdd fluent method to set a field
2015-06-27 David ‘Bombe’ RodenMake all node-side message constructors public
2014-04-11 David ‘Bombe’ RodenMove WOT-related container classes to top-level classes.
2014-04-06 David ‘Bombe’ RodenRemove dependency on utils package.
2010-09-10 David ‘Bombe’ RodenReformat source code, new line length for comments...
2010-09-10 David ‘Bombe’ RodenAdd “filterData” flag to getURI().
2010-09-10 David ‘Bombe’ RodenLet the FCP client implement the Closeable interface.
2010-09-10 David ‘Bombe’ RodenAdd “FilterData” flag to ClientGet message.
2010-09-09 David ‘Bombe’ RodenTreat error code 24 as redirect, too.
2010-09-07 David ‘Bombe’ RodenAdd @Override annotations that are missing for JDK...
2010-09-07 David ‘Bombe’ RodenAdd method to retrieve a single URI.
2010-09-07 David ‘Bombe’ RodenReturn the content type of the found data.
2010-04-15 David ‘Bombe’ RodenImplement Identifiable interface where appropriate.
2010-04-15 David ‘Bombe’ RodenAdd interface to mark all FCP messages that have an...
2010-03-25 David ‘Bombe’ RodenAdd possibility to insert additional copies of certain...
2010-03-19 David ‘Bombe’ RodenDon’t assume every client is already connected.
2010-03-18 David ‘Bombe’ RodenAdd “fork on cacheable” flag to all ClientPut* requests.
2010-01-15 David ‘Bombe’ RodenAllow detaching the client from its connection.
2010-01-15 David ‘Bombe’ RodenAdd possibility to simply wrap a high-level client...
2010-01-15 David ‘Bombe’ RodenRemove “name” field, the name is only used when connecting.
2010-01-05 David ‘Bombe’ RodenExpose the underlying FCP connection.
2009-11-28 David ‘Bombe’ RodenCount statistics over all connections created in the...
2009-11-27 David ‘Bombe’ RodenCount down latch after the NodeHello response has been...
2009-11-26 David ‘Bombe’ RodenMake all setter methods package-private.
2009-11-26 David ‘Bombe’ RodenEnhance javadoc.
2009-11-20 David ‘Bombe’ RodenComplete javadoc.
2009-11-20 David ‘Bombe’ RodenSynchronized methods because they override synchronized...
2009-11-20 David ‘Bombe’ RodenFormatting‧
2009-11-20 David ‘Bombe’ RodenUse logging for debug output.
2009-11-19 David ‘Bombe’ RodenUse logging setup from utils.
2009-11-18 David ‘Bombe’ RodenStore the NodeHello response and expose it.
2009-11-18 David ‘Bombe’ RodenMove test case to test folder.
2009-11-18 David ‘Bombe’ RodenMove utility classes to utils.
2009-11-17 David ‘Bombe’ RodenMove source and test files to maven’s favourite locations.
2009-07-23 David ‘Bombe’ RodenImplement the “SubscribeFeeds” command.
2009-07-23 David ‘Bombe’ RodenImplement “SentFeed” response message.
2009-07-23 David ‘Bombe’ RodenImplementation of the “SendTextFeed” message.
2009-07-23 David ‘Bombe’ RodenImplementation of the “SendDownloadFeed” message.
2009-07-23 David ‘Bombe’ RodenImplementation of the “SendBookmarkFeed” message.
2009-07-23 David ‘Bombe’ RodenAbstract base implementation for the Send*Feed messages.
2009-07-23 David ‘Bombe’ RodenMore whitespace fixes.
2009-07-23 David ‘Bombe’ RodenFix copyright line.
2009-07-22 David ‘Bombe’ RodenFormatting fixes.
2009-07-22 David ‘Bombe’ RodenWhitespace fixes.
2009-07-22 David ‘Bombe’ RodenImplement the “ReceivedBookmarkFeed” message.
2009-07-21 David ‘Bombe’ RodenAllow adding of FCP listeners to underlying FCP connection.
2009-07-20 David ‘Bombe’ RodenFix typo in event name.
2009-07-20 David ‘Bombe’ RodenImplement firing of fcp-client-disconnected event.
2009-07-20 David ‘Bombe’ RodenAdd FcpClientListener and manager.
next