Yang Gao
166f9d00ce
add back mis-deleted method string
10 years ago
Yang Gao
ced2b89f55
Finish grpc_cli
10 years ago
Yang Gao
f9b6335b2c
Merge pull request #1141 from nicolasnoble/private-public
...
Private headers shouldn't be public...
10 years ago
Vijay Pai
997949494b
Merge pull request #1143 from nicolasnoble/compiler-opt
...
Small compiler optimization.
10 years ago
David Klempner
32934cfd10
Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-field
...
Fix server crash if host header field is translated to :authority
10 years ago
murgatroid99
e0eda5fc5c
Fixed proto syntax
10 years ago
Nicolas "Pixel" Noble
d48a969d3b
Small compiler optimization.
10 years ago
Nicolas "Pixel" Noble
65c5efb409
Private headers shouldn't be public...
10 years ago
Nicolas Noble
a8c7c201a4
Merge pull request #1139 from vjpai/fix_tests_4_4
...
Fix most c++ tests for gcc 4.4
10 years ago
murgatroid99
eb21bdd170
Finished adding trailing metadata tests
10 years ago
murgatroid99
35fb03820c
Merge branch 'master' into node_trailing_metadata
10 years ago
Tim Emiola
10dd2a160a
Merge pull request #1137 from murgatroid99/php_better_batches
...
Replaced existing PHP files with more batch-based implementation
10 years ago
Nicolas Noble
3c10ee498d
Merge pull request #989 from murgatroid99/core_start_batch_trace
...
Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
10 years ago
vjpai
6130809a8b
Work around a compiler limitation caused by inability to properly handle
...
vectors created from initializer list
10 years ago
Vijay Pai
92a928fa68
Make string construction explicit as implicit conversion doesn't work in 4.4
10 years ago
vjpai
4bcab68012
Include the config.h file to make sure that nullptr is covered
10 years ago
vjpai
33872de382
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
include/grpc++/config.h
10 years ago
murgatroid99
9140a068b5
Replaced existing PHP files with more batch-based implementation
10 years ago
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
Tim Emiola
66990377f8
Merge pull request #1134 from murgatroid99/php_interop_ssl_fix
...
Fix PHP interop test failures
10 years ago
murgatroid99
d07a278ef4
Started adding support for trailing metadata
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
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