Pull all interfaces into a single interface: Filter.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / ExternalFilter.java
2013-06-04 David ‘Bombe’ RodenPull all interfaces into a single interface: Filter.
2013-06-04 David ‘Bombe’ RodenRename dummy filter to basic filter.
2013-05-28 David ‘Bombe’ RodenMove event and metadata handling into abstract base...
2013-05-27 David ‘Bombe’ RodenCreate all controlled components with an event bus.
2013-05-27 David ‘Bombe’ RodenAdd name to all controlled components.
2013-05-27 David ‘Bombe’ RodenDon’t connect sources and sinks directly, use a pipelin...
2013-03-17 David ‘Bombe’ RodenSave a thread and read directly from the process’ stdout.
2013-03-17 David ‘Bombe’ RodenMove format into metadata.
2013-03-16 David ‘Bombe’ RodenAdd method to notify sink when a source has updated...
2013-03-16 David ‘Bombe’ RodenAdd method to expose a source’s metadata.
2013-03-16 David ‘Bombe’ RodenStore the source instead of only the format.
2013-03-16 David ‘Bombe’ RodenFix comment.
2013-03-16 David ‘Bombe’ RodenThrow EOF exception on EOF.
2013-03-16 David ‘Bombe’ RodenUse input stream drainer.
2013-03-16 David ‘Bombe’ RodenRemove name from log message.
2013-03-16 David ‘Bombe’ RodenInitialize logger with real name of implementing class.
2013-03-16 David ‘Bombe’ RodenFlush stdin after every write.
2013-03-16 David ‘Bombe’ RodenClose all streams when finishing.
2013-03-16 David ‘Bombe’ RodenAdd finish() method to Connection.
2013-03-16 David ‘Bombe’ RodenRetrieve binary and parameters from subclass.
2013-03-15 David ‘Bombe’ RodenAdd filter that can pipe a source through an external...