Jan Tattermusch
8fe3f64046
add coverage for AsyncStreamExtensions
9 years ago
Jan Tattermusch
00c144a8d2
increase coverage of ServerCallContext
9 years ago
Jan Tattermusch
a1e6097d39
added coverage for Async*StreamingCall classes
9 years ago
Jan Tattermusch
7ebbc475fc
put user defined userAgentString to the beginning of userAgentString
9 years ago
Jan Tattermusch
452ca9b912
add profiling support
10 years ago
Jan Tattermusch
2ca1df10aa
restrict number of iterations for UnaryCallPerformance test
10 years ago
Jan Tattermusch
2b3579541b
get rid of explicit GrpcEnvironment.Shutdown()
10 years ago
Jan Tattermusch
f22abfbf1a
rename async extension methods for clarity
10 years ago
Jan Tattermusch
410c473c2b
make intializer for metadata even nicer
10 years ago
Jan Tattermusch
c75c57c5af
added ResponseHeadersTest, fixed stylecop issues
10 years ago
Jan Tattermusch
2615f39b20
fixing tests
10 years ago
Jan Tattermusch
0abb84746c
big facelift of test code
10 years ago
Jan Tattermusch
3cd76d6ef2
fix tests
10 years ago
Jan Tattermusch
5c371f8376
renamed CallContext to CallOptions
10 years ago
Jan Tattermusch
5cb5ceda2c
refactoring client side calls
10 years ago
Jan Tattermusch
a9ddd02dae
add servicename field to method
10 years ago
Jan Tattermusch
5e10f18376
introduce CallContext
10 years ago
Jan Tattermusch
31ba063224
changed the way ports are added to the server
10 years ago
Jan Tattermusch
021df8a7f2
changed way service definitions are added to the server
10 years ago
Jan Tattermusch
d8bbdeae42
Added channel state API
10 years ago
Jan Tattermusch
5f8d9dccf4
only use lowercase metadata keys in headers
10 years ago
Jan Tattermusch
9b048e529e
introducing async tests
10 years ago
Jan Tattermusch
a96ac058f4
make insecure channel and server explicit
10 years ago
Jan Tattermusch
062c329cf8
expose peer info in serverside call handlers
10 years ago
Jan Tattermusch
ae017092ad
fix stylecop warnings
10 years ago
Jan Tattermusch
766d72b1c0
set primary user agent by C# channel
10 years ago
Jan Tattermusch
e7e1c82d5e
improving test readability
10 years ago
Jan Tattermusch
a236ff205b
rename Result to ResponseAsync
10 years ago
Jan Tattermusch
7d219cfe4a
fix echo metadata test
10 years ago
Jan Tattermusch
25bb2ef8b8
regenerated code and fixed inconsistencies
10 years ago
Jan Tattermusch
1cf8d429e3
added some tests
10 years ago
Jan Tattermusch
998eb9bcaf
populate server context
10 years ago
Jan Tattermusch
04eb89ca26
no need to call GrpcEnvironment.Initialize() explicitly
10 years ago
Jan Tattermusch
797b875ef2
undo hotfix from #1731
10 years ago
Jan Tattermusch
c0e3a6682f
temporary hotfix before #1577 is in
10 years ago
Jan Tattermusch
da71a4d391
add host and port overload for new channel
10 years ago
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
10 years ago
Jan Tattermusch
8ab1f7ed3d
added concept of ServerCallContext, that is passed to all server-side handlers
10 years ago
Jan Tattermusch
32d95b9744
remove duplicate initialize
10 years ago
Jan Tattermusch
8c2dd9d864
Fixes for C# cancellation support
10 years ago
Jan Tattermusch
618647dc74
fixed some stylecop warnings
10 years ago
Jan Tattermusch
e5c446004f
Added basic support for cancellation
10 years ago
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
10 years ago
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) using dupenv_s instead of getenv_s and calling strdup ourselves.
-) few impossible-to-obtain if checks.
-) various signed/unsigned casting.
-) using time_t instead of time32_t
-) checking output of FormatMessage for failures.
-) don't redefine _WIN32_WINNT without undefining it first.
-) fixed msvc's interlocked casting.
-) renamed AddPort to AddListeningPort.
-) added protobuf's third_party includes to search path.
-) added a missing definition for inet_ntop in mingw32.
-) removed useless declarations.
10 years ago
Jan Tattermusch
c0b3721d61
added support for metadata
10 years ago
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
10 years ago
Jan Tattermusch
50faa8f78b
Added support for true synchronous unary call and added some performance tests.
10 years ago
Jan Tattermusch
8b86b15e67
renaming of VS projects and other minor structural fixes
10 years ago
Jan Tattermusch
3086862d20
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
10 years ago
Jan Tattermusch
ec77624a9f
fix typo: shutdown should be used in teardown.
10 years ago