9603 Commits (539f5068bd14e3d07b58309b657222919e94aba5)

Author SHA1 Message Date
kpayson64 539f5068bd Abstract libuv implementation 7 years ago
Muxi Yan 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms 7 years ago
Mark D. Roth 3d8b32d8b3 Convert byte_stream API to C++. 7 years ago
Yihua Zhang 04fb58efbd Add ALTS code to grpc/core 7 years ago
Sree Kuchibhotla ae277dd000
Revert "Add ALTS C stack to gRPC core" 7 years ago
kpayson64 a37e8deeae Do poll for poll_posix engine when kicked with 0s timeout 7 years ago
Yihua Zhang eaf6486677 Add ALTS code to grpc/core 7 years ago
yang-g abd9d53a9f Only increase strike once 7 years ago
Dan Zhang 8f91ad9e0c use static_cast 7 years ago
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 7 years ago
Vijay Pai 4013f0ccda
Address reviewer comments 7 years ago
Vijay Pai 756caa7c6a Minor changes and fixes 7 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Dan Zhang 03f56a17ab edit comment 7 years ago
David Garcia Quintas 396d49d958 Introduce a 'weak' and mutable version of slice hash table 7 years ago
Mark D. Roth 718c8341ca Retry support. 7 years ago
Dan Zhang 1bdc940469 fix format 7 years ago
David Garcia Quintas ad0996b9f3 Perform secure naming checks in grpclb_end2end_test 7 years ago
Yuchen Zeng 41a6aa320a Address the comments on backup poller 7 years ago
Mehrdad Afshari b6d35fd9ea Regenerate projects 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
ncteisen dca52e515c Remain consitant with #14493 7 years ago
Mark D. Roth 3e7f2df047 Convert slice hash table and service config code to C++. 7 years ago
Mehrdad Afshari 1546b2ae7c Regenerate projects 7 years ago
Yuchen Zeng af9f81cbb0 Cancel max idle timer when shutting down the server channel 7 years ago
Alexander Polcyn db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
Mehrdad Afshari 9073ea03ef Regenerate projects 7 years ago
Mehrdad Afshari 005d63da4c Regenerate projects 7 years ago
nnorwitz c546ee6ff7
Use the total # of processors instead of # online. 7 years ago
Vijay Pai 07f9df980b Call destructor if thread was ever constructed 7 years ago
Muxi Yan 48396479c0
Build typo fix 7 years ago
Muxi Yan 6c9a87c174 Polish infer_length_after_decode and add test cases 7 years ago
Vijay Pai 8c45a9a87f Fix header includes 7 years ago
Muxi Yan 9ef1f359ca Put infer_length_after_decode in bin_decoder 7 years ago
Muxi Yan 09bd5c0b1b convert cronet headers to metadata in one function 7 years ago
Vijay Pai 2aa7f88294 Move destructor and Start to implementation 7 years ago
Vijay Pai 8a9e56eddb Header inclusion 7 years ago
Mark D. Roth 3ef4af2eae Fix crash when failing to create an LB policy. 7 years ago
Vijay Pai 57c52eebce MinGW requires lambdas to set their calling method if needed 7 years ago
Vijay Pai 4a0cd70042 wip for Windows port 7 years ago
Vijay Pai 03e2e13283 Minor fixes 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