| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Json.java | Simon Rettberg | 2015-09-08 | 1 | -0/+122 |
| | | |||||
| * | Add not found exception to createLecture | Simon Rettberg | 2015-09-07 | 2 | -9/+121 |
| | | |||||
| * | Add mem and cpu info to OS | Simon Rettberg | 2015-09-04 | 2 | -4/+194 |
| | | |||||
| * | VM: Add RAM | Simon Rettberg | 2015-09-03 | 1 | -0/+6 |
| | | |||||
| * | Fix NPE | Simon Rettberg | 2015-09-03 | 1 | -0/+2 |
| | | |||||
| * | Fixes to vmware handling | Simon Rettberg | 2015-09-02 | 2 | -12/+20 |
| | | |||||
| * | Restructure vm meta data parser | Simon Rettberg | 2015-09-02 | 4 | -188/+376 |
| | | |||||
| * | Extend vm metadata classes | Simon Rettberg | 2015-09-02 | 2 | -8/+74 |
| | | |||||
| * | Util.unixTime() | Simon Rettberg | 2015-09-01 | 1 | -9/+18 |
| | | |||||
| * | Make machineDescription binary in TransferInformation | Simon Rettberg | 2015-09-01 | 3 | -14/+36 |
| | | |||||
| * | API | Simon Rettberg | 2015-08-28 | 2 | -54/+59 |
| | | |||||
| * | Thrift API | Simon Rettberg | 2015-08-28 | 7 | -2803/+4444 |
| | | |||||
| * | Thrift API changes | Simon Rettberg | 2015-08-27 | 7 | -1071/+6226 |
| | | |||||
| * | Minor tweaks to filetransfer/chunklist related classes | Simon Rettberg | 2015-08-19 | 3 | -6/+77 |
| | | |||||
| * | Extend ThriftAPI: delete imaghe base, update hash list for running upload | Simon Rettberg | 2015-08-19 | 4 | -365/+2554 |
| | | |||||
| * | Changes to chunk list related classes, support hash handling better | Simon Rettberg | 2015-08-19 | 4 | -39/+118 |
| | | |||||
| * | First working version with SSL support | Simon Rettberg | 2015-08-18 | 8 | -581/+919 |
| | | |||||
| * | Fix getNewSatClient() | Simon Rettberg | 2015-08-18 | 1 | -1/+1 |
| | | |||||
| * | Preparations for SSL thrift client suport | Simon Rettberg | 2015-08-17 | 1 | -29/+53 |
| | | |||||
| * | Separate error callbacks for master and sat | Simon Rettberg | 2015-08-17 | 2 | -27/+53 |
| | | |||||
| * | Thrift api changes | Simon Rettberg | 2015-08-14 | 8 | -148/+2709 |
| | | |||||
| * | Use connection pool in thrift manager, allow getting explicit sat connection | Simon Rettberg | 2015-08-12 | 2 | -53/+75 |
| | | |||||
| * | whoami() returns WhoamiInfo | Simon Rettberg | 2015-08-11 | 5 | -19/+615 |
| | | |||||
| * | Add whoami() and getConfig() to sat RPC | Simon Rettberg | 2015-08-04 | 3 | -131/+2011 |
| | | |||||
| * | Adapt to simplified DB scheme of sat server | Simon Rettberg | 2015-08-04 | 6 | -475/+83![]() |
| | | |||||
| * | [VmMeta] Improvements to Vmware, implement getFilteredDescription | Simon Rettberg | 2015-07-24 | 1 | -30/+129 |
| | | |||||
| * | ChunkList.getMissing() now blocks for a while if there are still pending blocks | Simon Rettberg | 2015-07-23 | 3 | -54/+250 |
| | | | | | Added HashChecker class to verify checksums of blocks | ||||
| * | Vm meta parser: Add virtualizer getter, change type of description | Simon Rettberg | 2015-07-23 | 2 | -2/+16 |
| | | |||||
| * | New/changed RPC calls | Simon Rettberg | 2015-07-23 | 2 | -44/+2046 |
| | | |||||
| * | 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 | 4 | -28/+49 |
| | | |||||
| * | Thrift API changes, add configurable timeout to file transfer classes | Simon Rettberg | 2015-07-20 | 15 | -691/+4632 |
| | | |||||
| * | Add TransferState to thrift api | Simon Rettberg | 2015-07-17 | 3 | -4/+179 |
| | | |||||
| * | Added missing exceptions in declarations | Simon Rettberg | 2015-07-15 | 2 | -9/+233 |
| | | |||||
| * | Frickeled new thrift interface stuff | Simon Rettberg | 2015-07-15 | 6 | -688/+263![]() |
| | | |||||
| * | Add classes for analyzing vm metadata files | Simon Rettberg | 2015-07-14 | 2 | -0/+369 |
| | | |||||
| * | Moved some common classes from dozmod server/client to this lib | Simon Rettberg | 2015-07-10 | 2 | -0/+155 |
| | | |||||
| * | Fix behavior of thrift proxy when getting a new client fails by throwing an ↵ | Simon Rettberg | 2015-07-08 | 2 | -81/+94 |
| | | | | | exception instead of returning null | ||||
| * | Thrift api | Simon Rettberg | 2015-07-08 | 4 | -50/+121 |
| | | |||||
| * | Make master server address configurable; dynamic retrying, controlled by ↵ | Simon Rettberg | 2015-07-06 | 2 | -80/+87 |
| | | | | | callback | ||||
| * | Use framed transport for satellite connections. | Stephan Schwaer | 2015-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | [Thrift] Include UserData in response for login request (local accounts) | Simon Rettberg | 2015-07-06 | 2 | -5/+111 |
| | | |||||
| * | API UPSDTE | Simon Rettberg | 2015-07-03 | 7 | -1612/+1408![]() |
| | | |||||
| * | API... | Simon Rettberg | 2015-06-24 | 3 | -120/+114![]() |
| | | |||||
| * | More minor interface changes | Simon Rettberg | 2015-06-23 | 3 | -1100/+5389 |
| | | |||||
| * | Update api | Simon Rettberg | 2015-06-22 | 4 | -52/+173 |
| | | |||||
| * | Add more Thrift calls | Simon Rettberg | 2015-06-19 | 4 | -4/+1238 |
| | | |||||
| * | Updated Thrift API | Simon Rettberg | 2015-06-19 | 7 | -548/+3719 |
| | | |||||

