Craig Tiller
|
6659d8b89c
|
Fix memory leaks
|
9 years ago |
Eric Anderson
|
83f8416f4c
|
Merge pull request #2823 from soltanmm/interop-spec
Clarify interop spec
|
9 years ago |
Masood Malekghassemi
|
a3adf94477
|
Clarify interop spec
|
9 years ago |
Nicolas Noble
|
2db17838e7
|
Merge pull request #2800 from ctiller/reduce-mac-load
Reduce mac load on Jenkins
|
9 years ago |
Jorge Canizales
|
6f576a9aa2
|
Merge pull request #2755 from jcanizales/test-ssl-too
Test both SSL and cleartext calls in Obj-C
|
9 years ago |
Jorge Canizales
|
82b68d8a97
|
Use test certificates and name override for local tests :)
|
9 years ago |
Jorge Canizales
|
9195233a42
|
Subclass InteropTests to later repeat the tests using SSL
|
9 years ago |
Jorge Canizales
|
945f72cff9
|
Make the host of interop tests modifiable per-class
|
9 years ago |
Jorge Canizales
|
cdabaca649
|
Run test server with and without SSL
|
9 years ago |
Jorge Canizales
|
a3428f3b4f
|
Merge pull request #2754 from jcanizales/support-test-certificates
Support test certificates and SSL name override in Obj-C
|
9 years ago |
Jorge Canizales
|
4ab7cc068a
|
Merge master into support-test-certificates to solve conflicts.
|
9 years ago |
Nicolas Noble
|
0a6012688a
|
Merge pull request #2783 from ctiller/tracing-takes-time
Allow fixtures to specify slowdown factors, use it for grpc_trace tests
|
9 years ago |
Yang Gao
|
5a2017036d
|
Merge pull request #2803 from ctiller/delay-start-resolution
Delay name resolution until we need a channel to be READY
|
9 years ago |
Yang Gao
|
aa7a75a4d9
|
Merge pull request #2813 from ctiller/every-day-i-propagate
C++ propagation API
|
9 years ago |
Yang Gao
|
e5b0459299
|
Merge pull request #2750 from ctiller/propagate
Core-supported context propagation
|
9 years ago |
Craig Tiller
|
44912d78a0
|
Explicitly spell out cancellation in default propagation mask
|
9 years ago |
Jan Tattermusch
|
2ba9e5df81
|
Merge pull request #2815 from jtattermusch/introduce_call_options
Introduce client-side CallOptions
|
9 years ago |
Jorge Canizales
|
7e90745b3c
|
Document plan to merge the GRPCChannel subclasses
|
9 years ago |
Jorge Canizales
|
77723b127a
|
Document that grpc_channel_args don’t need to survive GRPCSecureChannel init
|
9 years ago |
Jorge Canizales
|
8c5318a6d1
|
Return nil instead of assert when the test certs can’t be read
|
9 years ago |
Jorge Canizales
|
145f865ce0
|
Undo forward-declaring grpc_channel_args, which isn’t a struct!
It’s a typedef of an anonymous struct.
|
9 years ago |
Jorge Canizales
|
d13bbed8be
|
Fix breakage (struct before undefined structs)
|
9 years ago |
Nathaniel Manista
|
7098b1ba64
|
Merge pull request #2746 from soltanmm/user-agent
Add project metadata generation to Python.
|
9 years ago |
Jorge Canizales
|
d7f2ab3125
|
Forward-declare structs in GRPCSecureChannel.h
And add warning about using custom certificates or name override if not
testing.
|
9 years ago |
Jorge Canizales
|
82fb883bec
|
Make GRPCHost cache thread-safe.
|
9 years ago |
Jorge Canizales
|
cceeb51592
|
Document intention of hostURL.port conditional check.
|
9 years ago |
Jorge Canizales
|
83b7971c10
|
Forward-declare GRPCCompletionQueue and grpc_call
|
9 years ago |
Craig Tiller
|
5148694b22
|
Merge pull request #2396 from nicolasnoble/win32-is-an-os-too
Calling python to spawn a python subprocess.
|
9 years ago |
Jorge Canizales
|
0607bae87e
|
Forward-declare grpc_channel and specify ownership semantics
|
9 years ago |
Masood Malekghassemi
|
5c147631d3
|
Add project metadata generation to Python
|
9 years ago |
Craig Tiller
|
354e2127a2
|
Update Objective-C
|
9 years ago |
Craig Tiller
|
2c3be1df4f
|
Add tests for C++ propagation
|
9 years ago |
Abhishek Kumar
|
98049242b7
|
Merge pull request #2781 from yang-g/stuboptions
Add StubOptions
|
9 years ago |
Craig Tiller
|
e40f964e55
|
Merge branch 'propagate' into every-day-i-propagate
|
9 years ago |
Craig Tiller
|
a6f8f92599
|
Add comment
|
9 years ago |
Craig Tiller
|
fdbd728a82
|
Rename constants
|
9 years ago |
Craig Tiller
|
bb5361453f
|
C++ context propagation
|
9 years ago |
Jan Tattermusch
|
3cd76d6ef2
|
fix tests
|
9 years ago |
Jan Tattermusch
|
ffa17b1275
|
regenerated code
|
9 years ago |
Jan Tattermusch
|
5c371f8376
|
renamed CallContext to CallOptions
|
9 years ago |
Jan Tattermusch
|
e5e57adf71
|
update generator
|
9 years ago |
Jan Tattermusch
|
5cb5ceda2c
|
refactoring client side calls
|
9 years ago |
Jan Tattermusch
|
cc97fed6d8
|
regenerated code
|
9 years ago |
Jan Tattermusch
|
641cb1be9f
|
update generator
|
9 years ago |
Jan Tattermusch
|
a9ddd02dae
|
add servicename field to method
|
9 years ago |
Jan Tattermusch
|
542e21cbe0
|
refactoring AsyncCall
|
9 years ago |
Jan Tattermusch
|
5e10f18376
|
introduce CallContext
|
9 years ago |
Jan Tattermusch
|
c6f2d4f3cd
|
Merge pull request #2797 from jtattermusch/polishing_api
C# API improvements
|
9 years ago |
Craig Tiller
|
cf0e79638f
|
Merge branch 'propagate' into reduce-mac-load
|
9 years ago |
Nicolas Noble
|
c08a4d6975
|
Merge pull request #2801 from ctiller/shrinkify-the-bytes
Initial Doxygen import for core, c++
|
9 years ago |