Prevent NPEs when the download hasn’t started yet.
[xudocci.git] / src / main / java / net / pterodactylus / irc / DccReceiver.java
2013-04-26 David ‘Bombe’ RodenPrevent NPEs when the download hasn’t started yet.
2013-04-13 David ‘Bombe’ RodenAllow the download to start at an arbitrary position.
2013-04-11 David ‘Bombe’ RodenPrevent NPE when socket could not be created.
2013-04-11 David ‘Bombe’ RodenSend events from the DCC receiver.
2013-04-11 David ‘Bombe’ RodenRename methods.
2013-04-10 David ‘Bombe’ RodenFlush the output stream after all bytes have been read.
2013-04-10 David ‘Bombe’ RodenOnly download as much bytes as advertised.
2013-04-10 David ‘Bombe’ RodenMake DCC receiver responsive to stop() requests.
2013-04-10 David ‘Bombe’ RodenDeclare I/O exceptions to be thrown.
2013-04-10 David ‘Bombe’ RodenMeasure and expose the bandwidth of the download.
2013-04-10 David ‘Bombe’ RodenAdd DCC receiver.