Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\ | |||
| * | Merge pull request #6753 from ctiller/fuzz-me | Jan Tattermusch | 2016-06-09 |
| |\ | | | | | | | Fix server side memory leak | ||
* | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\| | | |||
| * | | Merge pull request #6773 from y-zeng/handler_http_response | Jan Tattermusch | 2016-06-09 |
| |\ \ | | | | | | | | | On receiving an unexpected response, provide the reason in the error message of the returned status | ||
* | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\| | | | |||
| * | | | Merge pull request #6610 from xyzzyz/external_fd_fresh | Jan Tattermusch | 2016-06-08 |
| |\ \ \ | | | | | | | | | | | Add support for communication using existing FD (for client and server) | ||
| * \ \ \ | Merge pull request #6779 from dgquintas/rr_docs | Jan Tattermusch | 2016-06-08 |
| |\ \ \ \ | | | | | | | | | | | | | Polished RR policy and added policy doc preamble | ||
| | | * | | | clang-format code | Craig Tiller | 2016-06-08 |
| | | | | | | |||
| | | * | | | fix memory leak | Adam Michalik | 2016-06-08 |
| | | | | | | |||
| | | | | * | Merge github.com:grpc/grpc into fuzz-me | Craig Tiller | 2016-06-08 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | * | | | fix compilation on windows | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | fix windows build | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | clang-format, fix headers, windows fixes | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | Add C++ support for using external FD | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | Add completion queue argument which is necessary after merge with master | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | implement support for adding external fd to server | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | Add support for establishing server channel using existing FD | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | more separation | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | revert channel_create.c | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | separate posix functionality to grpc_posix.h | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | Create channel directly. | Adam Michalik | 2016-06-07 |
| | | | | | | |||
| | | * | | | Add support for establishing client channel using existing FD | Adam Michalik | 2016-06-07 |
| | |/ / / | |/| | | | |||
* | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 |
|\| | | | | |||
| * | | | | clang-format | David Garcia Quintas | 2016-06-06 |
| | | | | | |||
| * | | | | merge leftover | David Garcia Quintas | 2016-06-06 |
| | | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 |
| |\ \ \ \ | |||
| | | | * | | Get transport from transport global | Yuchen Zeng | 2016-06-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | Avoid introducing cancel_stream_cb_arg | ||
| * | | | | | moar renamings | David Garcia Quintas | 2016-06-06 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | | * | | | fixed typo | David Garcia Quintas | 2016-06-03 |
| | | | | | | |||
| * | | | | | Merge pull request #6772 from ctiller/beefy | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Only send status and message with stream closure when needed | ||
| * \ \ \ \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | ||
* | | | | | | | | Fix up some server setup bugs | Craig Tiller | 2016-06-03 |
| | | | | | | | | |||
| | | | | * | | | Polished RR policy and added policy doc preamble | David Garcia Quintas | 2016-06-02 |
| | | | | | | | | |||
| | | | | | * | | Check if optional_drop_message is an empty slice | Yuchen Zeng | 2016-06-02 |
| | | | | | | | | |||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-02 |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | |||
| | | | | | * | | Provide reasons in error messages when streams are canceled with a ↵ | Yuchen Zeng | 2016-06-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection drop | ||
| | | * | | | | | Only send status and message with stream closure when needed | Craig Tiller | 2016-06-02 |
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's never needed if: - the stream hasn't been created on the wire - we are on a client | ||
| | * / | | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | |/ / / / | |||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\| | | | | |||
* | | | | | | Use exec_ctx where it should be, and fix leak | Craig Tiller | 2016-06-01 |
| | | | | | | |||
| | | | | * | Fix server side memory leak | Craig Tiller | 2016-06-01 |
| | | |_|/ | | |/| | | | | | | | | | | | | If clients send GOAWAY followed by HEADER | ||
* | | | | | Merge branch 'error' of https://github.com/ctiller/grpc into error | Craig Tiller | 2016-06-01 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-01 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| | * | | | | clang-format | Craig Tiller | 2016-06-01 |
| |/ / / / |/| | | | | |||
* | | | | | Fix format string crash bug | Craig Tiller | 2016-06-01 |
| | | | | | |||
* | | | | | Fix formatting bug leading to crash | Craig Tiller | 2016-06-01 |
| | | | | | |||
* | | | | | Pass through connection error | Craig Tiller | 2016-06-01 |
| | | | | | |||
| | | * | | s/grpc_pops/grpc_polling_entity | David Garcia Quintas | 2016-05-31 |
| | | | | | |||
| | | * | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-05-31 |
| | | |\| |