Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | Merge branch 'master' into tcp_listener | Dan Born | 2016-01-20 |
|\ | |||
* | | Extend Copyrights to 2016 | Dan Born | 2016-01-13 |
| | | |||
* | | Code review follow-up. | Dan Born | 2016-01-12 |
| | | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | Make grpc_tcp_listener private. | Dan Born | 2016-01-11 |
| | | |||
| * | base64: clarify signedness in negative initialization | Ian Coolidge | 2016-01-11 |
|/ | | | | Some platforms do not use signed char (arm) | ||
* | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-06 |
|\ | |||
| * | Merge github.com:grpc/grpc into ints | Craig Tiller | 2016-01-04 |
| |\ | |||
* | | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | |||
* | | | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-04 |
|\ \ \ | | |/ | |/| | |||
* | | | clang-format code | Craig Tiller | 2016-01-04 |
| | | | |||
| * | | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
|/ / | |||
* | | Merge pull request #4563 from ctiller/copying | Michael Lumish | 2016-01-04 |
|\ \ | | | | | | | Update copyrights | ||
| * | | Update copyrights | Craig Tiller | 2015-12-22 |
| | | | |||
| | * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| |/ |/| | |||
* | | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
|/ | |||
* | Merge pull request #4384 from ctiller/big_data | Yang Gao | 2015-12-18 |
|\ | | | | | Add a test that overflows incoming flow control windows | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-12-18 |
|\ \ | | | | | | | | | | remove_peer_from_ssl_auth_context | ||
* | | | Unit testing the peer from auth context functionality. | Julien Boeuf | 2015-12-18 |
| | | | |||
| * | | Merge pull request #4523 from jboeuf/no_auth_context_in_security_connector | Craig Tiller | 2015-12-18 |
| |\ \ | | | | | | | | | Removing the auth_context from the security connector | ||
* | | | | Removing the peer from the SSL security connector. | Julien Boeuf | 2015-12-17 |
| |/ / |/| | | | | | | | | - Missing unit tests. | ||
| * | | fixing x64 build with vs2015 | Jan Tattermusch | 2015-12-17 |
| | | | |||
* | | | Removing the auth context from the security connector. | Julien Boeuf | 2015-12-16 |
|/ / | | | | | | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct. | ||
| * | Merge github.com:grpc/grpc into big_data | Craig Tiller | 2015-12-16 |
| |\ | |/ |/| | |||
* | | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | | |||
* | | fix "Address in use" crash | Jan Tattermusch | 2015-12-14 |
| | | |||
* | | Merge pull request #4397 from jtattermusch/tv_sec_64bit | Craig Tiller | 2015-12-11 |
|\ \ | | | | | | | Make gpr_timespec platform agnostic. | ||
| * | | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | | |||
* | | | Merge github.com:grpc/grpc into connected-subchannel | Craig Tiller | 2015-12-10 |
|\| | | |||
| * | | Testing GCE detection in google default credentials. | Julien Boeuf | 2015-12-09 |
| | | | |||
| | * | Fix flow control bug | Craig Tiller | 2015-12-09 |
| | | | |||
| * | | use int64toa for tv_sec | Jan Tattermusch | 2015-12-07 |
| |/ | |||
* / | Test repeatability fixes | Craig Tiller | 2015-12-04 |
|/ | |||
* | merge with head and resolve conflict | yang-g | 2015-12-02 |
|\ | |||
| * | Merge pull request #4202 from yang-g/channel_args | Craig Tiller | 2015-12-02 |
| |\ | | | | | | | Give the security_connector server's channel_args | ||
| * \ | Merge pull request #4188 from ctiller/no-transport-metadata | Sree Kuchibhotla | 2015-12-02 |
| |\ \ | | | | | | | | | Remove metadata contexts | ||
| * \ \ | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| | * | | | Better documentation of the method_name field. | Julien Boeuf | 2015-11-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone. | ||
| | | * | | Merge github.com:grpc/grpc into no-transport-metadata | Craig Tiller | 2015-11-23 |
| | | |\ \ | | |_|/ / | |/| | | | | | | | | | | | | | Conflicts: test/cpp/interop/stress_test.cc | ||
| | | | * | Give the security_connector server's channel_args | yang-g | 2015-11-23 |
| | |_|/ | |/| | | |||
| * | | | Merge pull request #4157 from nicolasnoble/paddywhack | Craig Tiller | 2015-11-20 |
| |\ \ \ | | | | | | | | | | | Adding grpc_tcp_listener as an actual object being returned. | ||
| | | | * | Remove metadata context entirely | Craig Tiller | 2015-11-20 |
| | | | | | |||
* | | | | | format | yang-g | 2015-11-20 |
| | | | | | |||
* | | | | | make security_connector manage pending handshaker, while handshaker owns tcp | yang-g | 2015-11-20 |
| | | | | | |||
| | | * | | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-11-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy); | ||
| | | | * | Beginning to peel away mdctx from channel stack | Craig Tiller | 2015-11-19 |
| | | | | | |||
| | | | * | clang-format | Craig Tiller | 2015-11-19 |
| | | | | | |||
* | | | | | move pending tcp management from server to connector | yang-g | 2015-11-19 |
| |_|_|/ |/| | | |