Craig Tiller
1991ae2944
Merge github.com:grpc/grpc into c3
8 years ago
Craig Tiller
c5de83531e
Fix leaks
8 years ago
Muxi Yan
aac5d4de57
Merge pull request #9658 from muxi/port-9488
...
Resubmit: Port #9488 and part of #9463
8 years ago
Craig Tiller
2b56dcc49e
Fix leak in client_channel
8 years ago
Craig Tiller
9efea88d33
Fix waiting_ops leak
8 years ago
Craig Tiller
d2e5cfc5bb
Start fixing refcounting
8 years ago
Craig Tiller
d854775152
Init mutex
8 years ago
Craig Tiller
613dafa60c
Convert connectivity_state, channel info into a combiner-compatible form
8 years ago
Craig Tiller
befafe64f9
Initial pass to remove mu_lock from client_channel: trickier cases remain
8 years ago
Alexander Polcyn
e0aed71d85
re-run generate projects
8 years ago
Alexander Polcyn
f797c65160
make the change in scenario config rather than c#
8 years ago
Alexander Polcyn
d1c2866968
remove fatal null check in c# protobuf QPS server
8 years ago
Muxi Yan
0fccdb8327
Advance protoc podspec template version to 3.1.0 as well
8 years ago
Muxi Yan
e5ca175aeb
Advance protoc dependency version as well
8 years ago
Muxi Yan
76296f9376
Advance protoc version to 3.1.0
8 years ago
David G. Quintas
e60d5ff875
Merge pull request #9653 from grpc/revert-9606-port-9488
...
Revert "Port #9488 and part of #9463"
8 years ago
Mark D. Roth
387885954b
Don't use proxy when target is a Unix domain socket.
8 years ago
Mark D. Roth
7bd2a627f6
Merge pull request #9557 from markdroth/proxy_mapper_api
...
Add proxy mapper method for overriding the name to resolve.
8 years ago
David G. Quintas
7f8eb7feed
Revert "Port #9488 and part of #9463"
8 years ago
Craig Tiller
44cc814bca
Add lots of casts
8 years ago
Craig Tiller
3fd00c2ec7
Merge github.com:grpc/grpc into atomic_counters
8 years ago
Piotr Pietraszkiewicz
a5fac1f8a0
Regenerate CMakeLists.txt
8 years ago
Piotr Pietraszkiewicz
7aff583720
Regenerate CMakeListst.txt
8 years ago
Piotr Pietraszkiewicz
9c7c4b91e5
Cosmetics (removed one newline)
8 years ago
Craig Tiller
d1307fe611
Add \n
8 years ago
Craig Tiller
fc4f72a977
Fix uploader
8 years ago
Craig Tiller
5fcc5af094
Should only do host-->:authority if there is no :authority
8 years ago
Muxi Yan
da7b06c2f8
Merge pull request #9606 from muxi/port-9488
...
Port #9488 and part of #9463
8 years ago
Craig Tiller
8f1b31530c
Use atomics for memory counters
...
Avoids two mutex acquisitions per allocation in bm_fullstack (where we
also count memory allocations)
8 years ago
Craig Tiller
5f4264f9a6
Signal that authority can be compressed in hpack: saves 1 allocation/rpc
8 years ago
Craig Tiller
aa64ddf109
Allow uploading results to BigQuery
8 years ago
Craig Tiller
7dd42bf3d8
Merge pull request #9522 from ctiller/bm_perf
...
Update latency profiler to use (more appropriate) microbenchmarks
8 years ago
Craig Tiller
2ef0d54ffc
Handle one core
8 years ago
Craig Tiller
360c0d5065
Add comments, fix bug
8 years ago
Jim King
2e096b0fec
Merge pull request #9371 from Vizerai/tracing_API
...
Tracing API
8 years ago
Craig Tiller
f74d172791
Further limit concurrency
8 years ago
Craig Tiller
265775fc20
Handle zero-length filenames
8 years ago
Nathaniel Manista
87562c83e4
Merge pull request #7432 from thinkerou/fix_undefined_name
...
Fix undefined name found by pyflakes.
8 years ago
Yang Gao
f0ef22496c
Merge pull request #9629 from yang-g/qqq
...
Add a PreServerStart in global server callbacks
8 years ago
Craig Tiller
c18f3ed038
Reduce concurrency
8 years ago
Noah Eisen
9d704d209a
Merge pull request #9627 from ncteisen/time-is-but-the-rst-stream-i-go-fishing-in
...
Add More Verbose Status Message to RST_STREAM Case
8 years ago
Craig Tiller
4087712730
Merge pull request #9631 from ctiller/no_no_error
...
Save allocating a grpc_error if there is no error
8 years ago
thinkerou
2b43481ff3
fix undefined name
8 years ago
David G. Quintas
5ef95a96ab
Merge pull request #9194 from dgquintas/lb_secure_naming_3
...
Secure naming support for gRPCLB.
8 years ago
David Garcia Quintas
012915045f
Secure naming support for gRPCLB
8 years ago
Robbie Shade
d92d8270e8
Merge pull request #9617 from rjshade/add_exec_ctx_to_orphan_callback
...
Adds an exec_ctx argument to orphan_cb in udp_server
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
Jan Tattermusch
86e3a54900
Merge pull request #9618 from carl-mastrangelo/wander
...
remove extra space in Csharp code
8 years ago
Craig Tiller
c6556af5ec
Merge pull request #9588 from ctiller/fuzzing-memory
...
Add examples from fuzzer server
8 years ago