aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
|
* 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.
* | 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.
| * Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
| |\ | |/ |/|
* | 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
| | |
* | | Merge pull request #7128 from daniel-j-born/server_clone_fixGravatar Nicolas Noble2016-08-09
|\ \ \ | | | | | | | | Set siblings for server clones properly.
| | * | 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 #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 #7575 from vjpai/make_stack_small_againGravatar Vijay Pai2016-08-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Shrink a stack-allocated array to avoid giant frame
| | * | | | | | | | 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.
| | * | | | | | | Changed census static metadata keys for tracing and tag propagationGravatar David Garcia Quintas2016-08-01
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
|\ \ \ \ \ \ \ \
| | * | | | | | | Some compilers don't like big stack frames. There is no needGravatar Vijay Pai2016-07-29
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | for this to be a power of 2, so let's just shrink it a little.
* | | | | | | | clang-formatGravatar David Garcia Quintas2016-07-28
| | | | | | | |
| | | | | | * | Code review changes.Gravatar Mark D. Roth2016-07-28
| | | | | | | |
| | | | | | * | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-28
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
| | | | | | | |
| * | | | | | | Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve error handling in handshake API
| * \ \ \ \ \ \ \ Merge pull request #7477 from yang-g/monotonicGravatar kpayson642016-07-26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Convert deadline clock type in security handshake timer
| | | | | | * \ \ \ Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | | | | |\ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #7511 from nicolasnoble/doc-typoGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixing documentation typo.
| | | | | | * | | | | removed hardcoded disable on loggingGravatar Makarand Dharmapurikar2016-07-25
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed "false &&" that was (mistakenly?) appended to the trace condition
| * | | | | | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | V1.0.x merge into master
| | | | | * | | | | | clang-formatGravatar Mark D. Roth2016-07-25
| | | | | | | | | | |
| | | | | * | | | | | Fix API of handshake_manager_add().Gravatar Mark D. Roth2016-07-25
| | | | | | | | | | |
| | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #7395 from markdroth/handshake_apiGravatar kpayson642016-07-25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | General-purpose handshaker API.
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #7320 from yang-g/shut_down_acceptor_earlyGravatar Nicolas Noble2016-07-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Shutdown the listeners early when destroying the tcp_server
| | | | | * | | | | | | | Fixing documentation typo.Gravatar Nicolas "Pixel" Noble2016-07-23
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | | | * | | | | | | | Fixed incorrect mergesGravatar murgatroid992016-07-22
| | | | | | | | | | | |
| | | | * | | | | | | | Merge v1.0.x into masterGravatar murgatroid992016-07-22
| | |_|/| | | | | | | | | |/| | | | | | | | | |
| | | | | | * | | | | | Add grpc_error parameter to handshaker callback.Gravatar Mark D. Roth2016-07-22
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | | | * | | | | | | Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fixGravatar Nicolas "Pixel" Noble2016-07-21
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | | | | | | | | | * \ Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-21
| | | | | | | | | | |\ \ | | | | | | | | |_|_|/ / | | | | | | | |/| | | |
| | | | | | | * | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-21
| | | | | | | |\ \ \ \ \