aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test
Commit message (Collapse)AuthorAge
* Resolved merge conflictsGravatar murgatroid992015-07-30
|\
| * Merge pull request #2679 from murgatroid99/node_explicit_insecure_channelGravatar Abhishek Kumar2015-07-30
| |\ | | | | | | Make insecure channel/stub construction explicit
* | | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| | |
| | * Added test that credential channel argument is requiredGravatar murgatroid992015-07-27
| | |
| | * Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| |/ |/|
| * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-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_privateGravatar jboeuf2015-07-24
|\ \ | | | | | | Fake transport security to private
* \ \ Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
|\ \ \ | | | | | | | | Changed object keys to valid identifier names
* | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| | | |
| | | * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| | | |\ | |_|_|/ |/| | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
|/ / /
| * / Fix node test. Remove all the server fake credentials referencesGravatar yang-g2015-07-22
| |/
* / Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
|/
* Use more meaningful names for metadata keys in testsGravatar murgatroid992015-07-20
|
* Merge pull request #2464 from murgatroid99/node_server_construction_changeGravatar Abhishek Kumar2015-07-20
|\ | | | | Changed to newer, simpler server construction interface
* | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17
| |
* | Add tests for translating server handler errors to status objectsGravatar murgatroid992015-07-17
| |
| * Added test for echoing metadataGravatar murgatroid992015-07-16
| |
| * Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
|/
* Updated health check service with new changesGravatar murgatroid992015-07-08
|
* Minor changes to match recent design changesGravatar murgatroid992015-07-07
|
* Added some tests for the health check serviceGravatar murgatroid992015-07-06
|
* Fixed handling of long valuesGravatar murgatroid992015-06-05
|
* Added tests for serializing and deserializing 64 bit values in proto messagesGravatar murgatroid992015-06-05
|
* Replaced underscore and underscore.string modules with lodashGravatar murgatroid992015-06-03
|
* Correctly handle reading the final message and then sending statusGravatar Craig Tiller2015-05-19
|
* Fixed server to handle invalid arguments without breakingGravatar murgatroid992015-05-19
|
* Added failing tests for server bad argument handlingGravatar murgatroid992015-05-18
|
* Added Node interop test for timeout_on_sleeping_serverGravatar murgatroid992015-05-14
|
* Merge branch 'master' into node_fix_message_echoGravatar murgatroid992015-05-12
|\
* | Added failing test that echos the request messageGravatar murgatroid992015-05-11
| |
| * Updated ProtoBuf.js dependency. Updated protos to proto3Gravatar murgatroid992015-05-11
|/
* Added error events on client streams when the server is streamingGravatar murgatroid992015-05-06
|
* Added JSON option for gRPC file loadingGravatar murgatroid992015-04-20
|
* Fixed bugs in trailing metadata handling and math server exampleGravatar murgatroid992015-04-13
|
* Reworded test case descriptionsGravatar murgatroid992015-04-03
|
* Fixed proto syntaxGravatar murgatroid992015-03-26
|
* Finished adding trailing metadata testsGravatar murgatroid992015-03-26
|
* Started adding support for trailing metadataGravatar murgatroid992015-03-26
|
* Merge pull request #1097 from murgatroid99/node_general_interfaceGravatar Tim Emiola2015-03-23
|\ | | | | Node general interface
| * Added a test for generic client and server constructorsGravatar murgatroid992015-03-19
| |
| * Added functions to create generic servers and clientsGravatar murgatroid992015-03-18
| |
* | Simplified some testsGravatar murgatroid992015-03-17
| |
* | Changed call to only expect and return binary headers when key ends with '-bin'Gravatar murgatroid992015-03-17
|/
* Fixed segfault by fixing scope issueGravatar murgatroid992015-03-09
|
* Added more testsGravatar murgatroid992015-03-09
|
* Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
* Fixed lint errorsGravatar murgatroid992015-02-19
|
* Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
|\
* | Added interop support for default root SSL certsGravatar murgatroid992015-02-18
| |