Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3010 from dgquintas/head_vs_tails | Craig Tiller | 2015-08-24 |
|\ | | | | | Assert http2 header ordering | ||
* \ | Merge pull request #3015 from grpc/docsdocsdocs | Craig Tiller | 2015-08-24 |
|\ \ | | | | | | | Expanded grpc_server_request_call's docstring | ||
| * | | Added some clarification | Craig Tiller | 2015-08-24 |
| | | | |||
* | | | Merge pull request #3034 from yang-g/sec_conn_leak | jboeuf | 2015-08-24 |
|\ \ \ | | | | | | | | | Move the default roots check before allocation | ||
* \ \ \ | Merge pull request #3037 from vjpai/fray | Craig Tiller | 2015-08-24 |
|\ \ \ \ | | | | | | | | | | | Eliminate public thread-pool interface | ||
| * \ \ \ | Merge branch 'master' into fray | Vijay Pai | 2015-08-24 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Merge pull request #3019 from dgquintas/channel_args_compression | Yang Gao | 2015-08-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Added C API functions for compression args handling (w/ tests) | ||
* \ \ \ \ \ | Merge pull request #3036 from ctiller/build-cleanup | Yang Gao | 2015-08-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove accidental dependency on zookeeper in shutdown_test | ||
* \ \ \ \ \ \ | Merge pull request #2969 from soltanmm/gravity-well | Nathaniel Manista | 2015-08-24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add cancel_all_calls to Python server. | ||
* \ \ \ \ \ \ \ | Merge pull request #2818 from ctiller/y12kdm3 | Vijay Pai | 2015-08-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a test of non-blocking API behavior | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3007 from jboeuf/core_md_processor_fixes | Craig Tiller | 2015-08-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Have a richer interface for auth metadata processors. | ||
| | | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into head_vs_tails | David Garcia Quintas | 2015-08-24 |
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||
| | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into channel_args_compression | David Garcia Quintas | 2015-08-24 |
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||
| | | | | * | | | | | Improvements to the grpc_channel_args_compression_algorithm_set_state api | David Garcia Quintas | 2015-08-24 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #3032 from nathanielmanistaatgoogle/face | Masood Malekghassemi | 2015-08-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | The (new) face interface of RPC Framework. | ||
| | | | | * | | | | | | Remove accidental dependency on zookeeper in shutdown_test | Craig Tiller | 2015-08-24 |
| | | | | | | | | | | | |||
| | | | | | | * | | | | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
| | | | | | | * | | | Move the default roots check before allocation | yang-g | 2015-08-24 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| * | | | | | | | | The face interface of RPC Framework. | Nathaniel Manista | 2015-08-24 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the public API of the old face package of RPC Framework extracted into a first-class interface and adapted to metadata, status, and flow control. | ||
* | | | | | | | | Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_tests | Jan Tattermusch | 2015-08-24 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | c# response headers support and code simplification | ||
* | | | | | | | | Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core | Masood Malekghassemi | 2015-08-23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | The RPC Framework core package. | ||
| | * | | | | | | | revert AssemblyInfo.cs | Jan Tattermusch | 2015-08-21 |
| | | | | | | | | | |||
| | * | | | | | | | fix stylecop issues | Jan Tattermusch | 2015-08-21 |
| | | | | | | | | | |||
| | * | | | | | | | support for reading response headers on client side | Jan Tattermusch | 2015-08-21 |
| | | | | | | | | | |||
| | * | | | | | | | simplify stream reads on client side | Jan Tattermusch | 2015-08-21 |
| | | | | | | | | | |||
| | * | | | | | | | reading of response headers for unary response calls | Jan Tattermusch | 2015-08-21 |
| | | | | | | | | | |||
| | * | | | | | | | introduce INativeCall interface to simplify testing | Jan Tattermusch | 2015-08-21 |
| |/ / / / / / / |/| | | | | | | | |||
| | | * | | | | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-21 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | | * | | | | | prettify comment | Craig Tiller | 2015-08-21 |
| | | | | | | | | |||
| * | | | | | | | Add new core tests to run_tests/run_python.sh | Masood Malekghassemi | 2015-08-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests don't currently get discovered by py.test due to their use of the Python 2.7+ load_tests protocol. | ||
* | | | | | | | | Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs | Tim Emiola | 2015-08-21 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow Node server credentials to have multiple key/cert pairs | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3023 from yang-g/node_health | Michael Lumish | 2015-08-21 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update node health check service | ||
| | | * | | | | | | | The RPC Framework core package. | Nathaniel Manista | 2015-08-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the second generation of the old base package (framework.base) and implements the translation between the new links and base interfaces. | ||
| * | | | | | | | | | regenerate projects | yang-g | 2015-08-21 |
| | | | | | | | | | | |||
| * | | | | | | | | | Update node health check service | yang-g | 2015-08-21 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #3017 from stanley-cheung/php_update_gen_code_test | Michael Lumish | 2015-08-21 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PHP: update codegen, client now extends basestub | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3018 from jtattermusch/get_rid_of_shutdown | Michael Lumish | 2015-08-21 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | C# fixes and beta API polishing | ||
| | | | | | | | * | | | Added C API functions for compression args handling (w/ tests) | David Garcia Quintas | 2015-08-21 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | implement timeout_on_sleeping_server interop test | Jan Tattermusch | 2015-08-20 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
|/ / / / / / / / / / | |||
* | | | | | | | | | | Merge pull request #3013 from ↵ | Michael Lumish | 2015-08-20 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-support-per-message-compression Adds support for per message compression | ||
| | | | | | | * | | | Add cancel_all_calls to Python server | Masood Malekghassemi | 2015-08-20 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also format _low_test.py to fit within the 80 character fill-limit and re-style test assertions. | ||
| | * | | | | | | | php: add tests for waitForReady | Stanley Cheung | 2015-08-20 |
| | | | | | | | | | |||
| | | | | | | * | | Update grpc.h | David G. Quintas | 2015-08-20 |
| | | | | | | | | | |||
| | * | | | | | | | php: update codegen, client now extends basestub | Stanley Cheung | 2015-08-20 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #2988 from madongfly/backoff | Eric Anderson | 2015-08-20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add backoff reset spec to the Connection Backoff Protocol | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2973 from yang-g/reconnect_interop_spec | Eric Anderson | 2015-08-20 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | update reconnection interop spec | ||
| | | | | | | | * | | Expanded grpc_server_request_call's docstring | David G. Quintas | 2015-08-20 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #2997 from jtattermusch/metadata_polishing | Michael Lumish | 2015-08-20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | metadata polishing | ||
| | | | * | | | | | | Adds support for per message compression | Tim Emiola | 2015-08-20 |
| | | | | | | | | | |