Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
702ea25c8f5d3b12e8db34483396b872cb6ea536
/
src
/
node
61cfcc2
Resolved merge conflicts
by murgatroid99
· 10 years ago
2a21434
Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
by Abhishek Kumar
· 10 years ago
8e06c2e
Merge pull request #2676 from murgatroid99/node_jsdoc
by Nicolas Noble
· 10 years ago
753b3cb
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 10 years ago
4aee724
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
by Julien Boeuf
· 10 years ago
1a7dcac
Made binding a server to a port insecurely explicit
by murgatroid99
· 10 years ago
928a0cc
Added test that credential channel argument is required
by murgatroid99
· 10 years ago
893690f
Made credentials an explicit required argument to channels
by murgatroid99
· 10 years ago
cbdac55
Merge branch 'master' into node_explicit_insecure_channel
by murgatroid99
· 10 years ago
6249c0c
Added explicit insecure credentials constructors
by murgatroid99
· 10 years ago
9cd90a6
Rearranged some code for jsdoc, added some documentation
by murgatroid99
· 10 years ago
d9aed1d
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 10 years ago
dfc42da
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 10 years ago
5749a3f
Merge pull request #2605 from yang-g/fake_transport_security_to_private
by jboeuf
· 10 years ago
46f2860
Added documentation command and settings to Node package
by murgatroid99
· 10 years ago
b3ff741
Merge pull request #2630 from murgatroid99/node_completion_key_names
by Jan Tattermusch
· 10 years ago
e8cdd54
Merge pull request #2651 from murgatroid99/node_call_peer_address
by Jan Tattermusch
· 10 years ago
7e06b6f
Merge pull request #2620 from meisterpeeps/master
by Michael Lumish
· 10 years ago
ea12b97
Exposed channel target and call peer in Node wrapper
by murgatroid99
· 10 years ago
7cb0853
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 10 years ago
b256faa
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
by Craig Tiller
· 10 years ago
a627d89
Changed object keys to valid identifier names
by murgatroid99
· 10 years ago
94329d0
Make the server report monotonic times for deadlines
by Craig Tiller
· 10 years ago
39ae034
Update README.md
by Jeff Peoples
· 10 years ago
52e4de1
Fix node test. Remove all the server fake credentials references
by yang-g
· 10 years ago
d601ff5
Fixed setting user-agent string
by murgatroid99
· 10 years ago
8b25f2a
move fake_transport_security_credentials to private API
by yang-g
· 10 years ago
5029b30
Adding option to force client auth on the server SSL creds.
by Julien Boeuf
· 10 years ago
33c0d9d
C++ is also a language that can be insecure
by Craig Tiller
· 10 years ago
198a1ad
Added user-agent setting code, and a test for it
by murgatroid99
· 10 years ago
63bb2f1
Removed now-incorrect asserts in oauth test
by murgatroid99
· 10 years ago
c7b8872
Removed unnecessary arguments from auth message
by murgatroid99
· 10 years ago
21ec6c3
Added oauth2_auth_token and per_rpc_creds Node interop tests
by murgatroid99
· 10 years ago
02c160a
Use more meaningful names for metadata keys in tests
by murgatroid99
· 10 years ago
2355066
Merge pull request #2464 from murgatroid99/node_server_construction_change
by Abhishek Kumar
· 10 years ago
c9fef6f
Merge github.com:grpc/grpc into no-worries-i-can-wait
by Craig Tiller
· 10 years ago
560b82c
Added tests for UNKNOWN status when the handler does not specify
by murgatroid99
· 10 years ago
06f0972
Add tests for translating server handler errors to status objects
by murgatroid99
· 10 years ago
ef9fd53
Added test for echoing metadata
by murgatroid99
· 10 years ago
380b90a
Removed server-wide metadata handler, individual handlers can now send metadata
by murgatroid99
· 10 years ago
366e64d
Changed to newer, simpler server construction interface
by murgatroid99
· 10 years ago
da7790b
Merge pull request #2335 from murgatroid99/node_error_codes
by Abhishek Kumar
· 10 years ago
58bbc86
Updating wrapped languages to new time functions
by Craig Tiller
· 10 years ago
354398f
Updating wrapped languages to new time functions
by Craig Tiller
· 10 years ago
2a3ec16a
Merge branch 'master' into release-0_10
by Craig Tiller
· 10 years ago
a9a8eb7
Merge pull request #2322 from murgatroid99/node_health_check_service
by Yang Gao
· 10 years ago
c73b450
Bumped Node.js package version to 0.10.0
by murgatroid99
· 10 years ago
a5b482a
Updated health check service with new changes
by murgatroid99
· 10 years ago
10441a94
Merge pull request #2310 from murgatroid99/node_pkg_config
by Nicolas Noble
· 10 years ago
8dae13e
Made Node server respond with UNKNOWN for unspecified application errors
by murgatroid99
· 10 years ago
2be6ac0
Minor changes to match recent design changes
by murgatroid99
· 10 years ago
06e5471
Added other LDFLAGS to node gyp file
by murgatroid99
· 10 years ago
b771f91
Only use pkg-config if grpc is installed
by murgatroid99
· 10 years ago
d046cc6
Added some tests for the health check service
by murgatroid99
· 10 years ago
357e181
Link Node against static dependencies just in case
by murgatroid99
· 10 years ago
b0d8b31
Use pkg-config in node's binding.gyp
by murgatroid99
· 10 years ago
87e74fc
Stopped binding service handler functions to server
by murgatroid99
· 10 years ago
f0c6f96
Added tests for health checking
by murgatroid99
· 10 years ago
e899aeb
Added health check service implementation
by murgatroid99
· 10 years ago
d9c1fab
Updated ProtoBuf.js dependency to latest released version
by murgatroid99
· 10 years ago
522b93c
Added missing comma in binding.gyp.
by murgatroid99
· 10 years ago
48dd6bf
Merge github.com:grpc/grpc into you-complete-me
by Craig Tiller
· 10 years ago
ba710e5
Added changes to node and php wrappers
by David Garcia Quintas
· 10 years ago
9bfedd6
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
by Jan Tattermusch
· 10 years ago
2299ad6
Merge pull request #1959 from murgatroid99/node_long_field_strings
by Tim Emiola
· 10 years ago
59f905d
Changes to byte_buffer based on comments.
by David Garcia Quintas
· 10 years ago
8344d98
Bump version of Node library
by murgatroid99
· 10 years ago
9d5ae1c
Fixed handling of long values
by murgatroid99
· 10 years ago
f4cbf74
Added tests for serializing and deserializing 64 bit values in proto messages
by murgatroid99
· 10 years ago
7b6e979
Merge github.com:grpc/grpc into you-complete-me
by Craig Tiller
· 10 years ago
a1a1f34
Merge pull request #1892 from murgatroid99/node_use_lodash
by Tim Emiola
· 10 years ago
8390709
Merge pull request #1890 from tbetbetbe/grpc-node-update-readme-install
by Jayant Kolhe
· 10 years ago
174d923
Updates INSTALL on Node.js README.md
by Tim Emiola
· 10 years ago
55739d5
Replaced underscore and underscore.string modules with lodash
by murgatroid99
· 10 years ago
30bd4eb
Removed grpc_byte_buffer_reader_{create,destroy}.
by David Garcia Quintas
· 10 years ago
cd35c4c
Updated server to use new shutdown semantics
by murgatroid99
· 10 years ago
b846b25
Updated Node.js version to 0.9.0
by murgatroid99
· 10 years ago
376f2c0
Update node server examples to consistently bind to 50051
by remi Taylor
· 10 years ago
b4f244f
Reverted change to _write in client.js
by murgatroid99
· 10 years ago
6d1a844
Coalesced redundant code
by murgatroid99
· 10 years ago
fe29b6d
Removed debug log
by murgatroid99
· 10 years ago
2fb16aa
Fixed ordering assumptions in server_streaming interop test
by murgatroid99
· 10 years ago
3d49461
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
by Craig Tiller
· 10 years ago
19944f5
Merge pull request #1574 from murgatroid99/node_service_packager
by Tim Emiola
· 10 years ago
bf6bd23
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
by Craig Tiller
· 10 years ago
d17403c
Correctly handle reading the final message and then sending status
by Craig Tiller
· 10 years ago
012d43b
Fixed client handling of failed batches
by murgatroid99
· 10 years ago
04589a7
Fixed server to handle invalid arguments without breaking
by murgatroid99
· 10 years ago
778c61b
Added failing tests for server bad argument handling
by murgatroid99
· 10 years ago
02edd87
Merge pull request #1607 from murgatroid99/node_timeout_interop_test
by Tim Emiola
· 10 years ago
08b0e66
Added comments to service_packager script
by murgatroid99
· 10 years ago
d8d21d7
Removed response type
by murgatroid99
· 10 years ago
9ceac71
Added Node interop test for timeout_on_sleeping_server
by murgatroid99
· 10 years ago
2c5fa16
Fixed client auth implementation and tests
by murgatroid99
· 10 years ago
c880cad
Added service_packager description to bin/README.md
by murgatroid99
· 10 years ago
b70d1d9
Fixed include path handling
by murgatroid99
· 10 years ago
54478f8
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
by Craig Tiller
· 10 years ago
f4b2832
service_packager now properly generates service and package files
by murgatroid99
· 10 years ago
a468c36
Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream
by Yang Gao
· 10 years ago
2f9f29a
Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test
by Tim Emiola
· 10 years ago
Next »