summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper
Commit message (Collapse)AuthorAgeFilesLines
* [thrift] Show source IP address for "payload too big" failsSimon Rettberg2023-03-311-8/+39
|
* thrift wrapper: Only repeat calls if we get a transport/protocol exceptionSimon Rettberg2023-02-241-1/+3
|
* Thrift: Silence another exceptionSimon Rettberg2023-01-171-1/+2
|
* [thrift] One more exception to suppressSimon Rettberg2022-11-081-0/+4
|
* [thrift] Ignore certain SSL and connection errorsSimon Rettberg2022-11-081-14/+35
| | | | | | | Bogus data from port scans/probes results in stack trace spam since the data obviously cannot properly be parsed as an SSL handshake. Ignore the most typical of those exceptions, while keeping more specific ones, e.g. about mismatch regarding ciphers/TLS version in place.
* 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-152-4/+6
|
* Remove suppressions and fix Java 8 warningsManuel Bentele2021-03-103-5/+12
|
* Add Docker supportralph isenmann2020-07-151-0/+1
|
* Do what the javadoc says...Simon Rettberg2018-05-091-1/+1
|
* Update TransferStatusWrapper to return actual and estimated completenessSimon Rettberg2018-05-091-0/+27
|
* Constants for virtIdSimon Rettberg2018-04-241-0/+13
|
* Print stack trace in newTransport() catch blockSimon Rettberg2017-08-011-2/+2
|
* added new comparator for sorting OS by nameJonathan Bauer2016-09-021-0/+12
|
* thrift proxied methods: throw all TException not just TTransportExceptionJonathan Bauer2016-05-041-1/+1
|
* More imgsync stuffSimon Rettberg2016-04-201-0/+1
|
* More additions for central image storeSimon Rettberg2016-04-181-0/+9
|
* added comparator for locationsJonathan Bauer2016-02-221-11/+12
|
* [thrift] Add UserInfo comparatorSimon Rettberg2016-01-261-0/+13
|
* Count currently hashing blocks as complete client sideSimon Rettberg2016-01-211-2/+2
|
* RPC updateJonathan Bauer2016-01-181-1/+0Star
| | | | | added limitToLocations/limitToAllowedUsers to LectureRead added parentLocationId to Location struct
* added "onlyInLocations" flag for LectureWriteJonathan Bauer2016-01-071-0/+13
| | | | update thrift files to 0.9.3
* Update comments/debug messagesSimon Rettberg2015-10-021-2/+2
|
* VCache und thriftSimon Rettberg2015-09-092-29/+23Star
|
* First working version with SSL supportSimon Rettberg2015-08-182-143/+113Star
|
* 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-172-27/+53
|
* Thrift api changesSimon Rettberg2015-08-141-0/+78
|
* Use connection pool in thrift manager, allow getting explicit sat connectionSimon Rettberg2015-08-122-53/+75
|
* 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-081-0/+71
|
* 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
|
* Move TBinaryProtocolSafe from sat-server/master-server to shared libSimon Rettberg2015-06-111-0/+123
|
* Unified thrift definitions for master and satelliteSimon Rettberg2015-06-091-15/+15
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-12/+15
|
* Cleanup thrift shandling stuffSimon Rettberg2015-03-052-119/+173
|
* moved ThriftManager and ThriftHandler to master-sync-sharedJonathan Bauer2015-03-042-0/+248