aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Collapse)AuthorAge
...
* | Updated event.cc with new changesGravatar murgatroid992015-02-09
| |
| * More progress towards new API compatibilityGravatar murgatroid992015-02-09
| |
| * Merge branch 'master' into node_new_core_apiGravatar murgatroid992015-02-05
| |\ | |/ |/|
| * Part of the update to the new APIGravatar murgatroid992015-02-05
| |
* | 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
| | | * 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
|\ \ \ \ | | | | | | | | | | Changing the SSL (Server) Credentials API.
| | | | * 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
| | |\ \ | |_|/ / |/| | |