Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use tmp file instead of writing to current directory | Stanley Cheung | 2017-01-12 |
| | |||
* | Fix various PHP bugs | Stanley Cheung | 2017-01-11 |
| | |||
* | Merge pull request #8154 from thinkerou/fix_php_mem_leak | Stanley Cheung | 2017-01-11 |
|\ | | | | | PHP: attempt to fix mem leaks | ||
| * | attempt to fix mem leaks | thinkerou | 2017-01-10 |
| | | |||
* | | Enable advanced Java interop tests. | Eric Gribkoff | 2017-01-06 |
| | | | | | | | | | | | | | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior. | ||
* | | fix code style | thinkerou | 2016-12-15 |
| | | |||
* | | Fixes 2 issues: | Ken Payson | 2016-12-01 |
|/ | | | | | | | | 1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if debugging is enabled because 123 doesn't map to a state that can be printed. 2. In the Server test, 8888 is sometimes unavailable, so we just use a wildcard port. | ||
* | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-11-08 |
|\ | |||
| * | update php style | thinkerou | 2016-11-01 |
| | | |||
* | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-31 |
|\| | |||
| * | phpdoc types | Stanislav Pavlovichev | 2016-10-28 |
| | | |||
* | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | | |||
* | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 |
|\| | |||
* | | Bulk update #includes | Craig Tiller | 2016-10-26 |
| | | |||
* | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
| | | |||
| * | change unimplemented_method to unimplemented_service. Add real ↵ | Noah Eisen | 2016-10-21 |
|/ | | | | unimplemented_method test | ||
* | Merge pull request #7201 from markdroth/run_interop_tests_go | Mark D. Roth | 2016-10-18 |
|\ | | | | | Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go. | ||
| * | Fix php interop client for status_code_and_message test | Stanley Cheung | 2016-10-17 |
| | | |||
* | | Merge pull request #8354 from grpc/v1.0.x | Jan Tattermusch | 2016-10-12 |
|\ \ | |/ |/| | Upmerge doc changes from v1.0.x | ||
| * | Update README.md | Jan Tattermusch | 2016-10-12 |
| | | |||
* | | php: require grpc extension to be installed before composer package | Stanley Cheung | 2016-10-06 |
| | | |||
* | | PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto | Stanley Cheung | 2016-09-29 |
| | | |||
* | | PHP Proto3: update tests and README | Stanley Cheung | 2016-09-29 |
| | | |||
* | | PHP Proto3: new serialization/deserialization for messages | Stanley Cheung | 2016-09-29 |
| | | |||
* | | fix php code style | thinkerou | 2016-09-09 |
| | | |||
* | | Merge pull request #7748 from thinkerou/update_function_desc | Stanley Cheung | 2016-09-08 |
|\ \ | | | | | | | PHP: update param description of function | ||
| * | | update func desc | thinkerou | 2016-09-07 |
| | | | |||
| * | | update func desc | thinkerou | 2016-09-07 |
| | | | |||
* | | | php: use ssl hostname_override as auth audience uri if present | Stanley Cheung | 2016-09-06 |
| | | | |||
* | | | php: minor error initializing a variable | Stanley Cheung | 2016-09-06 |
|/ / | |||
* | | Merge pull request #7841 from fr05t1k/cs | Stanley Cheung | 2016-09-01 |
|\ \ | | | | | | | Little bit improving code style and php docs | ||
| | * | php: error out if metadata key is not legal | Stanley Cheung | 2016-08-29 |
| | | | |||
| | * | php: fix per_rpc_creds capital auth header key | Stanley Cheung | 2016-08-29 |
| | | | |||
* | | | php: error out if metadata key is not legal | Stanley Cheung | 2016-08-26 |
| | | | |||
* | | | php: fix per_rpc_creds capital auth header key | Stanley Cheung | 2016-08-26 |
| | | | |||
| * | | code style | Stanislav Pavlovichev | 2016-08-23 |
| | | | | | | | | | | | | | | | phpdoc fix isset to array_key_exists | ||
* | | | php: bump version | Stanley Cheung | 2016-08-22 |
|/ / | |||
| * | php: bump version | Stanley Cheung | 2016-08-22 |
|/ | |||
* | php: use emalloc to replicate MAKE_STD_ZVAL | Stanley Cheung | 2016-08-09 |
| | |||
* | php7: fix ubuntu compile error | Stanley Cheung | 2016-08-09 |
| | |||
* | php: missed a macro | Stanley Cheung | 2016-07-29 |
| | |||
* | php: cleanup for GA | Stanley Cheung | 2016-07-28 |
| | |||
* | Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third | Stanley Cheung | 2016-07-28 |
|\ | | | | | PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part) | ||
| * | add macro PHP_GRPC_INIT_HANDLER | thinkerou | 2016-07-28 |
| | | |||
| * | delete commented-code for missing | thinkerou | 2016-07-28 |
| | | |||
| * | add PHP_GRPC_FREE_CLASS_OBJECT macro | thinkerou | 2016-07-28 |
| | | |||
| * | fix unused var | thinkerou | 2016-07-28 |
| | | |||
| * | add some macro to reduce duplicate code | thinkerou | 2016-07-28 |
| | | |||
| * | add php_grpc_zend_object macro and rename klass | thinkerou | 2016-07-27 |
| | | |||
| * | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| | |