Craig Tiller
89d33790d1
Begin removing used_batches from call, allowing the removal of a set of mutex acquisitions
8 years ago
Craig Tiller
5fcc5af094
Should only do host-->:authority if there is no :authority
8 years ago
Craig Tiller
5f4264f9a6
Signal that authority can be compressed in hpack: saves 1 allocation/rpc
8 years ago
Jan Tattermusch
1b6ebb84a9
Update README.md
8 years ago
Craig Tiller
2ef0d54ffc
Handle one core
8 years ago
Craig Tiller
265775fc20
Handle zero-length filenames
8 years ago
thinkerou
2b43481ff3
fix undefined name
8 years ago
David Garcia Quintas
012915045f
Secure naming support for gRPCLB
8 years ago
Paul Marks
3a5bba0a20
Connect to "localhost" from interop clients.
...
This is for compatibility with IPv6-only environments; see the Google
bug b/32531998.
Note that InteropClient.cs and http2_client.cc don't appear to be tested
by our internal branch, but I've included them for consistency.
8 years ago
ncteisen
e128e837f0
clang fmt
8 years ago
Craig Tiller
8c58a489a2
Save allocating a grpc_error if there is no error
8 years ago
murgatroid99
ae998a37a2
Regenerate projects
8 years ago
yang-g
076bac017b
Remove async
8 years ago
yang-g
f2fe4f7dbd
Add a PreServerStart in global server callbacks
8 years ago
Mark D. Roth
dc9bee7ce4
Add proxy mapper method for overriding the name to resolve.
8 years ago
ncteisen
0a8e32ab7f
Add more verbose status msg to rst_stream case
8 years ago
Nathaniel Manista
9e61e08065
User-Agent "Python-gRPC-" → "grpc-python/"
...
This brings gRPC Python into conformance with the recommendation in
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md .
8 years ago
Michael Lumish
fe6b328a1b
Node: refactor non-uv completion queue wrapping code
8 years ago
Craig Tiller
b038beb724
Add counters for mutex acquisitions, expose in bm_fullstack
8 years ago
Carl Mastrangelo
5f3a143068
remove extra space in Csharp code
8 years ago
Robbie Shade
49124e7ae1
Adds an exec_ctx argument to orphan_cb in udp_server
8 years ago
Craig Tiller
78e6451dae
Add a hook to disable BDP probing
8 years ago
murgatroid99
2b3e12ceee
Update version to 1.1.2
8 years ago
Muxi Yan
938f099100
Add Cronet core tests to Jenkins
8 years ago
Muxi Yan
50bd995a98
Advance BoringSSL version
8 years ago
Muxi Yan
d81c6b6d01
Advance protoc dependency version as well
8 years ago
Muxi Yan
5ff4bfb651
Advance protoc version to 3.1.0
8 years ago
Muxi Yan
ed20a69939
Resolve generate_project failure
8 years ago
Muxi Yan
e1cf1b691d
nit fix 2
8 years ago
Craig Tiller
93727aaaa7
Fix memory leak when re-attempting send_status after it failed
8 years ago
Muxi Yan
d5923578c0
nit fixes
8 years ago
Ken Payson
0f5e3a87c2
Ran Yapf code, pinned version
8 years ago
Ken Payson
2fa5f2f978
Re-run yapf code, and pin version
8 years ago
Muxi Yan
1783bd3c99
Correct commet style of version.h
8 years ago
Muxi Yan
f24eae2d62
Correct commet style of version.h
8 years ago
Craig Tiller
9429250e47
Flow control corrections
8 years ago
Craig Tiller
61eb40ce56
Put files in a better place
8 years ago
Muxi Yan
9ca1ee0090
Add regeneration info to version.h
8 years ago
Muxi Yan
ae6290d144
Add regeneration info to version.h
8 years ago
Craig Tiller
4f2d4769b9
Fix include guards
8 years ago
Stanley Cheung
aaf2bbaa58
PHP: update README and apache/nginx examples
8 years ago
Craig Tiller
8b1d59cafa
Add some debug utilities
...
This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing.
I expect to grow this library significantly over time to aid debugging tricky problems.
8 years ago
Craig Tiller
4fd2bf6ec9
Dont credit flow control after stream has closed reading
8 years ago
Alexander Polcyn
6af442750a
remove -Werror compiler option in ruby Makefile to build on mac in opt configuration
8 years ago
Craig Tiller
7dc4ea66f0
Make the microbenchmark profile gatherer run some in parallel
8 years ago
murgatroid99
98673fa349
Node: fix handling/propagation of server-side serialization errors
8 years ago
Craig Tiller
81bcff7bce
Flip conditional
8 years ago
Craig Tiller
3ceabdee9f
Fix potential flow control deadlock
8 years ago
Robbie Shade
c23feddd2c
Add an on_write callback to the UDP server.
8 years ago
Mark D. Roth
539a864d91
Fixed dumb reversed conditional.
8 years ago