vjpai
33872de382
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
include/grpc++/config.h
10 years ago
Tim Emiola
66990377f8
Merge pull request #1134 from murgatroid99/php_interop_ssl_fix
...
Fix PHP interop test failures
10 years ago
Yang Gao
1b50d041ed
Merge pull request #1115 from nicolasnoble/rpc-collision
...
Adding the ability to specify a service namespace on protoc's command line.
10 years ago
Yang Gao
47fd9ce1fa
Merge pull request #1136 from nicolasnoble/plugins-as-libs
...
Moving all of the codegens into a temporary static library.
10 years ago
Nicolas Noble
a8891c0e37
Merge pull request #1135 from vjpai/fix_gcc_4_4
...
Remove lambda expression from grpc C++ library and make a fake nullptr
10 years ago
Vijay Pai
4f1350a302
Merge pull request #1 from nicolasnoble/fix_gcc_4_4
...
Adding a simple 'buildonly' test.
10 years ago
Nicolas "Pixel" Noble
fd2b09329b
Adding a simple 'buildonly' test.
10 years ago
Nicolas "Pixel" Noble
714cf6982a
Moving all of the codegens into a temporary static library.
...
This will allow us to re-use code generators in other kind of protoc plugins.
10 years ago
Nicolas "Pixel" Noble
1e47514792
Removing range-based for loop.
10 years ago
vjpai
f865a6bae9
Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4
10 years ago
vjpai
d5933b6184
Remove lambda expression being used in grpc C++ library
10 years ago
vjpai
f731d68fef
Avoid a problem when clang pretends to be GNUC
10 years ago
Vijay Pai
335b97df8c
Revert "Remove lambda expression to support older compilers"
...
This reverts commit 5d5b1d8c8e
.
10 years ago
vjpai
5d5b1d8c8e
Remove lambda expression to support older compilers
10 years ago
vjpai
3ff350cf96
Make a fake version of nullptr to work with old compilers
10 years ago
vjpai
11f64fb349
Make a fake version of nullptr to satisfy old compilers
10 years ago
Nicolas Noble
96e32aa0a5
Merge pull request #1133 from yang-g/cleanup
...
clean up
10 years ago
murgatroid99
b2863f50f5
Merge branch 'master' into php_interop_ssl_fix
10 years ago
murgatroid99
c1da8f20ea
Made necessary changes to get interop tests working
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
murgatroid99
685e4d958a
Fixed errors in ActiveCall
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
Nicolas "Pixel" Noble
375a82b35c
Adding the ability to specify a service namespace on protoc's command line.
...
Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ...
This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
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
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