aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Merge pull request #504 from murgatroid99/node_new_core_apiGravatar Tim Emiola2015-02-17
|\
| * Added missing documentationGravatar murgatroid992015-02-17
* | The Python interoperability testing server.Gravatar Nathaniel Manista2015-02-15
| * Version bumpGravatar murgatroid992015-02-13
| * Removed debugging codeGravatar murgatroid992015-02-13
| * Updated server.cc to match call.cc changesGravatar murgatroid992015-02-13
| * Improved op_vector memory managementGravatar murgatroid992015-02-13
| * Further improved memory managementGravatar murgatroid992015-02-13
| * Improved memory managementGravatar murgatroid992015-02-13
| * Made changes based on commentsGravatar murgatroid992015-02-13
| * Removed extraneous log messagesGravatar murgatroid992015-02-12
| * Last test now passesGravatar murgatroid992015-02-12
| * Merge branch 'master' into node_new_core_apiGravatar murgatroid992015-02-12
| |\ | |/ |/|
| * Removed extra log linesGravatar murgatroid992015-02-12
| * All tests but one now pass against new APIGravatar murgatroid992015-02-12
| * Fixed most of surface testsGravatar murgatroid992015-02-12
| * Removed extra extension filesGravatar murgatroid992015-02-11
| * Fixed end to end testsGravatar murgatroid992015-02-11
* | Added standard performance metricsGravatar murgatroid992015-02-11
* | Updated copyright dateGravatar murgatroid992015-02-11
* | Added a performance testGravatar murgatroid992015-02-11
| * More end to end test debuggingGravatar murgatroid992015-02-11
| * Resolved merge conflictsGravatar murgatroid992015-02-10
| |\ | |/ |/|
| * Fixed end-to-end tests for new changesGravatar murgatroid992015-02-10
* | Fixed typo in stock_server.js0Gravatar murgatroid992015-02-09
| * Extension module now compiles and some tests passGravatar murgatroid992015-02-09
* | Added echoing of requested stock symbol.Gravatar Jun Yang2015-02-09
* | Completed minimal sample in JsDoc of stock client.Gravatar Jun Yang2015-02-09
* | Fixed math and stock serversGravatar murgatroid992015-02-09
| * Fixed another compiler errorGravatar murgatroid992015-02-09
| * Fixed some compiler errors in call.ccGravatar murgatroid992015-02-09
* | Minor comment updateGravatar murgatroid992015-02-09
* | 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
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* 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