Stanley Cheung
3fa51a3592
update PHP README installation instructions, and dockerfile
10 years ago
Nathaniel Manista
dad6eee5f3
Merge pull request #2024 from nathanielmanistaatgoogle/python_plugin_test-cosmetics
...
Cosmetic tweaks to python_plugin_test.py.
10 years ago
Tim Emiola
0c0ccb0acf
Corrects wording
10 years ago
Craig Tiller
4cf08fbd55
Move channel connection pollset to be across all attempts
...
Slightly increases the amount of polling we have to do, but lets us move
interest registration under the channel lock, simplifying our code (and
fixing a bug)
10 years ago
Nathaniel Manista
a08694eff2
Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docs
...
Update src/python/README.md to link to quick
start and detailed example documentation.
10 years ago
Tim Emiola
05aafbc9d9
Update README.md
10 years ago
Craig Tiller
145fb8f37b
Merge pull request #2032 from grpc/stream__h_comment_fix
...
Tiny comment fix
10 years ago
Craig Tiller
a603a450a9
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
David G. Quintas
72364d4461
Tiny comment fix
10 years ago
Vijay Pai
4191ea7d94
Merge pull request #2028 from ctiller/more-is-better-than-less
...
Make async server use one CQ per server thread
10 years ago
Craig Tiller
51f938f169
Make async server use one CQ per server thread
10 years ago
Craig Tiller
ef8bdbf4e2
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
4671122995
Merge branch 'you-complete-me' into we-dont-need-no-backup
10 years ago
Craig Tiller
7f79750bb5
Merge pull request #12 from jtattermusch/you-complete-me-csharp
...
C# shutdown take 2
10 years ago
Vijay Pai
77ece807bb
Merge pull request #2025 from yang-g/ghost
...
add missed explicit
10 years ago
Yang Gao
b6d57e704b
add missed explicit
10 years ago
Vijay Pai
2ea980652f
Merge pull request #2023 from grpc/stream_op-todo-cleanup-1
...
Removed leftover TODO
10 years ago
Nathaniel Manista
26a5bfad2f
Cosmetic tweaks to python_plugin_test.py
...
No behavioral changes. Changes to comments are error correction, not
changes of specification.
10 years ago
David G. Quintas
62a64307dc
Removed leftover TODO
10 years ago
Jan Tattermusch
36092008c6
stylecop fixes
10 years ago
Jan Tattermusch
9bfedd67e0
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
10 years ago
Jan Tattermusch
6d53a5c60b
allow specifying channel options when creating a server
10 years ago
Jan Tattermusch
c8f7d1079e
fix stylecop issues
10 years ago
Jan Tattermusch
2ddb5a6cb5
revamp of c# channel options
10 years ago
David G. Quintas
a561ea66ae
Merge pull request #1833 from zayoo/master
...
Fix minor bug GRPC_TIMER_END before end of function
10 years ago
Nathaniel Manista
3f192f7391
Merge pull request #1884 from soltanmm/py-proto-up
...
Upgrade protobuf version used by gRPC Python to 3.0.0a3 and
update version number of gRPC Python to 0.9.0a1.
10 years ago
David G. Quintas
85af4be655
Merge pull request #1993 from ctiller/break-break-break-the-locks
...
Cache commonly used grpc-status mdelems
10 years ago
Craig Tiller
f78b9a7e52
Add comment
10 years ago
Craig Tiller
db8e17986d
Add comment
10 years ago
Craig Tiller
0d911aad69
Merge github.com:grpc/grpc into break-break-break-the-locks
10 years ago
David G. Quintas
cb7bcb1983
Merge pull request #1958 from vjpai/qps-proto3
...
Update QPS test to proto3
10 years ago
Michael Lumish
02f9cb2efa
Merge pull request #1966 from jtattermusch/csharp_revamp
...
Stop using native callbacks for C#
10 years ago
Tim Emiola
d8463500c3
Merge pull request #1992 from jtattermusch/csharp_channel
...
Add host and port overload for new channel
10 years ago
Tim Emiola
2299ad6742
Merge pull request #1959 from murgatroid99/node_long_field_strings
...
Fixed handling of 64 bit integers in Node library
10 years ago
David G. Quintas
ee9f2da57c
Merge pull request #2009 from yang-g/ghost
...
Remove non-existing file from build.json
10 years ago
Yang Gao
9e640c8064
Remove non-existing file from build.json
10 years ago
Craig Tiller
03764bb828
Merge pull request #1971 from endobson/patch-1
...
Fix typo in grpc_security.h
10 years ago
Tim Emiola
2e6def0f9e
Update README.rst
10 years ago
Craig Tiller
887774dc33
Merge pull request #1963 from dgquintas/compression
...
Made grpc_byte_buffer_reader able to decompress msgs.
10 years ago
Craig Tiller
ea37c9606c
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
vjpai
e78ee18db5
Renumber message fields
10 years ago
Nicolas Noble
b8e1674f07
Merge pull request #2000 from dgquintas/extern-c-braces
...
Added braces to "extern C".
10 years ago
David Garcia Quintas
ca281377c0
Added missing compression.h file.
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Craig Tiller
febf3b0803
Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson
...
Revert "Revert "Open loop sync/async multithreaded testing""
10 years ago
David Garcia Quintas
bea67927f7
Added braces to "extern C".
10 years ago
David G. Quintas
eb0bf61bd2
Merge pull request #1994 from nicolasnoble/c++-is-a-true-language-too-and-has-feelings
...
Properly exporting our C functions to C++.
10 years ago
Nicolas "Pixel" Noble
1ed15e287c
Properly exporting our C functions to C++.
...
Also properly including our headers from public headers using <>
10 years ago
Craig Tiller
5d5bd22b0c
Tweaking
10 years ago
Craig Tiller
95cae9b839
Fix some asan issues
10 years ago