index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
/
Grpc.Core.Tests
/
ClientServerTest.cs
Commit message (
Expand
)
Author
Age
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
expose AuthContext in C#
Jan Tattermusch
2017-03-02
*
add test for utf8 status
Jan Tattermusch
2017-01-30
*
fix tests
Jan Tattermusch
2016-05-25
*
fixup
Jan Tattermusch
2016-05-03
*
add one more client server test
Jan Tattermusch
2016-05-03
*
add idempotency test
Jan Tattermusch
2016-05-03
*
make Grpc.Core.Tests work with NUnit3
Jan Tattermusch
2016-04-11
*
add coverage for AsyncStreamExtensions
Jan Tattermusch
2015-12-10
*
increase coverage of ServerCallContext
Jan Tattermusch
2015-12-10
*
added coverage for Async*StreamingCall classes
Jan Tattermusch
2015-12-10
*
put user defined userAgentString to the beginning of userAgentString
Jan Tattermusch
2015-12-09
*
add profiling support
Jan Tattermusch
2015-11-02
*
restrict number of iterations for UnaryCallPerformance test
Jan Tattermusch
2015-10-15
*
get rid of explicit GrpcEnvironment.Shutdown()
Jan Tattermusch
2015-08-20
*
rename async extension methods for clarity
Jan Tattermusch
2015-08-10
*
make intializer for metadata even nicer
Jan Tattermusch
2015-08-08
*
added ResponseHeadersTest, fixed stylecop issues
Jan Tattermusch
2015-08-07
*
fixing tests
Jan Tattermusch
2015-08-07
*
big facelift of test code
Jan Tattermusch
2015-08-07
*
fix tests
Jan Tattermusch
2015-08-05
*
renamed CallContext to CallOptions
Jan Tattermusch
2015-08-05
*
refactoring client side calls
Jan Tattermusch
2015-08-05
*
add servicename field to method
Jan Tattermusch
2015-08-05
*
introduce CallContext
Jan Tattermusch
2015-08-05
*
changed the way ports are added to the server
Jan Tattermusch
2015-08-04
*
changed way service definitions are added to the server
Jan Tattermusch
2015-08-04
*
Added channel state API
Jan Tattermusch
2015-08-04
*
only use lowercase metadata keys in headers
Jan Tattermusch
2015-07-27
*
introducing async tests
Jan Tattermusch
2015-07-24
*
make insecure channel and server explicit
Jan Tattermusch
2015-07-24
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
*
fix stylecop warnings
Jan Tattermusch
2015-07-22
*
set primary user agent by C# channel
Jan Tattermusch
2015-07-22
*
improving test readability
Jan Tattermusch
2015-07-21
*
rename Result to ResponseAsync
Jan Tattermusch
2015-07-21
*
fix echo metadata test
Jan Tattermusch
2015-07-21
*
regenerated code and fixed inconsistencies
Jan Tattermusch
2015-07-21
*
added some tests
Jan Tattermusch
2015-07-21
*
populate server context
Jan Tattermusch
2015-07-20
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
undo hotfix from #1731
Jan Tattermusch
2015-06-17
*
temporary hotfix before #1577 is in
Jan Tattermusch
2015-06-17
*
add host and port overload for new channel
Jan Tattermusch
2015-06-08
*
Split address passed to AddListeningPort into host and port
Jan Tattermusch
2015-05-07
*
added concept of ServerCallContext, that is passed to all server-side handlers
Jan Tattermusch
2015-05-07
*
remove duplicate initialize
Jan Tattermusch
2015-05-04
*
Fixes for C# cancellation support
Jan Tattermusch
2015-05-04
*
fixed some stylecop warnings
Jan Tattermusch
2015-05-04
*
Added basic support for cancellation
Jan Tattermusch
2015-05-04
[next]