Commit Graph

4156 Commits

Author SHA1 Message Date
iamqizhao ec01f31e1a Fix the broken import path in the generated code 2015-01-29 13:38:54 -08:00
Qi Zhao d194e8c6b2 Merge pull request #21 from iamqizhao/master
Add metadata.New back
2015-01-28 22:50:54 -08:00
iamqizhao f1ef727170 Add metadata.New back 2015-01-28 22:49:38 -08:00
Qi Zhao 199f601651 Merge pull request #20 from iamqizhao/master
Tune metadata package a bit.
2015-01-28 16:08:37 -08:00
iamqizhao be58fe3a09 Fix the missing test in the previous commit 2015-01-28 16:04:05 -08:00
iamqizhao c52694457f Tune metadata package to simplify the code. 2015-01-28 15:59:12 -08:00
Qi Zhao f4284f88c2 Merge pull request #19 from iamqizhao/master
Tune metadata package a bit.
2015-01-28 13:55:19 -08:00
iamqizhao f3abfd9f63 Delete unnecessary logic 2015-01-28 13:53:44 -08:00
iamqizhao a485dd0375 change MD to type MD map[string]string 2015-01-28 13:49:18 -08:00
Qi Zhao 3e6466f7dc Merge pull request #18 from iamqizhao/master
Remove a log.Print in the test to avoid spamming
2015-01-28 13:29:23 -08:00
iamqizhao 2098bc80fd Remove a log.Print in the test to avoid spamming 2015-01-28 13:28:34 -08:00
Qi Zhao 1cf44714db Merge pull request #17 from iamqizhao/master
run gofmt
2015-01-27 18:13:19 -08:00
iamqizhao 3befeb9b91 run gofmt 2015-01-27 18:12:14 -08:00
Qi Zhao 079097bda4 Merge pull request #16 from iamqizhao/master
Deal with 0 timeout.
2015-01-27 17:59:27 -08:00
iamqizhao 0cb60b3154 fix a bug in the preivous commit. 2015-01-27 17:56:55 -08:00
iamqizhao 330d92ae90 If a crappy client sends grpc-timeout 0 to the server. The server cannot
distinguish between unset and set-with-0. Make it be able to.
2015-01-27 17:54:18 -08:00
Qi Zhao 3c1cc34559 Merge pull request #15 from iamqizhao/master
Fix the setup for no-TLS case.
2015-01-27 17:44:25 -08:00
iamqizhao 56dc3ff095 Fix the setup for no-TLS case. 2015-01-27 17:40:23 -08:00
Qi Zhao fd7a465e20 Merge pull request #14 from iamqizhao/master
Allow --tls_ca_file= to use the host's root CA set in interop client.
2015-01-27 16:33:58 -08:00
iamqizhao 6d347a8be7 Allow --tls_ca_file= to use the host's root CA set in interop client. 2015-01-27 15:51:10 -08:00
Qi Zhao 0a69864858 Merge pull request #13 from iamqizhao/master
Given a tiny timeout, NewStream could timeout before a stream is created...
2015-01-26 19:09:43 -08:00
iamqizhao 9f80723bc5 Given a tiny timeout, NewStream could timeout before a stream is created. In
that case we must not call hpack.Encoder.WriteField because hpack.Encoder is
stateful.
2015-01-26 19:07:37 -08:00
Qi Zhao c1aeefca8a Merge pull request #12 from iamqizhao/master
Polish some comments
2015-01-23 17:20:49 -08:00
iamqizhao 8fd8a8b400 Polish some comments 2015-01-23 17:15:08 -08:00
Qi Zhao 03270869cf Merge pull request #11 from iamqizhao/master
i) Fix some English errors; ii) Let ClientTransport.Close() and ServerTr...
2015-01-23 16:42:08 -08:00
iamqizhao 890b893b80 i) Fix some English errors; ii) Let ClientTransport.Close() and ServerTransport.Close() return error to follow the style of io.Closer 2015-01-23 16:14:23 -08:00
Qi Zhao d39e3afd3f Merge pull request #10 from iamqizhao/master
Correct the ServerName setting for TLS credentials.
2015-01-23 15:06:18 -08:00
iamqizhao 0bc4587a2c Correct the ServerName setting for TLS credentials. 2015-01-23 15:00:56 -08:00
Qi Zhao dbefa7c3d0 Merge pull request #9 from iamqizhao/master
directory reconstruction
2015-01-22 18:52:57 -08:00
iamqizhao 2991390717 fix typo 2015-01-22 18:48:55 -08:00
iamqizhao e5a5eb12dc Fix the missed import path changes. 2015-01-22 18:36:45 -08:00
iamqizhao 5a8bbe621b remove some files 2015-01-22 18:21:02 -08:00
iamqizhao 58c506b1f6 Merge branch 'master' of https://github.com/iamqizhao/grpc-go 2015-01-22 18:19:42 -08:00
iamqizhao 3ca141a6ab Restructure the directory so that the basename of the import path matches the Go package name. 2015-01-22 18:04:06 -08:00
Qi Zhao 119fdf93ba Merge pull request #8 from iamqizhao/master
Fix license and readme
2015-01-22 15:58:27 -08:00
Qi Zhao 8310928c9b Update README.md 2015-01-22 15:57:15 -08:00
iamqizhao ba40de08ec Insert a newline after license text 2015-01-22 15:54:20 -08:00
Qi Zhao 4d7e0c3396 Merge pull request #7 from iamqizhao/master
interop tune up
2015-01-22 14:46:17 -08:00
iamqizhao 7bfd879f7c i) make interop client supports all test case; ii) make interop client flexible to accept server name override for tls handshake verification; iii) fix interop server error format. 2015-01-22 14:40:01 -08:00
Qi Zhao e3b09082bf Merge pull request #1 from google/master
Update README.md
2015-01-22 13:38:12 -08:00
Qi Zhao d831caea82 Update README.md 2015-01-22 13:34:54 -08:00
Qi Zhao 62618c8a0d Merge pull request #6 from iamqizhao/master
merge from iamqizhao/grpc-go master.
2015-01-21 17:39:41 -08:00
iamqizhao b34454ce92 added the missing license 2015-01-21 17:38:14 -08:00
iamqizhao 723148a3ec Merge https://github.com/google/grpc-go 2015-01-21 17:32:56 -08:00
iamqizhao 065d080169 chmod *.go files 2015-01-21 17:29:20 -08:00
Qi Zhao 3072306792 Merge pull request #5 from iamqizhao/master
Update README.md
2015-01-21 16:14:39 -08:00
Qi Zhao c7a2188d49 Update README.md 2015-01-21 16:14:11 -08:00
Qi Zhao 242e1abca2 Merge pull request #4 from iamqizhao/master
Added grpc-go proto plugin
2015-01-21 16:12:42 -08:00
iamqizhao cafb588ebe Added grpc codegen 2015-01-21 16:00:47 -08:00
Qi Zhao 655c23b956 Merge pull request #3 from iamqizhao/master
add installation instruction to README.md
2015-01-19 17:06:46 -08:00