aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* clang-formatGravatar Mark D. Roth2016-08-23
|
* Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
|
* Merge pull request #7741 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-08-18
|\ | | | | Manual upmerge from v1.0.x to master.
* | Reduce allocations associated with src/cpp/util/byte_buffer.cc.Gravatar Mark D. Roth2016-08-18
| |
* | 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 branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar 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.
| | * | bug fix for fireball appGravatar Makarand Dharmapurikar2016-08-15
| | | | | | | | | | | | | | | | | | | | modified condition for trailing metadata. added more information to log message.
* | | | 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 #7669 from apolcyn/reduce_bidi_threads_gaGravatar kpayson642016-08-15
| | | | | |\ | | | | | | | | | | | | | | remove dedicated thread for ruby bidi read loop
* | | | | | \ 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
| | | | | | | * \ Merge pull request #7702 from ↵Gravatar kpayson642016-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-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.
| | | | | | * | | clean up sanity testGravatar Alex Polcyn2016-08-14
| | | | | | | | |
| | | | | | * | | Merge pull request #7671 from jtattermusch/coreclr_commandlineparserGravatar Jan Tattermusch2016-08-14
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | Use CommandLineParser that supports CoreCLR
| | | | | | * \ \ \ Merge pull request #7598 from apolcyn/fix_sanity_test_diff_gaGravatar apolcyn2016-08-13
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | compare test config as objects instead of strings
| | | | | | | | * | | update to the newest CommandLineParser APIGravatar Jan Tattermusch2016-08-13
| | | | | | | | | | |
| | | | | | | | * | | migrate to the new CommandLineParser APIGravatar Jan Tattermusch2016-08-13
| | | | | | | | | | |
| | | | | | | | * | | use CommandLineParser with CoreCLR supportGravatar Jan Tattermusch2016-08-13
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Merge pull request #7660 from jtattermusch/google_apis_auth_coreclrGravatar Jan Tattermusch2016-08-13
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Updgrade Google.Apis.Auth dependency to 0.15
* | | | | | | \ \ \ \ 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
| | | | | | | | | | | |
| | | | | | | * | | | | Make Node code generator work properly with nested typesGravatar murgatroid992016-08-12
| | | | | | | | | | | |
| * | | | | | | | | | | Clang format codeGravatar murgatroid992016-08-12
| | | | | | | | | | | |
| | | | | | | * | | | | Updating build package C# scripts.Gravatar Nicolas "Pixel" Noble2016-08-12
| | | | | | | | | | | |
| | | | | | | * | | | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_gaGravatar Nicolas Noble2016-08-11
| | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | add all runtime nodes back into testing packages
| | | | | | | * \ \ \ \ \ Merge pull request #7681 from murgatroid99/node_tools_integrate_pluginGravatar Nicolas Noble2016-08-11
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Node grpc-tools protoc automatically call the plugin
| | | | | | * | | | | | | | removed file from commitGravatar Makarand Dharmapurikar2016-08-11
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | use sent flag only under mutex and dont fail in send_initial_metadataGravatar Alexander Polcyn2016-08-11
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
| | | | | | * | | | | | | | | WIPGravatar Makarand Dharmapurikar2016-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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
| | | | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | remove leftover app.configGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | update Grpc.Auth.nuspecGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | update csproj project to Google.Apis.Auth 0.15.0Gravatar Jan Tattermusch2016-08-11
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | remove Google.Apis.Auth related CoreCLR todosGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | upgrade Google.Apis.Auth dependency to 0.15.0Gravatar Jan Tattermusch2016-08-11
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | * | Migrate distrib, interop, and stress to GA APIGravatar Nathaniel Manista2016-08-11
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | WIPGravatar Makarand Dharmapurikar2016-08-10
| | | | | | | | | | | | | | |