aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Merge pull request #311 from murgatroid99/node_fix_not_found_handlerGravatar Tim Emiola2015-01-30
|\
* \ Merge pull request #305 from murgatroid99/node_stock_serviceGravatar Tim Emiola2015-01-30
|\ \
| * | Added copyright notice to stock.protoGravatar murgatroid992015-01-30
| | * Added handling for unimplemeneted methods on the serverGravatar murgatroid992015-01-30
| |/ |/|
| * Added stock service client and serverGravatar murgatroid992015-01-30
* | Removed stray debugger statementGravatar murgatroid992015-01-29
* | Switched extension to return faster sliceable BuffersGravatar murgatroid992015-01-29
|/
* Added cancellation interop tests to Node interop clientGravatar murgatroid992015-01-29
* Added API for servers to provide metadataGravatar murgatroid992015-01-29
* Merge branch 'master' of github.com:google/grpc into node_server_metadataGravatar murgatroid992015-01-29
|\
| * Changed low-level metadata API to be more reasonableGravatar murgatroid992015-01-28
* | Added metadata pass-through to server method handlersGravatar murgatroid992015-01-28
|/
* Merge pull request #209 from yang-g/interopclientGravatar Chen Wang2015-01-27
|\
| * sync up with masterGravatar Yang Gao2015-01-27
| |\
* | | Finished fixing the testsGravatar murgatroid992015-01-27
* | | Fixed tests by properly half-closingGravatar murgatroid992015-01-26
* | | Removed all uses of highlandGravatar murgatroid992015-01-26
| |/ |/|
* | Fixed file references to match moved filesGravatar murgatroid992015-01-26
* | Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26
* | Refactored other testsGravatar murgatroid992015-01-26
* | Refactored tests to avoid hangingGravatar murgatroid992015-01-26
* | Added cancel to client APIs and cancelled event to server APIsGravatar murgatroid992015-01-26
* | Added cancel to surface callsGravatar murgatroid992015-01-26
* | Added missing server shutdown to interop test runnerGravatar murgatroid992015-01-26
* | Removed all instances of == in js filesGravatar murgatroid992015-01-26
* | Shortened a functionGravatar murgatroid992015-01-26
| * run clang-formatGravatar Yang Gao2015-01-26
* | Moved some code around for clarityGravatar murgatroid992015-01-23
* | Removed unnecessary bidi stream wrappersGravatar murgatroid992015-01-23
* | Removed some duplicate stream codeGravatar murgatroid992015-01-23
|/
* Fixed node interop serverGravatar murgatroid992015-01-23
* Skiped currently failing testGravatar murgatroid992015-01-23
* Made node library buildable from source treeGravatar murgatroid992015-01-23
* Resolved merge conflict with upstream/masterGravatar murgatroid992015-01-21
|\
| * Indicated that serialize and deserialize are optionalGravatar murgatroid992015-01-21
* | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \
| | * Merge branch 'master' into node_remove_byte_streamsGravatar murgatroid992015-01-21
| | |\ | |_|/ |/| |
* | | Merge pull request #149 from murgatroid99/node_bind_port_zeroGravatar Tim Emiola2015-01-21
|\ \ \
| | | * Merge branch 'master' into node_remove_byte_streamsGravatar murgatroid992015-01-21
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #141 from jboeuf/ssl_server_creds_integrationGravatar Craig Tiller2015-01-21
|\ \ \ \
| | | | * Switched binary stream to object streamGravatar murgatroid992015-01-21
| |_|_|/ |/| | |
| | * | Modified interop tests to handle binding to port 0Gravatar murgatroid992015-01-21
| | * | Merge branch 'master' into node_bind_port_zeroGravatar murgatroid992015-01-21
| | |\ \ | |_|/ / |/| | |
* | | | Removed extra debugger statementsGravatar murgatroid992015-01-21
| | * | Removed port_picker and bound to port 0 in tests insteadGravatar murgatroid992015-01-21
| * | | Fixing node and ruby builds.Gravatar Julien Boeuf2015-01-21
| |/ /
* | | Added TLS support to interop testsGravatar murgatroid992015-01-21
* | | Removed temp filesGravatar murgatroid992015-01-20
* | | Added and fixed interop testsGravatar murgatroid992015-01-20
* | | Added interop client and serverGravatar murgatroid992015-01-20