Jan Tattermusch
|
5ef3b4e33c
|
fix code formatting
|
9 years ago |
Jan Tattermusch
|
fd3d820920
|
fix copyrights
|
9 years ago |
Jan Tattermusch
|
6633647822
|
improve decode_timeout implementation
|
9 years ago |
murgatroid99
|
c3910cadb4
|
Expose core metadata validation functions in public headers
|
9 years ago |
Craig Tiller
|
7536af02cf
|
Eliminate gpr_ int types - and insist on C99 variants instead
|
9 years ago |
Jan Tattermusch
|
1b34aeb554
|
fixing x64 build with vs2015
|
9 years ago |
Craig Tiller
|
620e965c1b
|
clang-format after last weeks test-fest
|
9 years ago |
Craig Tiller
|
c6eb1c98a4
|
Expand connectivity_state_test
|
9 years ago |
Craig Tiller
|
d52fbb83cc
|
Test metadata user data
|
9 years ago |
Craig Tiller
|
face446997
|
Add the test code itself
|
9 years ago |
Craig Tiller
|
5a640a4b7c
|
Fix gcc compilation
|
9 years ago |
Craig Tiller
|
8ab91b29fe
|
Add test of varint encoding for hpack
|
9 years ago |
Craig Tiller
|
e62bf9844c
|
Fix HPACK encoder test
|
9 years ago |
Craig Tiller
|
b2b4261631
|
Remove metadata context entirely
|
9 years ago |
Craig Tiller
|
ebdef9d674
|
Remove metadata context from the channel stack
|
9 years ago |
Craig Tiller
|
0e72ede405
|
Use static metadata table in metadata.c
|
9 years ago |
Craig Tiller
|
82e249b816
|
Small fixes
|
9 years ago |
Craig Tiller
|
575b4200a7
|
Small fixes
|
9 years ago |
Craig Tiller
|
e58d817818
|
casting
|
9 years ago |
Craig Tiller
|
3c53bb2f46
|
clang-format
|
9 years ago |
Craig Tiller
|
856d0948da
|
Check return values
|
9 years ago |
Craig Tiller
|
93b944785c
|
stream_op cleanup: test fixes and updates
|
9 years ago |
Craig Tiller
|
4dbdd6a5c2
|
Remove metadata canonicalization, and fix some bugs
|
10 years ago |
Craig Tiller
|
a82950e683
|
clang-format all core files
|
10 years ago |
Craig Tiller
|
45724b35e4
|
indent pass to get logical source lines on one physical line
|
10 years ago |
Craig Tiller
|
6a6b36c503
|
Enable -Wconversion
|
10 years ago |
Craig Tiller
|
f96dfc3cf8
|
First round of fixing up implicit 64->32 bit conversions
|
10 years ago |
Craig Tiller
|
32ca48ce0b
|
Core compiles with -Wsign-conversion
|
10 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
10 years ago |
Craig Tiller
|
ddf05a134e
|
Fix alpn_test
|
10 years ago |
Craig Tiller
|
6999c096d8
|
Canonicalize metadata keys in core
|
10 years ago |
Craig Tiller
|
58bbc864ba
|
Updating wrapped languages to new time functions
|
10 years ago |
Craig Tiller
|
143e7bf0cf
|
Introduce a clock type field onto gpr_timespec.
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
|
10 years ago |
Craig Tiller
|
1a65a234d9
|
Add metadata refcount debugging
|
10 years ago |
Julien Boeuf
|
da13cd201b
|
Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as well.
|
10 years ago |
Masood Malekghassemi
|
701af6031f
|
Expose gpr_asprintf and gpr_strdup
|
10 years ago |
Craig Tiller
|
356961916d
|
Remove all uses of __FUNCTION__
|
10 years ago |
Craig Tiller
|
f87b609169
|
Fix array size
|
10 years ago |
Craig Tiller
|
6e84aba85f
|
Make the things compile again
|
10 years ago |
Craig Tiller
|
5c019ae2d1
|
clang-format
|
10 years ago |
Craig Tiller
|
bd22271d00
|
Random small fixes
|
10 years ago |
Craig Tiller
|
9c1043e757
|
Progress towards transport using metadata batches
|
10 years ago |
Craig Tiller
|
4e99edb642
|
Kill transport end2end tests: not useful
|
10 years ago |
Craig Tiller
|
b8fce7f628
|
Remove unix headers
|
10 years ago |
David Klempner
|
a4ac78c8ce
|
Make metadata_test test_things_stick_around use fewer strings
This test is quadratic in nstr and times out under tsan.
|
10 years ago |
Nicolas "Pixel" Noble
|
1ff52d5278
|
Guard headers tool.
|
10 years ago |
Craig Tiller
|
f5065c5b65
|
Enable asan for C core
Also speed up a test, and disable some rarely touched but long running tests
|
10 years ago |
Craig Tiller
|
8ad8a41a84
|
Introduce slowdown factor for unit test deadlines
Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
|
10 years ago |
Craig Tiller
|
9be83eec1d
|
Fix use-after-free.
Transport and channel have different lifetimes, but share a metadata
context.
Make the metadata context ref counted, and have transport take a ref.
|
10 years ago |
Craig Tiller
|
efad8fadd3
|
Spam cleanup, test speedup
|
10 years ago |