Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'port_platform_split' into uv_core_transport | murgatroid99 | 2016-08-22 |
|\ | |||
* \ | 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 |
| | | | | |||
* | | | | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 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 #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 | ||
| | | | | | | * \ \ | 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 | ||
| | | | | | * \ \ \ \ | Merge pull request #7598 from apolcyn/fix_sanity_test_diff_ga | apolcyn | 2016-08-13 |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | compare test config as objects instead of strings | ||
| | | | | | | | * | | | | update to the newest CommandLineParser API | Jan Tattermusch | 2016-08-13 |
| | | | | | | | | | | | | |||
| | | | | | | | * | | | | migrate to the new CommandLineParser API | Jan Tattermusch | 2016-08-13 |
| | | | | | | | | | | | | |||
| | | | | | | | * | | | | use CommandLineParser with CoreCLR support | Jan Tattermusch | 2016-08-13 |
| | | | | | | |/ / / / | | | | | | |/| | | | | |||
| | | | | | * | | | | | Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr | Jan Tattermusch | 2016-08-13 |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Updgrade Google.Apis.Auth dependency to 0.15 | ||
* | | | | | | \ \ \ \ \ | Merge pull request #7215 from murgatroid99/node_generator_nested_messages | Nicolas Noble | 2016-08-12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Node code generator work properly with nested types | ||
| | | | | | | * | | | | | | Clang format code | murgatroid99 | 2016-08-12 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | Make Node code generator work properly with nested types | murgatroid99 | 2016-08-12 |
| | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Clang format code | murgatroid99 | 2016-08-12 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | Updating build package C# scripts. | Nicolas "Pixel" Noble | 2016-08-12 |
| | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_ga | Nicolas Noble | 2016-08-11 |
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add all runtime nodes back into testing packages | ||
| | | | | | | * \ \ \ \ \ \ | Merge pull request #7681 from murgatroid99/node_tools_integrate_plugin | Nicolas Noble | 2016-08-11 |
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Node grpc-tools protoc automatically call the plugin | ||
| | | | | | * | | | | | | | | | removed file from commit | Makarand Dharmapurikar | 2016-08-11 |
| | | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | use sent flag only under mutex and dont fail in send_initial_metadata | Alexander Polcyn | 2016-08-11 |
| | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | Merge pull request #7577 from murgatroid99/node_dependency_update | Nicolas Noble | 2016-08-11 |
| | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 | ||
| | | | | | * | | | | | | | | | | WIP | Makarand Dharmapurikar | 2016-08-11 |
| | | | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | | add mutex wrapper around sending and modifying of initial metadata | Alexander Polcyn | 2016-08-11 |
| | | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into handshaker_api | Mark D. Roth | 2016-08-11 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | remove leftover app.config | Jan Tattermusch | 2016-08-11 |
| | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | update Grpc.Auth.nuspec | Jan Tattermusch | 2016-08-11 |
| | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | update csproj project to Google.Apis.Auth 0.15.0 | Jan Tattermusch | 2016-08-11 |
| | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | remove Google.Apis.Auth related CoreCLR todos | Jan Tattermusch | 2016-08-11 |
| | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | upgrade Google.Apis.Auth dependency to 0.15.0 | Jan Tattermusch | 2016-08-11 |
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | * | | | Migrate distrib, interop, and stress to GA API | Nathaniel Manista | 2016-08-11 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | | WIP | Makarand Dharmapurikar | 2016-08-10 |
| | | | | | | | | | | | | | | | | |||
| | | | | | | * | | | | | | | | | WIP | Makarand Dharmapurikar | 2016-08-10 |
| | | | | | | | | | | | | | | | |