aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/interop_sanity_test.js
Commit message (Collapse)AuthorAge
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
|
* Fixed some issues with the testsGravatar murgatroid992015-10-09
|
* Added remaining implementable node interop tests, except compressionGravatar murgatroid992015-10-08
|
* Fixed the testsGravatar murgatroid992015-08-27
|
* Add metadata echo functionality to interop server, and corresponding interop ↵Gravatar murgatroid992015-08-27
| | | | test
* Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
|
* Changed to newer, simpler server construction interfaceGravatar murgatroid992015-07-15
|
* Added Node interop test for timeout_on_sleeping_serverGravatar murgatroid992015-05-14
|
* 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
| |
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* All tests but one now pass against new APIGravatar murgatroid992015-02-12
|
* Added cancellation interop tests to Node interop clientGravatar murgatroid992015-01-29
|
* Added missing server shutdown to interop test runnerGravatar murgatroid992015-01-26
|
* Removed some duplicate stream codeGravatar murgatroid992015-01-23
|
* Skiped currently failing testGravatar murgatroid992015-01-23
|
* Merge branch 'master' into node_remove_byte_streamsGravatar murgatroid992015-01-21
|\
* | Switched binary stream to object streamGravatar murgatroid992015-01-21
| |
| * Modified interop tests to handle binding to port 0Gravatar murgatroid992015-01-21
|/
* Added TLS support to interop testsGravatar murgatroid992015-01-21
|
* Added and fixed interop testsGravatar murgatroid992015-01-20
|
* Added interop client and serverGravatar murgatroid992015-01-20