336 Commits (c84725fd02dc58a819c8c4e8acdc321e81f44764)

Author SHA1 Message Date
Craig Tiller 76dca19953 clang-format 8 years ago
Craig Tiller bedb18959b Fixes, remove grpc_error_free_string 8 years ago
Craig Tiller 91031dacb1 Changes to exec_ctx/closure/combiner/workqueue interfaces 8 years ago
Mark D. Roth 96ba68d7cd Fix more allocation bugs. 8 years ago
Craig Tiller f658bf0e1b Start resolving memory issues in C++ metadata 8 years ago
Craig Tiller 75731e65a8 Fix some leaks/use-after-frees 8 years ago
David Garcia Quintas 353586902a Increase deadline for 1byte fixture 8 years ago
Craig Tiller c10608f385 Correctness, memory leak fixes 8 years ago
Craig Tiller 5059ddf58b Fix memory leak, uninitialized memory 8 years ago
Craig Tiller 7d4116fa44 All core tests compile without grpc_mdstr 8 years ago
Craig Tiller 68208fe422 Progress towards mdstr elimination 8 years ago
Craig Tiller 10cd356662 Finish moving to new APIs 8 years ago
Mark D. Roth 2b8de5cecf Don't run cancel_after_accept test for fd and socketpair fixtures. 8 years ago
Mark D. Roth c20a52f7f5 Fix build problem. 8 years ago
Mark D. Roth d811b307f7 clang-format 8 years ago
Craig Tiller a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 8 years ago
Mark D. Roth e127a39f45 Change tests to use channel args instead of fake_resolver query args. 8 years ago
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 8 years ago
Craig Tiller b37d53ebc0 Bulk update #includes 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 8 years ago
Muxi Yan ed2be64d82 Clean format with clang-format 8 years ago
Muxi Yan 90a283a4a8 Add FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER in h2_http_proxy.c 8 years ago
murgatroid99 aa9c578b07 Clean up code after merge with master 8 years ago
Yuchen Zeng 929f4c652f Add tos configuration in channel args 8 years ago
Mark D. Roth fd2ddd28a9 clang-format 8 years ago
Mark D. Roth d8f4a12482 Fix build problem in test. 8 years ago
Mark D. Roth ec393343ee Add h2_fake_resolver end2end test fixture. 8 years ago
murgatroid99 c36f6ea745 Compile and link core tests with libuv 8 years ago
Craig Tiller 08d297e375 Make all tests build again 8 years ago
murgatroid99 dedb923b6e Clang format 8 years ago
Michael Lumish 77c6ccef18 Updated changes for Windows, removed unistd.h from test files 8 years ago
Craig Tiller 30ff60ec36 Tests compile 8 years ago
murgatroid99 7871f736ce Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests 8 years ago
Sree Kuchibhotla aabada97a1 One RPCMgr instance per CQ 8 years ago
Muxi Yan 6d68645162 Update unit tests and fixtures with AUTHORITY_HEADER support option 8 years ago
Mark D. Roth 2137cd8e9b Rename client_config directory to client_channel. 8 years ago
Mark D. Roth cd5f7ede27 Fix bug from previous commit. 8 years ago
Mark D. Roth 0209f675c4 Fix HTTP proxy code to avoid having multiple outstanding writes. 8 years ago
Mark D. Roth 39b5871d7b Use http_proxy environment variable instead of URI query param. 8 years ago
Makarand Dharmapurikar 1251ae2e9c disable cacheability assert for proxy 8 years ago
Mark D. Roth 7187ab9866 Change cq_verifier to report file and line number for expectations. 8 years ago
Sree Kuchibhotla cc357bf74e Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API 8 years ago
Mark D. Roth 0c137e2e1f Fix tsan failures. 8 years ago
Mark D. Roth a9288afaa9 Fix test to shutdown the proxy from the main thread instead of 8 years ago
murgatroid99 623dd4f556 Renamed GPR_ constants to GRPC_ in iomgr/port.h 8 years ago
murgatroid99 5407089b37 Separate out iomgr-specific constants into a separate header 8 years ago
Mark D. Roth 0a05ab6e8e clang-format 8 years ago
Mark D. Roth b350209b9f Clean up test HTTP proxy code. 8 years ago
Mark D. Roth 714c7ec74a Plumbed read_buffer through and fixed leftover bytes problem. 8 years ago