Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Address code review comments | Sree Kuchibhotla | 2015-11-16 |
| | |||
* | Fix a small error | Sree Kuchibhotla | 2015-11-04 |
| | |||
* | Fix typo in my previous commit. %s/guage/gauge/g | Sree Kuchibhotla | 2015-11-03 |
| | |||
* | Make number of stubs per channel configurable and expose metrics from | Sree Kuchibhotla | 2015-11-03 |
| | | | | client | ||
* | 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. | ||
* \ | Merge pull request #4021 from vjpai/mock | Yang Gao | 2015-11-03 |
|\ \ | | | | | | | Mark a method with GRPC_OVERRIDE to avoid compiler warning | ||
* \ \ | 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# | ||
| * | | add profiling support | Jan Tattermusch | 2015-11-02 |
| | | | |||
| | * | Mark a method with GRPC_OVERRIDE to avoid compiler warning | vjpai | 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). | ||
| | | * | | | | | | | Require Xcode 7.1 to try and get NS_ASSUME_NONNULL_BEGIN | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Silence pod repo update | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Pod install manually, to get —-verbose | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Try Travis builtin support for Cocoapods & xctool | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Install gflags, needed to build the C++ interop server | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Testing travis iOS feature. | Nicolas "Pixel" Noble | 2015-10-28 |
| | | | | | | | | | | |||
| | | * | | | | | | | Merge commit '2beb88c1fd961cfd697df6c94d6bd72537ddefc9' into travis-for-ios | Jorge Canizales | 2015-10-28 |
| | |/| | | | | | | | |/|/ / / / / / / | |||
| | * | | | | | | | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | |||
| | * | | | | | | | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
| | * | | | | | | | Reject nils in useTestCertsPath:testName:forHost: | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | |||
| | * | | | | | | | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Eventually all samples will be tested. |