Craig Tiller
57726ca5a9
Revert "Revert "Grand unified closures""
9 years ago
Craig Tiller
537f7c2a13
Revert "Grand unified closures"
9 years ago
Craig Tiller
eae090a67a
Reinstate RST_STREAM at EOS
9 years ago
Craig Tiller
7ca00497e8
Add a test with multiple threads popping from the mpscq
9 years ago
Craig Tiller
1a636aba7f
Expand corpus
9 years ago
Craig Tiller
4239968093
Extend fuzzers (correctly) to deal with permissive/strict encoding
9 years ago
Craig Tiller
016493ed59
Extend fuzzers (correctly) to deal with permissive/strict encoding
9 years ago
Craig Tiller
1c7a84202f
Add a strict and a permissive decoder, allow different reserved alphabets
9 years ago
Craig Tiller
17ed6b17c7
Percent encoding routines
9 years ago
Sanjay Ghemawat
fca59fb2aa
Add gpr_slice_new_with_user_data.
...
gpr_slice_new_with_user_data is like gpr_slice_new, but allows the
caller to specify a distinct pointer to pass to the destroy function.
This is useful when the data is part of a larger data structure that
should be destroyed when the data is no longer needed.
9 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
Craig Tiller
c5b7f36f4d
Fix load file test
9 years ago
Craig Tiller
63d11752b7
Update costs
9 years ago
Craig Tiller
18879dcff9
Add cacheline padding, and a test
9 years ago
Yuchen Zeng
95e4c48430
Add knob for default core output verbosity
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Nicolas "Pixel" Noble
7c9a154803
Sanitize mallocs and frees.
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
58270d5461
Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)""
9 years ago
David G. Quintas
108cecb826
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
9 years ago
Nicolas "Pixel" Noble
80da2ec697
Preventing huge stacks in load_file_test.
9 years ago
Sree Kuchibhotla
f7cea97658
Fix copyright
9 years ago
Sree Kuchibhotla
b19489c6c8
Minor code cleanup
9 years ago
Sree Kuchibhotla
cc43d693e5
Reduce the number of threads so that this test works on x86 systems
9 years ago
Craig Tiller
c72cc42238
Build out backoff as a library
9 years ago
Craig Tiller
19fa540100
Fix copyrights
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
murgatroid99
85474df7b3
Reverse changes to AVL code
9 years ago
murgatroid99
7a55684a13
Clang format and fix copyrights
9 years ago
murgatroid99
309830f6b8
Replace 'long' with 'int64_t' in public core headers
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Jan Tattermusch
a99687be96
Fix 32 bit linux tests
9 years ago
Craig Tiller
9e1e99aa72
Fix copyrights
9 years ago
Craig Tiller
b8958ef88a
Simplify avl stress test
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Craig Tiller
2a1540496f
clang-format
9 years ago
Craig Tiller
e8f9ba6b7f
Fix compilation with clang/gcc
9 years ago
Craig Tiller
d3917ab790
Add an early out to gpr_cpu_test
...
This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail.
Historically tests starting shortly after this test are the most likely to fail.
Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible.
9 years ago
Craig Tiller
560e5f8aa3
Update copyrights, clang-fmt
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
be52c6e9c2
clang-format code
9 years ago
Craig Tiller
0b96edc3ed
Fix time_test.c
9 years ago