Tim Emiola
bd3913abe3
Merge pull request #1030 from jtattermusch/csharp_immutablecollections
...
Started using immutable collections and other code cleanup
10 years ago
Jan Tattermusch
286975fd2b
Started using immutable collections and other code cleanup
10 years ago
Tim Emiola
7459a06396
Merge pull request #1029 from jtattermusch/csharp_stylefixing
...
Setting up stylecop to ignore generated files and fixing style
10 years ago
Jan Tattermusch
3de9f49e3c
Setting up stylecop to ignore generated files and fixing style
10 years ago
Nathaniel Manista
2f77519349
Merge pull request #1027 from nicolasnoble/python-const-fix
...
Remove a const from a variable that should be mutable.
10 years ago
Nicolas "Pixel" Noble
8a6b38c9be
Remove a const from a variable that should be mutable.
...
deadline is passed by address to PyArg_ParseTuple to update its value.
However, deadline is a const double, so attempting to change its value
is undefined behavior. Remove the const to have well-defined behavior.
10 years ago
Michael Lumish
e7268b8f84
Merge pull request #1017 from jtattermusch/csharp_codestyle
...
Fixing C# codestyle
10 years ago
Vijay Pai
01f8f11ab0
Merge pull request #1021 from Chilledheart/develop
...
Add missing GRPC_OVERRIDE, NFC
10 years ago
Vijay Pai
bf113f1561
Merge pull request #1009 from nicolasnoble/MacOS
...
Improving MacOS.
10 years ago
Chilledheart
e3bbcca12c
Add missing GRPC_OVERRIDE, NFC
10 years ago
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
10 years ago
Jan Tattermusch
053d894e2c
added stylecop settings file
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
Nicolas "Pixel" Noble
716b5fe1fa
Disabling installing shared libraries under MacOS for the time being.
10 years ago
Tim Emiola
6063b9ff52
Merge pull request #990 from jtattermusch/csharp_tls_server
...
C# server-side TLS support
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
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
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
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
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
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
David Klempner
a65e463190
Merge pull request #974 from ctiller/arghhh
...
Reintroduce sleep on backup thread
10 years ago