aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
* Added standard performance metricsGravatar murgatroid992015-02-11
|
* Updated copyright dateGravatar murgatroid992015-02-11
|
* Added a performance testGravatar murgatroid992015-02-11
|
* Fixed typo in stock_server.js0Gravatar murgatroid992015-02-09
|
* Added echoing of requested stock symbol.Gravatar Jun Yang2015-02-09
| | | | This makes the example more realistic.
* Completed minimal sample in JsDoc of stock client.Gravatar Jun Yang2015-02-09
|
* Fixed math and stock serversGravatar murgatroid992015-02-09
|
* Minor comment updateGravatar murgatroid992015-02-09
|
* Updated event.cc with new changesGravatar murgatroid992015-02-09
|
* Added a lot more information to READMEGravatar murgatroid992015-02-04
|
* Remove timeval functionsGravatar David Klempner2015-02-04
| | | | | They only had one caller, which could easily be converted to use timespec instead of timeval.
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Merge pull request #311 from murgatroid99/node_fix_not_found_handlerGravatar Tim Emiola2015-01-30
|\ | | | | Added handling for unimplemeneted methods on the server
* \ Merge pull request #305 from murgatroid99/node_stock_serviceGravatar Tim Emiola2015-01-30
|\ \ | | | | | | Added stock service client and server
| * | 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
|\ | | | | Interop client with service account credentials test case
| * 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
|\ \ \ | | | | | | | | Bind servers to port 0 in node tests