index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
objective-c
/
tests
/
GRPCClientTests.m
Commit message (
Expand
)
Author
Age
*
Fixed KVO test
murgatroid99
2015-08-24
*
Added test for responseHeaders KVO compliance
murgatroid99
2015-08-24
*
Put both headers and trailers in the error.userInfo
Jorge Canizales
2015-08-12
*
Rename responseMetadata -> allResponseMetadata
Jorge Canizales
2015-08-12
*
Increase test timeouts to reduce flakiness.
Jorge Canizales
2015-08-09
*
Rename oauth2_lowerCamel -> oauth2UpperCamel
Jorge Canizales
2015-08-07
*
Exercise GRPCCall+OAuth2 in the tests
Jorge Canizales
2015-08-06
*
Require very explicit registration of non-SSL hosts.
Jorge Canizales
2015-08-06
*
Temporarily point tests to localhost
Jorge Canizales
2015-07-24
*
id<GRXWriter> -> GRXWriter * in the tests
Jorge Canizales
2015-07-17
*
Increase timeout of tests to remove flakes.
Jorge Canizales
2015-07-15
*
Rename HTTP2Path -> HTTPPath
Jorge Canizales
2015-07-04
*
Move ProtoMethod to ProtoRPC package
Jorge Canizales
2015-07-04
*
Rename GRPCMethodName->ProtoMethod
Jorge Canizales
2015-07-04
*
Import headers based on path in the tests project
Jorge Canizales
2015-06-23
*
Drop repeated response headers.
Jorge Canizales
2015-06-13
*
Test call and error metadata are the same.
Jorge Canizales
2015-06-13
*
Let set NSDictionary as headers, and init the property (not nil)
Jorge Canizales
2015-06-13
*
Add test to set and read headers. Flaky!!
Jorge Canizales
2015-06-13
*
Cleanup GRPCClientTests.m
Jorge Canizales
2015-06-13
*
Add RemoteTests as GRPCClientTests to tests project
Jorge Canizales
2015-05-31