688 Commits (10f995d283607a161e2ddcae5dd94636de950ec5)

Author SHA1 Message Date
Jan Tattermusch d94b49a1df unify fallthrough comment in switch statements 6 years ago
Guantao Liu e6824674f4 Cover the case that there is no command-line argument. 6 years ago
Guantao Liu 668a16327b Fix the unknown argument issue in resolve_address_test.cc 6 years ago
Vijay Pai be18cedf90 Delete epollsig poller and tests using it 6 years ago
Alexander Polcyn 964d679edc Resolve ip literals and Windows localhost manually when using c-ares 6 years ago
Hope Casey-Allen 40ec97dbff Enable timer test on windows 6 years ago
Yash Tibrewal 8d47cd4992
Revert "Revert "Fathom tcp changes"" 6 years ago
Jan Tattermusch 97ba943f17
Revert "Fathom tcp changes" 6 years ago
Yash Tibrewal 8f0f66b3b3 %s/SCM_TSTAMP_ACK/grpc_core::SCM_TSTAMP_ACK 6 years ago
Yash Tibrewal ffdcad5e06 Redefine constants from errqueue.h. Some header files lag behind the kernel version 6 years ago
Muxi Yan b24b212ee5 Make symbols of BoringSSL private to gRPC 6 years ago
Yash Tibrewal 1cfd81a604 Explain the newer semantics of grpc_error_add_child 6 years ago
Hope Casey-Allen 087bbb2f4e Disable test on windows 6 years ago
Hope Casey-Allen 91cb48ad1a Add timer tests for long running services 6 years ago
Yash Tibrewal b49f47d4f2 linux version needs to be defined 6 years ago
Sree Kuchibhotla bdd13cb0ae
Revert "Revert "Restrict the number of threads in C++ sync server"" 6 years ago
Nicolas Noble bea98c3c1b
Revert "Restrict the number of threads in C++ sync server" 6 years ago
Sree Kuchibhotla c2a22a1ab8 Address core review comments 6 years ago
Alexander Polcyn 9896c64186 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" 6 years ago
Alexander Polcyn f34c653936 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" 6 years ago
Alex Polcyn 1b1d5e52e7 Get c-ares to compile and do address sorting on windows 6 years ago
Sree Kuchibhotla b95772eeb9 Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc 6 years ago
Yash Tibrewal 0d757a659f Adding docs and cleaning up 6 years ago
Yash Tibrewal f0397933b0 Fathom TCP level changes. TracedBuffer for keeping track of all buffers 6 years ago
Adele Zhou 8edd56841e Step 3 of multipool RBE configuration. 6 years ago
Sree Kuchibhotla 16ad9b8280 Added a test to catch such things in future 7 years ago
Adele Zhou ff1d1b3b68 Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual. 7 years ago
Alexander Polcyn 4e8a2f5f27 Remove already_closed param from fd_orphan 7 years ago
Muxi Yan cf23f867f2 clang-format 7 years ago
Muxi Yan 1aedfa8628 Add CFStream tests 7 years ago
Yash Tibrewal adc733f024 Make linux polling engines capable of tracking errors separately with 7 years ago
Sree Kuchibhotla 1dd12c084a Fix some more formatting issues 7 years ago
Dan Zhang 8bd239551a use renamed function in test for cheking so_reuseport 7 years ago
Dan Zhang 8c2314093b Allow udp_server to create multiple listeners for each port via SO_REUSEPORT 7 years ago
Sree Kuchibhotla 33643ef34e Fix type coversion errors 7 years ago
Yash Tibrewal c0cd82faed Remove unnecessary includes of exec_ctx.h 7 years ago
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
Yash Tibrewal 337373b91f More explicit static casts for size_t to socklen_t 7 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Dan Zhang 1bdc940469 fix format 7 years ago
Dan Zhang 6cc5a09ffd fix format 7 years ago
Dan Zhang b293e9e822 Refactors grpc udp_server_listener to be object oriented. Also adds a mutex to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel. 7 years ago
Vijay Pai 03e2e13283 Minor fixes 7 years ago
Adele Zhou 1c805ec901 Add more bazel tests 7 years ago
Vijay Pai c02d997607 Minor bug fixes 7 years ago
Vijay Pai 14300f121c Fix one Linux-specific test 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
Vijay Pai 58a62755fc Remove support for detached threads. All threads must be joined. 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago