aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | Have not yet added tests with security support, coming soon
* Cleanup some namesGravatar vjpai2015-11-02
| | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* Merge commit '6bf1de9' into protosplitGravatar vjpai2015-11-02
|\
| * Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| |
* | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| |
* | Merge branch 'master' into protosplitGravatar vjpai2015-11-02
|\|
| * Merge pull request #4018 from ctiller/latent-seeGravatar Vijay Pai2015-11-02
| |\ | | | | | | Fix nap condition for pollset wakeup
* | | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
|\| |
| | * Fix nap condition for pollset wakeupGravatar Craig Tiller2015-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-testGravatar Craig Tiller2015-10-30
| |\ | | | | | | Fixed potential stack corruption
| * \ Merge pull request #4012 from grpc/release-0_11Gravatar Michael Lumish2015-10-30
| |\ \ | | | | | | | | Bring to master the ObjC documentation changes made for the release.
| | * \ Merge pull request #4011 from jcanizales/make-xctool-work-on-release-tooGravatar Michael Lumish2015-10-30
| | |\ \ | | | | | | | | | | Make xctool work on the release branch too.
| | | * | Prevent XCode 7 from showing spurious warningsGravatar Jorge Canizales2015-10-30
| | |/ / | | | | | | | | This will hopefully make xctool work on Travis too (cross fingers!)
| * | | Merge pull request #4009 from jtattermusch/add_badgesGravatar Michael Lumish2015-10-30
| |\ \ \ | | | | | | | | | | Add npm, gem and cocoapods badges
| | * | | Add cocoapods badgeGravatar Jan Tattermusch2015-10-30
| | | | |
| | * | | Add gem badgeGravatar Jan Tattermusch2015-10-30
| | | | |
| | * | | Add npm badgeGravatar Jan Tattermusch2015-10-30
| | | | |
| * | | | Merge pull request #3886 from murgatroid99/node_file_commentsGravatar Tim Emiola2015-10-30
| |\ \ \ \ | | | | | | | | | | | | Added some file-level comments to Node source files
| * \ \ \ \ Merge pull request #3981 from jtattermusch/add_nuget_badgeGravatar Tim Emiola2015-10-30
| |\ \ \ \ \ | | | |/ / / | | |/| | | Add nuget pkg version badge for C#
| | | | | * Fixed potential stack corruptionGravatar David Garcia Quintas2015-10-29
| | | | | |
| * | | | | Merge pull request #3974 from adelez/bazel-like-outputGravatar Craig Tiller2015-10-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Bazel like output
| * \ \ \ \ \ Merge pull request #3997 from a-veitch/fix_tsan_cpu_testGravatar Nicolas Noble2015-10-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for long-running tsan test
| * \ \ \ \ \ \ Merge pull request #3998 from jcanizales/travis-for-iosGravatar Michael Lumish2015-10-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Travis for iOS
| * \ \ \ \ \ \ \ Merge pull request #3994 from jcanizales/split-test-schemesGravatar Michael Lumish2015-10-29
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | Split tests into one scheme per test case
| | | | * | | | | Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
| | | | | | | | |
| | | | | | | | * Merge pull request #3989 from jcanizales/fix-routeguideGravatar Michael Lumish2015-10-29
| | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | Fix RouteGuide example to use the last surface
| * | | | | | | | \ Merge pull request #3990 from jcanizales/xcode7-warningsGravatar Michael Lumish2015-10-29
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Prevent XCode 7 from showing spurious warnings
* | | | | | | | | | | QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
* | | | | | | | | | | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| | | | * | | | | | | Merge commit '96dde58ba59f0f124ae647b6e581225a62c2ea07' into travis-for-iosGravatar Jorge Canizales2015-10-28
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | Deactivate remote interop tests in TravisGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | * | | | | | | | Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Fail fast if the plugin can’t be made or pod not installedGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Restrict tests to simulatorGravatar Jorge Canizales2015-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_BEGINGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Silence pod repo updateGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Pod install manually, to get —-verboseGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Try Travis builtin support for Cocoapods & xctoolGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Install gflags, needed to build the C++ interop serverGravatar Jorge Canizales2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Testing travis iOS feature.Gravatar Nicolas "Pixel" Noble2015-10-28
| | | | | | | | | | |
| | | | * | | | | | | Merge commit '2beb88c1fd961cfd697df6c94d6bd72537ddefc9' into travis-for-iosGravatar Jorge Canizales2015-10-28
| | | |/| | | | | | | | | |/|/ / / / / / /
| | | * | | | | | | Fix documentation of testsGravatar Jorge Canizales2015-10-28
| | | | | | | | | |
| | | * | | | | | | Split AllTests into 4 schemesGravatar Jorge Canizales2015-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:Gravatar Jorge Canizales2015-10-28
| | | | | | | | | |
| | | * | | | | | | Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eventually all samples will be tested.
| * | | | | | | | | Merge pull request #3987 from jtattermusch/csharp_opencoverGravatar Nicolas Noble2015-10-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add OpenCover coverage for C#
| | * | | | | | | | | run all the tests for C# extension coverageGravatar Jan Tattermusch2015-10-28
| | | | | | | | | | |
* | | | | | | | | | | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #3983 from nicolasnoble/coverage-supportGravatar Jan Tattermusch2015-10-28
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixing 'all' run tests target.
| | | * | | | | | | | | C# native extension coverage on LinuxGravatar Jan Tattermusch2015-10-28
| | | | | | | | | | | |