Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3878 from murgatroid99/node_remove_log_lines | Nicolas Noble | 2015-10-20 |
|\ | | | | | Stop outputting log lines from Node library by default | ||
| * | This is a library. It should not output logs to STDOUT by default | murgatroid99 | 2015-10-19 |
| | | |||
* | | Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots | jboeuf | 2015-10-15 |
|\ \ | |/ |/| | Distribute roots.pem with the Node package | ||
| * | Distribute roots.pem with the Node package | murgatroid99 | 2015-10-15 |
| | | |||
* | | Fixed error in Node credentials test | murgatroid99 | 2015-10-13 |
| | | |||
* | | Added more tests, removed some unused code, fixed a bug | murgatroid99 | 2015-10-13 |
| | | |||
* | | Added some more tests to increase coverage | murgatroid99 | 2015-10-12 |
| | | |||
* | | Refactored some C++ code to improve code reuse | murgatroid99 | 2015-10-12 |
| | | |||
* | | Add some tests to increase coverage, fix some failures | murgatroid99 | 2015-10-12 |
|/ | |||
* | Merge pull request #3760 from murgatroid99/node_unified_installation_failure | Jan Tattermusch | 2015-10-09 |
|\ | | | | | Fix issue with Node installation | ||
* | | Revert "Added interval_us delay in Node interop server" | murgatroid99 | 2015-10-09 |
| | | | | | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd. | ||
* | | Fixed some issues with the tests | murgatroid99 | 2015-10-09 |
| | | |||
| * | Fixed some issues with the Node tests | murgatroid99 | 2015-10-09 |
| | | |||
* | | Fix a couple of issues with the node interop client | murgatroid99 | 2015-10-09 |
| | | | | | | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses. | ||
* | | Added remaining implementable node interop tests, except compression | murgatroid99 | 2015-10-08 |
| | | |||
* | | Made Node interop client use all specified command line flags | murgatroid99 | 2015-10-08 |
| | | |||
* | | Added interval_us delay in Node interop server | murgatroid99 | 2015-10-08 |
| | | |||
* | | Add incompressible responses and status echoing to Node interop server | murgatroid99 | 2015-10-07 |
|/ | |||
* | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
|\ | |||
* | | Added more documentation to credentials.js | murgatroid99 | 2015-10-07 |
| | | |||
| * | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
| |\ | |||
* | \ | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #3625 from murgatroid99/node_single_install_step | Tim Emiola | 2015-10-07 |
| |\ \ | | | | | | | | | Node single install step | ||
* | | | | Removed now-extaneous function | murgatroid99 | 2015-10-07 |
| | | | | |||
* | | | | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
|\| | | | |||
| * | | | Fixed issues with binary metadata type checking | murgatroid99 | 2015-10-06 |
| | | | | |||
| * | | | Merge branch 'master' into node_interop_echo_metadata | murgatroid99 | 2015-10-06 |
| |\ \ \ | |||
* | \ \ \ | Resolved merge conflicts with master | murgatroid99 | 2015-10-06 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | | * | Don't package tests in Node package | murgatroid99 | 2015-10-06 |
| | | | | | |||
| | | | * | Fixed up Node tests after math folder move | murgatroid99 | 2015-10-06 |
| | | | | | |||
| | | | * | Moved math proto and server to test folder | murgatroid99 | 2015-10-06 |
| | | | | | |||
| | | | * | Removed a bunch of Node files I don't need or use | murgatroid99 | 2015-10-06 |
| | |_|/ | |/| | | |||
| * | | | Re-implemented call propagation tests to avoid race conditions | murgatroid99 | 2015-10-05 |
| | | | | |||
| * | | | Removed a pair of racy Node tests | murgatroid99 | 2015-10-05 |
| | | | | |||
| | | * | Resolved merge conflicts with master | murgatroid99 | 2015-10-05 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 |
| |\ \ \ | | | | | | | | | | | Upmerge from beta to master. | ||
| | | | * | Fixed node extension module name | murgatroid99 | 2015-10-02 |
| | | | | | |||
* | | | | | Prevented composing insecure credentials | murgatroid99 | 2015-10-02 |
| | | | | | |||
| | * | | | Fixed missing item in Node library file list | murgatroid99 | 2015-10-01 |
| | | | | | |||
| | | | * | Moved gRPC node package root to repo root, made it depend on grpc.gyp | murgatroid99 | 2015-10-01 |
| | |_|/ | |/| | | |||
* | | | | Split Credentials into two types | murgatroid99 | 2015-09-30 |
| | | | | |||
| * | | | Added code for extension coverage | murgatroid99 | 2015-09-30 |
| | | | | |||
* | | | | Removed now-redundant credentials wrappings | murgatroid99 | 2015-09-28 |
| | | | | |||
* | | | | Fixed some issues with new credential code | murgatroid99 | 2015-09-28 |
| | | | | |||
* | | | | Reworked credentials surface API, added test | murgatroid99 | 2015-09-25 |
| | | | | |||
* | | | | Implemented credentials plugin interface | murgatroid99 | 2015-09-24 |
| | | | | |||
| | * | | Added test for using gRPC with other async operations | murgatroid99 | 2015-09-24 |
| | | | | |||
* | | | | Added most of the plugin implementation | murgatroid99 | 2015-09-24 |
| | | | | |||
* | | | | Merged from master | murgatroid99 | 2015-09-23 |
|\| | | | |||
| * | | | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 |
| |\ \ \ | | | | | | | | | | | Release 0.11 to master upmerge. |