Mark D. Roth
96fc54cf8b
Allow specifying DNS server to query for c-ares via URI authority.
8 years ago
apolcyn
d6499c7b06
Merge pull request #11204 from apolcyn/fix_shutdown_on_killed_watch
...
limit scope of killing a single state-watching call
8 years ago
Matt Kwong
deb5565b01
Merge pull request #11142 from matt-kwong/more-kokoro-job
...
Add MacOS interop and UBSan C to internal CI
8 years ago
Matt Kwong
96d9031759
Merge branch 'master' into more-kokoro-job
8 years ago
Alexander Polcyn
c3b1f18a7e
get rid of connectivity state watchers right after timeout
8 years ago
Alexander Polcyn
92eb7fbc05
Bump to version 1.3.4
8 years ago
Noah Eisen
3f8b3977bd
Merge pull request #11199 from ncteisen/trickle-trickle
...
Add unary fullstack trickle to bm json
8 years ago
Craig Tiller
eb8c0edebf
Merge pull request #11092 from ctiller/ubsanc++
...
Blanket suppress protobuf from ubsan runs
8 years ago
Craig Tiller
0fd5d12987
Merge pull request #11093 from ctiller/c++compat4
...
C++ compatibility fixes
8 years ago
Makarand Dharmapurikar
9c156da66a
Fixes #9542
...
This fixes the case when a server is shutdown right after it Accept'ed
a connection. The socket needs to be closed right before the endpoint
is destroyed.
8 years ago
Craig Tiller
049f115c97
clang-format
8 years ago
Craig Tiller
ef526c13a3
Merge github.com:grpc/grpc into races
8 years ago
Mark D. Roth
656bbbef41
Merge pull request #11026 from markdroth/grpclb_drop_alt
...
Implement grpclb drop support.
8 years ago
Stanley Cheung
ff0e429672
Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master
...
Upmerge v1.3.x branch to master
8 years ago
Jan Tattermusch
8c9c1c1a8d
Merge pull request #11156 from jtattermusch/csharp_only_blittable
...
C#: Dont use non-blittable types in native method signatures
8 years ago
Jan Tattermusch
19e3d3ba9f
get rid of Histogram lock contention in qps worker
8 years ago
Jan Tattermusch
d7079b2008
cache byteBufRequest for generic C# qps client
8 years ago
Jan Tattermusch
8ca0055633
Merge pull request #11185 from ctiller/informed_run_tests
...
Fix runtests --force_default_poller on linux
8 years ago
Jan Tattermusch
9883e0b4d2
fix run_tests.py on Windows and for non-C langs
8 years ago
Alexander Polcyn
82fef0bce7
tentative fix for global side effect on interrupted constructor
8 years ago
Yang Gao
aaefea25b1
Merge pull request #11201 from yang-g/debug
...
Unref pending events under cq lock
8 years ago
Mehrdad Afshari
37718a4fce
Doxygenize comments in server_context_test_spouse.h
8 years ago
Mehrdad Afshari
d488bbac02
minor: doxygenize comment
8 years ago
Mehrdad Afshari
6a6747a906
Link comment code entities
8 years ago
Mehrdad Afshari
65942421b4
minor edits in channel_arguments.h
8 years ago
Mehrdad Afshari
27da5defc7
Minor edits and doxygenize some comments
8 years ago
Mehrdad Afshari
4601bc254b
tiny edit and linking entities
8 years ago
Mehrdad Afshari
59cd2d7f66
doxygenize include/grpc++/security/credentials.h comments
8 years ago
Mehrdad Afshari
31e9c14e83
doxygenize auth_metadata_processor.h comments
8 years ago
Mehrdad Afshari
3a509ecc5d
minor: Link code entities in comments
8 years ago
Mehrdad Afshari
a9d5637a37
minor: doxygenize health_care_service_interface.h comments
8 years ago
Mehrdad Afshari
f0e87f7364
doxygenize comment
8 years ago
Mehrdad Afshari
6f07e3aa42
minor
8 years ago
Mehrdad Afshari
b97bd4a8e7
minor: add trailing period
8 years ago
Mehrdad Afshari
ab1277c433
Add documentation comment for Version()
8 years ago
Mehrdad Afshari
dcc3610860
link referenced code elements
8 years ago
Mehrdad Afshari
c78e59663d
minor: i.e->i.e.
8 years ago
Mehrdad Afshari
4fea66062d
minor: GRPC->gRPC
8 years ago
Mehrdad Afshari
493f444c73
minor: prefer more formal 'it is' to it's
8 years ago
Mehrdad Afshari
e456ce0806
minor: Link to GRPC_STATUS_IMPLEMENTED
8 years ago
Mehrdad Afshari
3475cf72c8
Corrected the documentation for ServerBuilder::AddListenPort
8 years ago
Mehrdad Afshari
32abe8a6c2
Minor docfixes for AddInsecureChannelFromFd
8 years ago
Mehrdad Afshari
3cd6cf4983
Fix documentation for Server::AddListeningPort
...
Clarify that Port is actually an endpoint.
Fix typos
Clarify that it should be used before starting the server.
8 years ago
Mehrdad Afshari
bcd6ca5033
Link to grpc_server symbol
8 years ago
Mehrdad Afshari
24b6d39212
Clarified GlobalCallbacks documentation comment
...
Make it clear that "global" and "per application" means
shared among all grpc::Server instances.
8 years ago
Mehrdad Afshari
7ee630a3d7
Clarified grpc::Server documentation comment
...
Make it clear that the creation of the Server instance
is not supposed to happen by using the Server class
directly and they are instructed to use ServerBuilder.
8 years ago
Mehrdad Afshari
a64ea5496d
Corrected spelling
8 years ago
Stanley Cheung
646677216d
Fixed missed conflicts - use constants.logVerbosity instead
8 years ago
apolcyn
5d0b1aeade
Merge pull request #10992 from apolcyn/doxygen_cpp_nits
...
Doxygen cpp nits
8 years ago
Alexander Polcyn
d7455abfbd
make get conn state always safe to call
8 years ago