Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add NextMessageSize method to all readable streams as an upper-bound | vjpai | 2016-06-23 |
| | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency | ||
* | Add some const | vjpai | 2016-06-23 |
| | |||
* | Switch name to fc_unary | vjpai | 2016-06-23 |
| | |||
* | Fix up service types and method handlers so that FC unary can work properly. | vjpai | 2016-06-23 |
| | |||
* | Actually generate code for FC Unary and make it work | vjpai | 2016-06-22 |
| | |||
* | Initial definition of flow-controlled unary type along with code generation ↵ | vjpai | 2016-06-22 |
| | | | | for this type | ||
* | Merge pull request #6839 from dgquintas/simplify_compression_interop | Jan Tattermusch | 2016-06-21 |
|\ | | | | | Revamped interop spec, especially wrt compression | ||
| * | added freaking missing comma | David Garcia Quintas | 2016-06-21 |
| | | |||
| * | fixed faulty server streaming c++ test case | David Garcia Quintas | 2016-06-21 |
| | | |||
| * | updated the interop tests driver | David Garcia Quintas | 2016-06-21 |
| | | |||
* | | Merge pull request #6985 from dgquintas/fix_performance_jenkins | Jan Tattermusch | 2016-06-21 |
|\ \ | | | | | | | slightly fancier output for jenkins profiling | ||
| | * | updated node interop server | David Garcia Quintas | 2016-06-21 |
| | | | |||
| | * | fixed bad merge. c++ tests should work again | David Garcia Quintas | 2016-06-21 |
| | | | |||
* | | | Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown | Jan Tattermusch | 2016-06-21 |
|\ \ \ | | | | | | | | | Correct lingering FATAL_FAILURE sites | ||
* \ \ \ | Merge pull request #6981 from murgatroid99/node_tools_package_regenerate | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ | | | | | | | | | | | Make src/node/tools/package.json consistent with its template | ||
| | | * | | slightly fancier output | David Garcia Quintas | 2016-06-21 |
| | | | | | |||
* | | | | | Merge pull request #6974 from dgquintas/fix_performance_jenkins | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ | | |_|/ / | |/| | | | use qps_json_driver for latency profiling | ||
| | * | | | Make src/node/tools/package.json consistent with its template | murgatroid99 | 2016-06-21 |
| |/ / / |/| | | | |||
| | | * | moved up 'package' statement. | David Garcia Quintas | 2016-06-21 |
| | | | | |||
* | | | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ | | | | | | | | | | | Fix errored streams prematurely terminating, add a test | ||
* \ \ \ \ | Merge pull request #6966 from ctiller/get_settings_first | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Force receiving a SETTINGS frame as the first frame | ||
* \ \ \ \ \ | Merge pull request #6965 from ctiller/naughty_client | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix memory leak upon receiving two RST_STREAMs | ||
* \ \ \ \ \ \ | Merge pull request #6970 from nathanielmanistaatgoogle/with_call | Jan Tattermusch | 2016-06-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute | ||
| | | | | | | * | Using inlined BoolValue in lieu of wrappers.proto due to lack of node support | David Garcia Quintas | 2016-06-21 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add well known protos to Node and Ruby tools packages | ||
| | | | | | * | | | use qps_json_driver for latency profiling | David Garcia Quintas | 2016-06-20 |
| |_|_|_|_|/ / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #6896 from soltanmm/maybe | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix namespace package usage | ||
| | | | | | | * | | Correct lingering FATAL_FAILURE sites | Nathaniel Manista | 2016-06-20 |
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | This should have been done as part of 5444bed32f1405ebb53b0c37d3b. | ||
* | | | | | | | | Merge pull request #6848 from thinkerou/default_roots_pem | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Delete tests of dead pre-GA code | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6961 from ↵ | Jan Tattermusch | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/secure-channel-construction Fix secure channel construction | ||
| | | | | | * | | | | | Change with_call from parameter to attribute | Nathaniel Manista | 2016-06-20 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #6954 from dgquintas/protoc_include_path | Nicolas Noble | 2016-06-20 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | Added third_party/protobuf/src to protoc's include path | ||
| | | | | | | | | * | | Fix copyright | Craig Tiller | 2016-06-20 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||
| | | | | | | | * | | We dont need to account for parsing or not when writing | Craig Tiller | 2016-06-20 |
| | | | | | | | | | | |||
| | | | | | | | * | | Force receiving a SETTINGS frame as the first frame | Craig Tiller | 2016-06-20 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
| | | | | | | * | | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #6957 from ctiller/cpu_cost | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Adjust cpu_cost of some tests to better reflect reality | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6958 from ctiller/cpuburn | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Reduce cost of some heavyweight tests | ||
| | | | | * | | | | | Delete tests of dead pre-GA code | Nathaniel Manista | 2016-06-18 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||
| | | | * | | | | | Fix secure channel construction | Nathaniel Manista | 2016-06-18 |
| | | | | | | | | | |||
| | | | | | | | * | removed spurious .format() | David Garcia Quintas | 2016-06-17 |
| | | | | | | | | | |||
| | | | | | | | * | Merge remote-tracking branch 'origin/fix_logproto' into ↵ | David Garcia Quintas | 2016-06-17 |
| | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify_compression_interop | ||
| | | | | | | | * \ | Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop | David Garcia Quintas | 2016-06-17 |
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||
| | | | | | | | * | | added extra path to python protoc | David Garcia Quintas | 2016-06-17 |
| | | | | | | | | | | |||
| | | | | | | | | * | fixed syntax errors in proto | David Garcia Quintas | 2016-06-17 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #6352 from ctiller/error | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | Unifying error handling within core | ||
* | | | | | | | | | | Merge pull request #6863 from vjpai/wheezy | Jan Tattermusch | 2016-06-17 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | Make C++ compile and run under gcc-4.4 | ||
| | | * | | | | | | | Reduce cost of some heavyweight tests | Craig Tiller | 2016-06-17 |
| |_|/ / / / / / / |/| | | | | | | | |