Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bdfa308a1f6fb12048c9966ee3ee8698c8fd8615
/
src
/
node
713597f
Master version bump to 1.7.x
by David Garcia Quintas
· 7 years ago
6fed5dc
Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault
by Michael Lumish
· 7 years ago
3f818cc
Node: document that root_certs in createSsl is optional
by Connor Peet
· 7 years ago
8de7c09
Split tests more granularly
by murgatroid99
· 7 years ago
6fe29a5
Node: replace custom deprecation warning with existing solution
by murgatroid99
· 7 years ago
23b74dc
Node: fix segfault with incorrect status argument types
by murgatroid99
· 7 years ago
e0778b2
Add cancellation to asynchronous security APIs.
by Mark D. Roth
· 7 years ago
d996379
Reset OWNERS state
by Craig Tiller
· 7 years ago
e476f7d
Strawman OWNERS --> CODEOWNERS script
by Craig Tiller
· 7 years ago
bb3d95b
Use https://grpc.io consistently as the canonical URL
by Mehrdad Afshari
· 7 years ago
882ba60
Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge
by murgatroid99
· 7 years ago
ab14a0b
Bump version to 1.4.1
by murgatroid99
· 7 years ago
bb8b1c9
Node: fix status memory leak, improve tcp_uv read buffer allocation code
by murgatroid99
· 7 years ago
f62f9dc
Merge pull request #11548 from kpayson64/bump_version_1_4_0
by kpayson64
· 7 years ago
e9c1787
Bump to version 1.4.0
by Ken Payson
· 7 years ago
d12e7a0
Merge pull request #11536 from murgatroid99/node_fix_racy_test
by Michael Lumish
· 7 years ago
45b89d2
Merge pull request #11515 from murgatroid99/node_fix_write_control_flow
by Michael Lumish
· 7 years ago
1a0e807
Fix racy Node reconnect test
by murgatroid99
· 7 years ago
8e7a95d
Add another missing return after a callback
by murgatroid99
· 7 years ago
d5b0455
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
by murgatroid99
· 7 years ago
d58cfb0
Fix missing return after callback in a function
by murgatroid99
· 7 years ago
b48ec8b
Upgrade Protobuf.js 6 code to work with 6.8
by murgatroid99
· 7 years ago
bf91d9b
Node: add test for reconnecting client after server restart
by murgatroid99
· 7 years ago
4d5c310
fix remaining license notices
by Jan Tattermusch
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
312ea4a
change LICENSE, add AUTHORS
by Jan Tattermusch
· 7 years ago
da83f0d
Fix minor error in Node generated documentation
by murgatroid99
· 7 years ago
0fee722
Merge pull request #11286 from murgatroid99/node_perf_tests
by Michael Lumish
· 7 years ago
aebcdbd
master bumped to 1.5.x
by David Garcia Quintas
· 7 years ago
ce13cb7
1.4.x branch cut, version bump PR
by David Garcia Quintas
· 7 years ago
9baf4b1
Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge
by Michael Lumish
· 7 years ago
7563641
Fix node cancellation tests
by murgatroid99
· 7 years ago
c18b906
Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge
by murgatroid99
· 7 years ago
30f2b7e
Add more null checks to call methods
by murgatroid99
· 7 years ago
648832f
Enable more Node performance tests, fix streaming test implementation
by murgatroid99
· 8 years ago
bbfdbb1
bump version to 1.3.6
by Jan Tattermusch
· 8 years ago
0f5674b
Merge branch 'master' into node_api_docs
by murgatroid99
· 8 years ago
c92df4c
Refactor some code and document most of the API
by murgatroid99
· 8 years ago
c0ce2cd
Update version to 1.3.5
by Ken Payson
· 8 years ago
92eb7fb
Bump to version 1.3.4
by Alexander Polcyn
· 8 years ago
6466772
Fixed missed conflicts - use constants.logVerbosity instead
by Stanley Cheung
· 8 years ago
ebeda85
Upmerge from v1.3.x branch to master
by Stanley Cheung
· 8 years ago
c7cde23
Merge pull request #11141 from murgatroid99/node_write_after_end_race_fix
by Michael Lumish
· 8 years ago
d822e2f
Change write callback to asynchronous to avoid recursion
by murgatroid99
· 8 years ago
16f76d2
Bump to version 1.3.3
by Ken Payson
· 8 years ago
8d18c6e
Fix race between destroying call after status and handling write failure
by murgatroid99
· 8 years ago
7229f88
Move gRPC constants to js file to include them in generated documentation
by murgatroid99
· 8 years ago
448a11d
Bump to version 1.3.2
by Stanley Cheung
· 8 years ago
0afa9ab
Bump to 1.3.2-pre1
by Stanley Cheung
· 8 years ago
f2f125a
Switch 'apply' for 'call' in pass-through functions
by murgatroid99
· 8 years ago
ffac55d
Refactor client logic into superclass with generic methods, improve documentation
by murgatroid99
· 8 years ago
572cd7e
Update version to 1.3.1
by murgatroid99
· 8 years ago
5a5cfad
Fix a bit of documentation that doesn't apply to Protobuf.js 5
by murgatroid99
· 8 years ago
b1c69e4
Switch Protobuf.js dependency back to version 5
by murgatroid99
· 8 years ago
ea87dfb
Clang format
by murgatroid99
· 8 years ago
37797bd
Remove another instance of '#ifdef GRPC_UV' from Node extension
by murgatroid99
· 8 years ago
606945a
1.3.0 -> 1.3.1-pre1
by David Garcia Quintas
· 8 years ago
3ef2355
s/1.3.0-pre/1.3.0
by David Garcia Quintas
· 8 years ago
cb5c62a
Remove extra header from node_grpc.cc
by murgatroid99
· 8 years ago
31d1826
Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv
by murgatroid99
· 8 years ago
f5521c3
Revert "Merge branch 'master' into v1.3.x"
by Alexander Polcyn
· 8 years ago
2f04c73
Clang format
by murgatroid99
· 8 years ago
bc52864
Remove another instance of '#ifdef GRPC_UV' from Node extension
by murgatroid99
· 8 years ago
3049462
Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv
by murgatroid99
· 8 years ago
627e2a5
Remove another from Node extension
by murgatroid99
· 8 years ago
f94f64f
Remove non-libuv code from Node extension
by murgatroid99
· 8 years ago
59db187
Merge branch 'tsan-c++' into hybrid
by Craig Tiller
· 8 years ago
a4894fc
Merge pull request #10182 from ctiller/cpparena
by Craig Tiller
· 8 years ago
ce67bff
Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x
by murgatroid99
· 8 years ago
06a30ee
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
5b1c5f2
Extend clang-format to C#, Node, Ruby
by Craig Tiller
· 8 years ago
0dd38b5
Fix broken merge
by Craig Tiller
· 8 years ago
3512ec9
Fix typo
by Craig Tiller
· 8 years ago
76c8400
Node benchmarks: allow arbitrary message size, add CPU usage stats
by murgatroid99
· 8 years ago
c3666d7
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
0e5fa9e
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
92e0fee
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
9e1acc0
master to 1.4.0-dev
by David Garcia Quintas
· 8 years ago
d9986c3
1.3.x branch cut
by David Garcia Quintas
· 8 years ago
a41fd5b
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4
by murgatroid99
· 8 years ago
57e6485
Merge github.com:grpc/grpc into hybrid
by Craig Tiller
· 8 years ago
aa5a928
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
b3d308b
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
cd3ae4f
Remove API
by Craig Tiller
· 8 years ago
70a2a4b
Bump version to 1.2.4
by murgatroid99
· 8 years ago
c20fa90
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
43713e6
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
by Jan Tattermusch
· 8 years ago
017a335
Only delete core-level server if shutdown was successful
by murgatroid99
· 8 years ago
803392e
Node server: add NULL check to tryShutdown
by murgatroid99
· 8 years ago
c22d62f
Move ForceShutdown completion handling to new OnComplete method
by murgatroid99
· 8 years ago
42cfaa9
Add native tag completion callbacks, dispose of server after tryShutdown succeeds
by murgatroid99
· 8 years ago
79962f3
Refactor tag completion handling into one function
by murgatroid99
· 8 years ago
f2b949b
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
7b9f97b
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
7cfa1bf
Bump version to 1.2.3
by murgatroid99
· 8 years ago
a78582b
Ignore a couple of errors in the Node express benchmark
by murgatroid99
· 8 years ago
bbf4e5b
Merge pull request #10468 from murgatroid99/node_call_destruction_bug
by Michael Lumish
· 8 years ago
a075688
Merge pull request #10503 from murgatroid99/node_memory_leak_2
by Michael Lumish
· 8 years ago
2a4ea2d
Node: consolidate call destruction logic
by murgatroid99
· 8 years ago
Next »