summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Use connection pool in thrift manager, allow getting explicit sat connectionSimon Rettberg2015-08-122-53/+75
|
* whoami() returns WhoamiInfoSimon Rettberg2015-08-114-18/+608
|
* Add whoami() and getConfig() to sat RPCSimon Rettberg2015-08-042-128/+1987
|
* Adapt to simplified DB scheme of sat serverSimon Rettberg2015-08-045-471/+83Star
|
* [VmMeta] Improvements to Vmware, implement getFilteredDescriptionSimon Rettberg2015-07-241-30/+129
|
* ChunkList.getMissing() now blocks for a while if there are still pending blocksSimon Rettberg2015-07-233-54/+250
| | | | Added HashChecker class to verify checksums of blocks
* Vm meta parser: Add virtualizer getter, change type of descriptionSimon Rettberg2015-07-232-2/+16
|
* New/changed RPC callsSimon Rettberg2015-07-231-39/+2030
|
* Minor changes to file transfer classesSimon Rettberg2015-07-213-11/+15
|
* Add contains method to FileRange classSimon Rettberg2015-07-211-0/+13
|
* Moved file chunk helper classes from dozmod-server to shared libSimon Rettberg2015-07-212-0/+190
|
* Extended Util classSimon Rettberg2015-07-214-28/+49
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-2014-686/+4600
|
* Add TransferState to thrift apiSimon Rettberg2015-07-172-4/+171
|
* Added missing exceptions in declarationsSimon Rettberg2015-07-151-8/+232
|
* Frickeled new thrift interface stuffSimon Rettberg2015-07-155-674/+255Star
|
* Add classes for analyzing vm metadata filesSimon Rettberg2015-07-142-0/+369
|
* Moved some common classes from dozmod server/client to this libSimon Rettberg2015-07-102-0/+155
|
* Fix behavior of thrift proxy when getting a new client fails by throwing an ↵Simon Rettberg2015-07-082-81/+94
| | | | exception instead of returning null
* Thrift apiSimon Rettberg2015-07-083-47/+118
|
* Make master server address configurable; dynamic retrying, controlled by ↵Simon Rettberg2015-07-062-80/+87
| | | | callback
* Use framed transport for satellite connections.Stephan Schwaer2015-07-061-2/+1Star
|
* [Thrift] Include UserData in response for login request (local accounts)Simon Rettberg2015-07-061-4/+109
|
* API UPSDTESimon Rettberg2015-07-036-1601/+1392Star
|
* API...Simon Rettberg2015-06-242-119/+113Star
|
* More minor interface changesSimon Rettberg2015-06-232-1071/+5354
|
* Update apiSimon Rettberg2015-06-223-36/+155
|
* Add more Thrift callsSimon Rettberg2015-06-193-3/+1228
|
* Updated Thrift APISimon Rettberg2015-06-196-529/+3673
|
* Add missing TInternalServerError exceptionSimon Rettberg2015-06-171-0/+280
|
* More thrift interface changesSimon Rettberg2015-06-162-192/+292
|
* Move TBinaryProtocolSafe from sat-server/master-server to shared libSimon Rettberg2015-06-111-0/+123
|
* API changesSimon Rettberg2015-06-101-184/+284
|
* Unified thrift definitions for master and satelliteSimon Rettberg2015-06-0934-15/+66543
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-0533-83765/+284Star
|
* Cleanup thrift shandling stuffSimon Rettberg2015-03-052-119/+173
|
* moved ThriftManager and ThriftHandler to master-sync-sharedJonathan Bauer2015-03-042-0/+248
|
* Add Dozmod Version fileSimon Rettberg2015-02-191-0/+13
|
* Move dozmod/sat thrift RPC to this libSimon Rettberg2015-02-195-0/+60024
|
* Refine proxy setupSimon Rettberg2015-02-192-25/+55
|
* Switch to TLSv1.2, move proxy config example fileSimon Rettberg2014-11-212-17/+3Star
|
* Only handle proxy authentication requests in our authenticatorSimon Rettberg2014-11-181-0/+2
|
* Reload proxy config file when ProxyConfiguration.configProxy() is calledSimon Rettberg2014-11-182-8/+15
|
* Reset proxy settings furst when configuring proxySimon Rettberg2014-11-182-18/+38
|
* Update proxy-vole dependency in pom.xml, run thrift compilerSimon Rettberg2014-11-1318-349/+2140
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedSimon Rettberg2014-11-1324-1186/+677Star
|\
| * Example file for proxy config file. Proxy config file MUST be stored as ↵Björn Hagemeister2014-11-121-0/+14
| | | | | | | | "/opt/openslx/proxy/config".
| * Moved whole proxy settings configuration to master-sync-shared.Björn Hagemeister2014-11-122-60/+122
| | | | | | | | Plus adapted class to this changes.
| * Added class for reading proxy setting from proxy configuration file.Björn Hagemeister2014-11-1220-1186/+496Star
| | | | | | | | Added class utils for some necessary tools, used in ProxyConfiguration.
| * Parametrized Enumerator.Björn Hagemeister2014-11-111-2/+2
| |