16770 Commits (1a2109a0beeb8fffc036af23cb1644da51090e4c)

Author SHA1 Message Date
Jan Tattermusch 1ee85d13a4 expose batchcontext.Reset 7 years ago
Yash Tibrewal eaf67dbdf6 Fixing errors and minor bugs 7 years ago
David Garcia Quintas dde6afc0c0 C++-ize backoff 7 years ago
Vijay Pai 891254292e Remove lockfree stack, again 7 years ago
Jan Tattermusch fcb4205645 silence uninitialized use warning 7 years ago
Yash Tibrewal a13a8c0f3e A few src/core fixes due to missing exec_ctx_finish 7 years ago
Nathaniel Manista 0eacb45a48 Elide local field by directly returning values 7 years ago
Nathaniel Manista 77d2c721cb Add missing const 7 years ago
Nathaniel Manista 1628da0136 Avoid abbreviation in Python API 7 years ago
ncteisen 264560ff4a Reviewer feedback 7 years ago
Jan Tattermusch eec8b84c71 spinlock in completion registry is slightly faster 7 years ago
Jan Tattermusch 8bae77cdd1 add completion registry benchmark with shared registry too 7 years ago
Jan Tattermusch da8ef40465 save allocation by using a struct instead of a tuple 7 years ago
Jan Tattermusch 85807230fb consistent naming for OnReceivedCloseOnServer 7 years ago
Jan Tattermusch 2622fdc07d remove legacy delegates 7 years ago
Jan Tattermusch c5638887bf make everything compile 7 years ago
Jan Tattermusch 466d77b26f avoid delegate allocations in callsafehandle 7 years ago
Jan Tattermusch 8b451ed31d server and channel adjustments 7 years ago
Jan Tattermusch 2dc792de17 add "state" filed to batch completion delegate 7 years ago
Jan Tattermusch 9a244d61d4 avoid unnecessary allocation in completion registry 7 years ago
Noah Eisen 11c1c47fe9 Fix real TSAN/ASAN bug 7 years ago
Mehrdad Afshari 90dbd2b670 Alter health/reflection packages' build criterion 7 years ago
Giang Nguyen bcf083fa90 Add Python support for server SSL cert reloading 7 years ago
yang-g ed49fe5510 Resolve comments 7 years ago
Yash Tibrewal d489812215 changes for macos 7 years ago
ncteisen 8d1a3ca5fc use aquire release 7 years ago
ncteisen abdc290d26 clang fmt 7 years ago
kwasimensah 8abe26237e
Fix pthread cleanup logic 7 years ago
Marko Bogdanović 9f4a8eeced Add HealthChecker helpers for setting statuses 7 years ago
yang-g 26521b38d2 Avoid calling dtor on grpc_fd before putting it in freelist 7 years ago
ncteisen f852c06038 Fix TSAN attempt 7 years ago
ncteisen 46f9175ba3 Fix windows build 7 years ago
ncteisen 509aba4f60 Fix test builds 7 years ago
ncteisen 66dfcf5919 clang fmt 7 years ago
ncteisen 61c4d6b648 Fix stats 7 years ago
ncteisen 0e6b5b3ba3 Un extern the fuzzers 7 years ago
ncteisen adbfbd5977 Remove all extern C 7 years ago
ncteisen c4dd9cfe18 reviewer feedback 7 years ago
ncteisen 692915ee07 Swtich to using grpc_bb_take_first 7 years ago
Sree Kuchibhotla 9f4759ac14 Disable caching start-time for all clocktypes except GPR_CLOCK_MONOTONIC 7 years ago
murgatroid99 5dc3cc1b01 Clang format 7 years ago
Jan Tattermusch ddcdf84186 use regular dict in completion registry 7 years ago
Jan Tattermusch 8aeaacc220 generalize invocation of C# microbenchmarks 7 years ago
Jan Tattermusch 74a723f20d add PInvokeByteArray microbenchmark 7 years ago
Jan Tattermusch ef69907cff add CompletionRegistry microbenchmark 7 years ago
Jan Tattermusch 1de0d69fd9 add GCStats to microbenchmarks 7 years ago
Muxi Yan 9b74848676 forward declare pbobjc.h 7 years ago
murgatroid99 3dc4bc2f06 Fix uses of resource quota in UV TCP code 7 years ago
Ian Coolidge 5dca5bf644 sync_posix: Add Linux-specific monotonic clock preference 7 years ago
ncteisen 588d6d9294 unref before write failures for completness 7 years ago