Craig Tiller
|
46dd790474
|
Fixes, review comments
|
8 years ago |
David Garcia Quintas
|
e2869fee8d
|
Simply return 0 on input path too long
|
8 years ago |
Craig Tiller
|
1119a62bf5
|
Merge pull request #9650 from ctiller/call_mutex
Make batch allocation lock-free
|
8 years ago |
Nathaniel Manista
|
a04bbed730
|
Merge pull request #9830 from nathanielmanistaatgoogle/lint-fixes
Fix and enable no-member lint.
|
8 years ago |
Matt Kwong
|
3df77d2841
|
Reduce running time of internally run fuzzers
|
8 years ago |
Craig Tiller
|
bc34a08bf5
|
Merge github.com:grpc/grpc into bm_error
|
8 years ago |
Craig Tiller
|
523d54beeb
|
Refine to just be a HPACK benchmark
|
8 years ago |
Craig Tiller
|
0db30f3dd0
|
HPACK parsing benchmarks
|
8 years ago |
matt-kwong
|
bf1eb38ced
|
Merge pull request #9816 from matt-kwong/add-more-jobs
Add more jobs to internal CI
|
8 years ago |
Craig Tiller
|
4d34729a4e
|
Merge github.com:grpc/grpc into always-use-port-server
|
8 years ago |
Craig Tiller
|
715c9cfe1a
|
Merge github.com:grpc/grpc into c3+r+l
|
8 years ago |
Craig Tiller
|
b96a96ebd5
|
Merge pull request #9662 from ctiller/c3+r
Bring resolvers under the client channel combiner lock
|
8 years ago |
Craig Tiller
|
4374fd3a90
|
Merge pull request #9750 from ctiller/deadline_mu
Eliminate mutex in deadline_filter
|
8 years ago |
Craig Tiller
|
473380e9f1
|
Merge pull request #9848 from ctiller/liberty-to-all
Run call_create benchmarks
|
8 years ago |
Craig Tiller
|
01aadcd9ff
|
Merge github.com:grpc/grpc into bm_error
|
8 years ago |
Craig Tiller
|
8300071b4b
|
Run call_create benchmarks
|
8 years ago |
yang-g
|
c42d844d27
|
Let ServerContext own the initial_metadata array for sync calls
|
8 years ago |
Craig Tiller
|
cff371aa2e
|
Merge pull request #9794 from eduherminio/master
Fix compile error - possible uninitialized variable
|
8 years ago |
kpayson64
|
5eb24eeaed
|
Merge pull request #9787 from kpayson64/build_python_36
Add Python3.6 to build artifacts
|
8 years ago |
Michael Lumish
|
bff4305203
|
Merge pull request #9766 from murgatroid99/node_uv_testing
Improve Node and libuv testing and test coverage
|
8 years ago |
Craig Tiller
|
d82c18894a
|
Merge pull request #9737 from ctiller/bm_call_create
Call creation/destruction benchmark
|
8 years ago |
Yuchen Zeng
|
47de64c700
|
zalloc grpc_pollset
|
8 years ago |
Ken Payson
|
626fb455ac
|
Add Python3.6 to build artifacts
|
8 years ago |
David G. Quintas
|
901e48ad5f
|
Merge pull request #9748 from dgquintas/transport_unavailable
Transport closure results in UNAVAILABLE from client, not INTERNAL
|
8 years ago |
David G. Quintas
|
f0355bfa0e
|
Merge pull request #9739 from dgquintas/traceback_port_server
Port server missing import
|
8 years ago |
David Garcia Quintas
|
e6e7b017dd
|
PR comments
|
8 years ago |
Craig Tiller
|
5cd989e95a
|
Basic parsing tests
|
8 years ago |
Craig Tiller
|
29dd982487
|
...
|
8 years ago |
Sree Kuchibhotla
|
9656f27d8a
|
fix a minor typo
|
8 years ago |
Yuchen Zeng
|
c40d1d84f9
|
Use the internal slice api
Address review comments
|
8 years ago |
Sree Kuchibhotla
|
43bca1be48
|
Add BUILD file for end2end tests too
|
8 years ago |
Yuchen Zeng
|
a9d8a157be
|
Add parse_address_test
|
8 years ago |
Craig Tiller
|
2f792d9d16
|
Initial http2 benchmarks
|
8 years ago |
Yuchen Zeng
|
aa76d3d3b6
|
Enclose sin6_scope_id in uri
|
8 years ago |
David Garcia Quintas
|
f05359f697
|
Set terminator explicitly
|
8 years ago |
David Garcia Quintas
|
bcd5f12e4b
|
Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
|
8 years ago |
Craig Tiller
|
1ddeb65b07
|
Merge branch 'bm_error' of github.com:ctiller/grpc into bm_error
|
8 years ago |
Craig Tiller
|
11468c0c2a
|
Merge branch 'bm_call_create' into bm_error
|
8 years ago |
Craig Tiller
|
7e1d5178a1
|
Merge branch 'bm_call_create' into deadline_mu
|
8 years ago |
murgatroid99
|
acd0ba0ca3
|
Fix segfault in Node server destructor
|
8 years ago |
Craig Tiller
|
385b00932c
|
Cleanup
|
8 years ago |
David G. Quintas
|
25bbef639e
|
Merge pull request #9802 from dgquintas/run_tests_logging_AGAIN
Fix wrong way of logging cmd failures in run_tests.py
|
8 years ago |
Mark D. Roth
|
674237e30e
|
Merge pull request #9824 from markdroth/service_config_json_comment_fix
Use '//' for JSON comments.
|
8 years ago |
Sree Kuchibhotla
|
1392496e7f
|
Merge branch 'master' into fd_rw_atm_closure
|
8 years ago |
Nathaniel Manista
|
90798ab199
|
Fix and enable no-member lint
|
8 years ago |
Sree Kuchibhotla
|
e8a1a50465
|
Merge branch 'master' into surface_test_bazel
|
8 years ago |
Craig Tiller
|
50b6ec2e88
|
Merge branch 'bm_call_create' into deadline_mu
|
8 years ago |
Craig Tiller
|
2ec37e1bdb
|
Fix memory leak
|
8 years ago |
Craig Tiller
|
122e4500d1
|
Exclude poll, poll-cv for bm_fullstack (its not interesting)
|
8 years ago |
David Garcia Quintas
|
e8d851facf
|
Merge branch 'master' of github.com:grpc/grpc into run_tests_logging_AGAIN
|
8 years ago |