aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|
* Merge pull request #14146 from markdroth/inlined_vector_clearGravatar Mark D. Roth2018-01-25
|\ | | | | Add clear() method for InlinedVector<>.
* \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-24
|\ \ | | | | | | | | | fix-stream-compression-config-interface
| | * Fix build problem.Gravatar Mark D. Roth2018-01-24
| | |
| | * Add const version of operator[].Gravatar Mark D. Roth2018-01-23
| | |
| | * Add clear() method for InlinedVector<>.Gravatar Mark D. Roth2018-01-23
| |/
| * Merge pull request #14093 from markdroth/arena_alignmentGravatar Mark D. Roth2018-01-23
| |\ | | | | | | Fix arena to return aligned memory.
| | * Fix arena to return aligned memory.Gravatar Mark D. Roth2018-01-22
| | |
| * | Use wait_for_ready in goaway_server_test.Gravatar Mark D. Roth2018-01-22
| |/
| * Merge pull request #14089 from markdroth/no_plus_in_directory_namesGravatar Mark D. Roth2018-01-19
| |\ | | | | | | Rename 'gpr++' directories to 'gprpp'.
| | * Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\| | | | | | | | | | | fix-stream-compression-config-interface
| * | Merge pull request #14070 from markdroth/backoff_api_cleanupGravatar Mark D. Roth2018-01-19
| |\ \ | | |/ | |/| Combine BackOff Begin() and Step() methods.
| * | Merge pull request #14078 from yashykt/asan_sockaddrGravatar Yash Tibrewal2018-01-18
| |\ \ | | | | | | | | Solve a stack_use_after_scope issue in sockaddr_resolver_test
| | * | Fix typo s/resolition/resolutionGravatar Yash Tibrewal2018-01-18
| | | |
| | * | Solve a stack_use_after_scope issue in sockaddr_resolver_testGravatar Yash Tibrewal2018-01-18
| | | |
| * | | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |/ /
| | * Combine BackOff Begin() and Step() methods.Gravatar Mark D. Roth2018-01-18
| | |
| * | Merge pull request #14046 from jtattermusch/try_fixing_dualstack_socket_testGravatar Jan Tattermusch2018-01-18
| |\ \ | | | | | | | | Try avoid deadline_exceeded failure in dualstack_socket_test
| * \ \ Merge pull request #14005 from jtattermusch/fix_win_alarm_testGravatar Jan Tattermusch2018-01-18
| |\ \ \ | | | | | | | | | | Fix alarm test flake on windows
| | | * | use grpc_timeout_milliseconds_to_deadline directlyGravatar Jan Tattermusch2018-01-18
| | | | |
| * | | | Eliminate GRPC_LINUX_LEGACY_EPOLLGravatar Mehrdad Afshari2018-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_countingGravatar Mark D. Roth2018-01-17
| |\ \ \ | | | | | | | | | | Fix existing ref counting classes and add new ones.
| | | | * try avoid deadline_exceeded failure in dualstack_socket_testGravatar Jan Tattermusch2018-01-17
| | |_|/ | |/| |
| | | * fix alarm test flake on windowsGravatar Jan Tattermusch2018-01-17
| | |/ | |/|
| * | Add fuzzed example that found this crashGravatar Craig Tiller2018-01-16
| | |
| * | Also stop processing input streamGravatar Craig Tiller2018-01-16
| | |
| * | Fix issue whereby fuzzer creates infinitely deep creds (since this is not ↵Gravatar Craig Tiller2018-01-16
| | | | | | | | | | | | actually interesting)
| | * Merge remote-tracking branch 'upstream/master' into ref_countingGravatar Mark D. Roth2018-01-16
| | |\ | | |/ | |/|
| * | Merge pull request #13975 from danzh2010/adjustrcvbufGravatar Yang Gao2018-01-12
| |\ \ | | | | | | | | change udp_server receive/send buffer size and set SO_RXQ_OVFL
| * \ \ Merge pull request #14004 from jtattermusch/gpr_sync_windowsGravatar Jan Tattermusch2018-01-12
| |\ \ \ | | | | | | | | | | Fix gpr_sync_test timing on Windows.
| | | | * Add equality operators to RefCountedPtr.Gravatar Mark D. Roth2018-01-12
| | | | |
| | * | | start with fewer iterationsGravatar Jan Tattermusch2018-01-12
| | | | |
| | * | | windows needs fflush after fprintfGravatar Jan Tattermusch2018-01-12
| | | | |
| * | | | Fix issue with filter_status_code test for proxy tests.Gravatar Ken Payson2018-01-11
| | | | |
| * | | | Revert "Revert "Set error status correctly on server side""Gravatar Ken Payson2018-01-11
| |/ / / | | | | | | | | | | | | This reverts commit 951f84aea00a1f8a65cf160d7d8f342c30593000.
| * | | Revert "Set error status correctly on server side"Gravatar David G. Quintas2018-01-11
| | | |
| | * | change to int typeGravatar Dan Zhang2018-01-11
| | | |
| | | * Fix existing ref counting classes and add new ones.Gravatar Mark D. Roth2018-01-11
| | |/ | |/|
| * | Merge pull request #13676 from markdroth/inlined_vectorGravatar Mark D. Roth2018-01-11
| |\ \ | | | | | | | | Implement InlinedVector independently of absl.
| * | | exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| | | |
| | | * change to pass in valueGravatar Dan Zhang2018-01-10
| | |/ | |/|
| | * Implement InlinedVector independently of absl.Gravatar Mark D. Roth2018-01-10
| | |
| * | Merge pull request #13912 from ncteisen/nullptrGravatar David G. Quintas2018-01-09
| |\ \ | | |/ | |/| Missing s/NULL/nullptr
| * | Need to include functional to use std::bindGravatar Vijay Pai2018-01-08
| | |
| * | Set error status correctly on server sideGravatar Ken Payson2018-01-04
| | |
| | * Missing s/NULL/nullptrGravatar ncteisen2018-01-03
| |/
| * fix data race in shutdown_and_destroy_pollsetGravatar Dan Zhang2017-12-22
| |
| * fix typoGravatar Dan Zhang2017-12-22
| |
| * fix udp_server_test flakinessGravatar Dan Zhang2017-12-22
| |