Michael Lumish
|
61f969a1ba
|
Merge pull request #481 from murgatroid99/perf_test_fixes
Fix benchmark proto loading
|
2018-08-07 14:26:27 -07:00 |
murgatroid99
|
65d2f86aa9
|
Fix benchmark proto loading
|
2018-08-07 13:27:15 -07:00 |
Michael Lumish
|
58ca800014
|
Merge pull request #403 from JackOfMostTrades/verify-callback
Add checkServerIdentity callback
|
2018-08-06 15:37:40 -07:00 |
Michael Lumish
|
264d8043fe
|
Update package.json template to match package.json
|
2018-08-06 14:29:43 -07:00 |
Michael Lumish
|
157b763113
|
Merge pull request #473 from murgatroid99/stream_write_type_fix
Fix stream.write type incompatibility
|
2018-08-06 12:22:07 -07:00 |
murgatroid99
|
446d560fde
|
Fix stream.write type incompatibility
|
2018-08-06 10:58:07 -07:00 |
Michael Lumish
|
1af773ca54
|
Merge pull request #468 from murgatroid99/pure_js_naive_keepalive
Pure js: add simple keepalive logic
|
2018-08-03 15:37:42 -07:00 |
murgatroid99
|
2c0359f230
|
Fix spelling error, make narrower cast in dereference
|
2018-08-03 14:28:40 -07:00 |
murgatroid99
|
500642b5ac
|
Create separate subchannel class, fix default keepalive time value
|
2018-08-03 13:43:23 -07:00 |
murgatroid99
|
8bbd4752d9
|
Make default keepalive time fit in a 32-bit integer
|
2018-08-01 11:20:42 -07:00 |
murgatroid99
|
a750587bb0
|
Pure js: add simple keepalive logic
|
2018-07-31 11:30:15 -07:00 |
Michael Lumish
|
f941e0bc14
|
Merge pull request #462 from murgatroid99/interop_special_status_message
Add special_status_message interop test
|
2018-07-30 11:37:03 -07:00 |
murgatroid99
|
c03c275b48
|
Add special_status_message interop test
|
2018-07-26 11:33:20 -07:00 |
Nicolas Noble
|
b3d05a3859
|
Merge pull request #459 from nicolasnoble/upmerge
Upmerge from 1.13.x
|
2018-07-25 16:16:10 -07:00 |
Nicolas "Pixel" Noble
|
f0e9dfd85f
|
Merge branch 'grpc@1.13.x' of https://github.com/grpc/grpc-node into upmerge
|
2018-07-25 23:56:06 +02:00 |
Nicolas Noble
|
1466b200ae
|
Merge pull request #458 from nicolasnoble/hosting
Changing hosting path.
|
2018-07-25 14:28:08 -07:00 |
Nicolas "Pixel" Noble
|
cc01eed631
|
Changing hosting path.
|
2018-07-25 21:54:24 +02:00 |
Michael Lumish
|
e66462933a
|
Merge pull request #446 from murgatroid99/native_channel_API
Add Channel class and Client channel override options to public API
|
2018-07-25 10:36:16 -07:00 |
Nicolas Noble
|
83acea8513
|
Merge pull request #457 from nicolasnoble/bump
Bumping to 1.13.1.
|
2018-07-24 15:32:10 -07:00 |
Nicolas "Pixel" Noble
|
88adf94cb6
|
Bumping to 1.13.1.
|
2018-07-24 22:41:41 +02:00 |
Michael Lumish
|
07381eebf3
|
Merge pull request #455 from nicolasnoble/backport-454
Backport #454
|
2018-07-24 13:20:27 -07:00 |
Nicolas Noble
|
c86927bd8e
|
Merge pull request #456 from nicolasnoble/revert-interop-utf8
Reverting the utf8 part of our interop test.
|
2018-07-24 13:15:45 -07:00 |
Nicolas "Pixel" Noble
|
a05ce748c4
|
Reverting the utf8 part of our interop test.
|
2018-07-24 20:13:00 +02:00 |
Nicolas "Pixel" Noble
|
25f49bee8b
|
Stop using lodash's template generator.
|
2018-07-24 20:02:23 +02:00 |
Nicolas Noble
|
f94bf7bf43
|
Merge pull request #454 from nicolasnoble/no-template
Stop using lodash's template generator.
|
2018-07-24 09:54:50 -07:00 |
murgatroid99
|
36f326281b
|
Fix a function call
|
2018-07-23 13:49:58 -07:00 |
Nicolas "Pixel" Noble
|
cc9427dede
|
Stop using lodash's template generator.
|
2018-07-23 19:24:48 +02:00 |
murgatroid99
|
c4e3f1b7a0
|
Add Channel class and Client channel override options to public API
|
2018-07-19 15:57:33 -07:00 |
Ian Haken
|
c04d71521f
|
Add some missing descriptions to typescript.
|
2018-07-19 14:06:51 -07:00 |
Ian Haken
|
045d938bc8
|
Update typescript to properly reflect the format of the certificate received by the checkServerIdentity callback.
|
2018-07-19 14:05:10 -07:00 |
Ian Haken
|
34930310d2
|
Refactor checkServerIdentity callback to pass in cert as an object with raw DER buffer.
|
2018-07-19 14:00:44 -07:00 |
Ian Haken
|
ac0718883a
|
Correct checkServerIdentity behavior to return a verification failure if an error is returned. Clean up documentation and add a test assertion on returned Error.
|
2018-07-19 11:32:00 -07:00 |
Ian Haken
|
e54b50c77b
|
Update credentials.js documentation for verify options and add verify options to typescript definition.
|
2018-07-19 11:31:59 -07:00 |
Ian Haken
|
0c49a57ff7
|
Simplify getting checkServerIdentity out of the fourth createSsl argument. Add some tests asserting type-checking behavior.
|
2018-07-19 11:31:59 -07:00 |
Ian Haken
|
e0df402151
|
Simplify userdata being passed to checkServerIdentity callback.
|
2018-07-19 11:31:59 -07:00 |
Ian Haken
|
15c82e08c8
|
Add type assertion on createSsl's fourth argument.
|
2018-07-19 11:31:59 -07:00 |
Ian Haken
|
637f961706
|
Regenerate project files and add test covering checkServerIdentity callback.
|
2018-07-19 11:31:59 -07:00 |
Ian Haken
|
4e551aea7b
|
Add checkServerIdentity callback.
|
2018-07-19 11:31:59 -07:00 |
Michael Lumish
|
b608290727
|
Merge pull request #437 from TLadd/trl/call-options-custom-options-ts
grpc-native-core: Update CallOptions type to allow custom options (#433)
|
2018-07-17 11:17:32 -07:00 |
Thomas Ladd
|
d7da553a03
|
grpc-native-core: Update CallOptions type to allow custom options (#433)
Allow custom options as a means of passing data per call to client interceptors
|
2018-07-13 10:14:17 -05:00 |
Michael Lumish
|
2bfee5878c
|
Merge pull request #432 from nicolasnoble/backport-428
Backporting #428
|
2018-07-11 11:12:22 -07:00 |
Nicolas "Pixel" Noble
|
339f4c0433
|
Properly create slices from utf8 strings.
Fixes #426.
|
2018-07-10 20:03:55 +02:00 |
Nicolas Noble
|
1ca2555cae
|
Merge pull request #428 from nicolasnoble/utf8-details
Properly create slices from utf8 strings.
|
2018-07-10 20:00:52 +02:00 |
Michael Lumish
|
278e7fe237
|
Merge pull request #429 from murgatroid99/proto_loader_type_fix
proto loader: make options properly optional. +minor documentation fix
|
2018-07-10 09:51:10 -07:00 |
murgatroid99
|
9da1bb14c4
|
proto loader: make options properly optional. +minor documentation fix
|
2018-07-09 14:39:26 -07:00 |
Nicolas "Pixel" Noble
|
9a5da08497
|
Properly create slices from utf8 strings.
Fixes #426.
|
2018-07-09 22:32:14 +02:00 |
Michael Lumish
|
b003f82776
|
Merge pull request #421 from murgatroid99/v1.13.0_update
Update to v1.13.0
|
2018-07-02 13:55:40 -07:00 |
murgatroid99
|
7d8865003c
|
Update to v1.13.0
|
2018-07-02 11:21:33 -07:00 |
Nicolas Noble
|
3d5b7f2326
|
Merge pull request #418 from nicolasnoble/publish-for-arm
Actually publish for arm32...
|
2018-06-25 19:34:48 -07:00 |
Nicolas "Pixel" Noble
|
b6be0d955f
|
Actually publish for arm32...
|
2018-06-26 01:21:35 +02:00 |