summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/ThriftHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Thrift: Avoid creating TWrapper for null-clientSimon Rettberg2024-01-161-1/+4
|
* ThiriftHelper: Discard connections from pool after idling for too longSimon Rettberg2023-05-231-36/+99
| | | | | This is to avoid problems with firewalls/NATs that discard state after a while and don't send RST packets back to the client.
* thrift wrapper: Only repeat calls if we get a transport/protocol exceptionSimon Rettberg2023-02-241-1/+3
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* thrift proxied methods: throw all TException not just TTransportExceptionJonathan Bauer2016-05-041-1/+1
|
* VCache und thriftSimon Rettberg2015-09-091-15/+9Star
|
* First working version with SSL supportSimon Rettberg2015-08-181-11/+14
|
* Separate error callbacks for master and satSimon Rettberg2015-08-171-21/+32
|
* Use connection pool in thrift manager, allow getting explicit sat connectionSimon Rettberg2015-08-121-34/+53
|
* Fix behavior of thrift proxy when getting a new client fails by throwing an ↵Simon Rettberg2015-07-081-15/+16
| | | | exception instead of returning null
* Make master server address configurable; dynamic retrying, controlled by ↵Simon Rettberg2015-07-061-11/+9Star
| | | | callback
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-12/+15
|
* Cleanup thrift shandling stuffSimon Rettberg2015-03-051-33/+43
|
* moved ThriftManager and ThriftHandler to master-sync-sharedJonathan Bauer2015-03-041-0/+101