Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Added useful behavior for empty batch | murgatroid99 | 2015-02-12 | |
| | | ||||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #480 from dklempner/runs_per_test | Craig Tiller | 2015-02-11 | |
|\ \ | | | | | | | Disable test caching when runs_per_test > 1 | |||
| * | | Change TestCache to parameterize whether to skip running tests. | David Klempner | 2015-02-11 | |
| | | | | | | | | | | | | This allows caching results with --runs_per_test. | |||
* | | | Fixing valgrind's codepath in run_tests.py. | Nicolas Noble | 2015-02-11 | |
| | | | ||||
| * | | Disable test caching when runs_per_test > 1 | David Klempner | 2015-02-11 | |
|/ / | | | | | | | | | Otherwise the tests just stop once they succeed, or don't even run at all if they passed in a previous run. | |||
| * | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-11 | |
| |\ | |/ |/| | | | | | Conflicts: test/cpp/qps/server.cc | |||
* | | Allow Python to be built without sudo | Craig Tiller | 2015-02-10 | |
| | | ||||
| * | Fixup callers with new api | Craig Tiller | 2015-02-09 | |
|/ | ||||
* | Fix duplicated line | Craig Tiller | 2015-02-09 | |
| | ||||
* | Merge github.com:grpc/grpc into async-api-new | Craig Tiller | 2015-02-06 | |
|\ | ||||
| * | Clean build.json | Craig Tiller | 2015-02-06 | |
| | | ||||
* | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
|\| | ||||
* | | Convert more tests (and re-enable some disabled ones) | Craig Tiller | 2015-02-05 | |
| | | ||||
| * | Merge pull request #359 from jboeuf/ssl_default_creds_integration | Yang Gao | 2015-02-05 | |
| |\ | | | | | | | Adding support for loading the SSL roots from an environment variable. | |||
* | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
|\| | | ||||
| * | | Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests | David Klempner | 2015-02-04 | |
| | | | ||||
* | | | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-03 | |
|\| | | | | | | | | | | | | | | Conflicts: Makefile | |||
| * | | Remove duplicated target tips_client defintion. | Chen Wang | 2015-02-03 | |
| | | | ||||
* | | | missed file | Craig Tiller | 2015-02-03 | |
| | | | ||||
| * | | Merge remote-tracking branch 'upstream/master' | Chen Wang | 2015-02-03 | |
| |\ \ | ||||
| | | * | Adding support for loading the SSL roots from an environment variable. | Julien Boeuf | 2015-02-02 | |
| | |/ | | | | | | | | | | | | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test. | |||
| | * | Merge pull request #358 from dklempner/build | Nathaniel Manista | 2015-02-02 | |
| |/| |/| | | ||||
| | * | Make several python scripts explicitly python2.7 | David Klempner | 2015-02-02 | |
| | | | | | | | | | | | | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop. | |||
* | | | Install PyPI's protobuf into the Python virtual environment. | Nathaniel Manista | 2015-02-02 | |
| |/ |/| | | | | | | | | | There may be a way to use third_party's protobuf (and this may eventually be necessary) but I haven't yet figured out how to do it correctly. It can happen later. | |||
* | | Merge pull request #321 from ctiller/build-cleaner | Nicolas Noble | 2015-02-02 | |
|\ \ | | | | | | | Build cleaner updates | |||
* \ \ | Merge pull request #274 from nathanielmanistaatgoogle/python-introduction | Craig Tiller | 2015-02-02 | |
|\ \ \ | | | | | | | | | Migrate the last of the Python code from Google-internal source control to git. | |||
| * | | | Bring in the Python GRPC Adapter package. | Nathaniel Manista | 2015-02-02 | |
| | | | | ||||
| * | | | Refactoring of the Python build. | Nathaniel Manista | 2015-02-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment. | |||
| | * | | Clean build file, regen projects | Craig Tiller | 2015-01-31 | |
| |/ / |/| | | ||||
| | * | Implement both Publisher and Subscriber. | Chen Wang | 2015-01-30 | |
| |/ | ||||
* | | Allow specifying environment variables. | Craig Tiller | 2015-01-30 | |
| | | | | | | | | Refactor the code a little to make this easier to munge around. | |||
* | | Fix valgind | Craig Tiller | 2015-01-30 | |
| | | ||||
* | | Clean up formatting | Craig Tiller | 2015-01-30 | |
| | | ||||
* | | Adding a few more tests. | Nicolas "Pixel" Noble | 2015-01-29 | |
| | | ||||
* | | Merge branch 'master' of github.com:google/grpc into json | Nicolas Noble | 2015-01-27 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters | |||
* | | Fixing a couple of minor bugs, and adding a few tests. | Nicolas Noble | 2015-01-27 | |
| | | ||||
| * | Merge pull request #157 from dklempner/eventfd | Craig Tiller | 2015-01-27 | |
| |\ | | | | | | | Add support for eventfd based kicking on linux. | |||
| * | | Small tweaks | Craig Tiller | 2015-01-27 | |
| | | | | | | | | | | | | | | | | | | Run faster on smaller machines. Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files. | |||
| * | | Merge pull request #235 from ctiller/lcov | Nicolas Noble | 2015-01-27 | |
|/| | | | | | | | | Restrict gcov to c/c++ for now | |||
| * | | Restrict gcov to c/c++ for now | Craig Tiller | 2015-01-27 | |
| | | | ||||
| | * | Rename poll_kick_test to poll_kick_posix_test | David Klempner | 2015-01-26 | |
| |/ |/| | ||||
* | | Updated comment | murgatroid99 | 2015-01-26 | |
| | | ||||
* | | Got run_tests.py and node tests working | murgatroid99 | 2015-01-26 | |
| | | ||||
* | | Started fixing php test runner | murgatroid99 | 2015-01-26 | |
| | | ||||
* | | Added node test runner | murgatroid99 | 2015-01-26 | |
|/ | ||||
* | Merge pull request #193 from nathanielmanistaatgoogle/python-introduction | Nicolas Noble | 2015-01-23 | |
|\ | | | | | Bring the rest of Python RPC Framework into GRPC. | |||
| * | Add the _framework.face package. | Nathaniel Manista | 2015-01-24 | |
| | | ||||
* | | Made node library buildable from source tree | murgatroid99 | 2015-01-23 | |
|/ | ||||
* | Merge pull request #164 from nathanielmanistaatgoogle/python-introduction | Nicolas Noble | 2015-01-22 | |
|\ | | | | | Python introduction. |