ResInsight/ApplicationCode
Kristian Bendiksen d1c0226fd2 #7075 Retry grpc commands on "connection reset by peer" errors.
Grpc connection is sometimes reset on flaky networks, and this is not
handled by the python grpc library. Solved by intercepting UNAVAILABLE
responses and retrying the command.

Adapted from this issue in python grpc repo:
https://github.com/grpc/grpc/issues/19514
2020-12-21 14:09:25 +01:00
..
Adm Add field and object keywords 2020-10-14 12:33:32 +02:00
Application Janitor : Avoid pointers to temporary objects 2020-12-15 09:29:33 +01:00
CommandFileInterface A couple of example uses of cvf::make_ref 2020-12-11 10:56:25 +01:00
Commands Objective Function : Restore inverted test for command visibility 2020-12-16 08:59:41 +01:00
FileInterface Calculation of p10/p90 : Add more tests and treat all computed values equally 2020-12-18 07:59:01 +01:00
GeoMech Fixes by clang-format 2020-11-09 08:31:57 -05:00
GrpcInterface #7075 Retry grpc commands on "connection reset by peer" errors. 2020-12-21 14:09:25 +01:00
ModelVisualization Updates after 2020.10.1 release (#7104) 2020-12-10 10:44:23 +01:00
ProjectDataModel Calculation of p10/p90 : Add more tests and treat all computed values equally 2020-12-18 07:59:01 +01:00
ProjectDataModelCommands #7003 Python: Guard nullpointer access for summary methods 2020-11-24 09:20:57 +01:00
ReservoirDataModel Janitor : Missing initialization in constructor 2020-12-15 09:29:33 +01:00
Resources Implementation of objective functions. 2020-12-10 12:40:16 +01:00
ResultStatisticsCache Calculation of p10/p90 : Add more tests and treat all computed values equally 2020-12-18 07:59:01 +01:00
SocketInterface #7000 Octave : Use Warning instead of Error in log messages 2020-11-17 08:31:32 +01:00
UnitTests Calculation of p10/p90 : Add more tests and treat all computed values equally 2020-12-18 07:59:01 +01:00
UserInterface Janitor : Missing initialization in constructor 2020-12-15 09:29:33 +01:00
.clang-format #5101 clang-format: Adjusted penalties 2020-02-12 13:35:31 +01:00
.clang-tidy #4387 System : Move clang-tidy and clang-format into ApplicationCode 2019-05-03 09:15:18 +02:00
CMakeLists.txt Janitor : Disable deprecated functions for newer Qt5 (#7122) 2020-12-15 15:54:07 +01:00
CustomPCH.cmake
Doxyfile System : Add doxygen generation of Project Data Model 2019-11-07 09:28:11 +01:00
pch.h #5459 Build System : Add optional support for precompiled headers 2020-02-03 22:17:46 +01:00
resinsight
resinsight.desktop.in Fix desktop file 2018-03-23 16:09:20 +05:00
RiuThemesDirectory.h.cmake Added a GUI theme selector in preferences and a new class for handling GUI changes. 2020-09-25 14:32:06 +02:00