Jorge Canizales
|
88c3284349
|
Finished script and example output.
|
10 years ago |
Jorge Canizales
|
fef5bee020
|
Prototype script to change comment format.
Still needs implementing format_as_block, and switching input and output
to use sys.stdin.readline() and sys.stdout.write(line).
|
10 years ago |
Jorge Canizales
|
a6da17eeeb
|
Test file: GRPCCall.h
|
10 years ago |
David Garcia Quintas
|
fbb6b92ea2
|
Fixed an inexplicable wrong handling of a lock
|
10 years ago |
Masood Malekghassemi
|
2a0cb49152
|
Bring Python interop tests to the beta API
Also uses the .proto files for the service/stub definitions.
|
10 years ago |
Stanley Cheung
|
9c0b35e1e6
|
php: rename credentials to channel_credentials
|
10 years ago |
Stanley Cheung
|
aeea10287f
|
php: split grpc_credentials to channel_credentials and call_credentials
|
10 years ago |
Stanley Cheung
|
af93a8fddb
|
php: remove ssl_cert_file env var
|
10 years ago |
Stanley Cheung
|
d94f9260b8
|
php: remove ssl_cert_file env var
|
10 years ago |
Jan Tattermusch
|
beffc779bb
|
stop using SSL_CERT_FILE env for C# interop tests
|
10 years ago |
Stanley Cheung
|
030387d4bb
|
remove include
|
10 years ago |
murgatroid99
|
cc19b94ba2
|
Make Node interop client use default roots file path
|
10 years ago |
Stanley Cheung
|
47c1a53a3f
|
php: remove unused file
|
10 years ago |
murgatroid99
|
5901d90859
|
Fixed lint errors
|
10 years ago |
Julien Boeuf
|
b73cbc2709
|
Addressing comments.
The composite channel credentials creation does not change the passed-in
channel creds anymore.
|
10 years ago |
Stanley Cheung
|
75457ff7e1
|
php: add more unit test for code coverage analysis
|
10 years ago |
murgatroid99
|
7c0dbf82b3
|
Updated Node credentials API to match core API change
|
10 years ago |
Jan Tattermusch
|
3b6fef1292
|
fix some python auth interop tests
|
10 years ago |
Jan Tattermusch
|
fe3d9ea14f
|
fix ruby per_rpc_creds
|
10 years ago |
David Garcia Quintas
|
85ccb8cc61
|
added grpc_client_uchannel_set_subchannel func
|
10 years ago |
Jan Tattermusch
|
e49501a9eb
|
Update README.md
|
10 years ago |
murgatroid99
|
3c769d67a3
|
Added some file-level comments to Node source files
|
10 years ago |
Nathaniel Manista
|
cbcf187153
|
Add python-dev and Python 3 to prerequisites
|
10 years ago |
murgatroid99
|
5fccd9019f
|
This is a library. It should not output logs to STDOUT by default
|
10 years ago |
Masood Malekghassemi
|
28738bb537
|
Add empty_stream Python interop test
|
10 years ago |
Jan Tattermusch
|
785efd453e
|
accept --use_tls=true --use_test_ca=true in python
|
10 years ago |
Jan Tattermusch
|
2ca1df10aa
|
restrict number of iterations for UnaryCallPerformance test
|
10 years ago |
Jan Tattermusch
|
73b3eea149
|
accept --use_tls=true and --use_test_ca=true in ruby
|
10 years ago |
Jorge Canizales
|
197adea6f2
|
Git ignore XCode derived files across the repo
|
10 years ago |
Anthony Yeh
|
04e1eb8423
|
PHP: Fix property reference in BaseStub::close()
|
10 years ago |
Stanley Cheung
|
59a15a8558
|
php: add remaining auth interop tests
|
10 years ago |
Stanley Cheung
|
ba0cb56b32
|
php: add use_tls and use_test_ca param to interop tests script
|
10 years ago |
murgatroid99
|
6d6009fec5
|
Distribute roots.pem with the Node package
|
10 years ago |
murgatroid99
|
aad1a34b4f
|
Add newline to .rubocop.yml
|
10 years ago |
murgatroid99
|
3c09a64332
|
Fixed previous change, altered RuboCop settings to let me do so
|
10 years ago |
murgatroid99
|
59e339b9d2
|
Made ruby server stop waiting for calls when it starts getting null calls
|
10 years ago |
Stanley Cheung
|
e5f41cb5da
|
php: fix empty_stream interop test;
|
10 years ago |
David Garcia Quintas
|
c22adbcd1f
|
Merged with #3788
|
10 years ago |
David Garcia Quintas
|
661ad7fc85
|
We need the iomgr_init for winsocks initialization.
Also fixed (thanks @nicolasnoble) wrong construction of error msg.
|
10 years ago |
murgatroid99
|
c52dfac999
|
Fixed error in Node credentials test
|
10 years ago |
Hongyu Chen
|
738e91e8d1
|
Fix call data init in census grpc filter.
|
10 years ago |
David Garcia Quintas
|
706b70f498
|
Updated Windows resolver
|
10 years ago |
murgatroid99
|
7cfee089dd
|
Added more tests, removed some unused code, fixed a bug
|
10 years ago |
David Garcia Quintas
|
9e76e7aa3a
|
removed unused local var
|
10 years ago |
David Garcia Quintas
|
249e9bf116
|
Flush exec_ctx work within loop
|
10 years ago |
Jorge Canizales
|
740a1cc7c3
|
Git ignore XCode derived files across the repo
|
10 years ago |
Jan Tattermusch
|
18729a05e5
|
Polishing of C# auth API
|
10 years ago |
murgatroid99
|
71f50361bf
|
Added some more tests to increase coverage
|
10 years ago |
murgatroid99
|
75a2bbaab2
|
Refactored some C++ code to improve code reuse
|
10 years ago |
Vijay Pai
|
7f715707aa
|
Some changes required to make C++ code generator plugin work fine for
external code compiled under gcc-4.4 : eliminate use of nullptr, primarily.
|
10 years ago |