Yang Gao
179f8684dc
add missing GRPC_FINAL
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
Jorge Canizales
ecf53c6b1b
Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into makes-cpu-posix-portable
10 years ago
murgatroid99
45efc4dea1
Removed PHP travis tests
10 years ago
murgatroid99
dba4597c6f
Merge branch 'php_new_core_api' of github.com:murgatroid99/grpc into php_new_core_api
10 years ago
murgatroid99
3f10160769
Updated ActiveCall.php to use batch API
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
murgatroid99
c351ae77f5
Reordered install commands for travis
10 years ago
murgatroid99
448a87d7fd
Fixed another flag in install script
10 years ago
Michael Lumish
e7268b8f84
Merge pull request #1017 from jtattermusch/csharp_codestyle
...
Fixing C# codestyle
10 years ago
murgatroid99
782f38c3a4
Added flag in install script
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
c41bf3cb5a
More sane ordering of methods
10 years ago
Vijay Pai
3e0a46a1c4
Change behavior to properly account for possibility of NULL
...
tag. This can happen if the tag is actually an integer being
typecast to void*
To avoid breaking the API of existing Next calls, I've made
a new AsyncNext method with a tri-state return that indicates
whether there is a shutdown, an actual event, or a timeout.
Still needs proper testing for the AsyncNext method specifically.
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
Yang Gao
2a3c96a869
resolve leak, now asan clean
10 years ago
Yang Gao
005eb88c45
Rename anonymous to generic globally
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
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