aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/naming.md
Commit message (Collapse)AuthorAge
* ipv6 addresses must be bracketed if using a portGravatar Alex Lo2018-11-12
| | | | | | | | | | | | The host/port splitting code will not pull out a port if there are >=2 colons[1]. Unit test code demos this [2]. Note other documentation gets this right[3]. Example IP came from this issue[4] and the unit tests[2]. See also: relevant RFCs [5] [6] [1]https://github.com/grpc/grpc/blob/618a3f561d4a93f263cca23abad086ed8f4d5e86/src/core/lib/gpr/host_port.cc#L81 [2]https://github.com/grpc/grpc/blob/618a3f561d4a93f263cca23abad086ed8f4d5e86/test/core/client_channel/resolvers/sockaddr_resolver_test.cc#L107 [3]https://chromium.googlesource.com/external/github.com/grpc/grpc/+/chromium-deps/2016-07-19/src/core/ext/client_config/README.md [4]https://github.com/grpc/grpc/issues/6623 [5]http://www.iana.org/go/rfc5952#section-6 [6]http://www.iana.org/go/rfc3986#section-3.2.3
* Update naming documentation.Gravatar Mark D. Roth2018-08-28
|
* Code review changes and other improvements.Gravatar Mark D. Roth2017-01-18
|
* Fix link.Gravatar Mark D. Roth2016-12-14
|
* Started updating docs.Gravatar Mark D. Roth2016-12-14
|
* Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
|
* Update naming.mdGravatar Abhishek Kumar2015-07-21
| | | Fixed code formatting issues.
* Formatting fixesGravatar Abhishek Kumar2015-07-21
| | | Added some formatting fixes .
* Initial draft of a naming proposal.Gravatar Abhishek Kumar2015-07-20
First draft for public review and comments. Some code formatting is still broken.