aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
|
* Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-08
|\
| * Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
| |\ | | | | | | Fix fuzzing detected failure
* | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
|\| |
| * | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \ | | | | | | | | Percent encoding routines
| | | * Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
| | |/ | |/|
* | | Revert barrier change to restore TSAN passingGravatar Craig Tiller2016-09-02
| | |
* | | Fix typoGravatar Craig Tiller2016-09-02
| | |
* | | Address review commentsGravatar Craig Tiller2016-09-02
| | |
* | | Improve commentGravatar Craig Tiller2016-09-02
| | |
* | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
|\| |
| * | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
| |\ \ | | | | | | | | prep work for enabling caching
| | * | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| | | |
| | * | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| | | | | | | | | | | | | | | | | | | | moved method computation in a if block only when send_initial_metadata is true.
| | * | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| | | |
| * | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
| |\ \ \ | | | | | | | | | | Adding extension points for security context.
* | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
|\| | | |
| | | * | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time.
| * | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| |\ \ \ \ | | | | | | | | | | | | slight rewording of grpc_error ownership rules
| * \ \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ | | | | | | | | | | | | | | Specify the "g" in gRPC
| * \ \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix fd_orphan in ev_epoll_linux.c
| | | | | | * | fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeing up payload_bytes. returning GET response only once.
| | | | | | * | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | |
| | | * | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |/ / / / / | |/| | | | |
| * | | | | | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
| | | | | | |
| | | | | * | fixed bug exposed by h2_proxy* test.Gravatar Makdharma2016-08-26
| | | | | | |
| | | | | * | clang-formatGravatar Makdharma2016-08-26
| | | | | | |
| | | | | * | correctly free up memory for payload_binGravatar Makdharma2016-08-26
| | | | | | |
| | | | | * | working with send_message with multiple slicesGravatar Makdharma2016-08-26
| | | | | | |
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into security_context_extensionGravatar Julien Boeuf2016-08-26
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | Addressing feedback.Gravatar Julien Boeuf2016-08-25
| | | | | | |
| | | | | * | prep work for enabling cachingGravatar Makdharma2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter.
| | | | * | | Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
| | | | | | |
| | | | | | * Add explanationsGravatar Craig Tiller2016-08-22
| | | | | | |
| * | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | slight rewording of grpc_error ownership rulesGravatar David Garcia Quintas2016-08-19
| | |_|/ / / | |/| | | |
| | * | | | Merge pull request #7783 from nicolasnoble/shipping-1.0Gravatar Nicolas Noble2016-08-18
| | |\ \ \ \ | | | | | | | | | | | | | | Bumping version to 1.0.1-pre1.
| | * | | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.Gravatar Nicolas "Pixel" Noble2016-08-19
| | | | | | |
| | | * | | | Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| | |/ / / /
| | | | | * Fix commentsGravatar Craig Tiller2016-08-18
| | | | | |
| | | | | * Fix commentsGravatar Craig Tiller2016-08-18
| | | | | |
| | | | | * Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
| | | | | |
| | | | | * Appease the casting godsGravatar Craig Tiller2016-08-18
| | | | | |
| | | | | * Percent encoding routinesGravatar Craig Tiller2016-08-18
| | |_|_|/ | |/| | |
| * | | | Include missing header in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-08-16
| | |_|/ | |/| |
| | * | Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-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