Mehrdad Afshari
d488bbac02
minor: doxygenize comment
2017-05-17 23:30:11 -07:00
Mehrdad Afshari
6a6747a906
Link comment code entities
2017-05-17 23:30:11 -07:00
Mehrdad Afshari
65942421b4
minor edits in channel_arguments.h
2017-05-17 23:30:10 -07:00
Mehrdad Afshari
27da5defc7
Minor edits and doxygenize some comments
2017-05-17 23:30:10 -07:00
Mehrdad Afshari
4601bc254b
tiny edit and linking entities
2017-05-17 23:30:10 -07:00
Mehrdad Afshari
59cd2d7f66
doxygenize include/grpc++/security/credentials.h comments
2017-05-17 23:30:10 -07:00
Mehrdad Afshari
31e9c14e83
doxygenize auth_metadata_processor.h comments
2017-05-17 23:30:10 -07:00
Mehrdad Afshari
3a509ecc5d
minor: Link code entities in comments
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
a9d5637a37
minor: doxygenize health_care_service_interface.h comments
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
f0e87f7364
doxygenize comment
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
6f07e3aa42
minor
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
b97bd4a8e7
minor: add trailing period
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
ab1277c433
Add documentation comment for Version()
2017-05-17 23:30:09 -07:00
Mehrdad Afshari
dcc3610860
link referenced code elements
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
c78e59663d
minor: i.e->i.e.
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
4fea66062d
minor: GRPC->gRPC
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
493f444c73
minor: prefer more formal 'it is' to it's
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
e456ce0806
minor: Link to GRPC_STATUS_IMPLEMENTED
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
3475cf72c8
Corrected the documentation for ServerBuilder::AddListenPort
2017-05-17 23:30:08 -07:00
Mehrdad Afshari
32abe8a6c2
Minor docfixes for AddInsecureChannelFromFd
2017-05-17 23:30:07 -07:00
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.
2017-05-17 23:30:07 -07:00
Mehrdad Afshari
bcd6ca5033
Link to grpc_server symbol
2017-05-17 23:30:07 -07:00
Mehrdad Afshari
24b6d39212
Clarified GlobalCallbacks documentation comment
...
Make it clear that "global" and "per application" means
shared among all grpc::Server instances.
2017-05-17 23:30:07 -07:00
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.
2017-05-17 23:30:07 -07:00
Mehrdad Afshari
a64ea5496d
Corrected spelling
2017-05-17 23:16:48 -07:00
apolcyn
5d0b1aeade
Merge pull request #10992 from apolcyn/doxygen_cpp_nits
...
Doxygen cpp nits
2017-05-17 22:45:27 -07:00
Stanley Cheung
27b9e1cf3a
Merge pull request #11174 from stanley-cheung/php-fix-c-ext-version
...
PHP: fix pecl extension version
2017-05-17 21:44:12 -07:00
Stanley Cheung
de9a10798b
Merge pull request #11194 from stanley-cheung/php-fix-ext-cc-compile-error
...
PHP: fix pecl extension after cc files are added
2017-05-17 18:07:55 -07:00
Muxi Yan
eb9b82b7e1
Merge pull request #11118 from muxi/backward-compat-dev
...
Add Backward compatibility API to C++
2017-05-17 16:08:24 -07:00
David G. Quintas
4de910df8b
Merge pull request #11098 from dgquintas/fix_subchannel_stuffs
...
Fixes to subchannel and its index
2017-05-17 15:16:06 -07:00
Stanley Cheung
94d75888c9
PHP: fix pecl extension after cc files are added
2017-05-17 14:58:02 -07:00
Craig Tiller
1cb396dc18
Merge pull request #11192 from ctiller/compare-a-lago
...
Fix hpack_size test
2017-05-17 14:12:17 -07:00
Stanley Cheung
d15f5c015a
PHP: fix pecl extension reported version
2017-05-17 13:21:05 -07:00
Stanley Cheung
53c2bbdeb7
Merge pull request #11173 from stanley-cheung/php-split-protobuf-dep
...
PHP: stop requiring google/protobuf PHP implementation
2017-05-17 13:02:10 -07:00
Craig Tiller
2d1e8cda05
Fix hpack_size test
2017-05-17 12:41:44 -07:00
Muxi Yan
f6b622c08a
Take grpc_workaround_list as parameter
2017-05-17 10:34:10 -07:00
Jan Tattermusch
90224ba893
Merge pull request #11113 from jtattermusch/python_artifact_polling_trace
...
Try fixing python artifact build on Windows
2017-05-17 09:05:57 +02:00
Vijay Pai
141a68a09f
Merge pull request #11149 from vjpai/testmac
...
Fix run_tests script for Mac
2017-05-16 22:15:19 -07:00
Muxi Yan
7aa3a7fb6e
generate_project
2017-05-16 18:26:47 -07:00
Stanley Cheung
6e589c6a15
PHP: stop requiring google/protobuf PHP implementation
2017-05-16 18:09:36 -07:00
Craig Tiller
bcb65f0bd5
Merge pull request #10897 from ctiller/serve_fries
...
Switch default CQ count for thread manager to num_cpus
2017-05-16 13:41:04 -07:00
Craig Tiller
82713635e1
Merge pull request #11135 from ctiller/bugz
...
Fix some job runner bugs, save some initialization passes for port selection
2017-05-16 13:38:09 -07:00
Muxi Yan
d212a021e4
Polish workarounds.md
2017-05-16 11:21:51 -07:00
Muxi Yan
a31b9d6bf4
Alternate workaround description style
2017-05-16 11:15:47 -07:00
Muxi Yan
b1e5bac392
Add /doc/workarounds.md
2017-05-16 11:07:55 -07:00
Muxi Yan
bc60bb25b2
Merge remote-tracking branch 'upstream/master' into backward-compat-dev
2017-05-16 10:18:38 -07:00
Craig Tiller
081c442462
Merge pull request #11152 from ctiller/toolz
...
Remove OSS-only tooling
2017-05-16 10:16:34 -07:00
Muxi Yan
928681dc3d
obsolete -> is obsolete
2017-05-16 10:16:23 -07:00
Craig Tiller
3f4b1b9a73
Remove OSS-only tooling
2017-05-16 10:07:01 -07:00
Muxi Yan
a57d3c8120
Merge pull request #11138 from grpc/revert-11121-revert-10849-backward-compat
...
Revert "Revert "Implement Server Backward Compatibility""
2017-05-16 09:58:22 -07:00