Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #4694 from dgquintas/copyright_fix | Craig Tiller | 2016-01-13 |
|\ | | | | | Added --fix flag to check_copyright.py | ||
| * | Added --fix flag to check_copyright.py | David Garcia Quintas | 2016-01-12 |
| | | |||
* | | Allow transitive dependencies plugin to process non-existent libs without ↵ | murgatroid99 | 2016-01-12 |
|/ | | | | crashing | ||
* | Merge pull request #4686 from murgatroid99/sanity_update_copyrights | Craig Tiller | 2016-01-12 |
|\ | | | | | Updated copyrights | ||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | Merge pull request #4685 from ctiller/copywrong | Michael Lumish | 2016-01-12 |
|\ \ | |/ |/| | Fix check_copyright.py | ||
| * | Fix check_copyright.py | Craig Tiller | 2016-01-12 |
| | | |||
* | | Merge pull request #4457 from soltanmm/plate-tectonics | Nathaniel Manista | 2016-01-12 |
|\ \ | |/ |/| | Include core in Python distribution. | ||
| * | Use BoringSSL for Python gRPC | Masood Malekghassemi | 2016-01-11 |
| | | |||
* | | Merge pull request #4525 from ctiller/proto_names | Vijay Pai | 2016-01-11 |
|\ \ | | | | | | | Consolidate C++ proto files under src/proto | ||
* \ \ | Merge pull request #4645 from ctiller/coveralls | Michael Lumish | 2016-01-08 |
|\ \ \ | | | | | | | | | Refine coverage language list | ||
* \ \ \ | Merge pull request #4647 from ctiller/run_errors | Michael Lumish | 2016-01-08 |
|\ \ \ \ | | | | | | | | | | | Handle errors in run_tests.py a little better | ||
* | | | | | Disable ccache for the moment | Craig Tiller | 2016-01-08 |
| | | | | | |||
| * | | | | Flag errors better | Craig Tiller | 2016-01-08 |
| | | | | | |||
| * | | | | Tweak run_tests exit status handling | Craig Tiller | 2016-01-08 |
|/ / / / | |||
| * / / | Refine coverage language list | Craig Tiller | 2016-01-07 |
|/ / / | |||
| * | | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #4639 from ctiller/nominally-nuisance | Michael Lumish | 2016-01-07 |
|\ \ \ | | | | | | | | | Dont fail build if no report generated | ||
* \ \ \ | Merge pull request #4619 from ctiller/windows_logs | adelez | 2016-01-07 |
|\ \ \ \ | | | | | | | | | | | Delay reading stdout from disk until process terminates | ||
| | * | | | Dont fail build if no report generated | Craig Tiller | 2016-01-07 |
| |/ / / |/| | | | |||
| | | * | Use tox commands to run interop client/server | Masood Malekghassemi | 2016-01-07 |
| | | | | |||
| | | * | Include core in Python distribution | Masood Malekghassemi | 2016-01-07 |
| |_|/ |/| | | |||
* | | | Merge pull request #4606 from ctiller/clangfmt | Michael Lumish | 2016-01-07 |
|\ \ \ | | | | | | | | | Actually making the clang format test properly fail sanity. | ||
| | | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #4632 from ctiller/dep_head | Michael Lumish | 2016-01-06 |
|\ \ \ \ | | | | | | | | | | | Fix building submodules at head | ||
| | * \ \ | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-06 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #4589 from ctiller/enforcer | jboeuf | 2016-01-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a test to ensure public core headers are C89 | ||
| | * | | | | Fix building submodules at head | Craig Tiller | 2016-01-06 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | - ensure failure propogates through run_jenkins.sh - don't try to regenerate projects on non-linux environments | ||
* | | | | | Merge pull request #4622 from ctiller/dep_head | Michael Lumish | 2016-01-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Add ability to update submodules before build | ||
| * | | | | | Update copyrights | Craig Tiller | 2016-01-05 |
| | | | | | | |||
| * | | | | | Add ability to update submodules before build | Craig Tiller | 2016-01-05 |
| | | | | | | |||
| | | | * | | Delay reading stdout from disk until process terminates | Craig Tiller | 2016-01-05 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code reads the stdout of each running process each time it goes through a reap() iteration, and throws it away if the process is still running. On Windows, where we poll for completion every 100ms, I expect this is having a serious impact on Jenkins performance, especially for noisier tests. | ||
* / | | | | Copyright checker fixes | Craig Tiller | 2016-01-05 |
|/ / / / | |||
* | | | | Merge pull request #4613 from soltanmm/writecopyright | Craig Tiller | 2016-01-05 |
|\ \ \ \ | | | | | | | | | | | Add Cython files to check_copyright.py | ||
* | | | | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | | | |||
| * | | | | Add Cython files to check_copyright.py | Masood Malekghassemi | 2016-01-04 |
|/ / / / | |||
| | * | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-04 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Get better output for clang-format diffs | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Attempt to get docker clang-format working | Craig Tiller | 2016-01-04 |
| | | | | |||
| | * | | Merge branch 'clang-format-fix' of github.com:nicolasnoble/grpc into clangfmt | Craig Tiller | 2016-01-04 |
| | |\ \ | |||
* | | | | | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #4563 from ctiller/copying | Michael Lumish | 2016-01-04 |
|\ \ \ \ | | | | | | | | | | | Update copyrights | ||
| | * | | | Add a test that public headers compile as C99 | Craig Tiller | 2016-01-04 |
| | | | | | |||
* | | | | | Eliminate a layer of libraries in the end2end tests | Craig Tiller | 2015-12-22 |
| |/ / / |/| | | | |||
| * | | | Update copyrights | Craig Tiller | 2015-12-22 |
| | | | | |||
| | | * | Merge branch 'yawn' into proto_names | Craig Tiller | 2015-12-22 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2015-12-22 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | Updating 32 bit dockerfile | Craig Tiller | 2015-12-22 |
| | | | | |||
* | | | | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
|/ / / |