Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
murgatroid99
c92df4cbbd
Refactor some code and document most of the API
8 years ago
murgatroid99
7229f88745
Move gRPC constants to js file to include them in generated documentation
8 years ago
murgatroid99
ffac55dfd6
Refactor client logic into superclass with generic methods, improve documentation
8 years ago
murgatroid99
5a5cfad2ec
Fix a bit of documentation that doesn't apply to Protobuf.js 5
8 years ago
murgatroid99
b1c69e4697
Switch Protobuf.js dependency back to version 5
8 years ago
murgatroid99
ac7f90da26
Add enumsAsStrings option, as the original upgrade PR did
8 years ago
murgatroid99
b306854816
Improve ProtoBuf.js version heuristic, add tests for oneof decoding
8 years ago
murgatroid99
b1a02311b3
Autodetect ProtoBuf.js version in grpc.loadObject
8 years ago
murgatroid99
b5b5f020a3
Upgrade Node dependency on Protobuf.js to version 6
8 years ago
murgatroid99
9030c81f20
Add a libuv endpoint to the C core, for use in the Node library
9 years ago
murgatroid99
1d2f28913e
Add timestamps to custom log output
9 years ago
murgatroid99
9b9708a9c4
Allow Node users to set a custom logger and log verbosity. Defaults to existing core logger
9 years ago
murgatroid99
6f6076659f
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
murgatroid99
27b8d900bc
Add option to use old client method argument order for now
9 years ago
murgatroid99
654d2549b7
Add tests and documentation for new options
9 years ago
murgatroid99
c02910b07a
Node: add options to modify ProtoBuf behavior
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
murgatroid99
e190f35e66
Completed integration of node-pre-gyp into Node library
9 years ago
murgatroid99
6d6009fec5
Distribute roots.pem with the Node package
10 years ago
murgatroid99
4399679161
Removed now-extaneous function
10 years ago
murgatroid99
2af89e49cb
Moved gRPC node package root to repo root, made it depend on grpc.gyp
10 years ago
murgatroid99
153b09d039
Reworked credentials surface API, added test
10 years ago
murgatroid99
76ba1ff65a
Switched to using static functions for accessing Client properties
10 years ago
murgatroid99
84e3cdeb97
Added new Metadata class to abstract over internal representation and normalize keys
10 years ago
murgatroid99
4a1474f12f
Moved write flag constants to base module
10 years ago
murgatroid99
0b09457350
Made deadline tests work
10 years ago
murgatroid99
9cd90a64ca
Rearranged some code for jsdoc, added some documentation
10 years ago
murgatroid99
366e64d15f
Changed to newer, simpler server construction interface
10 years ago
murgatroid99
55739d5c4a
Replaced underscore and underscore.string modules with lodash
10 years ago
murgatroid99
548dc2ee5f
Replaced underscore and underscore.string modules with lodash
10 years ago
murgatroid99
00943fcd32
Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
10 years ago
murgatroid99
71dbb8636d
Added JSON option for gRPC file loading
10 years ago
murgatroid99
e023e98d9a
Added functions to create generic servers and clients
10 years ago
murgatroid99
042e63ca36
Fixed import of google-auth-library
10 years ago
murgatroid99
dca966d39c
Fixed lint errors
10 years ago
murgatroid99
bdc8baf4fc
Added comment about where Google credentials come from
10 years ago
murgatroid99
8c3ed009a8
Added auth functionality and interop tests
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
murgatroid99
e7879557c6
Fixed most of surface tests
10 years ago
murgatroid99
9df2693744
Fixed file references to match moved files
10 years ago
murgatroid99
9fbf7e54c2
Moved extension and JS files to separate directories
10 years ago
murgatroid99
b6ab1b477f
Added TLS support to interop tests
10 years ago
murgatroid99
97d61308f0
Added and fixed interop tests
10 years ago
murgatroid99
cca5ffa991
Added code generation for clients and servers
10 years ago
Nicolas "Pixel" Noble
848e74441e
Fixing log_win32.c
10 years ago
ctiller
0cd69562fd
Allow logging mechanism to be overridden by applications.
...
This necessitated the removal of gpr_vlog to keep a clean interface.
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83634996
10 years ago
nnoble
8a67b5c281
Tweaking log calls a bit.
...
-) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now)
-) Renaming statistics/log.* to statistics/census_log.* to avoid collisions.
Change on 2014/12/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81995756
11 years ago