Nathaniel Manista
f492b16d48
Unify early_adopter construction functions
...
It was awkward for the generated code to call an API that offered
both insecure_server and secure_server as well as insecure_stub and
secure_stub. With this change there is just a single server function
and a single stub function and security is decided based on arguments
passed.
10 years ago
Yang Gao
fbf8a37c5e
Merge branch 'master' into cancel
10 years ago
Tim Emiola
675de61e4b
Merge pull request #1147 from murgatroid99/php_composer
...
Add composer package information to PHP library
10 years ago
Vijay Pai
bc6f3f04d8
Merge pull request #1144 from yang-g/genericstub
...
generic stub implementation
10 years ago
murgatroid99
9ddc3da29f
Removed redundant autoload require lines
10 years ago
murgatroid99
80df992f98
Added composer commands to PHP Dockerfiles
10 years ago
Yang Gao
b946b5ea74
Refactor and add a unit test
10 years ago
murgatroid99
b7d9daa8a9
Merge branch 'master' into php_composer
10 years ago
murgatroid99
b2a6d01974
Replaced existing autoloader with one generated by composer
10 years ago
murgatroid99
d506d55a08
Added composer file to PHP library
10 years ago
Tim Emiola
ce0268cab8
Merge pull request #1145 from murgatroid99/docker_install_php
...
Docker install php
10 years ago
murgatroid99
d081a22368
Removed ruby installation change
10 years ago
murgatroid99
92e86f946f
Updated php_base Dockerfile to install PHP instead of compiling it
10 years ago
Yang Gao
fa50753059
Merge pull request #1113 from vjpai/qps-stream
...
Add C++ streaming QPS test, fix bug in async C++ tests
10 years ago
Yang Gao
48bbd000eb
merge upstream and resolve conflict
10 years ago
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
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
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
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