Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-06-23 | |
| | * | | | Changed %lld to use mingw supported PRId64 | Ken Payson | 2016-06-23 | |
| |/ / / | ||||
| | | * | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-21 | |
| | | |\ | | |_|/ | |/| | | ||||
| * | | | Merge pull request #6969 from ctiller/stream_finish | Jan Tattermusch | 2016-06-21 | |
| |\ \ \ | ||||
| * \ \ \ | Merge pull request #6966 from ctiller/get_settings_first | Jan Tattermusch | 2016-06-21 | |
| |\ \ \ \ | ||||
| | | * | | | Fix errored streams prematurely terminating, add a test | Craig Tiller | 2016-06-20 | |
| | * | | | | We dont need to account for parsing or not when writing | Craig Tiller | 2016-06-20 | |
| | * | | | | Force receiving a SETTINGS frame as the first frame | Craig Tiller | 2016-06-20 | |
| | |/ / / | ||||
| * / / / | Fix memory leak upon receiving two RST_STREAMs | Craig Tiller | 2016-06-20 | |
| |/ / / | ||||
| | | * | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-20 | |
| | | |\ | | |_|/ | |/| | | ||||
| * | | | clang-format code | Craig Tiller | 2016-06-17 | |
| * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-16 | |
| |\ \ \ | ||||
| | * | | | Fixed printf/gpr_log format. | David Garcia Quintas | 2016-06-15 | |
| * | | | | Fix merge errors | Craig Tiller | 2016-06-15 | |
| * | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout | Craig Tiller | 2016-06-15 | |
| |\| | | | ||||
| | * | | | Merge pull request #6875 from y-zeng/log_check | Jan Tattermusch | 2016-06-14 | |
| | |\ \ \ | ||||
| | * \ \ \ | Merge pull request #6572 from y-zeng/base64_decode | Jan Tattermusch | 2016-06-14 | |
| | |\ \ \ \ | ||||
| * | | | | | | Handshake timeout implemented, and compiles | Craig Tiller | 2016-06-14 | |
| | | | * | | | Rename gpr_strpad as gpr_leftpad | Yuchen Zeng | 2016-06-13 | |
| * | | | | | | Getting handshake timeouts in place | Craig Tiller | 2016-06-13 | |
| * | | | | | | Attempt to fix bug breaking perf tests | Craig Tiller | 2016-06-13 | |
| * | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-13 | |
| |\| | | | | | ||||
| | | | * | | | Merge remote-tracking branch 'upstream/master' into log_format_check | Yuchen Zeng | 2016-06-10 | |
| | | | |\ \ \ | ||||
| | | | * | | | | Fix type mismatch for type_size | Yuchen Zeng | 2016-06-10 | |
| | | | * | | | | Fix gpr_log format mismatches in c++ tests | Yuchen Zeng | 2016-06-10 | |
| | | | * | | | | Add format check for gpr_log and gpr_asprintf | Yuchen Zeng | 2016-06-10 | |
| | * | | | | | | Fix fuzzing detected bug | Craig Tiller | 2016-06-10 | |
| | | |_|/ / / | | |/| | | | | ||||
| * | | | | | | 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 | |
| | |\ \ \ \ \ | ||||
| * | | | | | | | 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 | |
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-09 | |
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||
| * | | | | | | | 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 | |
| | |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | Merge pull request #6779 from dgquintas/rr_docs | Jan Tattermusch | 2016-06-08 | |
| | |\ \ \ \ \ \ \ | ||||
| | | | | | | * \ \ | Merge remote-tracking branch 'upstream/master' into base64_decode | Yuchen Zeng | 2016-06-08 | |
| | | | | | | |\ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||
| | | | | | | * | | | Remove zu specifiers | Yuchen Zeng | 2016-06-08 | |
| | | | * | | | | | | 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 |