Vijay Pai
bef9cbc7dc
Eliminate range-based fors
10 years ago
Vijay Pai
96d3b8af32
Merge branch 'vjpai-qps-stream' into qps-stream
10 years ago
Vijay Pai
9032adcbef
Fix conflicts
10 years ago
Vijay Pai
25da29af00
Merge remote-tracking branch 'upstream/master'
10 years ago
Nicolas Noble
96e32aa0a5
Merge pull request #1133 from yang-g/cleanup
...
clean up
10 years ago
Nicolas Noble
ad0dd6972d
Merge pull request #1123 from vjpai/range_based_for_removal
...
Eliminate range-based for loops
10 years ago
Yang Gao
884ed08e59
clang-format c++ code under examples
10 years ago
Yang Gao
16c78c922c
Clean up unneeded includes and remove shutdown protobuf library
10 years ago
Jan Tattermusch
09927497f2
Merge pull request #1114 from nicolasnoble/windows-fixes
...
Various Windows fixes.
10 years ago
vjpai
e98b1cc356
Merge remote-tracking branch 'upstream/master'
10 years ago
vjpai
df9f764bf8
Revert "Allow nullptr to be passed in if user doesn't care about tag"
...
This reverts commit 4cba0ca39c
.
10 years ago
Nicolas Noble
c637cc922f
Merge pull request #1128 from jboeuf/static_analysis_fixes
...
Fixing errors found by clang static analysis.
10 years ago
Julien Boeuf
2f223460b0
Fixing errors found by clang static analysis.
10 years ago
vjpai
4cba0ca39c
Allow nullptr to be passed in if user doesn't care about tag
...
for next,asyncnext
10 years ago
vjpai
1856db41af
Merge branch 'master' of github.com:vjpai/grpc
10 years ago
vjpai
9b0ff3ba62
Merge remote-tracking branch 'upstream/master'
10 years ago
Tim Emiola
dad14be4eb
Merge pull request #1014 from murgatroid99/php_new_core_api
...
Update PHP to the new batch API
10 years ago
Vijay Pai
8dafd52cea
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Vijay Pai
652b7e983b
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Vijay Pai
82dd80abc6
Elminate range-based fors and work around some other limitations in older compilers
10 years ago
Vijay Pai
8ba8cfe143
Merge remote-tracking branch 'upstream/master'
10 years ago
murgatroid99
9c4425a4d5
Added comments to new functions in call.c
10 years ago
Michael Lumish
e6c108e9cb
Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile
...
Updates the Rakefile
10 years ago
Tim Emiola
7bca47e08c
Merge pull request #1117 from yang-g/ruby
...
Use grpc:: counterparts in ruby code generator
10 years ago
Michael Lumish
0975311a9b
Merge pull request #1116 from tbetbetbe/grpc_ruby_renable_server_first_bidi_test
...
Renables the test checking the server can send the initial bidi message
10 years ago
Tim Emiola
f20d760972
Updates the Rakefile
...
- simplify the test suite namespace
- fix bug in test suite setup where wrappper tests were run twice
- removes unnecessary descs
- add bunder's gem tasks for release and installation
10 years ago
vjpai
4ea8e4afe7
Merge remote-tracking branch 'upstream/master'
10 years ago
Yang Gao
478568e7c9
Use grpc:: counterparts in ruby code generator
10 years ago
Tim Emiola
f3770c38b7
Renables the test checking the server can send the initial bidi message
10 years ago
Tim Emiola
5a8cfdd8af
Merge pull request #1097 from murgatroid99/node_general_interface
...
Node general interface
10 years ago
Tim Emiola
71d2f559d5
Merge pull request #1090 from murgatroid99/node_qps_test
...
Added Node QPS test
10 years ago
vjpai
9002777352
Merge remote-tracking branch 'upstream/master'
10 years ago
Nicolas Noble
8703f4d0c2
Various Windows fixes.
...
-) Introduce a wait-loop with a 100ms delay on iomgr shutdown, so that background threads have the chance to place last minute callbacks without having to stall for the whole 10 seconds deadline.
-) io completion ports will get notifications on socket shutdowns, so we need to delay their deletions for after we get a notification for them.
-) we need to keep some sense of how many orphan sockets are in, so we can properly collect them - let's not shutdown the iocp loop until after all orphans have been collected.
10 years ago
Vijay Pai
6266b9341c
Sweep different parameter sets in a single shell script.
10 years ago
Vijay Pai
fa6ea8536d
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Michael Lumish
f37bc1f259
Merge pull request #1112 from tbetbetbe/grpc_ruby_fix_metadata_handling_when_deadline_specified
...
Grpc ruby fix metadata handling when deadline specified
10 years ago
Nicolas Noble
d83373baf0
Merge pull request #1111 from jboeuf/openssl_version_check
...
Adding a test to check the openssl version we are using.
10 years ago
Vijay Pai
c16a5afbb3
Fix conflicts caused by formatting
10 years ago
Vijay Pai
1da729ad7d
Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream
10 years ago
Vijay Pai
8ad32091e6
Make sure that nothing gets added to cq after shutdown
10 years ago
Vijay Pai
55bb5bdf80
No need to do an extra read
10 years ago
Tim Emiola
601869bb1a
Enables some incorrectly disabled tests
10 years ago
Tim Emiola
77e2fb0f95
Corrects the handling of metadata when the optional deadline is specified
10 years ago
murgatroid99
b0823fd715
Added requested comments
10 years ago
Vijay Pai
c5b397927c
test return value of rpc parse
10 years ago
murgatroid99
94c5e7135b
Added a comment to server.js
10 years ago
Tim Emiola
a42bd2705a
Merge pull request #1100 from ejona86/use-mvn-central
...
Use protobuf java and nano from Maven Central
10 years ago
Vijay Pai
046d92dcb0
Merge remote-tracking branch 'upstream/master'
10 years ago
vjpai
653803e310
Make RPC type configurable
10 years ago
vjpai
46f65239cf
Added streaming C++ tests for sync and sync cases
10 years ago