Send progress updates from ClientPutDiskDir
[jFCPlib.git] / src / test / java / net / pterodactylus / fcp / quelaton / DefaultFcpClientTest.java
2015-07-10 David ‘Bombe’ RodenIn an FCP reply sequence, only match replies with the...
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’ 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’ 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-08 David ‘Bombe’ RodenReformatting
2015-07-08 David ‘Bombe’ RodenAdd ClientPut command implementation
2015-07-07 David ‘Bombe’ RodenAdd missing space
2015-07-06 David ‘Bombe’ RodenGenerate identifiers randomly
2015-07-05 David ‘Bombe’ RodenCreate distinctive thread names
2015-07-02 David ‘Bombe’ RodenAdd tests that the identifier is correctly used
2015-07-01 David ‘Bombe’ RodenAdd command that retrieves data from Freenet
2015-07-01 David ‘Bombe’ RodenRefactoring
2015-07-01 David ‘Bombe’ RodenClose FCP server after each test
2015-06-27 David ‘Bombe’ RodenAdd new “quelaton” FCP client API