Yang Gao
929481e107
add missing header into build.json and regenerate project
10 years ago
Yang Gao
5a5032dd4c
Add a macro to enable replacing the default with a custom port picker
10 years ago
murgatroid99
650b2c71b9
Generate interop-related code in docker build
10 years ago
donnadionne
c7439042b1
Merge pull request #1162 from murgatroid99/php_add_protos
...
Replace generated code with proto files in PHP library
10 years ago
donnadionne
fe77f081cf
Merge pull request #1164 from murgatroid99/php_metadata_expectations
...
Do not expect metadata until expecting first read
10 years ago
murgatroid99
d8cc6b8e72
Do not expect metadata until expecting first read
10 years ago
Yang Gao
1bd4736527
Merge pull request #1158 from vjpai/perf-0331
...
Re-enable profiling on QPS client and server tests
10 years ago
murgatroid99
081cccc145
Re-added overzealously removed file
10 years ago
murgatroid99
245a0ecae9
Removed generated code files
10 years ago
murgatroid99
65dda6ca31
Updated generated code to match protos
10 years ago
murgatroid99
a60dd3b7d5
Added proto files
10 years ago
Nathaniel Manista
954177c9ef
Merge pull request #1159 from soltanmm/fmt
...
Reformat style of using PyObject_HEAD
10 years ago
Masood Malekghassemi
5bf4d2ae36
Reformat style of using PyObject_HEAD
10 years ago
Vijay Pai
54e16ee548
Put in calls to profiling
10 years ago
Vijay Pai
49673133b3
Remove unused header file for profiler
10 years ago
Vijay Pai
ce3bd9680b
Remove outdated file
10 years ago
donnadionne
7a6ecc2f91
Merge pull request #1157 from murgatroid99/node_interop_auth_bugfix
...
Reverse accidentally swapped auth test cases
10 years ago
murgatroid99
c4bc324e1a
Reversed accidentally swapped test cases
10 years ago
Yang Gao
e67d84ec6d
Merge pull request #1155 from nicolasnoble/bazel
...
Early support for Bazel.
10 years ago
Nicolas "Pixel" Noble
f6edf686ea
Early support for Bazel.
10 years ago
Tim Emiola
3d2dfcb044
Merge pull request #1152 from murgatroid99/docker_php_composer
...
Update PHP Dockerfiles with composer changes
10 years ago
Masood Malekghassemi
99c2997456
Merge pull request #1148 from nathanielmanistaatgoogle/construction-functions
...
Unify early_adopter construction functions
10 years ago
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