Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into truebin | Craig Tiller | 2017-04-12 |
|\ | |||
| * | Merge pull request #10501 from ctiller/epex2 | Craig Tiller | 2017-04-11 |
| |\ | | | | | | | Split event notification out of ev_epoll_linux.c | ||
| | * | Split event notification out of ev_epoll_linux.c | Craig Tiller | 2017-04-06 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x | Jan Tattermusch | 2017-04-06 |
| |\ \ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into truebin | Craig Tiller | 2017-04-04 |
|\| | | |||
* | | | Add new setting for true-binary mode | Craig Tiller | 2017-04-03 |
| | | | |||
| * | | optionalize max_age | Craig Tiller | 2017-03-31 |
| | | | |||
| * | | Reorganize ext tree | Craig Tiller | 2017-03-31 |
|/ / | | | | | | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel | ||
* | | Merge pull request #10382 from ctiller/checks | Craig Tiller | 2017-03-31 |
|\ \ | | | | | | | Reinstate filegroup dependency checks, fix fallout | ||
* \ \ | Merge pull request #10318 from y-zeng/server_channel_max_age | Yuchen Zeng | 2017-03-31 |
|\ \ \ | | | | | | | | | Max age for server channels | ||
| | * | | Regenerate projects | Craig Tiller | 2017-03-30 |
| | | | | |||
| | * | | Reinstate one check, fix fall out | Craig Tiller | 2017-03-30 |
| |/ / |/| | | |||
* | | | Move src/core/lib/tsi --> src/core/tsi | Craig Tiller | 2017-03-28 |
| | | | |||
| * | | Add max_age_filter | Yuchen Zeng | 2017-03-28 |
| | | | |||
* | | | Merge pull request #10222 from makdharma/caching_with_uri | makdharma | 2017-03-26 |
|\ \ \ | | | | | | | | | using URI query to communicate payload | ||
* \ \ \ | Merge pull request #7771 from y-zeng/cares_buildin | Yuchen Zeng | 2017-03-24 |
|\ \ \ \ | |_|/ / |/| | | | Async DNS resolver with pre-configured c-ares | ||
* | | | | Merge pull request #10245 from sreecha/cq_factory_api | Sree Kuchibhotla | 2017-03-24 |
|\ \ \ \ | | | | | | | | | | | Introduce grpc_completion_queue_factory API | ||
| | | * \ | Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri | Makarand Dharmapurikar | 2017-03-24 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Add socket factory support to udp_server.c | Michael Warres | 2017-03-24 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/master' into cares_rebase | Yuchen Zeng | 2017-03-22 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | | * | | added b64.c to the sources neede for grpc_base | Makarand Dharmapurikar | 2017-03-22 |
| | | | | | |||
* | | | | | Merge pull request #9655 from markdroth/remove_initial_connect_string | Mark D. Roth | 2017-03-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove initial_connect_string hack. | ||
| | * \ \ \ | Merge branch 'master' into cq_factory_api | Sree Kuchibhotla | 2017-03-21 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | * | | | | Introduce grpc_completion_queue_factory API | Sree Kuchibhotla | 2017-03-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Just the API and a bare-bone implementation | ||
* | | | | | | Merge pull request #9850 from markdroth/retry_throttle | Mark D. Roth | 2017-03-21 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Retry throttling implementation. | ||
| | * | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-03-21 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | remove_initial_connect_string | ||
| | | * | | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | |\ \ \ | |||
* | | | \ \ \ | Merge pull request #10123 from y-zeng/android | Yuchen Zeng | 2017-03-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix android build | ||
| | | * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into ↵ | Mark D. Roth | 2017-03-17 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | remove_initial_connect_string | ||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | Mark D. Roth | 2017-03-17 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
| | * | | | | | | Switch to using a CAS loop to update the token value. | Mark D. Roth | 2017-03-17 |
| | | | | | | | | |||
| * | | | | | | | Resolve dependency issues | Yuchen Zeng | 2017-03-14 |
| | | | | | | | | |||
| * | | | | | | | Split ifaddr related functions out into a separate file | Yuchen Zeng | 2017-03-13 |
| | |_|_|_|/ / | |/| | | | | | |||
* / | | | | | | Arena allocator for grpc | Craig Tiller | 2017-03-12 |
|/ / / / / / | |||
| | | | | * | Fix for using gem build/install | DJ Mountney | 2017-03-10 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | When pre-compiled assets are missing for the current platform, and you run gem install, the compiled native extensions are placed in the first require paths folder. This differs from rake-compiler task, where they are always placed in lib. Setting the lib path as the first require path will ensure the compiled library is placed in the correct folder. | ||
| * | | | | Merge remote-tracking branch 'upstream/master' into retry_throttle | Mark D. Roth | 2017-03-01 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Add a spinlock type. | Craig Tiller | 2017-02-27 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance. | ||
* | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x | Michael Lumish | 2017-02-23 |
|\ \ \ \ | | | | | | | | | | | Upmerge from 1.1.x | ||
| | * | | | Retry throttling implementation. | Mark D. Roth | 2017-02-23 |
| |/ / / |/| | | | |||
* | | | | Use call context to propagare LR costs | David Garcia Quintas | 2017-02-13 |
| | | | | |||
| * | | | Merge remote-tracking branch 'google/v1.1.x' | Nicolas "Pixel" Noble | 2017-02-13 |
|/| | | | |||
| | * | | Remove initial_connect_string hack. | Mark D. Roth | 2017-02-09 |
| |/ / |/| | | |||
| * | | build fixes for ruby on mac | Alexander Polcyn | 2017-02-09 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-02-08 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #9371 from Vizerai/tracing_API | Jim King | 2017-02-08 |
|\ \ \ | | | | | | | | | Tracing API | ||
* | | | | Secure naming support for gRPCLB | David Garcia Quintas | 2017-02-07 |
| | | | | |||
| | * | | also pick up latest version of google-protobuf | Alexander Polcyn | 2017-02-02 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-01-31 |
| | | |\ | |||
* | | | \ | Merge branch 'bm_countwrites' into bwest | Craig Tiller | 2017-01-27 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |