Commit Graph

467 Commits

Author SHA1 Message Date
murgatroid99 ea963383d1 Native: enable cares support 2019-05-07 15:44:40 -07:00
Nicolas Noble 3d622c1a9c
Merge pull request #781 from nicolasnoble/electron41
Removing support for Electron 4.0 and adding support for Electron 4.1.
2019-04-03 16:08:09 -07:00
murgatroid99 48d33c95c3 Update grpc submodule to fix gcc8 build failures 2019-04-03 13:03:44 -07:00
murgatroid99 952d04c3e8 Merge remote-tracking branch 'upstream/grpc@1.19.x' into v1.19_upmerge 2019-04-01 17:33:28 -07:00
Michael Lumish 1addf78d49
Merge pull request #799 from murgatroid99/native_generic_client_fix
Native: fix generic Client constructor crashing
2019-03-25 17:10:59 -07:00
murgatroid99 fe7b2e8214 Native: fix generic Client constructor crashing 2019-03-20 16:26:05 -07:00
murgatroid99 9a371ed196 Omit a build warning that v8 headers violate 2019-03-20 15:50:28 -07:00
Nicolas "Pixel" Noble 6bc7184542 Adding missing license on a bunch of source files. 2019-03-19 01:06:57 +01:00
Nicolas "Pixel" Noble 811e95ace0 Don't update the submodule. 2019-03-14 23:58:21 +01:00
Nicolas "Pixel" Noble f9f4e63c46 Actually, 3.1 needs building too. 2019-03-14 19:15:16 +01:00
Nicolas "Pixel" Noble 2dd31d0fe8 Removing support for Electron 4.0 and adding support for Electron 4.1. 2019-03-14 18:58:17 +01:00
murgatroid99 1395444a04 Don't fill in any templates in LICENSE files 2019-03-06 11:01:44 -08:00
murgatroid99 3d597420a4 Add missing license files to package directories 2019-03-06 10:37:43 -08:00
murgatroid99 55cc69c451 Bump to v1.19.0 2019-02-26 17:01:01 -08:00
murgatroid99 9686679736 Bump to 1.19.0-pre1 2019-02-14 16:30:55 -08:00
Michael Lumish 5dfcec80f9
Merge pull request #718 from murgatroid99/v1.19-dev-submodule-update
Update submodule on master
2019-02-06 11:28:14 -08:00
Shir Brass b1609a1311
replace usage of Buffer.from with Buffer.alloc 2019-02-05 17:31:03 +02:00
Shir Brass 511f4249d1 removed all the deprecated new Buffer code and replace it with Buffer.from 2019-02-02 15:17:46 +02:00
murgatroid99 62fc714c8d Update submodule on master 2019-01-23 16:09:12 -08:00
Nicolas "Pixel" Noble 3593bb621e Splitting node and electron builds. 2019-01-18 00:13:29 +01:00
Michael Lumish 591c5b9337
Merge pull request #707 from murgatroid99/native_1.18.0_bump
Bump native to 1.18.0
2019-01-15 17:48:52 -08:00
murgatroid99 8e063c10e5 Bump native to 1.18.0 2019-01-15 11:53:48 -08:00
murgatroid99 f9de2aff7e grpc native: Fix handling of non-service objects in package definitions 2019-01-14 17:47:47 -08:00
Michael Lumish 4a9624a81c
Merge pull request #700 from murgatroid99/native_error_type_fix
Native: add details property to StatusError type
2019-01-08 14:02:55 -08:00
murgatroid99 579f57c68a Native: add details property to StatusError type 2019-01-08 11:02:56 -08:00
murgatroid99 d3320d5571 Native: bump to 1.18.0-pre1 2019-01-08 10:18:43 -08:00
Nicolas Noble 7cc5286e60
Merge pull request #696 from grpc/grpc@1.17.x
1.17.x upmerge to master
2019-01-07 23:07:44 -08:00
Nicolas "Pixel" Noble a955068d01 Adding build scripts for Electron 4. 2019-01-08 01:18:30 +01:00
Yingyu Cheng 2c5fe2dbc3
bug: set host will always undefined 2018-12-25 18:45:29 +08:00
Nicolas "Pixel" Noble d9eee9bdd0 Bumping to 1.17.0 2018-12-13 20:38:21 +01:00
Nicolas Noble a293b0acd4
Merge pull request #682 from nicolasnoble/pre4
Bumping to pre4.
2018-12-13 07:24:45 -08:00
Nicolas "Pixel" Noble 03a79e5e7e Bumping to pre4. 2018-12-12 22:56:42 +01:00
Nicolas "Pixel" Noble f3b22bcbc0 Fix for node 6. 2018-12-12 22:47:33 +01:00
Nicolas "Pixel" Noble b60928ee4e Bumping to pre3... 2018-12-11 23:37:22 +01:00
murgatroid99 effeba7e78 Native: Protobuf.js 6: use nested again 2018-12-11 10:53:47 -08:00
Michael Lumish d43508d096
Merge pull request #675 from murgatroid99/version_bump_1.17.0-pre2
Bump version to 1.17.0-pre2 and bump submodule
2018-12-07 14:52:20 -08:00
murgatroid99 da052f467d Bump version to 1.17.0-pre2 and bump submodule 2018-12-07 10:57:21 -08:00
murgatroid99 f45dda46af Native: Protobuf.js 6 loadObject: switch to nestedArray 2018-12-07 10:16:16 -08:00
murgatroid99 bbd5bd8f7c Native: Protobuf.js 6 loadObject: switch to mappable methodsArray 2018-12-06 17:22:14 -08:00
André Wachter 9f40dfafea Add missing Typescript definition for Server.bindAsync() 2018-12-05 17:46:32 +01:00
murgatroid99 0a8a720c84 Native: update to 1.17.0-pre1 2018-11-27 13:51:16 -08:00
murgatroid99 c9e3566ef5 Merge branch 'master' into protobufjs_lazy_load 2018-11-27 10:50:56 -08:00
Michael Lumish 54885f850c
Merge pull request #656 from JustinBeckwith/nauth
refactor: drop dependency on google-auth-library
2018-11-27 09:44:43 -08:00
Michael Lumish 8ab4c82b24
Merge pull request #657 from JustinBeckwith/nasync
refactor: drop dependency on async
2018-11-27 09:43:18 -08:00
Justin Beckwith 9305468f11 refactor: drop dependency on async 2018-11-26 22:31:26 -08:00
Justin Beckwith 4a539303e7 refactor: drop dependency on google-auth-library 2018-11-26 22:29:26 -08:00
Justin Beckwith cb22d4895b update template too 2018-11-20 16:01:44 -08:00
Justin Beckwith 8f8dd7b2d6 refactor: use lodash subpackages 2018-11-20 13:41:34 -08:00
Michael Lumish 4a9bf57f29
Merge pull request #641 from JustinBeckwith/partial
refactor: drop usage of _.partial
2018-11-20 11:30:05 -08:00
Michael Lumish 4beb092a60
Merge pull request #644 from JustinBeckwith/omit
refactor: drop usage of _.omit
2018-11-20 11:28:37 -08:00