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

364 Коммитов

Автор SHA1 Сообщение Дата
Gian Biondi dbe74dd6c5 Adds mutex lock on setting goaway flag 2015-04-29 15:13:31 -04:00
Gian Biondi 4067e7affb Changes verbage in comment for goaway flag 2015-04-29 15:09:42 -04:00
Gian Biondi ad09fc55aa Sets goaway flag when goaway is received 2015-04-28 23:16:42 -04:00
Gian Biondi fa7e768dee Stops creating streams on transport when goaway is receieved 2015-04-28 23:12:17 -04:00
Gian Biondi f9835aff3d Implements GoAway frame handler 2015-04-28 18:10:35 -04:00
Qi Zhao 97f42dd262 Merge pull request #179 from iamqizhao/master
Eliminate proto.Unmarshal in the generated code
2015-04-27 17:28:31 -07:00
iamqizhao 0f85408fd4 Eliminate proto.Unmarshal in the generated code 2015-04-27 14:47:09 -07:00
Qi Zhao 52ad8d73c4 Merge pull request #178 from iamqizhao/master
Ack Ping frame
2015-04-24 14:00:53 -07:00
iamqizhao 03b78f7e01 Ack Ping frame 2015-04-24 13:55:46 -07:00
Qi Zhao 336d9e5ffb Merge pull request #177 from iamqizhao/master
Print latency histogram for benchmarks
2015-04-23 16:29:05 -07:00
iamqizhao c5984b9a7d Print latency histogram for benchmarks 2015-04-23 16:25:16 -07:00
Qi Zhao 2728b3253d Merge pull request #176 from iamqizhao/master
stats lib for benchmark
2015-04-23 13:16:18 -07:00
iamqizhao c63da93d52 stats lib for benchmark 2015-04-23 13:10:23 -07:00
Qi Zhao f93876b15d Merge pull request #175 from iamqizhao/master
Add cancel_after_begin and cancel_afer_first_response test cases
2015-04-22 15:13:10 -07:00
iamqizhao 571bcddd7c Add cancel_after_begin and cancel_afer_first_response test cases 2015-04-22 15:04:17 -07:00
Qi Zhao 880b85cb6d Merge pull request #174 from iamqizhao/master
remove WithNetwork and add WithDialer to have more flexibility on dialin...
2015-04-22 10:49:57 -07:00
iamqizhao 3b8eba3a28 fix a comment 2015-04-21 17:28:46 -07:00
iamqizhao 71c0864854 a small fix 2015-04-21 17:25:53 -07:00
iamqizhao dfe197d91f remove dialing work from TransportAuthenticator 2015-04-21 17:22:15 -07:00
iamqizhao 5f7c0caeb4 modify the comment 2015-04-21 16:48:41 -07:00
iamqizhao e8768ecbf0 add the missing transport_test.go 2015-04-21 16:37:22 -07:00
iamqizhao 2cf2d0871b remove WithNetwork and add WithDialer to have more flexibility on dialing 2015-04-21 16:19:29 -07:00
Qi Zhao c0ee2e6ba1 Merge pull request #171 from iamqizhao/master
fix some logging
2015-04-17 15:46:06 -07:00
iamqizhao 9e7b7b143a fix some logging 2015-04-17 15:37:08 -07:00
Qi Zhao a85d0b8449 Merge pull request #170 from iamqizhao/master
fix transport_test.go
2015-04-17 14:52:41 -07:00
iamqizhao 888a267c6d fix a typo 2015-04-17 14:41:18 -07:00
iamqizhao 24de319e1c fix transport_test.go 2015-04-17 14:16:21 -07:00
Qi Zhao 28245fe2a6 Merge pull request #169 from iamqizhao/master
support unix domain socket
2015-04-17 14:07:09 -07:00
iamqizhao 755059ebd3 remove some logging 2015-04-17 14:03:53 -07:00
iamqizhao 1b6e3a9200 gofmt 2015-04-17 14:00:21 -07:00
iamqizhao c6f1664bfe fix some typos and run gofmt 2015-04-17 13:58:30 -07:00
iamqizhao 3259049490 fix some typos and run gofmt 2015-04-17 13:50:18 -07:00
iamqizhao e71c095c78 Add unix domain socket support 2015-04-17 13:40:57 -07:00
Qi Zhao f5cdf0accd Merge pull request #168 from iamqizhao/master
Add application default credentials
2015-04-15 17:28:28 -07:00
iamqizhao 94a47542e0 Add application default credentials 2015-04-15 17:24:37 -07:00
Qi Zhao 49257b21ef Merge pull request #167 from iamqizhao/master
Refactor tlsCreds to allow users pass in a tls.Config.
2015-04-15 15:49:56 -07:00
iamqizhao d52d8e2d40 gofmt 2015-04-15 15:42:15 -07:00
iamqizhao 3130172948 fix some comments 2015-04-15 15:40:58 -07:00
iamqizhao 93e2f8140e add missing comments 2015-04-15 15:37:42 -07:00
iamqizhao dea407f640 Refactor tlsCreds so that the caller can confgiure a tls.Config completely by itself 2015-04-15 15:35:42 -07:00
Qi Zhao da3d957590 Merge pull request #166 from iamqizhao/hpack
return codes.OK for nil error
2015-04-15 13:15:24 -07:00
iamqizhao 6682b35fb6 return codes.OK for nil error 2015-04-15 11:42:35 -07:00
Qi Zhao 9660d96312 Merge pull request #165 from iamqizhao/hpack
bug fix: processing header fields regardless in order to keep HPACK tabl...
2015-04-14 18:55:45 -07:00
iamqizhao b8cfe25c6e bug fix: processing header fields regardless in order to keep HPACK tables consistent 2015-04-14 18:50:32 -07:00
Qi Zhao 9bca4bbd23 Merge pull request #163 from dsymonds/master
Fix mutex error in (*inFlow).connOnRead.
2015-04-12 16:27:06 -07:00
David Symonds 80c301c396 Fix mutex error in (*inFlow).connOnRead. 2015-04-13 09:24:25 +10:00
Qi Zhao 66961220bd Merge pull request #155 from dsymonds/master
Export a credentials.TokenSource type that wraps an oauth2.TokenSource as a credentials.Credentials.
2015-04-12 16:02:46 -07:00
Qi Zhao 61799a9f3f Merge pull request #162 from iamqizhao/inflow-fix
Inflow fix
2015-04-12 16:01:22 -07:00
iamqizhao b5774fd760 some additonal fix 2015-04-12 15:55:29 -07:00
iamqizhao 43ba5d8e47 gofmt 2015-04-12 14:53:00 -07:00