summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/ThriftManager.java
Commit message (Expand)AuthorAgeFilesLines
* [thrift] Add getter for sat ssl contextSimon Rettberg2023-09-221-0/+10
* Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-171-1/+1
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
* Remove suppressions and fix Java 8 warningsManuel Bentele2021-03-101-3/+2Star
* Print stack trace in newTransport() catch blockSimon Rettberg2017-08-011-2/+2
* VCache und thriftSimon Rettberg2015-09-091-14/+14
* First working version with SSL supportSimon Rettberg2015-08-181-132/+99Star
* Fix getNewSatClient()Simon Rettberg2015-08-181-1/+1
* Preparations for SSL thrift client suportSimon Rettberg2015-08-171-29/+53
* Separate error callbacks for master and satSimon Rettberg2015-08-171-6/+21
* Use connection pool in thrift manager, allow getting explicit sat connectionSimon Rettberg2015-08-121-19/+22
* Fix behavior of thrift proxy when getting a new client fails by throwing an e...Simon Rettberg2015-07-081-66/+78
* Make master server address configurable; dynamic retrying, controlled by call...Simon Rettberg2015-07-061-69/+78
* Use framed transport for satellite connections.Stephan Schwaer2015-07-061-2/+1Star
* Unified thrift definitions for master and satelliteSimon Rettberg2015-06-091-15/+15
* Cleanup thrift shandling stuffSimon Rettberg2015-03-051-86/+130
* moved ThriftManager and ThriftHandler to master-sync-sharedJonathan Bauer2015-03-041-0/+147