murgatroid99
abd364d1d0
Minor fix to test case switch statement, to fix a false negative
10 years ago
Vijay Pai
875eece77b
Merge pull request #1110 from yang-g/cancel
...
Set cq_ on servercontext
10 years ago
Yang Gao
0c4b0ddcc5
Add tests with delayed cancellation from client and server
10 years ago
murgatroid99
3781a634b0
Changed PHP version to 5.5 in Dockerfiles
10 years ago
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
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