index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
test
/
surface_test.js
Commit message (
Expand
)
Author
Age
*
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
|
\
*
|
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
|
*
Changed to newer, simpler server construction interface
murgatroid99
2015-07-15
|
/
*
Replaced underscore and underscore.string modules with lodash
murgatroid99
2015-06-03
*
Fixed server to handle invalid arguments without breaking
murgatroid99
2015-05-19
*
Added failing tests for server bad argument handling
murgatroid99
2015-05-18
*
Added failing test that echos the request message
murgatroid99
2015-05-11
*
Added error events on client streams when the server is streaming
murgatroid99
2015-05-06
*
Added JSON option for gRPC file loading
murgatroid99
2015-04-20
*
Reworded test case descriptions
murgatroid99
2015-04-03
*
Finished adding trailing metadata tests
murgatroid99
2015-03-26
*
Started adding support for trailing metadata
murgatroid99
2015-03-26
*
Added a test for generic client and server constructors
murgatroid99
2015-03-19
*
Added functions to create generic servers and clients
murgatroid99
2015-03-18
*
Fixed lint errors
murgatroid99
2015-02-19
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
All tests but one now pass against new API
murgatroid99
2015-02-12
*
Added API for servers to provide metadata
murgatroid99
2015-01-29
*
Fixed file references to match moved files
murgatroid99
2015-01-26
*
Added cancel to client APIs and cancelled event to server APIs
murgatroid99
2015-01-26
*
Made method names more idiomatically cased for clients and servers
murgatroid99
2015-01-16
*
Added code generation for clients and servers
murgatroid99
2015-01-15