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
Tim Emiola
f9007045f2
Merge pull request #982 from sahlberg/python-readme
...
README: fix the path to the python requirements.txt file
10 years ago
Masood Malekghassemi
874e53ad2d
Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanup
...
Refactoring within Python RPC Framework
10 years ago
murgatroid99
6cbb237d61
Added more tests
10 years ago
Nicolas Noble
1722032534
Merge pull request #987 from Chilledheart/minor-fix
...
Add missing GRPC_OVERRIDE, NFC
10 years ago
Julien Boeuf
3371cdf918
Fixing !strcmp in the tests.
10 years ago
Chilledheart
bf5ec2fd3d
Avoid unnecessary copies during protobuf serialization and deserialization
...
- avoid string copy due to google::protobuf::message::SerializeToString
- avoid string copy due to google::protobuf::message::ParseFromString
- split large message into 8k slices during protobuf serialization
- correct GrpcBufferReader::BackUp
10 years ago
Chilledheart
ca767c0d9e
Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer
10 years ago
Julien Boeuf
75516068fa
Adding refresh token parsing
...
This is the first step for refresh token credentials.
10 years ago
Chilledheart
4be94b9541
Add missing GRPC_OVERRIDE, NFC
...
Testing asan configuration with the latest clang compiler fails due to
the warning `-Winconsistent-missing-override`. This patch fixes it.
10 years ago
Nicolas Noble
75c60c1a43
Merge pull request #981 from sahlberg/231
...
strcmp: change all !str[n]cmp to str[n]cmp == 0
10 years ago
Ronnie Sahlberg
400349ea4d
README: fix the path to the python requirements.txt file
...
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
10 years ago
Ronnie Sahlberg
2ad8d21158
strcmp: change all !str[n]cmp to str[n]cmp == 0
...
Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.
Issue #231
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
10 years ago
Nathaniel Manista
5c87a30c41
Refactoring within Python RPC Framework
...
The assembly and face layers were mostly redundant except that the
assembly layer had far-better interfaces and the face layer had more
of a reason to exist. Now they are merged.
10 years ago
Nicolas Noble
3631e82c89
Merge pull request #835 from ctiller/credit
...
C++ Credentials Rework
10 years ago
Masood Malekghassemi
3aca2a6245
Merge pull request #962 from nathanielmanistaatgoogle/interop
...
Secure python interop (plus Python<->Python interop unit tests)
10 years ago
Nathaniel Manista
a25af852c7
Include interop tests in python_tests.json
10 years ago
Nathaniel Manista
256ccca923
Use server_host_override in interop client
...
Also refactor the interop package to perform client-server interop
testing in a unit test.
10 years ago
Nathaniel Manista
db13f68dab
Add a server_host_override to stub creation
...
This optional value should only be passed in tests.
10 years ago
Craig Tiller
ede76da1b5
Merge pull request #4 from nicolasnoble/c++-creds
...
Don't merge OpenSSL into C++ upper layer libraries; only C.
10 years ago
Yang Gao
5f4539f4e8
Service side should be done, it builds and existing tests pass
10 years ago
David Klempner
a65e463190
Merge pull request #974 from ctiller/arghhh
...
Reintroduce sleep on backup thread
10 years ago
Nicolas "Pixel" Noble
061690d497
Don't merge OpenSSL into C++ upper layer libraries; only C.
10 years ago
Craig Tiller
64d0a87d98
Reintroduce sleep on backup thread
10 years ago
Craig Tiller
c20324e8aa
Merge github.com:grpc/grpc into credit
10 years ago
Michael Lumish
3e0f48b2ec
Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies
...
Removes unused dependencies
10 years ago
Michael Lumish
2425790a65
Merge pull request #971 from tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug
...
Grpc ruby cleanup client stub initialize fix hostname bug
10 years ago
Donna Dionne
9e87bb7a17
Added timeout for tests that hang
...
Added prettier cloud to prod output and a history of results
10 years ago
Michael Lumish
4947638c62
Merge pull request #968 from jtattermusch/csharp_refactoring
...
C# refactoring and code cleanup
10 years ago
Tim Emiola
dfa5efb72e
Removes unused dependencies
10 years ago
Tim Emiola
485f0ed140
Corrects the host used in the client_server spec tests
10 years ago
Tim Emiola
4c7caf6180
Fix for #804
10 years ago
Tim Emiola
c32375c67c
Decompose the ClientStub initialize method
10 years ago
Jan Tattermusch
13cd1256af
Used StyleCop to get rid of tabs in the source code
10 years ago
Yang Gao
df6e45c52a
Merge branch 'master' into untypedAPI
10 years ago
Jan Tattermusch
49fd7fe13f
removed some compiler warnings
10 years ago
Jan Tattermusch
a29d0f3fbc
Split async call into server and client classes sharing the same base.
10 years ago
Nathaniel Manista
ee092fcc62
Merge pull request #965 from soltanmm/py-test
...
Fix Python protoc plugin test workflow
10 years ago
Nicolas Noble
d3be281353
Merge pull request #964 from ctiller/i-am-so-very-lazy
...
Crash in channel/server creation if grpc_init not called
10 years ago
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
10 years ago
Craig Tiller
bea386b1c6
Merge branch 'secure-server-api-changes' of github.com:nathanielmanistaatgoogle/grpc into credit
10 years ago