| Commit message (Expand) | Author | Age | Files | Lines |
| * | [FileTransfer] Log stack traces on error, some OOM handling | Simon Rettberg | 2022-03-21 | 1 | -2/+15 |
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 1 | -2/+3 |
| * | More speedup: LZ4 and empty chunk detection | Simon Rettberg | 2018-05-16 | 1 | -2/+76 |
| * | whoami() returns WhoamiInfo | Simon Rettberg | 2015-08-11 | 1 | -0/+4 |
| * | Minor changes to file transfer classes | Simon Rettberg | 2015-07-21 | 1 | -0/+4 |
| * | Thrift API changes, add configurable timeout to file transfer classes | Simon Rettberg | 2015-07-20 | 1 | -2/+2 |
| * | Changes for Dozmod v1.1 | Simon Rettberg | 2015-06-05 | 1 | -7/+22 |
| * | Add DataReceived callback to Downloader | Simon Rettberg | 2014-11-13 | 1 | -24/+37 |
| * | Rework file transfer, try to use callbacks for everything | Simon Rettberg | 2014-09-19 | 1 | -75/+74 |
| * | Add debugging to file transfer | Simon Rettberg | 2014-09-17 | 1 | -5/+3 |
| * | Revert "Undo refactoring.. Classes are working again. Could not find the mist... | Nils Schwabe | 2014-09-11 | 1 | -293/+29 |
| * | Revert "Change int to long again" | Nils Schwabe | 2014-09-11 | 1 | -7/+7 |
| * | Change int to long again | Nils Schwabe | 2014-08-28 | 1 | -7/+7 |
| * | Undo refactoring.. Classes are working again. Could not find the mistake :/ | Nils Schwabe | 2014-08-28 | 1 | -29/+293 |
| * | Change type of range to long so that files larger than 2 GiB are supported | Nils Schwabe | 2014-07-25 | 1 | -1/+1 |
| * | [Filetransfer] Add more sanity checks and error handling, remodel class struc... | Simon Rettberg | 2014-07-25 | 1 | -293/+29 |
| * | Used log.info() instead of System.out.println(). | Björn Hagemeister | 2014-07-21 | 1 | -3/+3 |
| * | Fixed bug in readMetaData which returned true, while not reading anything. | Björn Hagemeister | 2014-07-11 | 1 | -4/+12 |
| * | Removed unnessecary TODOs and comments. | Björn Hagemeister | 2014-07-10 | 1 | -14/+14 |
| * | Checking if socket is null before closing. | Björn Hagemeister | 2014-07-10 | 1 | -1/+6 |
| * | Finished implementing exception handling. | Björn Hagemeister | 2014-07-10 | 1 | -3/+28 |
| * | Fixed handling with constant byte[] - length while reading and writing from/t... | Björn Hagemeister | 2014-07-10 | 1 | -8/+33 |
| * | Serveral changes, made hex code for recongnizing what to do as member. | Björn Hagemeister | 2014-07-07 | 1 | -58/+51 |
| * | Implemented Exception Handling with try-catch block. | Björn Hagemeister | 2014-07-07 | 1 | -155/+202 |
| * | Added TODOs | Simon Rettberg | 2014-07-02 | 1 | -7/+4 |
| * | new method for sending error string, usefull for wrong token. | Björn Hagemeister | 2014-07-02 | 1 | -13/+37 |
| * | Adding getter and setter for outputFilename in Downloader. | Björn Hagemeister | 2014-07-02 | 1 | -6/+23 |
| * | Also pass to uploader context as argument. Added ClassTest file, which is sam... | Björn Hagemeister | 2014-06-30 | 1 | -2/+0 |
| * | Added filetransfer classes. Downloader.java, Uploader.java, Listener.java and... | Björn Hagemeister | 2014-06-30 | 1 | -0/+256 |