17360 Commits (539f5068bd14e3d07b58309b657222919e94aba5)

Author SHA1 Message Date
Vijay Pai 4a0cd70042 wip for Windows port 7 years ago
Muxi Yan 9614395928 Fix grpc++->grpcpp leftover files 7 years ago
Vijay Pai 03e2e13283 Minor fixes 7 years ago
Ken Payson a75712a71f Remove Python background poller thread 7 years ago
Mark D. Roth bd0f15119a Refactor code for generating balancer channel args. 7 years ago
Yihua Zhang 75f0a9fbd2 place security_connector in its own subdirectory 7 years ago
Mark D. Roth c887549f92 Convert LB policy API to C++. 7 years ago
Vijay Pai 87e2e6a58a clang-fmt 7 years ago
Vijay Pai da69355f30 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 7 years ago
Carlos O'Ryan b636f3134e
Fix typo in constant name. 7 years ago
Vijay Pai 587ee3f6a8
Update thd.h 7 years ago
Vijay Pai 5e1298f0a8 Fix thread leak by delaying thread exit until join is ready 7 years ago
Ken Payson 39921e9031 Lower debug logging on epollex 7 years ago
Vijay Pai 58a62755fc Remove support for detached threads. All threads must be joined. 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Muxi Yan ec42f32834
Fix typo 7 years ago
Mark D. Roth 1b95f476cc Fix refcounting bug in resolver callback. 7 years ago
Mark D. Roth 835ae6b058 Use aligned memory as needed. 7 years ago
Juanli Shen 87c6504ca9
Revert "Revert "Revert "Revert "grpclb re-resolution"""" 7 years ago
Vijay Pai d50b19188f
Update todo 7 years ago
ncteisen 24f388bf95 Fix compile 7 years ago
ncteisen ff19019e50 Add clarifying comment 7 years ago
Muxi Yan efc5ae8008 Add binary metadata support for cronet transport 7 years ago
ncteisen bf323a985f Use grpc_channel_arg_get_string when appropriate 7 years ago
Noah Eisen dda548f6d7 Fix comiler warning 7 years ago
Ken Payson be619a3620 Use heuristic to determine how many events to handle per iteration 7 years ago
Mark D. Roth 67f1012360 Fix chttp2 to destroy the send_message byte stream upon error. 7 years ago
ncteisen 6f374ea2fe Use new helper funciton in one file 7 years ago
ncteisen 08caf82e8d Add channel arg helper for string 7 years ago
Noah Eisen ffff5421a7 Fix fuzz test 7 years ago
ncteisen 5f1e8533b4 Cleanup from a quickly merged PR 7 years ago
Mark D. Roth 2159f859c7 Fix inproc transport to destroy send_message byte stream on failure. 7 years ago
Noah Eisen 49cab8f4c6 Fix handshaker crash 7 years ago
Mark D. Roth e010dc932a Fix http_server filter to destroy its byte stream if it isn't returned. 7 years ago
Mark D. Roth ef58813f0a Fix inproc transport to destroy the send_message byte stream. 7 years ago
Mehrdad Afshari db04c18289 Clarify add_done_callback works on both success and failure 7 years ago
Mark D. Roth b096853b51 Take ownership of byte_buffer contents as soon as send_message op is started. 7 years ago
David G. Quintas f66cf0d70d
Revert "Revert "Revert "grpclb re-resolution""" 7 years ago
Sree Kuchibhotla 4fa4937bfa Destroy the pollset mutex created in pollset_init 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Juanli Shen 776490af0e Revert "Revert "grpclb re-resolution"" 7 years ago
Noah Eisen e1bec40dfb Manually fix build issue 7 years ago
David Garcia Quintas 7756b3785d Addressing #14170 leftover comments 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen cddf6f838a Add some manual const casts to fix build 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Vijay Pai 804f339338 Fix header guard 7 years ago
Srini Polavarapu 3cca82534d Consolidate build instructions in INSTALL.md and src/cpp/README.md 7 years ago
Yash Tibrewal ec717fa226 Fix heap use-after-free bug in chttp2 reported by fuzzer 7 years ago
Mark D. Roth 209f644f04 Convert resolver API to C++. 7 years ago