Jan Tattermusch
|
053d894e2c
|
added stylecop settings file
|
10 years ago |
murgatroid99
|
77234a5c56
|
Fixed travis PHP version update
|
10 years ago |
murgatroid99
|
02ea664342
|
Updated travis's PHP version
|
10 years ago |
murgatroid99
|
ec7788d94f
|
Re-added php tests to travis
|
10 years ago |
murgatroid99
|
aa373ba69f
|
Removed php tests from travis
|
10 years ago |
murgatroid99
|
7d4ac6e961
|
Added PHP tests to travis
|
10 years ago |
murgatroid99
|
73aefecd6f
|
Updated ActiveCall.php to use batch API
|
10 years ago |
Vijay Pai
|
ee705f6d66
|
Add support for deadline on CompletionQueue::Next
If the deadline elapses, return true but have a null tag.
|
10 years ago |
murgatroid99
|
1b027f5598
|
Updated final tests to pass
|
10 years ago |
murgatroid99
|
f2fe1a8002
|
Fixed channel host override handling
|
10 years ago |
David Klempner
|
466423b157
|
Add a no_barrier_load atomic operation.
Use this to relax the acq_loads in some fd_posix assertions. The primary
goal here is to avoid masking potential iomgr races from tsan.
|
10 years ago |
Yang Gao
|
d778651c01
|
formatting
|
10 years ago |
Yang Gao
|
7d6b184f57
|
add a jwt test case for interop test
|
10 years ago |
Nicolas "Pixel" Noble
|
e758ed16aa
|
Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths.
|
10 years ago |
Yang Gao
|
0535da3068
|
The Jwt code was dropped somewhere in a merge. Put it back
|
10 years ago |
murgatroid99
|
44cfd3eccb
|
Resolved merge conflicts with master
|
10 years ago |
murgatroid99
|
9fe516a679
|
EndToEndTest now works
|
10 years ago |
Nicolas "Pixel" Noble
|
716b5fe1fa
|
Disabling installing shared libraries under MacOS for the time being.
|
10 years ago |
Yang Gao
|
f859510340
|
Merge branch 'master' into jwt
|
10 years ago |
Yang Gao
|
2fe6ecebee
|
Merge branch 'master' into untypedAPI
|
10 years ago |
Tim Emiola
|
6063b9ff52
|
Merge pull request #990 from jtattermusch/csharp_tls_server
C# server-side TLS support
|
10 years ago |
murgatroid99
|
4eb8bba7fc
|
Further updated EndToEndTest
|
10 years ago |
Nicolas "Pixel" Noble
|
0084179d4c
|
Removing the `using std::string` in the python plugin code.
|
10 years ago |
Vijay Pai
|
ea8d8dedc6
|
Merge pull request #998 from yang-g/nameoverride
Use ssl name override if it's in the channel argument
|
10 years ago |
Nathaniel Manista
|
b1ef2f146f
|
Update Python Dockerfile's unit test list
The removal of grpc.framework.assembly.implementations_test should have
happened along with the removal of the test itself in 31e65be .
|
10 years ago |
murgatroid99
|
d8bb9578ef
|
Fixed some tests for new API
|
10 years ago |
Yang Gao
|
0cb6c25e71
|
A first test with typed async client and untyped service for a simple rpc
|
10 years ago |
Yang Gao
|
0fd94409a0
|
Expose server cq for polling incoming anonymous rpcs
|
10 years ago |
Yang Gao
|
bc5d466c97
|
Merge branch 'master' into untypedAPI
|
10 years ago |
Yang Gao
|
42734b58ee
|
Merge pull request #978 from Chilledheart/master
Avoid unnecessary copies during protobuf serialization and deserialization
|
10 years ago |
donnadionne
|
c65569fba8
|
Merge pull request #997 from nathanielmanistaatgoogle/interop
Add the Python interop client to gce_setup files
|
10 years ago |
Masood Malekghassemi
|
51c9262546
|
Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup
Eliminate the Python "assembly" package
|
10 years ago |
Yang Gao
|
f82a30d90a
|
Use ssl name override if it's in the channel argument
|
10 years ago |
Nathaniel Manista
|
cbc540edcf
|
Add the Python interop client to gce_setup files
|
10 years ago |
Yang Gao
|
fccea1f70e
|
merge with upstream and resolve conflict
|
10 years ago |
Nicolas "Pixel" Noble
|
b072a4ff75
|
Adding MSVC's grpc++ project file.
|
10 years ago |
Yang Gao
|
086cd1108c
|
read and copy add two ref's, unref one
|
10 years ago |
Yang Gao
|
61c413182d
|
initial imple of byte buffer and slice
|
10 years ago |
Tim Emiola
|
e0e8edfeda
|
Merge pull request #996 from murgatroid99/node_version_bump_0.5.3
Updated Node package version to 0.5.3
|
10 years ago |
Jan Tattermusch
|
4b5b159c74
|
Merge pull request #972 from donnadionne/add_timed_out_tests_back
Added timeout for tests that hang
|
10 years ago |
murgatroid99
|
fba214cce4
|
Updated Node package version to 0.5.3
|
10 years ago |
Tim Emiola
|
f05e183dcd
|
Merge pull request #991 from murgatroid99/node_11_cleanup_segfault
Fix segfault in Node 0.11 and Node 0.12
|
10 years ago |
Donna Dionne
|
679c2539a1
|
Modifying after review comments.
|
10 years ago |
Nathaniel Manista
|
31e65beaed
|
Eliminate the Python "assembly" package
This completes issue #726. All that cascading activation stuff just
didn't work out as cleanly as I had hoped it would.
|
10 years ago |
Jan Tattermusch
|
01b851f87c
|
Fixed run server command in csharp_mono dockerfile.
|
10 years ago |
Donna Dionne
|
7167f895f9
|
Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_back
|
10 years ago |
Julien Boeuf
|
9835cf0234
|
Adding refresh token credentials.
- The google default credentials now work with the cloud SDK.
- Verified end to end with print_default_credentials and fetch_oauth2
tools.
|
10 years ago |
murgatroid99
|
44a3b4ab7d
|
Merge branch 'master' into node_11_cleanup_segfault
|
10 years ago |
murgatroid99
|
e5f47064bf
|
Fixed segfault by fixing scope issue
|
10 years ago |
Jan Tattermusch
|
b0829ebaf1
|
C# server side TLS support
|
10 years ago |