1687 Commits

Author SHA1 Message Date
murgatroid99
d741f67ade Updated copyrights 2016-01-12 10:26:04 -08:00
murgatroid99
5bbf55f0db Merged from master and resolved merge conflicts 2016-01-08 12:33:22 -08:00
Craig Tiller
549243e5b6 Update some wrapped stuff 2016-01-07 17:10:25 -08:00
Craig Tiller
34f70fad2c Merge pull request #4640 from murgatroid99/node_use_core_metadata_check
Use core metadata validation functions in Node library
2016-01-07 17:01:29 -08:00
murgatroid99
10b3ca0118 Make Node library use core metadata validation instead of duplicating it 2016-01-07 10:03:18 -08:00
murgatroid99
c6a904261a Fixed a too-long line in a file 2016-01-04 15:25:09 -08:00
Craig Tiller
f676580386 Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
murgatroid99
6fbfcace18 Fix a couple of minor issues in the Node library 2015-12-18 15:26:50 -08:00
murgatroid99
032fe5bf37 Added support for ResponseParameters.interval_us to the Node interop server 2015-12-11 15:23:17 -08:00
murgatroid99
9cd4540e69 Simplified some code and added tests to increase code coverage 2015-12-09 16:12:37 -08:00
Michael Lumish
460924a94f Merge pull request #4304 from jtattermusch/proto_cleanup
Deduplication of health.proto and math.proto
2015-12-08 12:37:04 -08:00
Jan Tattermusch
8063fe7f52 Merge pull request #4321 from murgatroid99/node_benchmark_service
Node benchmark service
2015-12-08 11:02:18 -08:00
Jan Tattermusch
25c56f2413 Merge pull request #4306 from jcanizales/merge-release
Merge release-0.12 into master
2015-12-07 17:57:19 -08:00
Jan Tattermusch
7eb08a6c6b update location of .protos in node 2015-12-07 17:18:51 -08:00
Jan Tattermusch
ee31301a0c consolidate math.proto and health.proto 2015-12-07 17:18:51 -08:00
murgatroid99
e8145ee504 Fixed up the Node benchmark implementation 2015-12-07 14:56:32 -08:00
Jorge Canizales
bd6fbc875f Merge release-0.12 into master 2015-12-07 11:01:39 -08:00
murgatroid99
12aafc237f Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
murgatroid99
09b021ae6d Generalize metadata plugin arguments to future-proof it 2015-12-04 15:15:41 -08:00
Seongjin Cho
b791684b4c Fixes memory leak when receiving data 2015-12-03 11:42:49 -08:00
Seongjin Cho
a11079ba4b Memory leak fix? 2015-12-03 11:42:32 -08:00
yang-g
1529ea2921 merge with head and resolve conflict 2015-12-02 13:23:33 -08:00
murgatroid99
eb7b4a332c Fixed some bugs in node benchmark service 2015-12-01 16:37:46 -08:00
Nicolas "Pixel" Noble
5be88fb496 Merge branch 'release-0_12'
Conflicts:
	src/core/security/credentials.c
	test/core/security/credentials_test.c
2015-12-01 22:40:44 +01:00
Seongjin Cho
562fb94a2f Fixes memory leak when receiving data 2015-12-01 11:13:15 +09:00
Seongjin Cho
f24f9b8b69 Memory leak fix? 2015-11-30 05:15:58 +09:00
murgatroid99
c98b20329e Added most of what's needed for QPS benchmark measurement 2015-11-24 17:21:40 -08:00
murgatroid99
f4f503b534 Remove old performance measurement scripts 2015-11-20 15:13:49 -08:00
Julien Boeuf
b6d16885ef Also adding a credentials type to the plugin API.
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.

If this functionality is wanted it will be done in an additive function in
the API like :

void grpc_call_credentials_set_composite_policy(
  grpc_call_credentials_composite_policy policy);
2015-11-19 22:00:30 -08:00
Julien Boeuf
f011452c08 Fixing node build. 2015-11-18 22:12:29 -08:00
Julien Boeuf
4405daeb0a Fixing implementations. 2015-11-18 21:33:58 -08:00
Julien Boeuf
6c006a88f8 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 20:55:13 -08:00
Julien Boeuf
0199209ec9 Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert 2015-11-17 18:53:55 -08:00
Julien Boeuf
211b339943 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 15:05:45 -08:00
Julien Boeuf
6c47439b1a Updating the server1 cert so that it can be used with Go.
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.

Fixes #4086.
2015-11-09 14:29:14 -08:00
murgatroid99
d9ed9bc01a Fixed incorrect type in a malloc in Node extension 2015-11-09 11:04:07 -08:00
murgatroid99
e9af128a7c Ensure application and Node library user agent strings are together at the beginning 2015-11-06 10:25:06 -08:00
Michael Lumish
8c6e423e56 Merge pull request #4009 from jtattermusch/add_badges
Add npm, gem and cocoapods badges
2015-10-30 09:33:31 -07:00
Jan Tattermusch
7848ef607d Add npm badge 2015-10-30 08:47:52 -07:00
Tim Emiola
799aec2d80 Merge pull request #3886 from murgatroid99/node_file_comments
Added some file-level comments to Node source files
2015-10-30 11:24:45 +09:00
murgatroid99
fb56c19e4d Change error message in credentials test 2015-10-27 10:58:24 -07:00
murgatroid99
4bdba82a93 Make Node interop client use default roots file path 2015-10-22 09:47:30 -07:00
murgatroid99
0274189082 Fixed lint errors 2015-10-21 14:03:19 -07:00
murgatroid99
5ea756598e Updated Node credentials API to match core API change 2015-10-20 16:10:20 -07:00
Nicolas Noble
527f229bdb Merge pull request #3878 from murgatroid99/node_remove_log_lines
Stop outputting log lines from Node library by default
2015-10-20 13:04:20 -07:00
murgatroid99
0217e535d8 Added some file-level comments to Node source files 2015-10-19 16:35:34 -07:00
murgatroid99
c03d669fea This is a library. It should not output logs to STDOUT by default 2015-10-19 11:00:14 -07:00
jboeuf
8eb6745a88 Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots
Distribute roots.pem with the Node package
2015-10-15 13:50:45 -07:00
murgatroid99
c0d31d554a Distribute roots.pem with the Node package 2015-10-15 09:57:31 -07:00
murgatroid99
4ec94c1064 Fixed error in Node credentials test 2015-10-13 15:37:34 -07:00