Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge | 2017-07-06 | |
|\ | |||
* \ | Merge pull request #11474 from makdharma/cares_fix | 2017-06-27 | |
|\ \ | | | | | | | fixes #11473 | ||
| | * | Merge pull request #11404 from apolcyn/fix_ruby_glibc_upgrade | 2017-06-16 | |
| | |\ | | | | | | | | | Redefine fd_set macros for compatibilty with older glibc | ||
* | | | | Update boringssl | 2017-06-15 | |
| | | | | |||
| * | | | fixes #11473 | 2017-06-12 | |
|/ / / | |||
| | * | hack to reimplement FDS macros | 2017-06-05 | |
| |/ |/| | |||
| * | dont use clock_gettime in grpc compatibiltiy mode | 2017-06-03 | |
|/ | |||
* | Undo downgrade of Protobuf submodule | 2017-05-19 | |
| | |||
* | Merge matrix feature branch into master. | 2017-05-19 | |
| | | | | | | | | | | Features included in this merge: - Added script to build and upload docker image for matrix test. - Added script to create test cases and created go__master testcases based on it. - Created dictionary for runtimes and gRPC releases for supported languages. - Added go 1.7 and 1.8 Dockerfile/templates. See tools/interop_matrix/README.md for details. | ||
* | Upgrade protobuf to 3.3.0 | 2017-05-08 | |
| | |||
* | Merge branch 'v1.3.x' into master-upmerge-v1.3.x | 2017-04-28 | |
|\ | |||
* | | Removed 3rd party dep on thrift | 2017-04-28 | |
| | | |||
* | | Merge pull request #10644 from MakMukhi/master | 2017-04-24 | |
|\ \ | | | | | | | Added unit testing support. | ||
* | | | Increase portability of CMakeLists.txt | 2017-04-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update CMakeLists.txt (original template and generated code) to prevent forcefully linking `dl` on all UNIX platforms, and rely on `${CMAKE_DL_LIBS}` portable variable instead. - Do not try linking against `librt` on macOS. - Add a `config_freebsd` directory containing the header file generated by the `configure` script for the `ares` library. | ||
| | * | Merge pull request #10735 from kpayson64/fix_php_1_3 | 2017-04-19 | |
| | |\ | | | | | | | | | Fix PHP interop tests | ||
* | | | | Update to avoid ubsan failure | 2017-04-19 | |
| | | | | |||
* | | | | Merge pull request #10718 from makdharma/cares_osx_bazel | 2017-04-19 | |
|\ \ \ \ | | | | | | | | | | | fix bazel build for osx | ||
| | | | * | Fix PHP interop tests | 2017-04-19 | |
| | | | | | |||
| | | * | | c-ares mingw32 support | 2017-04-18 | |
| | | |/ | |||
| * | / | fix bazel build for osx | 2017-04-18 | |
| | |/ | |/| | | | | | | | add config setting for building c-ares on osx | ||
* / | | Fix PHP interop tests | 2017-04-18 | |
|/ / | |||
| * | updated gtest.BUILD to include gmock | 2017-04-16 | |
| | | |||
| * | rectify issues | 2017-04-13 | |
| | | |||
| * | fix conflicts | 2017-04-12 | |
|/| | |||
| * | Initial commit: Auto-generate GMOCK code for client stub. | 2017-04-08 | |
| | | |||
* | | Fix build on Alpine linux + add portability tests | 2017-04-06 | |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness | 2017-03-27 | |
|\| | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-03-17 | |
| |\ | |||
| * \ | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-03-17 | |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into cpp_bazelness | 2017-03-09 | |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | Revert "Fix flaky use-after-free in udp_server" | 2017-03-07 | |
| | | | | |||
| * | | | Merge pull request #10015 from rjshade/use_after_free | 2017-03-07 | |
| |\ \ \ | | | | | | | | | | | Fix flaky use-after-free in udp_server | ||
| | * | | | Fix flaky use-after-free in udp_server | 2017-03-07 | |
| | | |/ | | |/| | |||
| * / | | upgrade third_party/protobuf to 3.2.0 | 2017-03-07 | |
| |/ / | |||
* | | | Merge github.com:grpc/grpc into cpp_bazelness | 2017-02-24 | |
|\| | | |||
| * | | Merge pull request #9774 from sreecha/surface_test_bazel | 2017-02-24 | |
| |\ \ | | | | | | | | | Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end` | ||
| * \ \ | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x | 2017-02-23 | |
| |\ \ \ | | | | | | | | | | | Upmerge from 1.1.x | ||
| | | * | | Add BUILD file for end2end tests too | 2017-02-22 | |
| | |/ / | |/| | | |||
| * | | | add gflags to bazel | 2017-02-17 | |
| | | | | |||
* | | | | Add missing file | 2017-02-17 | |
|/ / / | |||
* | | | Get gtest building with Bazel, add first test in test/cpp/common/BUILD | 2017-02-17 | |
| | | | |||
* | | | Export LICENSE.txt in //third_party/nanopb | 2017-02-14 | |
| | | | |||
| * | | Merge remote-tracking branch 'google/v1.1.x' | 2017-02-13 | |
|/| | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-02-01 | |
| | |\ | |_|/ |/| | | |||
* | | | Move bidirectional_stream_c.h back to third_party/objective_c/Cronet | 2017-01-31 | |
| | | | |||
| * | | revert update of rake-compiler for lack of effect | 2017-01-30 | |
| | | | |||
| * | | fix missing static ruby lib on 2.4.0 | 2017-01-30 | |
| | | | |||
| * | | update rake-compiler Dockerfile to build for ruby 2.4.0 | 2017-01-30 | |
|/ / | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | 2017-01-23 | |
| |\ | |/ |/| | |||
| * | Update c-ares to 1.12.0 | 2017-01-23 | |
| | |