aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext
Commit message (Expand)AuthorAge
* Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
* Resolved merge conflictsGravatar murgatroid992015-07-30
|\
| * Merge pull request #2679 from murgatroid99/node_explicit_insecure_channelGravatar Abhishek Kumar2015-07-30
| |\
| * \ Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
| |\ \
* | | | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| |/ / |/| |
| | * Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| | * Merge branch 'master' into node_explicit_insecure_channelGravatar murgatroid992015-07-27
| | |\ | |_|/ |/| |
| | * Added explicit insecure credentials constructorsGravatar murgatroid992015-07-27
* | | Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
|\ \ \
| * \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ \ \
| * \ \ \ Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
| |\ \ \ \
| * \ \ \ \ Merge pull request #2651 from murgatroid99/node_call_peer_addressGravatar Jan Tattermusch2015-07-24
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| | | * | | Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
| | |/ / /
| * / / / Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| |/ / /
| | * | Fix node test. Remove all the server fake credentials referencesGravatar yang-g2015-07-22
| | * | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| |/ /
| | * Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| |/
* / C++ is also a language that can be insecureGravatar Craig Tiller2015-07-21
|/
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
|\
| * Added changes to node and php wrappersGravatar David Garcia Quintas2015-06-15
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\|
| * Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\|
| * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
* | Updated server to use new shutdown semanticsGravatar murgatroid992015-05-28
|/
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Fix some wrapped languagesGravatar Craig Tiller2015-05-06
* | C Core API cleanup.Gravatar Craig Tiller2015-05-04
|/
* Merge pull request #1353 from murgatroid99/node_limit_thread_usageGravatar Tim Emiola2015-04-23
|\
* | Remove unused references to malloc.h (which is non-standard, Linux-specific a...Gravatar Alexander Staubo2015-04-05
| * Resolved merge conflicts with masterGravatar murgatroid992015-03-18
| |\
* | | Changed call to only expect and return binary headers when key ends with '-bin'Gravatar murgatroid992015-03-17
| |/ |/|
* | Merge branch 'master' into node_11_cleanup_segfaultGravatar murgatroid992015-03-09
|\ \
* | | Fixed segfault by fixing scope issueGravatar murgatroid992015-03-09
| * | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| |\ \ | |/ / |/| |
* | | The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
* | | Updated some c++ files for 0.11/0.12 compatibilityGravatar murgatroid992015-03-04
| * | Updated Node library to new secure server APIGravatar murgatroid992015-03-02
|/ /
* | Fixed TLS host resolution problemsGravatar murgatroid992015-02-25
* | Fixed reference to grpc_default_credentials_createGravatar murgatroid992015-02-24
* | Removed reference to non-existent headerGravatar murgatroid992015-02-19
* | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | 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