aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #913 from jtattermusch/csharp_dockerGravatar Tim Emiola2015-03-02
|\ | | | | Docker files for c# (on mono)
| * added docker files for c#Gravatar Jan Tattermusch2015-03-02
| |
* | Merge pull request #892 from proppy/docker-goGravatar Tim Emiola2015-03-02
|\ \ | | | | | | dockerfiles/go: go install from GOPATH and remove bash from CMD
* | | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| | |
* | | Merge pull request #886 from ctiller/asan2Gravatar Nicolas Noble2015-02-28
|\ \ \ | | | | | | | | Omit some tests, speed up others, prepare for ASAN
* \ \ \ Merge pull request #897 from ctiller/asanGravatar Nicolas Noble2015-02-28
|\ \ \ \ | | | | | | | | | | Suppressing a data race in OpenSSL
| * | | | Suppressing a data race in OpenSSLGravatar Craig Tiller2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | This race is (probably) legit on some platforms, but (likely) safe on Intel at least. For now, since it's a little outside our control, I'm suppressing it to focus on any remaining races in our code.
| | | * | dockerfiles/go: go install from GOPATH and remove bash from CMDGravatar Johan Euphrosine2015-02-27
| | | | |
* | | | | Further cleanup.Gravatar Nicolas "Pixel" Noble2015-02-28
| | | | |
* | | | | Merge branch 'master' of github.com:google/grpc into dockerGravatar Nicolas "Pixel" Noble2015-02-28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #884 from donnadionne/auth-node-testGravatar Michael Lumish2015-02-27
| |\ \ \ \ | | |_|_|/ | |/| | | Auth node test
| | | | * Enable asan for C coreGravatar Craig Tiller2015-02-27
| | |_|/ | |/| | | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests
| * | | Merge pull request #883 from ctiller/asanGravatar Nicolas Noble2015-02-27
| |\ \ \ | | | |/ | | |/| Update suppressions file
| * | | Merge pull request #879 from murgatroid99/ruby_run_testsGravatar Nicolas Noble2015-02-27
| |\ \ \ | | | | | | | | | | Added ruby tests to run_tests.py
| | | * | This looks more seriousGravatar Craig Tiller2015-02-27
| | | | |
| | | | * Adding test command to test node auth compute engine credentials.Gravatar Donna Dionne2015-02-27
| | |_|/ | |/| |
| | | * Another updateGravatar Craig Tiller2015-02-27
| | | |
| | | * Update suppressions fileGravatar Craig Tiller2015-02-27
| | |/ | |/|
| | * Changed how ruby versions are selected againGravatar murgatroid992015-02-27
| | |
| | * Further changed ruby version handlingGravatar murgatroid992015-02-27
| | |
| | * Changed how ruby version is selectedGravatar murgatroid992015-02-27
| | |
| * | Merge "Update Java Dockerfile to proto3-alpha-2 and add nanoproto"Gravatar Nicolas Noble2015-02-27
| |\ \
| | | * Added ruby tests to run_tests.pyGravatar murgatroid992015-02-27
| | | |
| * | | Allow starting from non-root directoryGravatar Craig Tiller2015-02-27
| | | |
| * | | Merge pull request #855 from nathanielmanistaatgoogle/python-test-portGravatar Masood Malekghassemi2015-02-27
| |\ \ \ | | |_|/ | |/| | Drop fixed port from python_plugin_test
| * | | Save makefile var clobberingGravatar Craig Tiller2015-02-27
| | | |
| * | | Extend timeouts for Travis 2xGravatar Craig Tiller2015-02-27
| | | |
| | | * Update Java Dockerfile to proto3-alpha-2 and add nanoprotoGravatar Eric Anderson2015-02-27
| | | |
| * | | Make timeout redGravatar Craig Tiller2015-02-27
| | |/ | |/|
* / | Removing the ssh setup of the dockerfile.Gravatar Nicolas "Pixel" Noble2015-02-27
|/ /
* | Merge pull request #867 from ctiller/timeout2Gravatar Nicolas Noble2015-02-26
|\ \ | | | | | | Force-kill long running processes
| * | Force-kill long running processesGravatar Craig Tiller2015-02-26
| | | | | | | | | | | | To get at least some information on them
* | | Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|/ /
* | Merge pull request #860 from nicolasnoble/travis-c++Gravatar Craig Tiller2015-02-26
|\ \ | | | | | | Travis c++
* \ \ Merge branch 'release-0_5' into 0_5-extra-commitsGravatar Nicolas "Pixel" Noble2015-02-27
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: INSTALL
| | * | Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| |/| | |/| | | | | | | | | | | | | | | Conflicts: .travis.yml
| | * | running python tests on travisGravatar Jan Tattermusch2015-02-26
| | | |
| | | * Drop fixed port from python_plugin_testGravatar Nathaniel Manista2015-02-27
| | | | | | | | | | | | | | | | | | | | There may be some aspect of mortal sin in the way that context management is now done in this test.
* | | | Fix sortingGravatar Craig Tiller2015-02-26
| |/ / |/| |
* | | Better logging for TravisGravatar Craig Tiller2015-02-26
| | |
* | | Add timer to run_tests.pyGravatar Craig Tiller2015-02-26
| |/ |/| | | | | For future profiling work to eliminate/speed-up slow tests.
* | Improving travis output.Gravatar Nicolas "Pixel" Noble2015-02-26
| |
| * fix the version of debian package builder scriptGravatar Jan Tattermusch2015-02-26
| |
* | Merge pull request #784 from ctiller/timeoutGravatar Yang Gao2015-02-26
|\ \ | | | | | | Introduce slowdown factor for unit test deadlines
| | * Updated dockerfile with correct node executableGravatar murgatroid992015-02-25
| |/ |/|
* | Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changesGravatar Masood Malekghassemi2015-02-25
|\ \ | | | | | | Final changes to the early_adopter API.
* \ \ Merge pull request #777 from donnadionne/go-auth-testsGravatar Qi Zhao2015-02-25
|\ \ \ | | | | | | | | Go auth tests
* \ \ \ Merge pull request #739 from soltanmm/py-updateGravatar Nathaniel Manista2015-02-25
|\ \ \ \ | | | | | | | | | | Updated Python protoc plugin and Python plugin testing.
| | | * | Final changes to the early_adopter API.Gravatar Nathaniel Manista2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes.
| | | | * Drastic speed upGravatar Craig Tiller2015-02-25
| | | |/