| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | whoami() returns WhoamiInfo | Simon Rettberg | 2015-08-11 | 2 | -0/+5 |
| * | ChunkList.getMissing() now blocks for a while if there are still pending blocks | Simon Rettberg | 2015-07-23 | 3 | -54/+250 |
| * | Minor changes to file transfer classes | Simon Rettberg | 2015-07-21 | 3 | -11/+15 |
| * | Add contains method to FileRange class | Simon Rettberg | 2015-07-21 | 1 | -0/+13 |
| * | Moved file chunk helper classes from dozmod-server to shared lib | Simon Rettberg | 2015-07-21 | 2 | -0/+190 |
| * | Extended Util class | Simon Rettberg | 2015-07-21 | 1 | -11/+2 |
| * | Thrift API changes, add configurable timeout to file transfer classes | Simon Rettberg | 2015-07-20 | 5 | -29/+64 |
| * | Changes for Dozmod v1.1 | Simon Rettberg | 2015-06-05 | 7 | -143/+219 |
| * | Switch to TLSv1.2, move proxy config example file | Simon Rettberg | 2014-11-21 | 1 | -3/+3 |
| * | Add DataReceived callback to Downloader | Simon Rettberg | 2014-11-13 | 2 | -24/+45 |
| * | Rework file transfer, try to use callbacks for everything | Simon Rettberg | 2014-09-19 | 6 | -327/+470 |
| * | Add debugging to file transfer | Simon Rettberg | 2014-09-17 | 4 | -62/+57 |
| * | Revert "Undo refactoring.. Classes are working again. Could not find the mist... | Nils Schwabe | 2014-09-11 | 4 | -590/+65 |
| * | Revert "Change int to long again" | Nils Schwabe | 2014-09-11 | 2 | -13/+13 |
| * | Change int to long again | Nils Schwabe | 2014-08-28 | 2 | -13/+13 |
| * | Undo refactoring.. Classes are working again. Could not find the mistake :/ | Nils Schwabe | 2014-08-28 | 4 | -65/+590 |
| * | Undo test | Nils Schwabe | 2014-08-28 | 1 | -6/+6 |
| * | Test | Michael Petretti | 2014-08-28 | 1 | -6/+6 |
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Michael Petretti | 2014-08-28 | 2 | -8/+3 |
| |\ |
|
| | * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-08-28 | 1 | -0/+3 |
| | |\ |
|
| | * | | Add cosmetic (Strg-Shift-F) changes | Nils Schwabe | 2014-08-28 | 2 | -8/+3 |
| * | | | small change | Michael Petretti | 2014-08-28 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | Added some debug messages and warnings bevore this.close() calls. | Michael Petretti | 2014-08-27 | 1 | -0/+3 |
| |/ |
|
| * | Change type of range to long so that files larger than 2 GiB are supported | Nils Schwabe | 2014-07-25 | 3 | -11/+10 |
| * | [Filetransfer] Add more sanity checks and error handling, remodel class struc... | Simon Rettberg | 2014-07-25 | 5 | -595/+405 |
| * | Used log.info() instead of System.out.println(). | Björn Hagemeister | 2014-07-21 | 2 | -6/+6 |
| * | Fixed bug in readMetaData which returned true, while not reading anything. | Björn Hagemeister | 2014-07-11 | 3 | -13/+17 |
| * | Removed unnessecary TODOs and comments. | Björn Hagemeister | 2014-07-10 | 4 | -39/+32 |
| * | Checking if socket is null before closing. | Björn Hagemeister | 2014-07-10 | 2 | -2/+10 |
| * | Finished implementing exception handling. | Björn Hagemeister | 2014-07-10 | 2 | -9/+79 |
| * | Fixed handling with constant byte[] - length while reading and writing from/t... | Björn Hagemeister | 2014-07-10 | 4 | -21/+63 |
| * | Serveral changes, made hex code for recongnizing what to do as member. | Björn Hagemeister | 2014-07-07 | 4 | -127/+121 |
| * | Used logger instead of system.out.println for system status. | Björn Hagemeister | 2014-07-07 | 1 | -7/+20 |
| * | Implemented Exception Handling with try-catch block. | Björn Hagemeister | 2014-07-07 | 5 | -399/+513 |
| * | Added TODOs | Simon Rettberg | 2014-07-02 | 2 | -10/+11 |
| * | new method for sending error string, usefull for wrong token. | Björn Hagemeister | 2014-07-02 | 3 | -72/+104 |
| * | Add getter for port in Listener | Nils Schwabe | 2014-07-02 | 1 | -0/+5 |
| * | Change Listener to extend Thread | Nils Schwabe | 2014-07-02 | 1 | -7/+2 |
| * | Change Listener class to implement Runnable | Nils Schwabe | 2014-07-02 | 1 | -2/+12 |
| * | Possible to set port in listener constructor. | Björn Hagemeister | 2014-07-02 | 2 | -8/+5 |
| * | Fixed constructor call of downloader in ClassTest. | Björn Hagemeister | 2014-07-02 | 1 | -1/+1 |
| * | Adding getter and setter for outputFilename in Downloader. | Björn Hagemeister | 2014-07-02 | 4 | -14/+54 |
| * | Also pass to uploader context as argument. Added ClassTest file, which is sam... | Björn Hagemeister | 2014-06-30 | 3 | -21/+140 |
| * | Added filetransfer classes. Downloader.java, Uploader.java, Listener.java and... | Björn Hagemeister | 2014-06-30 | 4 | -0/+608 |