Граф коммитов

1413 Коммитов

Автор SHA1 Сообщение Дата
Menghan Li ad71085be9 Add metadata when registering service 2016-06-27 12:01:05 -07:00
Menghan Li 273b7164b3 Change package name and add InstallOnServer() 2016-06-27 12:01:05 -07:00
Menghan Li ffca1d2bce Add fileDescWireFormatByFilename, and handle file_by_filename 2016-06-27 12:01:05 -07:00
Menghan Li 43e7db5352 Add ServerReflectionInfo handler, not implemented 2016-06-27 12:01:05 -07:00
Menghan Li 6bd4f6eb1e Add reflection.proto 2016-06-27 12:01:05 -07:00
Menghan Li 1be569e2d5 Make use of cache maps 2016-06-27 12:01:05 -07:00
Menghan Li 8c8bcdd402 Add allExtensionNumbersForType 2016-06-27 12:01:05 -07:00
Menghan Li 196c123058 Add fileDescContainingExtension 2016-06-27 12:01:05 -07:00
Menghan Li 2453898c6a Add proto2.proto and proto2_ext.proto 2016-06-27 12:01:05 -07:00
Menghan Li dd2c45bc03 Add filenameForType 2016-06-27 12:01:05 -07:00
Menghan Li 36cbb03cfe Add typeForName nameForType nameForPointer 2016-06-27 12:01:05 -07:00
Menghan Li 15469fce29 Add fileDescForType, tests to be added 2016-06-27 12:01:05 -07:00
Menghan Li 5144c679d0 Add testing proto 2016-06-27 12:01:05 -07:00
Qi Zhao 0eb7c5dcd0 Merge pull request #732 from broady/master
credentials/oauth: default to Bearer token type
2016-06-24 13:21:16 -07:00
Chris Broadfoot d32f94c75e credentials/oauth: default to Bearer token type 2016-06-24 10:39:34 -07:00
Menghan Li 69420784d4 Merge pull request #727 from iamqizhao/master
Refactor round-robin impl
2016-06-23 14:14:58 -07:00
iamqizhao a4e91b9724 addressed the comments 2016-06-23 11:08:27 -07:00
iamqizhao f5c974be39 delete unnecessary continue 2016-06-21 18:21:27 -07:00
iamqizhao 65a7b17255 Refactor round-robin 2016-06-21 17:15:31 -07:00
Menghan Li e78224b060 Merge pull request #722 from menghanl/package_version_2_to_3
Change SupportPackageIsVersion, may cause building failure
2016-06-14 15:36:02 -07:00
Menghan Li abe672d5ed Update generated files 2016-06-10 14:20:04 -07:00
Menghan Li cf04b299b7 Change SupportPackageIsVersion variable 2016-06-10 11:48:20 -07:00
Qi Zhao 88aeffff97 Merge pull request #720 from menghanl/update_generated_files
Update generated proto files and Makefile
2016-06-10 11:45:47 -07:00
Menghan Li 0da018f37e Update generated files 2016-06-09 15:02:17 -07:00
Qi Zhao 3efe7aef96 Merge pull request #713 from menghanl/split_authenticator_and_credentials
[API revision] Separate TransportAuthenticator and PerRPCCredentials
2016-06-09 14:57:55 -07:00
Menghan Li bc315c855f Add comment for proto in Makefile 2016-06-09 14:40:28 -07:00
Menghan Li 69487bb54a Address comments 2016-06-09 11:44:26 -07:00
Menghan Li 147022d136 Run protoc on proto files in same package together 2016-06-08 14:47:37 -07:00
Menghan Li d9c8fb446d Change errCredentialsMisuse to errCredentialsConflict and errTransportCredentialsMissing 2016-06-08 13:53:41 -07:00
Menghan Li 59486d9c17 Rename TransportAuthenticator to TransportCredentials 2016-06-08 11:19:25 -07:00
Qi Zhao 4c2aaab42e Merge pull request #715 from menghanl/content_type
Ignore plus and semicolon and anything following in Content-Type
2016-06-08 10:52:41 -07:00
Menghan Li 5d7ad14de4 Rename isGrpcContentType to validContentType 2016-06-07 17:46:06 -07:00
Qi Zhao 2991ee27f8 Merge pull request #714 from joe2far/fix-typos
Fixed typos in docstrings
2016-06-07 17:38:53 -07:00
Qi Zhao 64ac69504c Merge pull request #716 from menghanl/service_desc
Add Metadata field to ServiceDesc
2016-06-07 17:38:25 -07:00
Qi Zhao e9855a161b Merge pull request #717 from heyitsanthony/fix-dial-leak
clientconn: buffer waitC on Dial goroutine
2016-06-07 17:12:52 -07:00
Qi Zhao 6dea9c3578 Merge pull request #718 from menghanl/remove_context_e2e
Remove printing context from end2end_test UnaryCall()
2016-06-07 16:54:57 -07:00
Menghan Li 0f84d515bb Remove printing context from end2end_test UnaryCall() 2016-06-07 16:43:16 -07:00
Anthony Romano eada4fb145 clientconn: buffer waitC on Dial goroutine
Leaks a goroutine on dial timeout if unbuffered.
2016-06-07 15:47:54 -07:00
Menghan Li 7233968957 Add Metadata field to ServiceDesc 2016-06-07 15:40:14 -07:00
Menghan Li 7ef3c44f78 Move isGrpcContentType to http_util.go and fix processHeaderField 2016-06-07 14:29:37 -07:00
Menghan Li 9391d1a36d Ignore plus and semicolon and anything following in Content-Type 2016-06-07 14:19:29 -07:00
joe2far 487ada6517 Fixed typos in docstrings 2016-06-07 12:01:07 +01:00
Menghan Li 3ffbd8e030 Rename Credentials to PerRPCCredentials 2016-06-06 17:28:10 -07:00
Menghan Li 926d2eddee Remove comment 2016-06-06 16:38:31 -07:00
Menghan Li f0feaea314 Should be only one TransportAuthenticator 2016-06-06 16:35:41 -07:00
Menghan Li 6404c49192 Make TransportAuthenticator not embed Credentials 2016-06-06 16:24:46 -07:00
Menghan Li b60d3e9ed8 Merge pull request #712 from iamqizhao/master
[Notice] Change the semantics of grpc.WithTimeout DialOption
2016-06-06 14:18:51 -07:00
iamqizhao e4b9b7f606 Fix the Timeout comments 2016-06-06 12:29:41 -07:00
iamqizhao 3a6b72b858 add errNoAddr 2016-06-06 12:16:33 -07:00
iamqizhao 24a701cae7 revise the comments of WithTimeout 2016-06-06 12:13:00 -07:00