Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge cleanup. | Nicolas Noble | 2015-02-09 |
| | |||
* | Merge branch 'master' of github.com:google/grpc into grpc-win32 | Nicolas "Pixel" Noble | 2015-02-10 |
|\ | |||
* | | Addressing comments. | Nicolas Noble | 2015-02-10 |
| | | |||
| * | Merge pull request #446 from murgatroid99/node_stock_server_typo_fix | Tim Emiola | 2015-02-09 |
| |\ | | | | | | | Fixed typo in stock_server.js | ||
| | * | Fixed typo in stock_server.js0 | murgatroid99 | 2015-02-09 |
| |/ | |||
| * | Merge pull request #442 from jyang/add-echoing-requsted-symbol | Michael Lumish | 2015-02-09 |
| |\ | | | | | | | Added echoing of requested stock symbol. | ||
| | * | Added echoing of requested stock symbol. | Jun Yang | 2015-02-09 |
| |/ | | | | | | | This makes the example more realistic. | ||
| * | Merge pull request #440 from jyang/complete-sample-in-client-jsdoc | Tim Emiola | 2015-02-09 |
| |\ | | | | | | | Completed minimal sample in JsDoc of stock client | ||
| * \ | Merge pull request #439 from tbetbetbe/grpc_ruby_update_after_c_core_changes | Michael Lumish | 2015-02-09 |
| |\ \ | | | | | | | | | Grpc ruby update after c core changes | ||
| | * | | Stop calling finish on server calls | Tim Emiola | 2015-02-09 |
| | | | | |||
| | * | | fixes a typo | Tim Emiola | 2015-02-09 |
| | | | | |||
| | | * | Completed minimal sample in JsDoc of stock client. | Jun Yang | 2015-02-09 |
| | |/ | |/| | |||
| | * | updates the client server spec to reflect that status is no longer shown | Tim Emiola | 2015-02-09 |
| | | | |||
| | * | Disable failing wrapping level tests | Tim Emiola | 2015-02-09 |
| | | | |||
| * | | Merge pull request #436 from murgatroid99/node_fix_example_servers | Tim Emiola | 2015-02-09 |
| |\ \ | | | | | | | | | Fixed math and stock servers | ||
| | * | | Fixed math and stock servers | murgatroid99 | 2015-02-09 |
| |/ / | |||
| * | | Merge pull request #423 from jtattermusch/interop_testing | Tim Emiola | 2015-02-09 |
| |\ \ | | | | | | | | | Adding interop client for C# | ||
| | | * | Fixes a event compiler error | Tim Emiola | 2015-02-09 |
| | | | | |||
| | * | | addressed review comments | Jan Tattermusch | 2015-02-09 |
| | | | | |||
| * | | | Merge pull request #432 from murgatroid99/node_switch_fix | Tim Emiola | 2015-02-09 |
| |\ \ \ | | |_|/ | |/| | | Updated event.cc with new changes | ||
| | * | | Minor comment update | murgatroid99 | 2015-02-09 |
| | | | | |||
| | * | | Updated event.cc with new changes | murgatroid99 | 2015-02-09 |
| |/ / | |||
| * | | Merge pull request #381 from ctiller/async-api-new | Yang Gao | 2015-02-09 |
| |\ \ | | | | | | | | | New Core API | ||
| * \ \ | Merge pull request #425 from ctiller/c++api | Yang Gao | 2015-02-09 |
| |\ \ \ | | | | | | | | | | | Move completion_queue.cc to common/ from server/ | ||
| | | * | | Fix duplicated line | Craig Tiller | 2015-02-09 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into async-api-new | Craig Tiller | 2015-02-06 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #424 from ctiller/c++api | Nicolas Noble | 2015-02-06 |
| |\ \ \ \ | | | | | | | | | | | | | Clean build.json | ||
| | | * | | | Remove TODO | Craig Tiller | 2015-02-06 |
| | | | | | | |||
| | | * | | | Move completion_queue.cc to common | Craig Tiller | 2015-02-06 |
| | |/ / / | |||
| | * / / | Clean build.json | Craig Tiller | 2015-02-06 |
| |/ / / | |||
| | | * | updated readme | Jan Tattermusch | 2015-02-06 |
| | | | | |||
| | | * | added some more interop tests | Jan Tattermusch | 2015-02-06 |
| | | | | |||
| | | * | added support for streaming calls to TestService stubs | Jan Tattermusch | 2015-02-06 |
| | | | | |||
| | | * | scaffolding for interop_client and little bit of project renaming | Jan Tattermusch | 2015-02-06 |
| | | | | |||
| | | * | Added simplified TestService for interop testing | Jan Tattermusch | 2015-02-06 |
| | |/ | |/| | |||
| * | | Merge pull request #384 from ctiller/buffer | Vijay Pai | 2015-02-06 |
| |\ \ | | | | | | | | | Autohinting for write buffering | ||
| * \ \ | Merge pull request #415 from jtattermusch/csharp_progress | Tim Emiola | 2015-02-06 |
| |\ \ \ | | | | | | | | | | | Polishing C# math service implementation and adding inprocess tests | ||
| * \ \ \ | Merge pull request #420 from nicolasnoble/upstream-fix | Yang Gao | 2015-02-06 |
| |\ \ \ \ | | | | | | | | | | | | | Few minor fixes. | ||
| | | | | * | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-06 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | * | | Merge github.com:google/grpc into buffer | Craig Tiller | 2015-02-06 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #418 from nicolasnoble/tmp-win32 | Craig Tiller | 2015-02-06 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Making the gpr_tmpfile's win32 version a bit more Windows-y. | ||
| | | * | | | | Few minor fixes. | Nicolas "Pixel" Noble | 2015-02-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a few issues in case you *cough* have a different local implementation of protobuf, gtest and gflags for some weird reason. | ||
| * | | | | | | Merge pull request #387 from maxwell-demon/census_active_ops | Alistair Veitch | 2015-02-06 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | V0 implementation of census_get_active_ops(). | ||
| | | | | | * | Add dropped line | Craig Tiller | 2015-02-06 |
| | | | | | | | |||
| | | | | | * | Remove debug | Craig Tiller | 2015-02-06 |
| | | | | | | | |||
| * | | | | | | Merge pull request #417 from yang-g/docker | donnadionne | 2015-02-06 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use environment variable to set root certs in c++ interop test | ||
| * \ \ \ \ \ \ | Merge pull request #419 from jboeuf/slash_tmp | Nicolas Noble | 2015-02-06 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Adding /tmp to prefix when creating posix temporary files. | ||
| | * | | | | | | | Adding /tmp to prefix when creating posix temporary files. | Julien Boeuf | 2015-02-06 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Addresses #416. | ||
| | | | * / / / | Making the gpr_tmpfile's win32 version a bit more Windows-y. | Nicolas "Pixel" Noble | 2015-02-06 |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Also adding windows helpers to convert to and from TCHAR strings. | ||
| | * | | | | | update comments | Yang Gao | 2015-02-05 |
| | | | | | | |