Kelvin Jin
|
ac1bb50f7e
|
Add metadata + tests
|
2017-08-17 13:59:50 -07:00 |
Kelvin Jin
|
b2dc9dd53e
|
Add Call & Channel Credentials, and accompanying tests (#7)
* Add ChannelCredential tests
* Work on channel credentials
* Remove context.context checks
* Make call credentials an interface
* Write comments for call credentials
* fixtures comment in test-channel-credentials
* small changes
* Address name change comment
* define metadata interface
* Call credentials
* Reorganize channel-credentials file
* Composed call credentials tests
* Simplified CallCredentials composition
* Use async.parallel in call-credentials
|
2017-08-17 13:56:37 -07:00 |
David Garcia Quintas
|
b0d51a2c76
|
First upmerge after v1.6.x branch cut
|
2017-08-17 13:33:01 -07:00 |
David Garcia Quintas
|
a37737eb0c
|
Version bump to 1.6
|
2017-08-16 21:01:30 -07:00 |
David Garcia Quintas
|
6da5b408ef
|
Master version bump to 1.7.x
|
2017-08-16 20:59:05 -07:00 |
murgatroid99
|
3c36d7a94c
|
Work in progress channel implementation
|
2017-08-16 13:43:31 -07:00 |
Michael Lumish
|
54f90fa7d1
|
Merge pull request #8 from murgatroid99/client_impl
Add simple implementations for client and call classes
|
2017-08-15 15:43:16 -07:00 |
murgatroid99
|
f8f2c9ac32
|
Add simple implementations for client and call classes
|
2017-08-11 14:23:37 -07:00 |
Michael Lumish
|
c07fc056cb
|
Merge pull request #6 from kjin/gulper
More Gulp task changes
|
2017-08-11 13:22:55 -07:00 |
Kelvin Jin
|
ceeccb783f
|
Use gulp-help and allow multiple --file params
|
2017-08-11 12:36:07 -07:00 |
Kelvin Jin
|
dcc18ee2e7
|
include top-level file in transpilation
|
2017-08-09 17:08:11 -07:00 |
Kelvin Jin
|
a49c05ba00
|
more precise options
|
2017-08-09 12:31:07 -07:00 |
Kelvin Jin
|
4ee475112c
|
fix tslint path
|
2017-08-08 18:18:20 -07:00 |
Kelvin Jin
|
9a99262990
|
More gulp config
|
2017-08-08 17:57:11 -07:00 |
Michael Lumish
|
2ce605399b
|
Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault
Node: fix segfault with incorrect status argument types
|
2017-08-08 16:12:21 -07:00 |
Kelvin Jin
|
a78e92ab89
|
Add mocha and gulp test tasks (#5)
|
2017-08-07 16:11:42 -07:00 |
Nicolas Noble
|
32488994ee
|
Merge pull request #4 from murgatroid99/readme_message_improvement
Rewrite README, separate current state information from plan information
|
2017-08-07 15:15:24 -07:00 |
murgatroid99
|
37e3518ff7
|
Rewrite README, separate current state information from plan information
|
2017-08-04 11:02:10 -07:00 |
Nicolas Noble
|
489260ddc0
|
Merge pull request #3 from grpc/readme-rephrase
Rephrasing a bit.
|
2017-08-04 10:30:35 -07:00 |
Nicolas Noble
|
d2b2292e5c
|
Rephrasing a bit.
|
2017-08-04 10:19:51 -07:00 |
Kelvin Jin
|
2f533971b5
|
Remove gulp task
|
2017-08-03 14:47:39 -07:00 |
Kelvin Jin
|
115edf56dc
|
Added gulp task to auto-point to node-h2 binary
|
2017-08-03 14:42:00 -07:00 |
Kelvin Jin
|
3995a13d22
|
updates
|
2017-08-02 17:11:35 -07:00 |
Nicolas Noble
|
7e32e84bca
|
rootCerts is optional.
|
2017-08-02 15:31:19 -07:00 |
Nicolas Noble
|
2510b86baa
|
Merge pull request #2 from nicolasnoble/google-ts-style
Running google-ts-style init.
|
2017-08-02 15:28:08 -07:00 |
Nicolas "Pixel" Noble
|
b5798eb5c1
|
Running google-ts-style init.
|
2017-08-03 00:25:50 +02:00 |
Nicolas Noble
|
e33881e80f
|
Merge pull request #1 from grpc/kjin
Initial import
|
2017-08-02 15:16:24 -07:00 |
Nicolas Noble
|
367e23ed27
|
Update package.json
|
2017-08-02 15:15:47 -07:00 |
Nicolas Noble
|
71e5aa6b89
|
Delete tslint.json
|
2017-08-02 15:14:22 -07:00 |
Nicolas Noble
|
89245bcd1e
|
Delete tsconfig.json
|
2017-08-02 15:14:08 -07:00 |
Nicolas Noble
|
2350a1861f
|
Adding AUTHORS file.
|
2017-08-02 15:11:07 -07:00 |
Nicolas Noble
|
e120550958
|
Create LICENSE
|
2017-08-02 15:10:19 -07:00 |
Nicolas Noble
|
cadb3417f0
|
Update README.md
|
2017-08-02 15:09:09 -07:00 |
Kelvin Jin
|
554815cbb0
|
feat: add some skeleton classes
|
2017-08-02 13:43:35 -07:00 |
Kelvin Jin
|
2e28c4eea8
|
chore: initial commit
|
2017-08-02 13:43:35 -07:00 |
jiangtaoli2016
|
917cd861ea
|
Merge branch 'master' into tsi_grpc
|
2017-08-02 13:38:29 -07:00 |
jiangtaoli2016
|
069ba65f96
|
minor fix
|
2017-08-02 13:36:50 -07:00 |
Nicolas Noble
|
894faeeb0b
|
Initial repository
|
2017-08-02 13:18:57 -07:00 |
Connor Peet
|
418e575c08
|
Node: document that root_certs in createSsl is optional
It appears that omitting it causes grpc to use the hosts' default cert data.
This was brought up (as I had implemented this method incorrectly) in:
https://github.com/mixer/etcd3/issues/28#issuecomment-319510441
|
2017-08-02 09:23:41 -07:00 |
murgatroid99
|
a3d649c33b
|
Split tests more granularly
|
2017-08-01 10:41:52 -07:00 |
murgatroid99
|
417f8614db
|
Node: replace custom deprecation warning with existing solution
|
2017-07-31 13:39:13 -07:00 |
murgatroid99
|
02a085eb45
|
Node: fix segfault with incorrect status argument types
|
2017-07-31 13:15:19 -07:00 |
Mark D. Roth
|
4052d6773e
|
Add cancellation to asynchronous security APIs.
|
2017-07-21 15:42:00 -07:00 |
Craig Tiller
|
e3699f94ab
|
Reset OWNERS state
|
2017-07-17 10:54:07 -07:00 |
Craig Tiller
|
42906540c7
|
Strawman OWNERS --> CODEOWNERS script
|
2017-07-13 08:52:00 -07:00 |
Mehrdad Afshari
|
47754bd281
|
Use https://grpc.io consistently as the canonical URL
|
2017-07-10 22:24:28 +00:00 |
murgatroid99
|
128ed76cdd
|
Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge
|
2017-07-06 10:15:11 -07:00 |
murgatroid99
|
ded4599100
|
Bump version to 1.4.1
|
2017-06-27 10:40:48 -07:00 |
murgatroid99
|
173f7a39ae
|
Node: fix status memory leak, improve tcp_uv read buffer allocation code
|
2017-06-23 15:26:55 -07:00 |
kpayson64
|
addddead79
|
Merge pull request #11548 from kpayson64/bump_version_1_4_0
Bump to version 1.4.0
|
2017-06-19 18:53:51 -07:00 |