aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | Add pythonGravatar Craig Tiller2015-02-26
| | | | | | |
| | | | * | | running python tests on travisGravatar Jan Tattermusch2015-02-26
| | | | | | |
| | | | * | | Add apt-gets for gflags, gtestGravatar Craig Tiller2015-02-26
| | | | | | |
| | | | * | | Enable building C++Gravatar Craig Tiller2015-02-26
| | | | | | |
| | | * | | | Merge branch 'travis_node' of github.com:murgatroid99/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
| | | | | * | | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| | | | | | | |
| | | * | | | | Update yamlGravatar Craig Tiller2015-02-26
| | | | | | | |
| | | * | | | | Merge github.com:grpc/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
* | | | | | | | Merge pull request #853 from ctiller/travis-cGravatar Nicolas Noble2015-02-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Better parallelization for C
| | | | * | | | Merge branch 'travis-c++' of github.com:ctiller/grpc into travis-c++Gravatar Craig Tiller2015-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.
| * | | | | | | Double -jGravatar Craig Tiller2015-02-26
| | | | | | | |
| | | | * | | | Merge branch 'travis-c' into travis-c++Gravatar Craig Tiller2015-02-26
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #850 from ctiller/run-tests-timerGravatar Nicolas Noble2015-02-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Add timer to run_tests.py
| | * | | | | | Add opt build againGravatar Craig Tiller2015-02-26
| | | | | | | |
| | * | | | | | Fix sortingGravatar Craig Tiller2015-02-26
| | | | | | | |
| | * | | | | | Merge branch 'run-tests-timer' into travis-cGravatar Craig Tiller2015-02-26
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Better parallelize test running on TravisGravatar Craig Tiller2015-02-26
| |/ / / / / / |/| | | | | |
| | | | | * | Further modified test running syntaxGravatar murgatroid992015-02-26
| | | | | | |
| | | | * | | Merge branch 'run-tests-timer' into travis-c++Gravatar Craig Tiller2015-02-26
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Better logging for TravisGravatar Craig Tiller2015-02-26
| | | | | | |
| | | | | * | Further fixed run_tests CLI syntaxGravatar murgatroid992015-02-26
| | | | | | |
| * | | | | | Add timer to run_tests.pyGravatar Craig Tiller2015-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For future profiling work to eliminate/speed-up slow tests.
* | | | | | | Merge pull request #842 from nathanielmanistaatgoogle/simple-install-pythonGravatar Nicolas Noble2015-02-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Simple installation instructions for Python.
* | | | | | | Merge pull request #848 from grpc/jayantkolhe-patch-1Gravatar Abhishek Kumar2015-02-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Create PATENTS
| | | | | | * | Fixed run_tests CLI syntaxGravatar murgatroid992015-02-26
| | | | | | | |
| * | | | | | | Create PATENTSGravatar Jayant Kolhe2015-02-26
|/ / / / / / /
| | | | * | | Add apt-gets for gflags, gtestGravatar Craig Tiller2015-02-26
| | | | | | |
| | | | | * | Changed c++ version flag in binding.gypGravatar murgatroid992015-02-26
| | | | | | |
| | | | | * | Added node tests to travis.ymlGravatar murgatroid992015-02-26
| |_|_|_|/ / |/| | | | |
| | | | * | Enable building C++Gravatar Craig Tiller2015-02-26
| | | | | |
| | | | * | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |_|_|/ / |/| | | |
* | | | | Merge pull request #843 from nicolasnoble/travisGravatar Craig Tiller2015-02-26
|\ \ \ \ \ | | | | | | | | | | | | Trying to do a better job at running C tests on travis.
| | | * | | Fix bugs in Python code generatorGravatar Masood Malekghassemi2015-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
* | | | | | Merge pull request #845 from Orphis/patch-1Gravatar Craig Tiller2015-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo in README.md
| * | | | | | Fix typo in README.mdGravatar Florent Castelli2015-02-26
|/ / / / / /
| * | | | | Improving travis output.Gravatar Nicolas "Pixel" Noble2015-02-26
| | | | | |
| * | | | | Trying to do a better job at running C tests on travis.Gravatar Nicolas "Pixel" Noble2015-02-26
| | | | | |
* | | | | | Merge pull request #839 from nicolasnoble/travisGravatar Craig Tiller2015-02-26
|\| | | | | | | | | | | | | | | | | Adding a basic travis.yml file.
| * | | | | Adding a basic travis.yml file.Gravatar Nicolas "Pixel" Noble2015-02-26
| | |_|_|/ | |/| | |
| | * | | Simple installation instructions for Python.Gravatar Nathaniel Manista2015-02-26
| |/ / / |/| | |
* | | | Merge pull request #830 from nathanielmanistaatgoogle/python-interop-clientGravatar Masood Malekghassemi2015-02-26
|\ \ \ \ | |/ / / |/| | | The Python interop client.
| | | * Merge pull request #840 from jtattermusch/debian_versionGravatar Abhishek Kumar2015-02-26
| | | |\ | | | | | | | | | | fix the version of debian package builder script
| | | | * fix the version of debian package builder scriptGravatar Jan Tattermusch2015-02-26
| | | |/
* | | | Merge pull request #831 from nathanielmanistaatgoogle/security-progressGravatar Masood Malekghassemi2015-02-26
|\ \ \ \ | | | | | | | | | | Work towards invocation-side security.
* \ \ \ \ Merge pull request #784 from ctiller/timeoutGravatar Yang Gao2015-02-26
|\ \ \ \ \ | | | | | | | | | | | | Introduce slowdown factor for unit test deadlines
* \ \ \ \ \ Merge pull request #822 from ctiller/hardGravatar David Klempner2015-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix max_concurrent_streams test
* \ \ \ \ \ \ Merge pull request #816 from dklempner/dualstack_test_deflakeGravatar Craig Tiller2015-02-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Deflake dualstack socket test
| | | | * | | | Work towards invocation-side security.Gravatar Nathaniel Manista2015-02-26
| | | | | |/ / | | | | |/| |
| | | | | * | The Python interop client.Gravatar Nathaniel Manista2015-02-26
| | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server_host_override flag's implementation remaining outstanding means that this only works over insecure connections for now.