aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-16
|\
| * Merge pull request #7640 from markdroth/handshaker_apiGravatar kpayson642016-08-15
| |\ | | | | | | Change handshaker API to support passing leftover bytes read between handshakers.
| * \ Merge pull request #7730 from bsilver8192/masterGravatar Nicolas Noble2016-08-15
| |\ \ | | | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibc
| * \ \ Merge pull request #7538 from thunderboltsid/pypy-experimentsGravatar kpayson642016-08-15
| |\ \ \ | | | | | | | | | | Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown
| * \ \ \ Merge pull request #7293 from apolcyn/send_metadata_from_server_handlerGravatar kpayson642016-08-15
| |\ \ \ \ | | | | | | | | | | | | Moved sending of initial metadata from server into server handler
| * \ \ \ \ Merge pull request #7668 from thunderboltsid/skip-test-for-pypyGravatar kpayson642016-08-15
| |\ \ \ \ \ | | | | | | | | | | | | | | skip test run if pypy
| | | | | * | 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 pull request #7215 from murgatroid99/node_generator_nested_messagesGravatar Nicolas Noble2016-08-12
| |\ \ \ \ \ | | | | | | | | | | | | | | Make Node code generator work properly with nested types
| | * | | | | Clang format codeGravatar murgatroid992016-08-12
| | | | | | |
| | | | * | | use sent flag only under mutex and dont fail in send_initial_metadataGravatar Alexander Polcyn2016-08-11
| | | | | | |
| | | | * | | add mutex wrapper around sending and modifying of initial metadataGravatar Alexander Polcyn2016-08-11
| | | | | | |
| * | | | | | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
| |\ \ \ \ \ \
* | | | | | | | Code review changes.Gravatar Mark D. Roth2016-08-11
| | | | | | | |
* | | | | | | | Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | 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 #7623 from apolcyn/sys_inter_with_nugetGravatar Nicolas Noble2016-08-09
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updating Ix-Async to System Interactive and nuget
| | * | | \ \ \ \ \ 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
| | | |/ / / / / / / | | |/| | | | | | |
| | | | | | | * | | skip test run if running with pypyGravatar siddharthshukla2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown if the interpreter is PyPy
| | | | * | | | | | Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into ↵Gravatar Jorge Canizales2016-08-05
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p0-advance-protobuf-version
| | | | | * \ \ \ \ \ Merge pull request #7614 from murgatroid99/node_credentials_error_code_fixGravatar kpayson642016-08-05
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix error handling authentication errors with non-numeric error codes
| | * | | | \ \ \ \ \ \ Merge pull request #6915 from markdroth/filter_apiGravatar kpayson642016-08-05
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Implement C++ API for defining channel filters.
| | * \ \ \ \ \ \ \ \ \ \ Merge pull request #7625 from thunderboltsid/python-test-fixGravatar kpayson642016-08-05
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | Fix the ThreadPoolExecutor: max_workers can't be 0 in _channel_connectivity_test and _channel_ready_future_test
| | | | | | | | | | | | * Switch init/shutdown: lib-wide -> per-objectGravatar siddharthshukla2016-08-05
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incremental changes towards PyPy support.
* | | | | | | | | | | | Implement timeout support.Gravatar Mark D. Roth2016-08-04
| | | | | | | | | | | |
* | | | | | | | | | | | clang-formatGravatar Mark D. Roth2016-08-04
| | | | | | | | | | | |
* | | | | | | | | | | | Plumbed read_buffer through and fixed leftover bytes problem.Gravatar Mark D. Roth2016-08-04
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-04
|\| | | | | | | | | | |
| * | | | | | | | | | | 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 #7613 from kpayson64/py_protobuf_upgradeGravatar kpayson642016-08-03
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump python protobuf dependency to 3.0.0
| | * | | | | | | | | | Fix the ThreadPoolExecutor: max_workers can't be 0Gravatar siddharthshukla2016-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a RecordingThreadPool that inherits from Executor, contains a ThreadPoolExecutor and has an extra method 'was_used' to indicate if submit method was ever called i.e. if the thread pool was ever used.
| | | | | | | * | | | | Bump python protobuf dependency to 3.0.0Gravatar Ken Payson2016-08-03
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | / / / / / / | | | |_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| | | * | | | | | | | clang-formatGravatar Mark D. Roth2016-08-03
| | | | | | | | | | |
| | | | | * | | | | | Update generated files with new protobuf versionGravatar Jorge Canizales2016-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make the script fetch protoc from the usual place.
| * | | | | | | | | | Merge pull request #5803 from nicolasnoble/what-the-fuzzGravatar Nicolas Noble2016-08-03
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixing json parsing issues detected by libfuzz.
| | | * \ \ \ \ \ \ \ \ Merge pull request #7572 from ↵Gravatar Jorge Canizales2016-08-03
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jcanizales/p0-4MB-should-be-more-than-enough-for-everybody Let override default response size limit
| | | | | | | | | | * | | removed blank lineGravatar Alexander Polcyn2016-08-03
| | | | | | | | | | | | |
| | | | | | | | | | * | | move solution dependencies to Grpc.Core.Test dependenciesGravatar Alex Polcyn2016-08-02
| | | | | | | | | | | | |
| | | | | | | | | | * | | update templates to not include runtime sections in project.jsonGravatar Alexander Polcyn2016-08-02
| | | | | | | | | | | | |
| | | | | | | | | | * | | removed runtime nodes from project.json librariesGravatar Alexander Polcyn2016-08-02
| | | | | | | | | | | | |
| | | | | | | | | | * | | updated hint path to updated library in csproj filesGravatar Alex Polcyn2016-08-02
| | | | | | | | | | | | |
| | | | | | | | | | * | | ran script to update actual docker filesGravatar Alexander Polcyn2016-08-02
| | | | | | | | | | | | |
| | | | | | | | | | * | | changed ix-async dependencies to System.Interactive.Async version 3.0.0Gravatar Alexander Polcyn2016-08-02
| | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |