Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add grpc_channel_arg_get_integer() utility function. | Mark D. Roth | 2016-08-26 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-08-25 |
|\ | |||
* | | Fix crash caused by invoking receive callback with recv_message=NULL. | Mark D. Roth | 2016-08-25 |
| | | |||
* | | Add filter to subchannel instead of main client channel. | Mark D. Roth | 2016-08-24 |
| | | |||
* | | Set the right default max message sizes. | Mark D. Roth | 2016-08-24 |
| | | | | | | | | Also use single-line comment style throughout the new files. | ||
* | | Fix portability problem. | Mark D. Roth | 2016-08-23 |
| | | |||
| * | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-08-23 |
| |\ | | | | | | | Upmerge from v1.0.x | ||
* | | | Add channel arg for max send message size and add message size filter. | Mark D. Roth | 2016-08-23 |
| | | | |||
* | | | clang-format | Mark D. Roth | 2016-08-23 |
| | | | |||
| | * | Removing unused header. | Nicolas "Pixel" Noble | 2016-08-23 |
| | | | |||
| | * | Untangling secure and unsecure. | Nicolas "Pixel" Noble | 2016-08-23 |
| | | | |||
| * | | Merge pull request #7819 from stanley-cheung/php-update-composer | Stanley Cheung | 2016-08-23 |
| |\ \ | | | | | | | | | PHP: bump version (master) | ||
* | | | | Rename grpc_client_config to grpc_resolver_result. | Mark D. Roth | 2016-08-22 |
| | | | | |||
| | * | | php: bump version | Stanley Cheung | 2016-08-22 |
| |/ / |/| | | |||
| | * | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
| |/| |/| | | |||
| | * | Merge pull request #7783 from nicolasnoble/shipping-1.0 | Nicolas Noble | 2016-08-18 |
| | |\ | | | | | | | | | Bumping version to 1.0.1-pre1. | ||
| | * | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. | Nicolas "Pixel" Noble | 2016-08-19 |
| | | | | |||
| | * | | Move user-agent version to 1.0.0 | Jorge Canizales | 2016-08-18 |
| | | | | | | | | | | | | I can’t wait to get all of these automatically from a single source :) | ||
| | * | | Move Podspecs to v1 | Jorge Canizales | 2016-08-18 |
| | | | | |||
| | | * | Bumping version to 1.0.1-pre1. | Nicolas "Pixel" Noble | 2016-08-18 |
| | |/ | |||
| | * | Merge pull request #7745 from nicolasnoble/no-more-pre | Nicolas Noble | 2016-08-18 |
| | |\ | | | | | | | | | Removing pre2 flag. | ||
| | * | | Use templates for python version dependencies | Ken Payson | 2016-08-18 |
| | | | | | | | | | | | | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests. | ||
| * | | | Remove this-> | Vijay Pai | 2016-08-18 |
|/ / / | |||
* | | | Merge pull request #7741 from nicolasnoble/manual-upmerge | Nicolas Noble | 2016-08-18 |
|\ \ \ | | | | | | | | | Manual upmerge from v1.0.x to master. | ||
* | | | | Reduce allocations associated with src/cpp/util/byte_buffer.cc. | Mark D. Roth | 2016-08-18 |
| | | | | |||
* | | | | Merge pull request #7766 from makdharma/cronet_e2e_take2 | makdharma | 2016-08-17 |
|\ \ \ \ | | | | | | | | | | | fixed compile warnings treated as errors | ||
| * | | | | changed from uint32_t to size_t | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | fixed compile warnings treated as errors | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
* | | | | | Merge pull request #7713 from makdharma/cronet_e2e_take2 | makdharma | 2016-08-17 |
|\| | | | | | | | | | | | | | | Cronet e2e take2 | ||
| * | | | | minor tweak | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | more review feedback addressed | Makarand Dharmapurikar | 2016-08-17 |
| | | | | | |||
| * | | | | addressed review feedback. | Makarand Dharmapurikar | 2016-08-16 |
| | | | | | |||
| | | * | | Merge pull request #7448 from jcanizales/p0-archive-fix | makdharma | 2016-08-16 |
| | | |\ \ | | | | | | | | | | | | | Work around Cocoapods dynamic frameworks incompatibility with XCode archive | ||
* | | | | | | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 2016-08-16 |
| | | | | | | |||
| | | | | * | Removing pre2 flag. | Nicolas "Pixel" Noble | 2016-08-16 |
| | | | |/ | | | |/| | |||
| | * | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 |
| | |\ \ \ | |||
| | | | * \ | Merge pull request #7492 from apolcyn/return_val_check | kpayson64 | 2016-08-15 |
| | | | |\ \ | | | | | | | | | | | | | | | Add csharp check to return val of byte_buffer_reader_init | ||
| | | | * | | | Merge pull request #7732 from kpayson64/python3_artifacts | kpayson64 | 2016-08-15 |
| | | |/| | | | | | | | | | | | | | | | | | Add Python3.5 artifact targets | ||
* | | | | | | | Merge pull request #7640 from markdroth/handshaker_api | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Change handshaker API to support passing leftover bytes read between handshakers. | ||
| | * | | | | | bug fix for fireball app | Makarand Dharmapurikar | 2016-08-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified condition for trailing metadata. added more information to log message. | ||
* | | | | | | | Merge pull request #7730 from bsilver8192/master | Nicolas Noble | 2016-08-15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibc | ||
* \ \ \ \ \ \ \ | Merge pull request #7538 from thunderboltsid/pypy-experiments | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown | ||
| | | | | * \ \ \ | Merge pull request #7669 from apolcyn/reduce_bidi_threads_ga | kpayson64 | 2016-08-15 |
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | remove dedicated thread for ruby bidi read loop | ||
* | | | | | \ \ \ \ | Merge pull request #7293 from apolcyn/send_metadata_from_server_handler | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Moved sending of initial metadata from server into server handler | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #7668 from thunderboltsid/skip-test-for-pypy | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | skip test run if pypy | ||
| | | | | | | | | * | | | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Merge pull request #7702 from ↵ | kpayson64 | 2016-08-15 |
| | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/distrib-interop-stress-ga-api Migrate distrib, interop, and stress to GA API | ||
| | | | * | | | | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibc | Brian | 2016-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. | ||
| | | | | | * | | | | | | clean up sanity test | Alex Polcyn | 2016-08-14 |
| | | | | | | | | | | | | |||
| | | | | | * | | | | | | Merge pull request #7671 from jtattermusch/coreclr_commandlineparser | Jan Tattermusch | 2016-08-14 |
| | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Use CommandLineParser that supports CoreCLR |