aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/surface_test.js
Commit message (Collapse)AuthorAge
* Added string value validation, modified key normalization and validationGravatar murgatroid992015-08-20
|
* Fixed test and lint errorsGravatar murgatroid992015-08-20
|
* Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
|\
* | Added new Metadata class to abstract over internal representation and ↵Gravatar murgatroid992015-08-20
| | | | | | | | normalize keys
| * Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-18
| |\ | |/ |/|
| * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| |
* | Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
|/
* Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\
* | Made deadline tests workGravatar murgatroid992015-08-14
| |
* | Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| |
| * Further fixed connectivity testsGravatar murgatroid992015-08-13
| |
| * Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| |
| * Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\ | |/ |/|
| * Resolved merge conflictsGravatar murgatroid992015-07-30
| |\
* | \ 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
| | | * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
| | |/ | |/|
* | | Made binding a server to a port insecurely explicitGravatar 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
* | 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
* | 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
|/
* Replaced underscore and underscore.string modules with lodashGravatar murgatroid992015-06-03
|
* Fixed server to handle invalid arguments without breakingGravatar murgatroid992015-05-19
|
* Added failing tests for server bad argument handlingGravatar murgatroid992015-05-18
|
* Added failing test that echos the request messageGravatar 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
|
* Reworded test case descriptionsGravatar murgatroid992015-04-03
|
* Finished adding trailing metadata testsGravatar murgatroid992015-03-26
|
* Started adding support for trailing metadataGravatar murgatroid992015-03-26
|
* Added a test for generic client and server constructorsGravatar murgatroid992015-03-19
|
* Added functions to create generic servers and clientsGravatar murgatroid992015-03-18
|
* Fixed lint errorsGravatar murgatroid992015-02-19
|
* 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 API for servers to provide metadataGravatar murgatroid992015-01-29
|
* Fixed file references to match moved filesGravatar murgatroid992015-01-26
|
* Added cancel to client APIs and cancelled event to server APIsGravatar murgatroid992015-01-26
|
* Made method names more idiomatically cased for clients and serversGravatar murgatroid992015-01-16
|
* Added code generation for clients and serversGravatar murgatroid992015-01-15