aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.cc
Commit message (Expand)AuthorAge
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
* Node: fix segfault with incorrect status argument typesGravatar murgatroid992017-07-31
* Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
|\
| * Node: fix status memory leak, improve tcp_uv read buffer allocation codeGravatar murgatroid992017-06-23
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|/
* Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
|\
| * Add more null checks to call methodsGravatar murgatroid992017-05-25
| * Fix race between destroying call after status and handling write failureGravatar murgatroid992017-05-15
| * Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-26
|/|
| * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
* | Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uvGravatar murgatroid992017-04-25
|\|
* | Remove non-libuv code from Node extensionGravatar murgatroid992017-04-24
| * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| |\
| | * Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
| |/ |/|
| * Fix broken mergeGravatar Craig Tiller2017-04-19
| * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| |\ | |/ |/|
| * Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-12
| |\
* | | Only delete core-level server if shutdown was successfulGravatar murgatroid992017-04-11
* | | Add native tag completion callbacks, dispose of server after tryShutdown succ...Gravatar murgatroid992017-04-10
* | | Refactor tag completion handling into one functionGravatar murgatroid992017-04-10
| |/ |/|
* | Merge pull request #10468 from murgatroid99/node_call_destruction_bugGravatar Michael Lumish2017-04-06
|\ \
| * | Node: consolidate call destruction logicGravatar murgatroid992017-04-06
* | | Node: fix leak of sent metadataGravatar murgatroid992017-04-06
| * | Fix call destruction bugGravatar murgatroid992017-04-04
* | | Properly unref some slices in Node glue codeGravatar murgatroid992017-04-03
|/ /
| * Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/
* Fix merge errorGravatar Craig Tiller2017-01-26
* Fix merge errorGravatar Craig Tiller2017-01-26
* Fix merge errorGravatar Craig Tiller2017-01-26
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\
| * Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Make Node extension work with slice changesGravatar murgatroid992016-12-12
* Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmergeGravatar murgatroid992016-10-28
|\
* | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| * Update Node library dependencies and change deprecated function callsGravatar murgatroid992016-08-15
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
* Update copyrightsGravatar murgatroid992016-01-13
* Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
|\
* | Make Node library use core metadata validation instead of duplicating itGravatar murgatroid992016-01-07
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* Memory leak fix?Gravatar Seongjin Cho2015-12-03
* Updated Node credentials API to match core API changeGravatar murgatroid992015-10-20
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Fixed issues with binary metadata type checkingGravatar murgatroid992015-10-06
* | Split Credentials into two typesGravatar murgatroid992015-09-30