Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\ | |||
| * | Merge pull request #4030 from nicolasnoble/targets-can-have-protos-too | Sree Kuchibhotla | 2015-11-03 |
| |\ | | | | | | | Fixing proto dependencies for targets that aren't libraries. | ||
* | | | Add a test for cancel_with_status | Craig Tiller | 2015-11-03 |
| | | | |||
* | | | Merge branch 'new_op' of github.com:ctiller/grpc into new_op | Craig Tiller | 2015-11-03 |
|\ \ \ | |||
* | | | | Add a test with a large negative deadline | Craig Tiller | 2015-11-03 |
| | | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found | ||
| | * | | Merge pull request #4021 from vjpai/mock | Yang Gao | 2015-11-03 |
| | |\ \ | | | | | | | | | | | Mark a method with GRPC_OVERRIDE to avoid compiler warning | ||
| * | | | | Fix pollsets on Windows | Craig Tiller | 2015-11-03 |
|/ / / / | | | | | | | | | | | | | Needed to properly implement pollset reset | ||
| * | | | Merge pull request #4008 from adelez/separate_reporting | adelez | 2015-11-03 |
| |\ \ \ | | | | | | | | | | | Create a separate utility for reporting. | ||
| | * | | | Move string filter to report_utils | Adele Zhou | 2015-11-03 |
| | | | | | |||
| | | | * | Fixing proto dependencies for targets that aren't libraries. | Nicolas "Pixel" Noble | 2015-11-03 |
| | | | | | |||
| | * | | | Renamed report_utils.py. | Adele Zhou | 2015-11-03 |
| | | | | | |||
| | * | | | Create a separate utility for reporting. | Adele Zhou | 2015-11-03 |
| |/ / / | |||
| * | | | Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation | Michael Lumish | 2015-11-03 |
| |\ \ \ | | |_|/ | |/| | | Add simple profiling instrumentation for C# | ||
* | | | | Fix for returned status | Craig Tiller | 2015-11-03 |
| | | | | | | | | | | | | | | | | | | | | If we already have a status from the wire when we're disconnecting, leave it in place - don't overwrite it. Fixes disappearing_server_test. | ||
| | * | | add profiling support | Jan Tattermusch | 2015-11-02 |
| | | | | |||
| | | * | Mark a method with GRPC_OVERRIDE to avoid compiler warning | vjpai | 2015-11-02 |
| | |/ | |/| | |||
* | | | stream_op cleanup: miscellany | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: test fixes and updates | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: surface layer | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: transport changes | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: pollset changes | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: iomgr closure, executor changes | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: channel, client_config changes | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: security changes | Craig Tiller | 2015-11-02 |
| | | | |||
* | | | stream_op cleanup: build system changes | Craig Tiller | 2015-11-02 |
|/ / | |||
* | | Merge pull request #4018 from ctiller/latent-see | Vijay Pai | 2015-11-02 |
|\ \ | | | | | | | Fix nap condition for pollset wakeup | ||
| * | | Fix nap condition for pollset wakeup | Craig Tiller | 2015-11-02 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | If: - one thread issues a kick forcing pollset re-evaluation - concurrently with a second thread forcing a specific poller to be awoken And: - both threads kicks are processed as a single wakeup Then: - since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible. | ||
* | | Merge pull request #4006 from dgquintas/fix-lb-test | Craig Tiller | 2015-10-30 |
|\ \ | | | | | | | Fixed potential stack corruption | ||
* \ \ | Merge pull request #4012 from grpc/release-0_11 | Michael Lumish | 2015-10-30 |
|\ \ \ | | | | | | | | | Bring to master the ObjC documentation changes made for the release. | ||
| * \ \ | Merge pull request #4011 from jcanizales/make-xctool-work-on-release-too | Michael Lumish | 2015-10-30 |
| |\ \ \ | | | | | | | | | | | Make xctool work on the release branch too. | ||
| | * | | | Prevent XCode 7 from showing spurious warnings | Jorge Canizales | 2015-10-30 |
| |/ / / | | | | | | | | | This will hopefully make xctool work on Travis too (cross fingers!) | ||
* | | | | Merge pull request #4009 from jtattermusch/add_badges | Michael Lumish | 2015-10-30 |
|\ \ \ \ | | | | | | | | | | | Add npm, gem and cocoapods badges | ||
| * | | | | Add cocoapods badge | Jan Tattermusch | 2015-10-30 |
| | | | | | |||
| * | | | | Add gem badge | Jan Tattermusch | 2015-10-30 |
| | | | | | |||
| * | | | | Add npm badge | Jan Tattermusch | 2015-10-30 |
| | | | | | |||
* | | | | | Merge pull request #3886 from murgatroid99/node_file_comments | Tim Emiola | 2015-10-30 |
|\ \ \ \ \ | | | | | | | | | | | | | Added some file-level comments to Node source files | ||
* \ \ \ \ \ | Merge pull request #3981 from jtattermusch/add_nuget_badge | Tim Emiola | 2015-10-30 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | Add nuget pkg version badge for C# | ||
| | | | * | | Fixed potential stack corruption | David Garcia Quintas | 2015-10-29 |
| | | | | | | |||
* | | | | | | Merge pull request #3974 from adelez/bazel-like-output | Craig Tiller | 2015-10-29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bazel like output | ||
* \ \ \ \ \ \ | Merge pull request #3997 from a-veitch/fix_tsan_cpu_test | Nicolas Noble | 2015-10-29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix for long-running tsan test | ||
* \ \ \ \ \ \ \ | Merge pull request #3998 from jcanizales/travis-for-ios | Michael Lumish | 2015-10-29 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Travis for iOS | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3994 from jcanizales/split-test-schemes | Michael Lumish | 2015-10-29 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Split tests into one scheme per test case | ||
| | | * | | | | | | Fix for long-running tsan test | Alistair Veitch | 2015-10-29 |
| | | | | | | | | | |||
| | | | | | | * | | Merge pull request #3989 from jcanizales/fix-routeguide | Michael Lumish | 2015-10-29 |
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | Fix RouteGuide example to use the last surface | ||
* | | | | | | | \ \ | Merge pull request #3990 from jcanizales/xcode7-warnings | Michael Lumish | 2015-10-29 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | Prevent XCode 7 from showing spurious warnings | ||
| | | * | | | | | | | Merge commit '96dde58ba59f0f124ae647b6e581225a62c2ea07' into travis-for-ios | Jorge Canizales | 2015-10-28 |
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | |||
| | | * | | | | | | | Deactivate remote interop tests in Travis | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | * | | | | | | | | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Fail fast if the plugin can’t be made or pod not installed | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Restrict tests to simulator | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Device builds require code signing, that isn’t set up (they probably wouldn’t work anyway - I don’t think Travis is attaching devices to their VMs). |