aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
|\
| * Expunge all references to zookeeperGravatar Craig Tiller2016-07-01
* | updated copyrightGravatar David Garcia Quintas2016-06-30
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
|/
* Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
|\
| * Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| |\
* | \ Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
|\ \ \ | | |/ | |/|
| * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-16
| |\ \
| | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #6334 from tberghammer/android-64bitGravatar Nicolas Noble2016-06-15
| | |\ \
| * | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| |\| | |
| | * | | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | * | | Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
| | * | | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | | | * Add an API at the core level to disable signals or use a differentGravatar Sree Kuchibhotla2016-06-09
| | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-09
| | | | |\ | | | |_|/ | | |/| |
| | | | * Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC verGravatar Sree Kuchibhotla2016-06-09
| * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| |\| | |
| | * | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| | |\ \ \
| | | | | * Use poll if not linux, add read notifier pollset support and someGravatar Sree Kuchibhotla2016-06-08
| | | * | | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | * | | | fix windows buildGravatar Adam Michalik2016-06-07
| | * | | | clang-format, fix headers, windows fixesGravatar Adam Michalik2016-06-07
| | * | | | Add C++ support for using external FDGravatar Adam Michalik2016-06-07
| | * | | | Add completion queue argument which is necessary after merge with masterGravatar Adam Michalik2016-06-07
| | * | | | Add support for establishing server channel using existing FDGravatar Adam Michalik2016-06-07
| | * | | | revert grpc.hGravatar Adam Michalik2016-06-07
| | * | | | more separationGravatar Adam Michalik2016-06-07
| | * | | | separate posix functionality to grpc_posix.hGravatar Adam Michalik2016-06-07
| | * | | | Add support for establishing client channel using existing FDGravatar Adam Michalik2016-06-07
| | | |_|/ | | |/| |
| * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
| |\| | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #6306 from y-zeng/win32_suffixGravatar Jan Tattermusch2016-06-03
| | |\ \ \
| | * \ \ \ Merge pull request #6761 from ctiller/there-were-no-fatalitiesGravatar Jan Tattermusch2016-06-03
| | |\ \ \ \
| | | * | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| | |\| | | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| * | | | | | Fix sanityGravatar Craig Tiller2016-05-24
* | | | | | | Merge branch 'error' into reuse_portGravatar Craig Tiller2016-05-24
|\| | | | | |
| * | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-05-19
| | | |\ \ \ \
* | | | | | | | Support SO_REUSEPORTGravatar Craig Tiller2016-05-18
|/ / / / / / /
| | | | | * | Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | | | |\ \
| | | | | * | | got rid of grpc_compression_optionsGravatar David Garcia Quintas2016-05-17
| | | | | * | | Merge branch 'moar-compression-public-refactorings' into compression_md_level...Gravatar David Garcia Quintas2016-05-17
| | | | | |\ \ \
* | | | | | | | | Windows port of error systemGravatar Craig Tiller2016-05-17
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checksGravatar David Garcia Quintas2016-05-17
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | | | * | | Refactorings and renamings related to compression.Gravatar David Garcia Quintas2016-05-16
| | | | |_|/ / / | | | |/| | | |
| * | | | | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affineGravatar Craig Tiller2016-05-14
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-13
|\| | | | | | |