Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | Move src/core/lib/tsi --> src/core/tsi | 2017-03-28 | ||
| | | | | | ||||
| | | | * | remove lang specific streaming methods | 2017-03-28 | ||
| | |_|/ | |/| | | ||||
| | | * | Add max_age_filter | 2017-03-28 | ||
| | | | | ||||
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness | 2017-03-28 | ||
| | |\ \ | | |/ / | |/| | | ||||
| * | | | Merge pull request #10305 from vjpai/fixdep | 2017-03-27 | ||
| |\ \ \ | | | | | | | | | | | Resolve a circular dependence in build | |||
| | | * \ | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness | 2017-03-27 | ||
| | | |\ \ | | |_|/ / | |/| | | | ||||
| * | | | | Merge pull request #10222 from makdharma/caching_with_uri | 2017-03-26 | ||
| |\ \ \ \ | | | | | | | | | | | | | using URI query to communicate payload | |||
| * \ \ \ \ | Merge pull request #7771 from y-zeng/cares_buildin | 2017-03-24 | ||
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Async DNS resolver with pre-configured c-ares | |||
| | | | | * | Fixing qps & benchmark. | 2017-03-24 | ||
| | | | | | | ||||
| * | | | | | Merge pull request #10245 from sreecha/cq_factory_api | 2017-03-24 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | | | Introduce grpc_completion_queue_factory API | |||
| | | | * \ \ | Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri | 2017-03-24 | ||
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| | | | | * | | Resolve a circular dependence that was being generated between | 2017-03-24 | ||
| | | | | |/ | | | | | | | | | | | | | | | | | | | create_test_channel.o and libgrpc++_test_util.a . | |||
| * | | | / | Add socket factory support to udp_server.c | 2017-03-24 | ||
| | |_|_|/ | |/| | | | ||||
| | | * | | Merge remote-tracking branch 'upstream/master' into cares_rebase | 2017-03-22 | ||
| | | |\ \ | | |_|/ / | |/| | | | ||||
| | | | * | added b64.c to the sources neede for grpc_base | 2017-03-22 | ||
| | | | | | ||||
| * | | | | Merge pull request #9655 from markdroth/remove_initial_connect_string | 2017-03-22 | ||
| |\ \ \ \ | | | | | | | | | | | | | Remove initial_connect_string hack. | |||
| | | * \ \ | Merge branch 'master' into cq_factory_api | 2017-03-21 | ||
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||
| | | * | | | Introduce grpc_completion_queue_factory API | 2017-03-21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | Just the API and a bare-bone implementation | |||
| * | | | | | Merge pull request #9850 from markdroth/retry_throttle | 2017-03-21 | ||
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Retry throttling implementation. | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into ↵ | 2017-03-21 | ||
| | | |\ \ \ | | |_|/ / / | |/| | | | | | | | | | | remove_initial_connect_string | |||
* | | | | | | Added dependencies in build.yaml to allow building | 2017-03-17 | ||
| | | | | | | ||||
| | | | * | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-03-17 | ||
| | | | |\ \ | | |_|_|/ / | |/| | | | | ||||
| | | | * | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-03-17 | ||
| | | | |\ \ | ||||
| * | | | | | | Merge pull request #10123 from y-zeng/android | 2017-03-17 | ||
|/| | | | | | | | | | | | | | | | | | | | | Fix android build | |||
| | | * | | | | Merge remote-tracking branch 'upstream/master' into ↵ | 2017-03-17 | ||
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | remove_initial_connect_string | |||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | 2017-03-17 | ||
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| | * | | | | | Switch to using a CAS loop to update the token value. | 2017-03-17 | ||
| | | | | | | | ||||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | 2017-03-15 | ||
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||
| * | | | | | | Resolve dependency issues | 2017-03-14 | ||
| | | | | | | | ||||
| * | | | | | | Split ifaddr related functions out into a separate file | 2017-03-13 | ||
| | |/ / / / | |/| | | | | ||||
* / | | | | | Arena allocator for grpc | 2017-03-12 | ||
|/ / / / / | ||||
* | | | | | Merge pull request #10039 from ctiller/server_channel_args | 2017-03-09 | ||
|\ \ \ \ \ | | | | | | | | | | | | | Server channel args | |||
* \ \ \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | 2017-03-09 | ||
|\ \ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #9977 from ctiller/fssplit | 2017-03-08 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks | |||
| | | * \ \ \ \ | Merge github.com:grpc/grpc into server_channel_args | 2017-03-08 | ||
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| | | * | | | | | Add test of server builder, including channel args | 2017-03-08 | ||
| | | | | | | | | ||||
| | | * | | | | | Add channel arguments to server builder | 2017-03-08 | ||
| | | | | | | | | ||||
| | * | | | | | | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit | 2017-03-06 | ||
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | Resolve sanity failures | 2017-03-06 | ||
| | | | | | | | | | ||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | 2017-03-03 | ||
| |\ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | Fix mac build | 2017-03-03 | ||
| | | |/ / / / / / | ||||
| * | | | | | | | | Merge pull request #9939 from ctiller/stream_owned_slice | 2017-03-03 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream | |||
| | | | * | | | | | | Prep for splitting bm_fullstack | 2017-03-03 | ||
| | | | | | | | | | | ||||
| | | | * | | | | | | Move helpers to a common place, use them everywhere | 2017-03-03 | ||
| | |_|/ / / / / / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #9769 from ctiller/always-use-port-server | 2017-03-01 | ||
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | Always use port server | |||
* | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human | 2017-03-01 | ||
|\| | | | | | | | | ||||
| | | * | | | | | | Add a slice type that shares a refcount with a transport stream | 2017-03-01 | ||
| | |/ / / / / / | |/| | | | | | | ||||
| | | | * | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | 2017-03-01 | ||
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| | * | | | | | | Merge github.com:grpc/grpc into always-use-port-server | 2017-02-28 | ||
| | |\ \ \ \ \ \ | ||||
| * | \ \ \ \ \ \ | Merge github.com:grpc/grpc into spinlock | 2017-02-27 | ||
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | |