aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Addressing feedback.Gravatar Julien Boeuf2016-08-25
|
* Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
|
* Merge pull request #7766 from makdharma/cronet_e2e_take2Gravatar makdharma2016-08-17
|\ | | | | fixed compile warnings treated as errors
| * changed from uint32_t to size_tGravatar Makarand Dharmapurikar2016-08-17
| |
| * fixed compile warnings treated as errorsGravatar Makarand Dharmapurikar2016-08-17
| |
* | Merge pull request #7713 from makdharma/cronet_e2e_take2Gravatar makdharma2016-08-17
|\| | | | | Cronet e2e take2
| * minor tweakGravatar Makarand Dharmapurikar2016-08-17
| |
| * more review feedback addressedGravatar Makarand Dharmapurikar2016-08-17
| |
| * addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-16
| |
* | Include missing header in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-08-16
| |
* | Merge pull request #7640 from markdroth/handshaker_apiGravatar kpayson642016-08-15
|\ \ | | | | | | Change handshaker API to support passing leftover bytes read between handshakers.
| | * bug fix for fireball appGravatar Makarand Dharmapurikar2016-08-15
| | | | | | | | | | | | | | | modified condition for trailing metadata. added more information to log message.
* | | Remove <linux/unistd.h> include for compatibility with non-glibcGravatar Brian2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492.
| | * WIPGravatar Makarand Dharmapurikar2016-08-11
| | |
| * | Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
| |\ \ | |/ / |/| |
| | * WIPGravatar Makarand Dharmapurikar2016-08-10
| | |
| | * WIPGravatar Makarand Dharmapurikar2016-08-10
| | |
| | * more fixesGravatar Makarand Dharmapurikar2016-08-10
| | |
* | | Merge pull request #7675 from y-zeng/AF_unix_so_reuseportGravatar David G. Quintas2016-08-10
|\ \ \ | | | | | | | | Disable SO_REUSEPORT for AF_UNIX
* | | | Improved some docstrings for grpc_call creationGravatar David Garcia Quintas2016-08-09
| | | |
| | | * Work in progress. Do not check in yet.Gravatar Makarand Dharmapurikar2016-08-09
| | | |
* | | | Merge pull request #7128 from daniel-j-born/server_clone_fixGravatar Nicolas Noble2016-08-09
|\ \ \ \ | | | | | | | | | | Set siblings for server clones properly.
* | | | | clang-formatGravatar Vijay Pai2016-08-08
| | | | |
* | | | | Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code.Gravatar Vijay Pai2016-08-09
| | | | |
| | * | | Disable SO_REUSEPORT at prepare_socket() for unix socketsGravatar Yuchen Zeng2016-08-08
| | | | |
| | * | | Disable SO_REUSEPORT for UNIX socketGravatar Yuchen Zeng2016-08-08
| |/ / / |/| | |
* | | | Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
|\ \ \ \ | | | | | | | | | | Implement C++ API for defining channel filters.
| | | * | clang-formatGravatar Mark D. Roth2016-08-04
| | | | |
| | | * | Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
| |_|/ / |/| | | | | | | | | | | between handshakers.
* | | | Merge pull request #5803 from nicolasnoble/what-the-fuzzGravatar Nicolas Noble2016-08-03
|\ \ \ \ | | | | | | | | | | Fixing json parsing issues detected by libfuzz.
* \ \ \ \ Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \ \ \ \ | | | | | | | | | | | | Move timeout_encoding to core/lib/transport
| | * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzzGravatar Nicolas "Pixel" Noble2016-08-02
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-08-02
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #7522 from makdharma/enable_secure_endpoint_traceGravatar Nicolas Noble2016-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | removed hardcoded disable on logging
* \ \ \ \ \ \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Census resource API and implementation.
* \ \ \ \ \ \ \ Merge pull request #7024 from markdroth/filter_call_init_failureGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Extend filter API to allow call initialization to return an error.
* \ \ \ \ \ \ \ \ Merge pull request #7601 from dgquintas/census_stuffGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed census static metadata keys for tracing and tag propagation
| | | | | | | * \ \ Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
| | | | | | | |\ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
| | |\ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ Merge pull request #7603 from vitalybuka/stack-use-after-scopeGravatar kpayson642016-08-02
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Fix stack-use-after-scope in call.c
* | | | | | | | | | | Merge pull request #6924 from dgquintas/grpclb_v0Gravatar kpayson642016-08-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gRPC LB policy
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7575 from vjpai/make_stack_small_againGravatar Vijay Pai2016-08-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Shrink a stack-allocated array to avoid giant frame
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | | * | | | | | | | | | Fix stack use after scope in call.cGravatar Vitaly Buka2016-08-01
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope.
| | * | | | | | | | | | moar clang-formatGravatar David Garcia Quintas2016-08-01
| | | | | | | | | | | |
| | | * | | | | | | | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | clang-formatGravatar David Garcia Quintas2016-08-01
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
|\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | fixed premature destruction of lb_clientGravatar David Garcia Quintas2016-08-01
| | | | | | | | | | | |
| | | * | | | | | | | | fw-declare struct properlyGravatar David Garcia Quintas2016-08-01
| | | | | | | | | | | |