Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
|\ | |||
| * | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Adding dummy layering check option. | Nicolas "Pixel" Noble | 2017-05-19 |
|/ | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
* | | Rewriting core tests BUILD files to use the build system. | Nicolas "Pixel" Noble | 2017-04-18 |
| | | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-30 |
| |\ | |/ |/| | |||
* | | Update include paths | Craig Tiller | 2017-03-28 |
| | | |||
| * | Updates C Core | Sree Kuchibhotla | 2017-03-22 |
| | | |||
| * | Prefix grpc_cq_polling_type enums with GRPC_CQ_ | Sree Kuchibhotla | 2017-03-03 |
| | | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-03 |
| |\ | |/ |/| | |||
| * | Change Core to use the new completion_queue_create API | Sree Kuchibhotla | 2017-03-02 |
| | | |||
* | | Add licenses() in BUILD files | Yuchen Zeng | 2017-03-01 |
|/ | |||
* | Merge pull request #9773 from dgquintas/build_files | David G. Quintas | 2017-02-28 |
|\ | | | | | Test BUILD file assortment | ||
* \ | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master | murgatroid99 | 2017-02-23 |
|\ \ | |||
| | * | test/core/handshake | David Garcia Quintas | 2017-02-17 |
| |/ |/| | |||
| * | Improve Node and libuv testing and test coverage | murgatroid99 | 2017-02-17 |
| | | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv | ||
* | | Expand wildcard IP addresses on servers. | Dan Born | 2017-02-09 |
| | | |||
* | | Replace timeout/scaling macros with functions. | Robbie Shade | 2017-01-31 |
|/ | |||
* | Fixing msan issue in client_ssl.c | Julien Boeuf | 2017-01-19 |
| | | | | | | See this error (somehow triggered by a new version of boringssl): https://grpc-testing.appspot.com/job/gRPC_pull_requests_msan_c/1154/testReport/junit/(root)/c_linux_msan/bins_msan_handshake_client_GRPC_POLL_STRATEGY_poll_cv/ In the alpn callback, in_len is the size of the in buffer and not the number of alpn elements. | ||
* | Up retry count to try and counter flakiness | Craig Tiller | 2016-11-28 |
| | |||
* | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 |
| | |||
* | Convert new files | Craig Tiller | 2016-10-26 |
| | |||
* | Fix handshake_client bind flakes and build issues. | Harvey Tuch | 2016-10-24 |
| | | | | | | | | * Add port picking retries to handshake_client. * Track vsprojects for new tests. * Place tests in 'test' build target. | ||
* | Fix server_ssl.c thread race exposed by tsan by using gpr_event. | Harvey Tuch | 2016-10-24 |
| | |||
* | Fix memory leak detected by ASAN and clang-format variance. | Harvey Tuch | 2016-10-24 |
| | |||
* | Introduce a grpc-exp ALPN protocol identifier. | Harvey Tuch | 2016-10-24 |
This patch introduces an additional ALPN protocol, grpc-exp, intended to take preference to h2 and indicate to the server that the connection contains only gRPC traffic. This allows servers and intermediate boxes to distinguish gRPC from other HTTP/2 traffic. The choice of grpc-exp as a protocol identifier indicates that this scheme is currently experimental and should not be relied upon. The protocol is not in the IANA TLS registry. This patch also introduces client/server handshake tests that validate the preferential treatment of grpc-exp in an end-to-end manner. |