summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/FileRange.java
Commit message (Collapse)AuthorAgeFilesLines
* [filetransfer] Improve error loggingSimon Rettberg2023-07-101-0/+6
|
* Fix FindBugs complaintsSimon Rettberg2018-06-271-0/+8
|
* Add contains method to FileRange classSimon Rettberg2015-07-211-0/+13
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-0/+46
No more juggling with sendRange() and sendData(), which was easy to use wrong, and cause lots of weird errors.