| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -39/+2030 |
| | | |||||
| * | 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 | 14 | -686/+4600 |
| | | |||||
| * | Add TransferState to thrift api | Simon Rettberg | 2015-07-17 | 2 | -4/+171 |
| | | |||||
| * | Added missing exceptions in declarations | Simon Rettberg | 2015-07-15 | 1 | -8/+232 |
| | | |||||
| * | Frickeled new thrift interface stuff | Simon Rettberg | 2015-07-15 | 5 | -674/+255![]() |
| | | |||||
| * | 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 | 3 | -47/+118 |
| | | |||||
| * | 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 | 1 | -4/+109 |
| | | |||||
| * | API UPSDTE | Simon Rettberg | 2015-07-03 | 6 | -1601/+1392![]() |
| | | |||||
| * | API... | Simon Rettberg | 2015-06-24 | 2 | -119/+113![]() |
| | | |||||
| * | More minor interface changes | Simon Rettberg | 2015-06-23 | 2 | -1071/+5354 |
| | | |||||
| * | Update api | Simon Rettberg | 2015-06-22 | 3 | -36/+155 |
| | | |||||
| * | Add more Thrift calls | Simon Rettberg | 2015-06-19 | 3 | -3/+1228 |
| | | |||||
| * | Updated Thrift API | Simon Rettberg | 2015-06-19 | 6 | -529/+3673 |
| | | |||||
| * | Add missing TInternalServerError exception | Simon Rettberg | 2015-06-17 | 1 | -0/+280 |
| | | |||||
| * | More thrift interface changes | Simon Rettberg | 2015-06-16 | 2 | -192/+292 |
| | | |||||
| * | Move TBinaryProtocolSafe from sat-server/master-server to shared lib | Simon Rettberg | 2015-06-11 | 1 | -0/+123 |
| | | |||||
| * | API changes | Simon Rettberg | 2015-06-10 | 1 | -184/+284 |
| | | |||||
| * | Unified thrift definitions for master and satellite | Simon Rettberg | 2015-06-09 | 34 | -15/+66543 |
| | | |||||
| * | Changes for Dozmod v1.1 | Simon Rettberg | 2015-06-05 | 33 | -83765/+284![]() |
| | | |||||
| * | Cleanup thrift shandling stuff | Simon Rettberg | 2015-03-05 | 2 | -119/+173 |
| | | |||||
| * | moved ThriftManager and ThriftHandler to master-sync-shared | Jonathan Bauer | 2015-03-04 | 2 | -0/+248 |
| | | |||||
| * | Add Dozmod Version file | Simon Rettberg | 2015-02-19 | 1 | -0/+13 |
| | | |||||
| * | Move dozmod/sat thrift RPC to this lib | Simon Rettberg | 2015-02-19 | 5 | -0/+60024 |
| | | |||||
| * | Refine proxy setup | Simon Rettberg | 2015-02-19 | 2 | -25/+55 |
| | | |||||
| * | Switch to TLSv1.2, move proxy config example file | Simon Rettberg | 2014-11-21 | 2 | -17/+3![]() |
| | | |||||
| * | Only handle proxy authentication requests in our authenticator | Simon Rettberg | 2014-11-18 | 1 | -0/+2 |
| | | |||||
| * | Reload proxy config file when ProxyConfiguration.configProxy() is called | Simon Rettberg | 2014-11-18 | 2 | -8/+15 |
| | | |||||
| * | Reset proxy settings furst when configuring proxy | Simon Rettberg | 2014-11-18 | 2 | -18/+38 |
| | | |||||
| * | Update proxy-vole dependency in pom.xml, run thrift compiler | Simon Rettberg | 2014-11-13 | 18 | -349/+2140 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Simon Rettberg | 2014-11-13 | 24 | -1186/+677![]() |
| |\ | |||||
| | * | Example file for proxy config file. Proxy config file MUST be stored as ↵ | Björn Hagemeister | 2014-11-12 | 1 | -0/+14 |
| | | | | | | | | | "/opt/openslx/proxy/config". | ||||
| | * | Moved whole proxy settings configuration to master-sync-shared. | Björn Hagemeister | 2014-11-12 | 2 | -60/+122 |
| | | | | | | | | | Plus adapted class to this changes. | ||||
| | * | Added class for reading proxy setting from proxy configuration file. | Björn Hagemeister | 2014-11-12 | 20 | -1186/+496![]() |
| | | | | | | | | | Added class utils for some necessary tools, used in ProxyConfiguration. | ||||
| | * | Parametrized Enumerator. | Björn Hagemeister | 2014-11-11 | 1 | -2/+2 |
| | | | |||||
| | * | Added null pointer check. | Björn Hagemeister | 2014-11-11 | 1 | -11/+15 |
| | | | |||||
| | * | Handles check for connection to own IP - address more generall. | Björn Hagemeister | 2014-11-11 | 1 | -8/+38 |
| | | | |||||
| | * | Added ProxySelector Class for connecting to masterserver via proxy if necessary. | Björn Hagemeister | 2014-11-11 | 2 | -0/+71 |
| | | | | | | | | | Added ProxyAuthenticator for possible used authentication of proxy connection. | ||||
| * | | Add DataReceived callback to Downloader | Simon Rettberg | 2014-11-13 | 2 | -24/+45 |
| |/ | |||||
| * | Add suffixlist to OrganizationData | Simon Rettberg | 2014-10-15 | 3 | -90/+1185 |
| | | |||||
| * | Move over AsymKeyHolder from satellite-daemon | Simon Rettberg | 2014-10-14 | 1 | -0/+123 |
| | | |||||

