195 Commits (507d1fd58ec0ad6808d98089ecf257815e601261)

Author SHA1 Message Date
Ken Payson a4710a090d Revert "Remove lockfree-stack implementation that is no longer used" 7 years ago
Vijay Pai 3d04e025bc Remove lockfree-stack implementation that is no longer used 8 years ago
Jan Tattermusch 4d5c3102a1 fix remaining license notices 8 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x" 8 years ago
Craig Tiller d47be446d7 Speed up tests 8 years ago
Craig Tiller d1a6423199 Use stdlib to avoid ubsan errors 8 years ago
Nicolas "Pixel" Noble 15cd5ce2ed Rewriting core tests BUILD files to use the build system. 8 years ago
Craig Tiller 0362d6b374 ubsan fixes 8 years ago
Nicolas "Pixel" Noble 7c26eed838 Buildifier and wrapping test/cpp/* rules with our build system. 8 years ago
Craig Tiller a044424430 clang-format 8 years ago
Craig Tiller dced510997 Fix arena_test on 32-bit platforms (includes Windows) 8 years ago
Craig Tiller 7cbb4feff9 Allow custom deletion policies on grpc_core::UniquePtr<> 8 years ago
Craig Tiller b3d70102a5 Memory allocator for C++ in core 8 years ago
yang-g 07429fa9a6 Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN 8 years ago
yang-g 1aba869e9e Make convert clock_type consistent with add/sub when dealing with extreme values 8 years ago
Craig Tiller 37723c9ee0 Fix race condition 8 years ago
Craig Tiller 0dd81003b5 Concurrent test 8 years ago
Craig Tiller 9202b3fdfd Arena allocator for grpc 8 years ago
Yuchen Zeng f0d6b88626 Avoid repetitive division calculations 8 years ago
Yuchen Zeng 39514ccb29 Add licenses() in BUILD files 8 years ago
Craig Tiller b73ad23bd8 Fix memory leak 8 years ago
Craig Tiller edbf2b9d13 Add a spinlock type. 8 years ago
Craig Tiller 6f4178878c Add zalloc, convert a bunch of files to use it 8 years ago
Robbie Shade ca7effcdff Replace timeout/scaling macros with functions. 8 years ago
yang-g 1da20c10b0 Remove unused load 8 years ago
Julien Boeuf 964d7bb482 Fixing JWT verifier. 8 years ago
David Garcia Quintas 1edfb952d0 Updated backoff to spec. 8 years ago
Craig Tiller 0f310807ff Update includes, s/gpr_dump_slice/grpc_dump_slice/g 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
Craig Tiller d3e645f07d e2e fuzzers 8 years ago
Craig Tiller 31a1bbd4bc Make fuzzer unit tests work 8 years ago
Craig Tiller ad57f1678e Begin fuzzing framework 8 years ago
Nicolas "Pixel" Noble 60ca22fef5 Basic testing. 8 years ago
Craig Tiller 57726ca5a9 Revert "Revert "Grand unified closures"" 8 years ago
Craig Tiller 537f7c2a13 Revert "Grand unified closures" 8 years ago
Craig Tiller eae090a67a Reinstate RST_STREAM at EOS 8 years ago
Craig Tiller 7ca00497e8 Add a test with multiple threads popping from the mpscq 8 years ago
Craig Tiller 1a636aba7f Expand corpus 8 years ago
Craig Tiller 4239968093 Extend fuzzers (correctly) to deal with permissive/strict encoding 8 years ago
Craig Tiller 016493ed59 Extend fuzzers (correctly) to deal with permissive/strict encoding 8 years ago
Craig Tiller 1c7a84202f Add a strict and a permissive decoder, allow different reserved alphabets 8 years ago
Craig Tiller 17ed6b17c7 Percent encoding routines 8 years ago
Sanjay Ghemawat fca59fb2aa Add gpr_slice_new_with_user_data. 8 years ago
Craig Tiller f7cade1b4f Rename async_execution_lock --> combiner, make it use closures, unroll previous changes for idleness 9 years ago
Craig Tiller e2715df1ab Reduce cost of some heavyweight tests 9 years ago
Yuchen Zeng 289dcb1b68 Rename gpr_strpad as gpr_leftpad 9 years ago
Vijay Pai 8b48191854 Set back to the default log function after using an override 9 years ago
Yuchen Zeng 64c0e8d4bc Add format check for gpr_log and gpr_asprintf 9 years ago
Craig Tiller 8517886c6a Move load_file into iomgr 9 years ago