Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Mark D. Roth | 2017-09-11 |
| | |||
* | Fix node build. | Mark D. Roth | 2017-09-08 |
| | |||
* | Change plugin credentials API to support both sync and async modes. | Mark D. Roth | 2017-09-01 |
| | |||
* | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | |||
* | Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault | Michael Lumish | 2017-08-08 |
|\ | | | | | Node: fix segfault with incorrect status argument types | ||
* | | Node: document that root_certs in createSsl is optional | Connor Peet | 2017-08-02 |
| | | | | | | | | | | It appears that omitting it causes grpc to use the hosts' default cert data. This was brought up (as I had implemented this method incorrectly) in: https://github.com/mixer/etcd3/issues/28#issuecomment-319510441 | ||
| * | Split tests more granularly | murgatroid99 | 2017-08-01 |
| | | |||
* | | Node: replace custom deprecation warning with existing solution | murgatroid99 | 2017-07-31 |
| | | |||
| * | Node: fix segfault with incorrect status argument types | murgatroid99 | 2017-07-31 |
|/ | |||
* | Add cancellation to asynchronous security APIs. | Mark D. Roth | 2017-07-21 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | |||
* | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge | murgatroid99 | 2017-07-06 |
|\ | |||
| * | Bump version to 1.4.1 | murgatroid99 | 2017-06-27 |
| | | |||
| * | Node: fix status memory leak, improve tcp_uv read buffer allocation code | murgatroid99 | 2017-06-23 |
| | | |||
| * | Merge pull request #11548 from kpayson64/bump_version_1_4_0 | kpayson64 | 2017-06-19 |
| |\ | | | | | | | Bump to version 1.4.0 | ||
| | * | Bump to version 1.4.0 | Ken Payson | 2017-06-19 |
| | | | |||
| * | | Merge pull request #11536 from murgatroid99/node_fix_racy_test | Michael Lumish | 2017-06-19 |
| |\ \ | | | | | | | | | Fix racy Node reconnect test | ||
| * \ \ | Merge pull request #11515 from murgatroid99/node_fix_write_control_flow | Michael Lumish | 2017-06-19 |
| |\ \ \ | | | | | | | | | | | Fix missing return after callback in a function | ||
| | | * | | Fix racy Node reconnect test | murgatroid99 | 2017-06-19 |
| | |/ / | |/| | | |||
| | * | | Add another missing return after a callback | murgatroid99 | 2017-06-19 |
| | | | | |||
* | | | | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x | murgatroid99 | 2017-06-15 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | | * | Fix missing return after callback in a function | murgatroid99 | 2017-06-15 |
| | |/ | |/| | |||
| | * | Upgrade Protobuf.js 6 code to work with 6.8 | murgatroid99 | 2017-06-14 |
| |/ | |||
| * | Node: add test for reconnecting client after server restart | murgatroid99 | 2017-06-09 |
| | | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | change LICENSE, add AUTHORS | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Fix minor error in Node generated documentation | murgatroid99 | 2017-06-05 |
| | | |||
* | | Merge pull request #11286 from murgatroid99/node_perf_tests | Michael Lumish | 2017-06-02 |
|\ \ | | | | | | | Enable more Node performance tests, fix streaming test implementation | ||
* | | | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 |
| | | | |||
| | * | 1.4.x branch cut, version bump PR | David Garcia Quintas | 2017-05-30 |
| |/ |/| | |||
* | | Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge | Michael Lumish | 2017-05-30 |
|\ \ | | | | | | | Master 1.3.x upmerge | ||
| * | | Fix node cancellation tests | murgatroid99 | 2017-05-25 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 |
| |\ \ | |||
| | * | | Add more null checks to call methods | murgatroid99 | 2017-05-25 |
| | | | | |||
| | | * | Enable more Node performance tests, fix streaming test implementation | murgatroid99 | 2017-05-23 |
| | |/ | |/| | |||
| | * | bump version to 1.3.6 | Jan Tattermusch | 2017-05-23 |
| | | | |||
* | | | Merge branch 'master' into node_api_docs | murgatroid99 | 2017-05-23 |
|\| | | |||
* | | | Refactor some code and document most of the API | murgatroid99 | 2017-05-23 |
| | | | |||
| | * | Update version to 1.3.5 | Ken Payson | 2017-05-19 |
| | | | |||
| | * | Bump to version 1.3.4 | Alexander Polcyn | 2017-05-18 |
| | | | |||
| * | | Fixed missed conflicts - use constants.logVerbosity instead | Stanley Cheung | 2017-05-17 |
| | | | |||
| * | | Upmerge from v1.3.x branch to master | Stanley Cheung | 2017-05-17 |
|/| | | |||
| | * | Merge pull request #11141 from murgatroid99/node_write_after_end_race_fix | Michael Lumish | 2017-05-17 |
| |/| | | | | | | | Fix race between destroying call after status and handling write failure | ||
| | * | Change write callback to asynchronous to avoid recursion | murgatroid99 | 2017-05-16 |
| | | | |||
| * | | Bump to version 1.3.3 | Ken Payson | 2017-05-16 |
| | | | |||
| | * | Fix race between destroying call after status and handling write failure | murgatroid99 | 2017-05-15 |
| |/ | |||
* | | Move gRPC constants to js file to include them in generated documentation | murgatroid99 | 2017-05-10 |
| | |