Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | | Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests | David Klempner | 2015-02-04 |
| | | |||
* | | Remove duplicated target tips_client defintion. | Chen Wang | 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. | ||
* \ | Merge pull request #158 from chen-wang/tips | Yang Gao | 2015-01-22 |
|\ \ | | | | | | | TIPS client implementation. | ||
| | * | Add Python to run-tests. | Nathaniel Manista | 2015-01-22 |
| | | | |||
| * | | Merge branch 'master' of github.com:google/grpc into tips | Chen Wang | 2015-01-21 |
| |\| | |||
* | | | Surface failure count | Craig Tiller | 2015-01-21 |
| |/ |/| | |||
* | | Generate projects | Craig Tiller | 2015-01-19 |
| | | |||
* | | Googlify indentation | Craig Tiller | 2015-01-18 |
|\ \ | |||
| * | | Googlify indentation | Craig Tiller | 2015-01-18 |
| | | | |||
* | | | Generate projects | Craig Tiller | 2015-01-18 |
|/ / | |||
* | | Simplify Python code | Craig Tiller | 2015-01-18 |
| | | |||
* | | Pretty print tests.json | Craig Tiller | 2015-01-18 |
| | | |||
* | | Only run language specified tests | Craig Tiller | 2015-01-18 |
| | | | | | | | | Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for. | ||
* | | Use Python json module | Craig Tiller | 2015-01-16 |
|/ | | | | Instead of third party simplejson module, to save a dependency. | ||
* | Better GRPC_LIBDIR config | Craig Tiller | 2015-01-16 |
| | |||
* | Using --enable-grpc configure flag | Craig Tiller | 2015-01-16 |
| | |||
* | PHP unit tests run with run_tests.py | Craig Tiller | 2015-01-16 |
| | |||
* | Build static for php | Craig Tiller | 2015-01-16 |
| | |||
* | Build in the correct directory | Craig Tiller | 2015-01-16 |
| |