Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a results_upon_error setter to fake resolver | Juanli Shen | 2018-02-02 |
| | |||
* | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. | yang-g | 2018-01-31 |
| | |||
* | Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_race | Jan Tattermusch | 2018-02-01 |
|\ | | | | | Make grpc_passthru_endpoint_stats refcounted | ||
| * | add comment | Jan Tattermusch | 2018-01-31 |
| | | |||
* | | Merge pull request #14112 from yashykt/badclient | Yash Tibrewal | 2018-01-30 |
|\ \ | | | | | | | Bad client changes Part I | ||
| * | | Remove unnecessary check and few more comments | Yash Tibrewal | 2018-01-30 |
| | | | |||
| * | | Force the client to shutdown so that the server write can complete | Yash Tibrewal | 2018-01-30 |
| | | | |||
| | * | make grpc_passthru_endpoint_stats refcounted | Jan Tattermusch | 2018-01-30 |
| | | | |||
* | | | fix EventState::done() data race | Jan Tattermusch | 2018-01-30 |
| |/ |/| | |||
* | | Merge pull request #14211 from yashykt/httpsclibazel | Yash Tibrewal | 2018-01-29 |
|\ \ | | | | | | | Bazel fix for httpcli_test and httpscli_test | ||
| * | | Manually set roots pem env variable for httpscli_test | Yash Tibrewal | 2018-01-29 |
| | | | |||
* | | | Disable failing ssl_transport_security_tests when using OpenSSL lib | jiangtaoli2016 | 2018-01-29 |
| | | | |||
| * | | Bazel fix for httpcli_test | Yash Tibrewal | 2018-01-26 |
| | | | |||
* | | | Fix end2end test flake #13477 | Yash Tibrewal | 2018-01-26 |
|/ / | |||
* | | Merge pull request #14136 from jtattermusch/add_ubuntu_1710 | Jan Tattermusch | 2018-01-26 |
|\ \ | | | | | | | Fix build under gcc7.2 | ||
* \ \ | Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac | apolcyn | 2018-01-25 |
|\ \ \ | | | | | | | | | Ruby macos kokoro environment and package build updates | ||
| | * | | silence switch fallthrough warning on gcc7.2 | Jan Tattermusch | 2018-01-25 |
| | | | | |||
* | | | | Merge pull request #14146 from markdroth/inlined_vector_clear | Mark D. Roth | 2018-01-25 |
|\ \ \ \ | | | | | | | | | | | Add clear() method for InlinedVector<>. | ||
| | * | | | Fix linker error on objc mac tests by explicitly installing cocoapods ↵ | Alexander Polcyn | 2018-01-24 |
| | | | | | | | | | | | | | | | | | | | | v1.3.1, rather than picking up 1.4.1 | ||
| | | | * | reduce send size for window overflow test | Yash Tibrewal | 2018-01-24 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-24 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | | | | Fix build problem. | Mark D. Roth | 2018-01-24 |
| | | | | | | |||
| | | | | * | Make the thread wait so that write can complete too | Yash Tibrewal | 2018-01-24 |
| | | | | | | |||
| | | | | * | Merge branch 'master' into badclient | Yash Tibrewal | 2018-01-24 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | | * | remove unnecessary assert | Yash Tibrewal | 2018-01-24 |
| | | | | | | |||
| | | | | * | Add helper function for rst_stream | Yash Tibrewal | 2018-01-23 |
| | | | | | | |||
| | * | | | | Add const version of operator[]. | Mark D. Roth | 2018-01-23 |
| | | | | | | |||
| | * | | | | Add clear() method for InlinedVector<>. | Mark D. Roth | 2018-01-23 |
| |/ / / / | |||
| * | | | | Merge pull request #14093 from markdroth/arena_alignment | Mark D. Roth | 2018-01-23 |
| |\ \ \ \ | | | | | | | | | | | | | Fix arena to return aligned memory. | ||
| | | | * | | fix -Wmemset-elt-size warning in gcc7.2 | Jan Tattermusch | 2018-01-23 |
| | |_|/ / | |/| | | | |||
| | * | | | Fix arena to return aligned memory. | Mark D. Roth | 2018-01-22 |
| | | | | | |||
| * | | | | Use wait_for_ready in goaway_server_test. | Mark D. Roth | 2018-01-22 |
| |/ / / | |||
| | | * | nullptr check | Yash Tibrewal | 2018-01-22 |
| | | | | |||
| | | * | Bad client changes to make large metadata test to work again | Yash Tibrewal | 2018-01-22 |
| | | | | |||
| * | | | Merge pull request #14089 from markdroth/no_plus_in_directory_names | Mark D. Roth | 2018-01-19 |
| |\ \ \ | | | | | | | | | | | Rename 'gpr++' directories to 'gprpp'. | ||
| | * | | | Rename 'gpr++' directories to 'gprpp'. | Mark D. Roth | 2018-01-19 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\| | | | | | | | | | | | | | | | | | | | fix-stream-compression-config-interface | ||
| * | | | | Merge pull request #14070 from markdroth/backoff_api_cleanup | Mark D. Roth | 2018-01-19 |
| |\ \ \ \ | | |/ / / | |/| | | | Combine BackOff Begin() and Step() methods. | ||
| * | | | | Merge pull request #14078 from yashykt/asan_sockaddr | Yash Tibrewal | 2018-01-18 |
| |\ \ \ \ | | | | | | | | | | | | | Solve a stack_use_after_scope issue in sockaddr_resolver_test | ||
| | * | | | | Fix typo s/resolition/resolution | Yash Tibrewal | 2018-01-18 |
| | | | | | | |||
| | * | | | | Solve a stack_use_after_scope issue in sockaddr_resolver_test | Yash Tibrewal | 2018-01-18 |
| | | | | | | |||
| * | | | | | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| |/ / / / | |||
| | * | | | Combine BackOff Begin() and Step() methods. | Mark D. Roth | 2018-01-18 |
| | | | | | |||
| * | | | | Merge pull request #14046 from jtattermusch/try_fixing_dualstack_socket_test | Jan Tattermusch | 2018-01-18 |
| |\ \ \ \ | | | | | | | | | | | | | Try avoid deadline_exceeded failure in dualstack_socket_test | ||
| * \ \ \ \ | Merge pull request #14005 from jtattermusch/fix_win_alarm_test | Jan Tattermusch | 2018-01-18 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix alarm test flake on windows | ||
| | | * | | | | use grpc_timeout_milliseconds_to_deadline directly | Jan Tattermusch | 2018-01-18 |
| | | | | | | | |||
| * | | | | | | Eliminate GRPC_LINUX_LEGACY_EPOLL | Mehrdad Afshari | 2018-01-17 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename: GRPC_LINUX_LEGACY_EPOLL to GRPC_LINUX_EPOLL, and GRPC_LINUX_EPOLL to GRPC_LINUX_EPOLL_CREATE1 | ||
| * | | | | | Merge pull request #13984 from markdroth/ref_counting | Mark D. Roth | 2018-01-17 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix existing ref counting classes and add new ones. | ||
| | | | * | | | try avoid deadline_exceeded failure in dualstack_socket_test | Jan Tattermusch | 2018-01-17 |
| | |_|/ / / | |/| | | | | |||
| | | * | | | fix alarm test flake on windows | Jan Tattermusch | 2018-01-17 |
| | |/ / / | |/| | | |