Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port | Craig Tiller | 2015-08-03 |
| | |||
* | Resolved merge conflicts | murgatroid99 | 2015-07-30 |
|\ | |||
| * | Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel | Abhishek Kumar | 2015-07-30 |
| |\ | | | | | | | Make insecure channel/stub construction explicit | ||
| * \ | Merge pull request #2676 from murgatroid99/node_jsdoc | Nicolas Noble | 2015-07-28 |
| |\ \ | | | | | | | | | Add Node documentation generation | ||
| * \ \ | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-28 |
| |\ \ \ | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * \ \ | Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth | Julien Boeuf | 2015-07-27 |
| | |\ \ \ | |||
* | | | | | | Made binding a server to a port insecurely explicit | murgatroid99 | 2015-07-27 |
| |_|/ / / |/| | | | | |||
| | | | * | Added test that credential channel argument is required | murgatroid99 | 2015-07-27 |
| | | | | | |||
| | | | * | Made credentials an explicit required argument to channels | murgatroid99 | 2015-07-27 |
| | | | | | |||
| | | | * | Merge branch 'master' into node_explicit_insecure_channel | murgatroid99 | 2015-07-27 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | | * | Added explicit insecure credentials constructors | murgatroid99 | 2015-07-27 |
| | | | | | |||
| | | * | | Rearranged some code for jsdoc, added some documentation | murgatroid99 | 2015-07-27 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-26 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c | ||
| | * \ \ \ | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | | | | | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fake transport security to private | ||
| | | | | * | | Added documentation command and settings to Node package | murgatroid99 | 2015-07-24 |
| | | | | | | | |||
| * | | | | | | Merge pull request #2630 from murgatroid99/node_completion_key_names | Jan Tattermusch | 2015-07-24 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Changed object keys to valid identifier names | ||
| * \ \ \ \ \ \ | Merge pull request #2651 from murgatroid99/node_call_peer_address | Jan Tattermusch | 2015-07-24 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Exposed channel target and call peer in Node wrapper | ||
| * | | | | | | | Merge pull request #2620 from meisterpeeps/master | Michael Lumish | 2015-07-24 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | Update README.md (just a little typo) | ||
| | | * | | | | | Exposed channel target and call peer in Node wrapper | murgatroid99 | 2015-07-24 |
| | | | | | | | | |||
* | | | | | | | | Merge github.com:grpc/grpc into elliptic-orange-chamelion | Craig Tiller | 2015-07-23 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | | | | | * | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | | | * | | | | Changed object keys to valid identifier names | murgatroid99 | 2015-07-23 |
| | |_|/ / / / | |/| | | | | | |||
| | * | | | | | Make the server report monotonic times for deadlines | Craig Tiller | 2015-07-23 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later. | ||
| | * / / / | Update README.md | Jeff Peoples | 2015-07-22 |
| |/ / / / | |||
| | * | | | Fix node test. Remove all the server fake credentials references | yang-g | 2015-07-22 |
| | | | | | |||
| * | | | | Fixed setting user-agent string | murgatroid99 | 2015-07-22 |
| | | | | | |||
| | * | | | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 |
| | |/ / | |||
| | | * | Adding option to force client auth on the server SSL creds. | Julien Boeuf | 2015-07-21 |
| | |/ | |||
* | / | C++ is also a language that can be insecure | Craig Tiller | 2015-07-21 |
| |/ |/| | |||
| * | Added user-agent setting code, and a test for it | murgatroid99 | 2015-07-21 |
|/ | |||
* | Removed now-incorrect asserts in oauth test | murgatroid99 | 2015-07-20 |
| | |||
* | Removed unnecessary arguments from auth message | murgatroid99 | 2015-07-20 |
| | |||
* | Added oauth2_auth_token and per_rpc_creds Node interop tests | murgatroid99 | 2015-07-20 |
| | |||
* | Use more meaningful names for metadata keys in tests | murgatroid99 | 2015-07-20 |
| | |||
* | Merge pull request #2464 from murgatroid99/node_server_construction_change | Abhishek Kumar | 2015-07-20 |
|\ | | | | | Changed to newer, simpler server construction interface | ||
* \ | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
|\ \ | |||
| * | | Added tests for UNKNOWN status when the handler does not specify | murgatroid99 | 2015-07-17 |
| | | | |||
| * | | Add tests for translating server handler errors to status objects | murgatroid99 | 2015-07-17 |
| | | | |||
| | * | Added test for echoing metadata | murgatroid99 | 2015-07-16 |
| | | | |||
| | * | Removed server-wide metadata handler, individual handlers can now send metadata | murgatroid99 | 2015-07-16 |
| | | | |||
| | * | Changed to newer, simpler server construction interface | murgatroid99 | 2015-07-15 |
| |/ | |||
| * | Merge pull request #2335 from murgatroid99/node_error_codes | Abhishek Kumar | 2015-07-14 |
| |\ | | | | | | | Made Node server respond with UNKNOWN for unspecified application errors | ||
* | | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
| | | | |||
* | | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 |
|/ / | |||
* | | Merge branch 'master' into release-0_10 | Craig Tiller | 2015-07-10 |
|\ \ | |||
| * \ | Merge pull request #2322 from murgatroid99/node_health_check_service | Yang Gao | 2015-07-10 |
| |\ \ | | | | | | | | | Node health check service | ||
* | | | | Bumped Node.js package version to 0.10.0 | murgatroid99 | 2015-07-09 |
|/ / / | |||
| * | | Updated health check service with new changes | murgatroid99 | 2015-07-08 |
| | | | |||
* | | | Merge pull request #2310 from murgatroid99/node_pkg_config | Nicolas Noble | 2015-07-08 |
|\ \ \ | | | | | | | | | Use pkg-config when building the Node extension, if possible |