Masood Malekghassemi
be55ca770d
Expose new core functionality to Python
9 years ago
Jan Tattermusch
b5ea2f89fd
Merge pull request #2873 from jtattermusch/expose_version_string
...
expose C core version string to C#
9 years ago
Nicolas Noble
5bdcfc6047
Merge pull request #2864 from jtattermusch/0.10-upport
...
Upporting from 0.10 branch.
9 years ago
Yang Gao
755d65ca39
Merge pull request #2876 from jboeuf/tsi_doc
...
Improving unprotect doc.
9 years ago
Julien Boeuf
f8b4b98669
Improving unprotect doc.
9 years ago
Jan Tattermusch
1338798897
fix method signature and add test
9 years ago
Jan Tattermusch
03ad9510ce
add const modifier
9 years ago
Jan Tattermusch
295224605f
Merge pull request #2866 from jtattermusch/context_api
...
C# Context API
9 years ago
Jan Tattermusch
908cb2f86a
Merge pull request #2860 from jtattermusch/compression_api
...
Compression API, sending response headers and cleanup.
9 years ago
jboeuf
fc433cda21
Merge pull request #2848 from yang-g/default_creds_fix
...
Fix gce detection
9 years ago
Jorge Canizales
6aff647bdb
Merge pull request #2871 from jcanizales/fix-certs-bug
...
Fixes problem reading certificates file: They do come with non-ASCII chars (in comments)!
9 years ago
Jan Tattermusch
c5a6aca397
expose C core version string to C#
9 years ago
Jorge Canizales
83c57cbed6
Increase test timeouts to reduce flakiness.
9 years ago
Jorge Canizales
7d770488ea
Fixup for 42898cf: Correct documentation.
9 years ago
Jorge Canizales
42898cf54d
Add remote interop tests to the suite of tests.
...
This would have caught the encoding problem with the default root
certificates.
9 years ago
Jorge Canizales
2eacf7b780
Allow UTF8 in comments of root certificates files
9 years ago
Jan Tattermusch
dad17243bb
added tests
9 years ago
Jorge Canizales
7a75936001
Merge pull request #2861 from jcanizales/fix-race-condition
...
Fix race condition in GRPCCall
9 years ago
Jan Tattermusch
392fae26d2
context propagation API
9 years ago
Jorge Canizales
578ab166ad
Don’t retain self here!
9 years ago
Jorge Canizales
297ed7bd81
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
...
Also clarify in GRXWriter.h that the writeable is released whenever the
writer finishes.
9 years ago
Jorge Canizales
eb87b4653a
Rename super-confusing ivar _self -> _retainSelf
9 years ago
Jorge Canizales
fd51dff8b8
Clarify invalid-argument message for already-started writers
9 years ago
Jan Tattermusch
410c473c2b
make intializer for metadata even nicer
9 years ago
Jan Tattermusch
5321d49b51
fixed writeOptions and added test
9 years ago
Jorge Canizales
238ad7819f
Eliminate race in GRPCCall’s operation of the requests writer
9 years ago
Jorge Canizales
67ce098ccf
Clarify thread-safety expectations of GRXWriters
9 years ago
Jan Tattermusch
c75c57c5af
added ResponseHeadersTest, fixed stylecop issues
9 years ago
Jan Tattermusch
c8d7b8498c
polishing tests
9 years ago
Jan Tattermusch
2615f39b20
fixing tests
9 years ago
Jan Tattermusch
0abb84746c
big facelift of test code
9 years ago
Jan Tattermusch
a4291e7073
fixing tests
9 years ago
Jan Tattermusch
5b0b392cc3
introduced MockServiceHelper to ease testing
9 years ago
Jorge Canizales
c678c30cf1
Fix ForwardingWriter init preconditions
9 years ago
Jan Tattermusch
8368b2e4b9
implemented sending initial metadata
9 years ago
Jan Tattermusch
bff90ac384
added WriteOptions support and enabled NoCompress flag to be used for all writes
9 years ago
yang-g
6a5494a5bf
:(
9 years ago
yang-g
2109217c4a
Fix gce detection
9 years ago
jboeuf
c29812fc2c
Merge pull request #2845 from ctiller/reorder-some-things
...
Reorder filters to ensure that :authority is available when the auth …
9 years ago
Yang Gao
95a98ca768
Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things
...
Provide marginally better debug information for client side auth problems
9 years ago
Yang Gao
012349ff88
Merge pull request #2842 from ctiller/asan-is-sad
...
Move parent removal from final destruction to destruction request
9 years ago
Craig Tiller
8f1b169b3d
Reorder filters to ensure that :authority is available when the auth filter needs it
9 years ago
Yang Gao
5f3e7737b7
Merge pull request #2843 from a11r/doc3
...
Add a document describing a server reflection protocol.
9 years ago
Abhishek Kumar
d259bb1dd1
Add a document describing a server reflection protocol.
...
This is largely cribbed from @dklempner's original PR (#2744 ) . Taking over as he is out on vacation. Removed the discussion around host-reflection and corresponding uses of `host` from the API.
9 years ago
Eric Anderson
88527f8e55
Merge pull request #2560 from a11r/doc2
...
Naming design document
9 years ago
Nicolas Noble
c7989b6c9f
Merge pull request #2788 from ctiller/kinetic-lopsided-poetry
...
Testing port server
9 years ago
Jorge Canizales
be76f2c266
Merge pull request #2838 from jcanizales/make-oauth2-easy
...
Add ObjC helpers to use OAuth2
9 years ago
Craig Tiller
2e95e4ac1d
Move parent removal from final destruction to destruction request
...
We don't need the list for cancel propagation after that point, and
doing it early avoids a bug whereby the call is reffed after reaching a
zero ref when the parent is destroyed first.
9 years ago
Craig Tiller
26f8b283a4
Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things
9 years ago
Craig Tiller
37f24de603
Merge pull request #2777 from jboeuf/server_creds_auth_md_processor
...
Server creds auth md processor
9 years ago