- Mar 02, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Craig Tiller authored
Remove HTTP mappings from status.h
-
Tim Emiola authored
dockerfiles/go: go install from GOPATH and remove bash from CMD
-
Eric Anderson authored
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.
-
Nathaniel Manista authored
Fixes #898.
-
Craig Tiller authored
Adding support to enable tracing in tsi.
-
Craig Tiller authored
Update log_posix.c
-
Misha Brukman authored
This allows for easier scripting and updates.
-
- Mar 01, 2015
-
-
bjorn authored
size error
-
Julien Boeuf authored
-
Craig Tiller authored
Guard headers tool.
-
Nicolas "Pixel" Noble authored
-
- Feb 28, 2015
-
-
Nicolas Noble authored
Omit some tests, speed up others, prepare for ASAN
-
Nicolas Noble authored
Suppressing a data race in OpenSSL
-
Craig Tiller authored
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.
-
Craig Tiller authored
Multithreaded Async C++ perf tests, plus gens rename of Async client methods
-
Eric Anderson authored
Removing the ssh setup of the dockerfile.
-
Johan Euphrosine authored
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
vjpai authored
-
murgatroid99 authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Michael Lumish authored
Auth node test
-
Craig Tiller authored
Also speed up a test, and disable some rarely touched but long running tests
-
Craig Tiller authored
-
murgatroid99 authored
-
Nicolas Noble authored
Update suppressions file
-