aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove HTTP mappings from status.hGravatar Eric Anderson2015-03-02
| | | | | | | | | | | | | | | | | | | | | | The mappings are a combination of useless, inaccurate, and harmful. Leave them out until they are helpful and correct. Fundamental issues: - If in need of mappings, a user would need HTTP -> gRPC code mappings. But the docs don't provide that since the mappings are not 1:1. - There _is no_ gRPC -> HTTP code mapping taking place in gRPC. This may change in the future, but until then the docs are misleading. But even given those were resolved, there are additional issues. Two obvious examples: - 501 Not Implemented is refering to HTTP methods such as GET and POST not being implement. That should not be used for gRPC methods not found (UNIMPLEMENTED). - 404 Not Found is for when the resource is not found. In gRPC, the resource is the gRPC method, not the parameters (NOT_FOUND). If there is a REST conversion layer on top of gRPC, then 404 would be appropriate, but that just shows that the mapping can not be canonical.
* Merge pull request #904 from mbrukman/python-requirementsGravatar Nathaniel Manista2015-03-02
|\ | | | | Fixes #898.
* \ Merge pull request #854 from jboeuf/tsi_tracingGravatar Craig Tiller2015-03-01
|\ \ | | | | | | Adding support to enable tracing in tsi.
* \ \ Merge pull request #902 from bjornxiong/masterGravatar Craig Tiller2015-03-01
|\ \ \ | | | | | | | | Update log_posix.c
| | | * Moved pip dependencies into requirements.txt .Gravatar Misha Brukman2015-03-02
| |_|/ |/| | | | | | | | This allows for easier scripting and updates.
| * | Update log_posix.cGravatar bjorn2015-03-01
|/ / | | | | size error
| * Adding support to enable tracing in tsi.Gravatar Julien Boeuf2015-03-01
|/
* Merge pull request #900 from nicolasnoble/headersGravatar Craig Tiller2015-02-28
|\ | | | | Guard headers tool.
| * 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.
* | | Merge pull request #856 from vjpai/masterGravatar Craig Tiller2015-02-28
|\ \ \ | | | | | | | | Multithreaded Async C++ perf tests, plus gens rename of Async client methods
| * | | Revert "Use typedefs to avoid triply-nested function templates"Gravatar vjpai2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 45b0bc4bec5d0b701dbe5ae98542473ef3eaa4e4. This revert is being done because the compilers on Travis don't understand the C++11 template/using syntax.
* | | | Merge pull request #870 from nicolasnoble/dockerGravatar Eric Anderson2015-02-27
|\ \ \ \ | | | | | | | | | | Removing the ssh setup of the dockerfile.
| * | | | Further cleanup.Gravatar Nicolas "Pixel" Noble2015-02-28
| | | | |
| * | | | Merge branch 'master' of github.com:google/grpc into dockerGravatar Nicolas "Pixel" Noble2015-02-28
| |\ \ \ \ | |/ / / / |/| | | |
| | * | | Use typedefs to avoid triply-nested function templatesGravatar vjpai2015-02-27
| | | | |
| | | | * Ignore the ASAN bits, get the fixes inGravatar Craig Tiller2015-02-27
| | | | |
* | | | | 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 github.com:grpc/grpc into asan2Gravatar Craig Tiller2015-02-27
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | 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
| | | | | | * Add asan/tsan testsGravatar Craig Tiller2015-02-27
| | | | | | |
| | | | | | * Merge branch 'ruby_run_tests' of github.com:murgatroid99/grpc into asan2Gravatar Craig Tiller2015-02-27
| |_|_|_|_|/| |/| | | | |/ | | |_|_|/| | |/| | | |
| * | | | | Removed test with non-included version of rubyGravatar murgatroid992015-02-27
| | | | | |
| | * | | | This looks more seriousGravatar Craig Tiller2015-02-27
| | | | | |
| * | | | | Added multiple ruby version testsGravatar murgatroid992015-02-27
| | | | | |
| * | | | | Switched to test matrixGravatar murgatroid992015-02-27
| | | | | |
| | | * | | Adding test command to test node auth compute engine credentials.Gravatar Donna Dionne2015-02-27
| | | | | |
* | | | | | Merge pull request #881 from jtattermusch/csharp_dockerGravatar Michael Lumish2015-02-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix conditional inclusion of grpc_csharp_ext.dll
| | | * | | | Another updateGravatar Craig Tiller2015-02-27
| | | | | | |
| | | * | | | Update suppressions fileGravatar Craig Tiller2015-02-27
| |_|/ / / / |/| | | | |
| | * | | | Moved ruby version to environment varibleGravatar murgatroid992015-02-27
| | | | | |
| | * | | | Uncommented tests, switched to less specific version of rubyGravatar murgatroid992015-02-27
| | | | | |
| | * | | | Updated bundler in travis.ymlGravatar murgatroid992015-02-27
| | | | | |
| | * | | | Changed how ruby versions are selected againGravatar murgatroid992015-02-27
| | | | | |
| * | | | | fix conditional inclusion of grpc_csharp_ext.dllGravatar Jan Tattermusch2015-02-27
| | | | | |
* | | | | | Merge pull request #880 from nicolasnoble/python-codegenGravatar Yang Gao2015-02-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removing private protobuf header inclusion.
| | | | * \ \ Merge branch 'master' of github.com:google/grpc into testing-releaseGravatar Donna Dionne2015-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 version file for travisGravatar murgatroid992015-02-27
| | | | | | | |
* | | | | | | | Merge pull request #878 from ctiller/port2Gravatar Nicolas Noble2015-02-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow starting from non-root directory
| | | | | * | | | Added ruby tests to travis fileGravatar murgatroid992015-02-27
| | | | | | | | |
| | | * | | | | | Removing private protobuf header inclusion.Gravatar Nicolas "Pixel" Noble2015-02-27
| | | | | | | | |
| | | | | * | | | Added ruby tests to run_tests.pyGravatar murgatroid992015-02-27
| | | | |/ / / / | | | |/| | | |
| * | / | | | | Allow starting from non-root directoryGravatar Craig Tiller2015-02-27
|/ / / / / / /