Follow redirects in ClientGet
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ClientGetCommandImpl.java
2015-11-02 David ‘Bombe’ RodenFollow redirects in ClientGet feature/quelaton-client
2015-10-15 David ‘Bombe’ RodenRefactor FCP dialog
2015-10-15 David ‘Bombe’ RodenUse a single identifier generator in all commands
2015-07-11 David ‘Bombe’ RodenRename FcpReplySequence to FcpDialog
2015-07-10 David ‘Bombe’ RodenClose FCP reply sequences after use
2015-07-10 David ‘Bombe’ RodenUse execute() to trigger execution of commands
2015-07-10 David ‘Bombe’ RodenDon’t verify the identifier twice
2015-07-10 David ‘Bombe’ RodenDon’t let clients handle connection failures
2015-07-08 David ‘Bombe’ RodenUse listenable future instead of plain ones
2015-07-06 David ‘Bombe’ RodenGenerate identifiers randomly
2015-07-06 David ‘Bombe’ RodenRefactoring
2015-07-06 David ‘Bombe’ RodenMove ClientGet implementation to its own class