Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'error' of github.com:ctiller/grpc into error | Craig Tiller | 2016-06-09 |
|\ | |||
* | | Fix somewhat obvious error | Craig Tiller | 2016-06-09 |
| * | Fix compile error on gcc | Craig Tiller | 2016-06-09 |
|/ | |||
* | Add error propagation | Craig Tiller | 2016-06-09 |
* | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 |
|\ | |||
| * | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
| |\ | |||
| * \ | 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 pull request #6833 from rjshade/sockopts | Jan Tattermusch | 2016-06-08 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #6675 from dgquintas/check_http_client_filter_content_type | Jan Tattermusch | 2016-06-08 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #6786 from ctiller/meta-whoops | Jan Tattermusch | 2016-06-08 |
| |\ \ \ \ \ \ | |||
| | | | | | * | | clang-format code | Craig Tiller | 2016-06-08 |
| | | | | | * | | fix memory leak | Adam Michalik | 2016-06-08 |
| | | | * | | | | Adds functions to set snd/rcv socket buffer sizes. | Robbie Shade | 2016-06-08 |
| | |_|/ / / / | |/| | | | | | |||
| | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | | | | | |\ | |||
| * | | | | | | | Fix sed induced typo | David G. Quintas | 2016-06-07 |
| | |_|_|_|_|/ | |/| | | | | | |||
| | | | | * | | fix compilation on windows | Adam Michalik | 2016-06-07 |
| | | | | | * | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 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 |
| | |_|_|/ / | |/| | | | | |||
* | | | | | | Fix windows #define | Craig Tiller | 2016-06-07 |
* | | | | | | Fix windows include | Craig Tiller | 2016-06-07 |
* | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 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 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_c... | David Garcia Quintas | 2016-06-06 |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | |||
| | * | | | | | moar renamings | David Garcia Quintas | 2016-06-06 |
* | | | | | | | Change constness | Craig Tiller | 2016-06-06 |
| * | | | | | | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| |\ \ \ \ \ \ | |||
* | | | | | | | | Fix platform ifdef | Craig Tiller | 2016-06-06 |
* | | | | | | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 |
|\| | | | | | | | |||
| | | | * | | | | Fix cast to avoid potential wraparound | Craig Tiller | 2016-06-06 |
| | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into check_http_client_filter_c... | David Garcia Quintas | 2016-06-03 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | |||
| * | | | | | | | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ | |||
| | | | | | | * | | fixed typo | David Garcia Quintas | 2016-06-03 |
| * | | | | | | | | Merge pull request #6772 from ctiller/beefy | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'error' of github.com:ctiller/grpc into error | Craig Tiller | 2016-06-03 |
|\ \ \ \ \ \ \ \ \ \ \ |