Follow redirects in ClientGet
[jFCPlib.git] / src /
2015-11-02 David ‘Bombe’ RodenFollow redirects in ClientGet feature/quelaton-client
2015-10-16 David ‘Bombe’ RodenSend generated URIs on ClientPutDiskDir to registered...
2015-10-16 David ‘Bombe’ RodenUse reply-with-successful where appropriate
2015-10-16 David ‘Bombe’ RodenExtract URIGenerated reply to its own method
2015-10-16 David ‘Bombe’ RodenMove method to a more sensible place
2015-10-15 David ‘Bombe’ RodenSend progress updates from ClientPutDiskDir
2015-10-15 David ‘Bombe’ RodenRemove JUnit @Rule, the files don’t have to exist
2015-10-15 David ‘Bombe’ RodenAdd progress consumer to ClientPut command
2015-10-15 David ‘Bombe’ RodenAdd test for protocol error on ClientPutDiskDir
2015-10-15 David ‘Bombe’ RodenAdd basic ClientPutDiskDir command implementation
2015-10-15 David ‘Bombe’ RodenAdd test for protocol error when reloading plugin
2015-10-15 David ‘Bombe’ RodenRefactor FCP dialog
2015-10-15 David ‘Bombe’ RodenUse a single identifier generator in all commands
2015-10-15 David ‘Bombe’ RodenAdd test that protocol error ends AddPeer command
2015-10-14 David ‘Bombe’ RodenRefactor GetNode command tests
2015-10-14 David ‘Bombe’ RodenRefactor config command tests
2015-10-14 David ‘Bombe’ RodenPrevent “empty catch block” warning
2015-10-14 David ‘Bombe’ RodenUse method references instead of lambda expressions
2015-10-14 David ‘Bombe’ RodenRefactor client put tests
2015-10-14 Debora WöpckeAvoid one case of getting out of synch and trying to...
2015-08-24 David ‘Bombe’ RodenRefactor connection tests a bit more
2015-08-24 David ‘Bombe’ RodenImprove ClientGet tests
2015-08-24 David ‘Bombe’ RodenClean up duplicate test
2015-08-24 David ‘Bombe’ RodenRefactor connection failure tests
2015-08-23 David ‘Bombe’ RodenRefactor client get tests and message matching
2015-08-23 David ‘Bombe’ RodenRefactor generate key pair command test
2015-08-23 David ‘Bombe’ RodenRefactor peer note command tests
2015-08-23 David ‘Bombe’ RodenRefactor peer command tests
2015-08-22 David ‘Bombe’ RodenAdd subscription cancelling
2015-08-22 David ‘Bombe’ RodenRefactoring
2015-08-22 David ‘Bombe’ RodenAdd test for multiple listeners on one subscription
2015-08-22 David ‘Bombe’ RodenRefactoring
2015-08-22 David ‘Bombe’ RodenUse USK key in tests (even though it doesn’t matter)
2015-08-22 David ‘Bombe’ RodenImplement notification on USK update
2015-08-22 David ‘Bombe’ RodenAdd unsubscribe command
2015-08-22 David ‘Bombe’ RodenAllow setting and retrieving of all possible attributes
2015-08-22 David ‘Bombe’ RodenAdd command to subscribe to USK updates
2015-08-21 David ‘Bombe’ RodenAdd test for protocol error on GetPluginInfo
2015-08-21 David ‘Bombe’ RodenAdd method to request detailed plugin info
2015-08-21 David ‘Bombe’ RodenAdd command that returns information about a plugin
2015-08-21 David ‘Bombe’ RodenAdd second constructor to GetPluginInfo command
2015-08-21 David ‘Bombe’ RodenAdd method to remove cached plugin after removing plugin
2015-08-21 David ‘Bombe’ RodenAdd method to wait for removal of a plugin
2015-08-21 David ‘Bombe’ RodenAdd command that removes a plugin
2015-08-21 David ‘Bombe’ RodenFix variable name
2015-08-21 David ‘Bombe’ RodenAdd method to store plugin in config after reloading
2015-08-21 David ‘Bombe’ RodenAdd method to purge plugin while reloading
2015-08-21 David ‘Bombe’ RodenAdd method to add wait time for reloading plugins
2015-08-21 David ‘Bombe’ RodenMore refactoring
2015-08-21 David ‘Bombe’ RodenAdd command that reloads a plugin
2015-08-21 David ‘Bombe’ RodenOmit parameter
2015-08-21 David ‘Bombe’ RodenMore refactoring
2015-08-21 David ‘Bombe’ RodenAdd method to load plugin from Freenet key
2015-08-21 David ‘Bombe’ RodenRename tests
2015-08-21 David ‘Bombe’ RodenAdd method to load plugin from URL
2015-08-21 David ‘Bombe’ RodenSlightly refactor test
2015-08-21 David ‘Bombe’ RodenAdd method to load plugin from file
2015-08-21 David ‘Bombe’ RodenAdd method to load plugin from official HTTPS
2015-08-21 David ‘Bombe’ RodenAdd command that loads a plugin
2015-08-21 David ‘Bombe’ RodenAdd methods for more attributes of message
2015-08-21 David ‘Bombe’ RodenFix parsing of boolean value
2015-08-21 David ‘Bombe’ RodenFix field name
2015-07-15 David ‘Bombe’ RodenShutdown thread pool after use
2015-07-15 David ‘Bombe’ RodenAdd command that modifies the config of the node
2015-07-15 David ‘Bombe’ RodenAdd constructor that takes an identifier
2015-07-14 David ‘Bombe’ RodenAdd method to include data types in config data
2015-07-14 David ‘Bombe’ RodenAdd method to include long description in config data
2015-07-14 David ‘Bombe’ RodenAdd method to include short description in config data
2015-07-14 David ‘Bombe’ RodenAdd method to include force-write flag in config data
2015-07-14 David ‘Bombe’ RodenAdd method to include expert flag in the config data
2015-07-14 David ‘Bombe’ RodenAdd method to include sort order in the config data
2015-07-14 David ‘Bombe’ RodenAdd method to include the defaults in the config
2015-07-14 David ‘Bombe’ RodenAdd method to get the current values from the config
2015-07-14 David ‘Bombe’ RodenAdd command to retrieve the node’s config
2015-07-14 David ‘Bombe’ RodenAdd constructor that takes an identifier
2015-07-14 David ‘Bombe’ RodenAdd method to modify peer note by host and port
2015-07-14 David ‘Bombe’ RodenAdd method to modify peer note by node identifier
2015-07-14 David ‘Bombe’ RodenAdd command that modifies the note of a peer
2015-07-14 David ‘Bombe’ RodenAdd Freenet-specific base64 implementation
2015-07-14 David ‘Bombe’ RodenAdd constructor with identifier, add methods to set...
2015-07-14 David ‘Bombe’ RodenClose fake server successfully when it was not used
2015-07-14 David ‘Bombe’ RodenFix message name
2015-07-13 David ‘Bombe’ RodenAdd test for removing peers with unknown node identifiers
2015-07-13 David ‘Bombe’ RodenAdd method to remove a peer by host name and port number
2015-07-13 David ‘Bombe’ RodenAdd method to remove peer by identity
2015-07-13 David ‘Bombe’ RodenAdd command that removes a peer from the node by name
2015-07-13 David ‘Bombe’ RodenAdd second constructor that takes an identifier
2015-07-13 David ‘Bombe’ RodenRename all remaining occurences of “sequence” to “dialog”
2015-07-13 David ‘Bombe’ RodenAdd test for unknown node identifiers on modify peer...
2015-07-13 David ‘Bombe’ RodenAdd method to not ignore source of a peer
2015-07-13 David ‘Bombe’ RodenAdd method to ignore source for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to clear listen only on a peer
2015-07-13 David ‘Bombe’ RodenAdd method to set listen only on a peer
2015-07-13 David ‘Bombe’ RodenAdd method to clear burst only on peer
2015-07-13 David ‘Bombe’ RodenAdd method to set burst only for peer
2015-07-13 David ‘Bombe’ RodenAdd method to disallow local addresses for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to allow local addresses for a peer
2015-07-13 David ‘Bombe’ RodenAdd method to modify peers by host name and port number
2015-07-13 David ‘Bombe’ RodenAdd method to modify peer by node identity
2015-07-13 David ‘Bombe’ RodenAdd method to disable peer
next