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
Vijay Pai
25da29af00
Merge remote-tracking branch 'upstream/master'
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
Yang Gao
a5e20d35c9
a stub of the cli tool
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
Nicolas "Pixel" Noble
b8b3e01c4b
Adding Dockerfile for grpc/scan-build.
...
This can be simply used that way:
docker run -p 8182:8181 grpc/scan-build
This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html ) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely.
As a nice side-effect, this will also produce scan reports for openssl and protobuf.
The server can be then stopped this way:
docker ps -l # figure out the container-id
docker kill container-id
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
Tatsuhiro Tsujikawa
5c4ff03d0d
Fix server crash if host header field is translated to :authority
...
Previously we missed the fact that we have to increment reference
count when passing grpc_mdstr to grpc_mdelem_from_metadata_strings,
which leads to crash. This commit fixes this issue.
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
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