Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added standard performance metrics | murgatroid99 | 2015-02-11 |
| | |||
* | Updated copyright date | murgatroid99 | 2015-02-11 |
| | |||
* | Added a performance test | murgatroid99 | 2015-02-11 |
| | |||
* | Fixed typo in stock_server.js0 | murgatroid99 | 2015-02-09 |
| | |||
* | Added echoing of requested stock symbol. | Jun Yang | 2015-02-09 |
| | | | | This makes the example more realistic. | ||
* | Completed minimal sample in JsDoc of stock client. | Jun Yang | 2015-02-09 |
| | |||
* | Fixed math and stock servers | murgatroid99 | 2015-02-09 |
| | |||
* | Minor comment update | murgatroid99 | 2015-02-09 |
| | |||
* | Updated event.cc with new changes | murgatroid99 | 2015-02-09 |
| | |||
* | Added a lot more information to README | murgatroid99 | 2015-02-04 |
| | |||
* | Remove timeval functions | David Klempner | 2015-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. | Craig Tiller | 2015-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_handler | Tim Emiola | 2015-01-30 |
|\ | | | | | Added handling for unimplemeneted methods on the server | ||
* \ | Merge pull request #305 from murgatroid99/node_stock_service | Tim Emiola | 2015-01-30 |
|\ \ | | | | | | | Added stock service client and server | ||
| * | | Added copyright notice to stock.proto | murgatroid99 | 2015-01-30 |
| | | | |||
| | * | Added handling for unimplemeneted methods on the server | murgatroid99 | 2015-01-30 |
| |/ |/| | |||
| * | Added stock service client and server | murgatroid99 | 2015-01-30 |
| | | |||
* | | Removed stray debugger statement | murgatroid99 | 2015-01-29 |
| | | |||
* | | Switched extension to return faster sliceable Buffers | murgatroid99 | 2015-01-29 |
|/ | |||
* | Added cancellation interop tests to Node interop client | murgatroid99 | 2015-01-29 |
| | |||
* | Added API for servers to provide metadata | murgatroid99 | 2015-01-29 |
| | |||
* | Merge branch 'master' of github.com:google/grpc into node_server_metadata | murgatroid99 | 2015-01-29 |
|\ | |||
| * | Changed low-level metadata API to be more reasonable | murgatroid99 | 2015-01-28 |
| | | |||
* | | Added metadata pass-through to server method handlers | murgatroid99 | 2015-01-28 |
|/ | |||
* | Merge pull request #209 from yang-g/interopclient | Chen Wang | 2015-01-27 |
|\ | | | | | Interop client with service account credentials test case | ||
| * | sync up with master | Yang Gao | 2015-01-27 |
| |\ | |||
* | | | Finished fixing the tests | murgatroid99 | 2015-01-27 |
| | | | |||
* | | | Fixed tests by properly half-closing | murgatroid99 | 2015-01-26 |
| | | | |||
* | | | Removed all uses of highland | murgatroid99 | 2015-01-26 |
| |/ |/| | |||
* | | Fixed file references to match moved files | murgatroid99 | 2015-01-26 |
| | | |||
* | | Moved extension and JS files to separate directories | murgatroid99 | 2015-01-26 |
| | | |||
* | | Refactored other tests | murgatroid99 | 2015-01-26 |
| | | |||
* | | Refactored tests to avoid hanging | murgatroid99 | 2015-01-26 |
| | | |||
* | | Added cancel to client APIs and cancelled event to server APIs | murgatroid99 | 2015-01-26 |
| | | |||
* | | Added cancel to surface calls | murgatroid99 | 2015-01-26 |
| | | |||
* | | Added missing server shutdown to interop test runner | murgatroid99 | 2015-01-26 |
| | | |||
* | | Removed all instances of == in js files | murgatroid99 | 2015-01-26 |
| | | |||
* | | Shortened a function | murgatroid99 | 2015-01-26 |
| | | |||
| * | run clang-format | Yang Gao | 2015-01-26 |
| | | |||
* | | Moved some code around for clarity | murgatroid99 | 2015-01-23 |
| | | |||
* | | Removed unnecessary bidi stream wrappers | murgatroid99 | 2015-01-23 |
| | | |||
* | | Removed some duplicate stream code | murgatroid99 | 2015-01-23 |
|/ | |||
* | Fixed node interop server | murgatroid99 | 2015-01-23 |
| | |||
* | Skiped currently failing test | murgatroid99 | 2015-01-23 |
| | |||
* | Made node library buildable from source tree | murgatroid99 | 2015-01-23 |
| | |||
* | Resolved merge conflict with upstream/master | murgatroid99 | 2015-01-21 |
|\ | |||
| * | Indicated that serialize and deserialize are optional | murgatroid99 | 2015-01-21 |
| | | |||
* | | Resolved merge conflicts with master | murgatroid99 | 2015-01-21 |
|\ \ | |||
| | * | Merge branch 'master' into node_remove_byte_streams | murgatroid99 | 2015-01-21 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #149 from murgatroid99/node_bind_port_zero | Tim Emiola | 2015-01-21 |
|\ \ \ | | | | | | | | | Bind servers to port 0 in node tests |