aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
Commit message (Expand)AuthorAge
* Merge pull request #3012 from murgatroid99/node_metadata_classGravatar Tim Emiola2015-08-28
|\
* \ Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \
| | * Fixed handling of binary metadata valuesGravatar murgatroid992015-08-27
* | | Merge pull request #2993 from murgatroid99/node_server_graceful_shutdownGravatar Tim Emiola2015-08-26
|\ \ \
| | * | Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
| |/ / |/| |
| * | Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-21
| |\ \
* | \ \ Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairsGravatar Tim Emiola2015-08-21
|\ \ \ \ | |_|/ / |/| | |
* | | | Update node health check serviceGravatar yang-g2015-08-21
| | | * Allowed underscore in metadata keysGravatar murgatroid992015-08-21
| | | * Reversed toLowerCase removalGravatar murgatroid992015-08-21
| | | * Replaced toLowerCase with local-insensitive downcasing functionGravatar murgatroid992015-08-20
| | | * Moved key character check to before key transformationGravatar murgatroid992015-08-20
| | | * Normalize keys when getting and removing metadata itemsGravatar murgatroid992015-08-20
| | | * Added string value validation, modified key normalization and validationGravatar murgatroid992015-08-20
* | | | Merge pull request #2999 from murgatroid99/node_test_fixesGravatar Tim Emiola2015-08-20
|\ \ \ \
| | | | * Fixed test and lint errorsGravatar murgatroid992015-08-20
| | | | * Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
| | | | |\ | | | | |/ | | | |/|
| | | | * Re-enabled testsGravatar murgatroid992015-08-20
| | | | * Merged node_test_fixesGravatar murgatroid992015-08-20
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Added new Metadata class to abstract over internal representation and normali...Gravatar murgatroid992015-08-20
* | | | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
* | | | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| | * | | Fixed testsGravatar murgatroid992015-08-19
| | * | | Merge branch 'node_test_fixes' into node_server_creds_multiple_pairsGravatar murgatroid992015-08-19
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Stop dereferencing an optional parameter without checking itGravatar murgatroid992015-08-19
| | |_|/ | |/| |
| | * | Modified server SSL certs to allow multiple pairs and force_client_auth flagGravatar murgatroid992015-08-19
| |/ /
* | | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
* | | update debian install instructionsGravatar Stanley Cheung2015-08-19
|/ /
| * Added a test, enabled other testsGravatar murgatroid992015-08-19
| * Merge branch 'core_shutdown_idempotency' into node_server_graceful_shutdownGravatar murgatroid992015-08-19
| |\
* | \ Merge pull request #2955 from murgatroid99/node_nan_deprecation_warningsGravatar Tim Emiola2015-08-19
|\ \ \
* \ \ \ Merge pull request #2960 from murgatroid99/node_compressionGravatar Tim Emiola2015-08-19
|\ \ \ \ | |_|_|/ |/| | |
| | | * Removed errant NULL settingGravatar murgatroid992015-08-19
* | | | Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
|\ \ \ \
| * | | | Zero out reserved field in nodeGravatar Craig Tiller2015-08-19
| | | | * Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-18
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| | |_|/ | |/| |
| | * | Only use encoding for write flags if it is numericGravatar murgatroid992015-08-17
| | * | Moved write flag constants to base moduleGravatar murgatroid992015-08-17
| | * | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
| | |\ \ | | |/ / | |/| |
* / | | Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
|/ / /
| | * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
| |/ |/|
* | Merge pull request #2942 from murgatroid99/node_parent_callGravatar Michael Lumish2015-08-17
|\ \
| * | Fixed typo in argument error messageGravatar murgatroid992015-08-14
* | | Replaced remaining references to 'listen' with 'start'Gravatar murgatroid992015-08-14
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
| |\ \ | |/ / |/| |
| * | Made deadline tests workGravatar murgatroid992015-08-14
| * | Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
* | | Merge pull request #2696 from murgatroid99/node_client_connectivityGravatar Jan Tattermusch2015-08-14
|\ \ \
| * | | Further fixed connectivity testsGravatar murgatroid992015-08-13