murgatroid99
2493ea6d4b
Fixed argument types in setup.py
10 years ago
Tim Emiola
a181d2127a
Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fix
...
Switched protobufjs dependency to npm package instead of GitHub
10 years ago
Yang Gao
0049c51c1a
Merge pull request #1032 from nicolasnoble/protobuf-alternate
...
Adding support for alternative protobuf libraries.
10 years ago
murgatroid99
3c3d860a02
Node package version bump
10 years ago
Vijay Pai
c97638b10b
Merge pull request #1012 from dklempner/nobarrier
...
Add a no_barrier_load atomic operation.
10 years ago
Michael Lumish
6bb4b7b216
Merge pull request #1034 from sunxiaoguang/fix_duplicated_symbols
...
Fix duplicated symbols
10 years ago
Nathaniel Manista
f85720eb33
Merge pull request #1036 from Arkq/master
...
Fix port selection for Python server.
10 years ago
Nicolas "Pixel" Noble
613d6fe997
Moving ZeroCopyOutputStream to grpc++/config.h.
10 years ago
Nathaniel Manista
234c87f63e
Merge pull request #1000 from nicolasnoble/python-plugin-no-std
...
Removing the "using std::string" in the python plugin code.
10 years ago
Vijay Pai
f70259f74f
Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-id
...
Fix client sending invalid GOAWAY last-stream-id
10 years ago
Tatsuhiro Tsujikawa
1cbf8d7f16
Update doc as requested in review
10 years ago
Arkadiusz Bokowy
5d85675b56
Fix port selection for server
...
Commit 31e65be
introduces a bug which causes starting server on a randomly
selected port.
10 years ago
Xiaoguang Sun
8a929a965b
Fix duplicated symbols
...
Fix duplicated symbols caused by having definition instead of declaration in
header file.
10 years ago
murgatroid99
bffe7d7bf1
Switched protobufjs dependency to npm package instead of GitHub
10 years ago
Nicolas Noble
d446eb86fa
Adding initial support for alternative protobuf libraries.
10 years ago
Yang Gao
c3be769409
Merge pull request #983 from jboeuf/refresh_token_parsing
...
Adding refresh token credentials.
10 years ago
Tim Emiola
5bdfe1a189
Merge pull request #1005 from nathanielmanistaatgoogle/python-dockerfile-unit-test-list
...
Update Python Dockerfile's unit test list
10 years ago
Tim Emiola
616711d1d9
Merge pull request #1028 from murgatroid99/node_install_instructions_formatting
...
Improved node install instructions and bumped version
10 years ago
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
murgatroid99
3f6cd88533
Improved node install instructions and bumped version
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
Tatsuhiro Tsujikawa
d11f610f37
Fix client sending invalid GOAWAY last-stream-id
...
Previously client sends its own initiated stream ID in last-stream-id
field of GOAWAY, which misses the point in HTTP/2 specification.
Unless server push is utilized heavily, client should not assign its
transport's last_incoming_stream_id, since it is a response from
server to client's initiated stream ID. This commit fixes it.
See GH-1024
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
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
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
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
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