David Garcia Quintas
|
ca281377c0
|
Added missing compression.h file.
|
10 years ago |
David Garcia Quintas
|
59f905d79a
|
Changes to byte_buffer based on comments.
|
10 years ago |
Craig Tiller
|
febf3b0803
|
Merge pull request #1984 from grpc/revert-1980-revert-1948-poisson
Revert "Revert "Open loop sync/async multithreaded testing""
|
10 years ago |
David Garcia Quintas
|
bea67927f7
|
Added braces to "extern C".
|
10 years ago |
David G. Quintas
|
eb0bf61bd2
|
Merge pull request #1994 from nicolasnoble/c++-is-a-true-language-too-and-has-feelings
Properly exporting our C functions to C++.
|
10 years ago |
Nicolas "Pixel" Noble
|
1ed15e287c
|
Properly exporting our C functions to C++.
Also properly including our headers from public headers using <>
|
10 years ago |
Craig Tiller
|
5d5bd22b0c
|
Tweaking
|
10 years ago |
Craig Tiller
|
95cae9b839
|
Fix some asan issues
|
10 years ago |
Craig Tiller
|
3fc8e82673
|
Cache commonly used status strings
|
10 years ago |
Siddharth Rakesh
|
0acc25ad15
|
removed shell script
|
10 years ago |
Siddharth Rakesh
|
af913b22da
|
Merge branch 'leaderboard'
|
10 years ago |
Siddharth Rakesh
|
d5a83fdce8
|
Merge branch 'master' of https://github.com/grpc/grpc
|
10 years ago |
Siddharth Rakesh
|
9865e0d8a3
|
Merge branch 'master' of https://github.com/grpc/grpc into leaderboard
|
10 years ago |
David G. Quintas
|
5ce0469d3f
|
Merge pull request #1982 from ctiller/cereal-will-make-you-limp
Split channel level and call level callback serialization
|
10 years ago |
Jan Tattermusch
|
da71a4d391
|
add host and port overload for new channel
|
10 years ago |
Siddharth Rakesh
|
ef3ca1b3bf
|
stable
|
10 years ago |
vjpai
|
2490d9dc91
|
Handle all cases properly
|
10 years ago |
vjpai
|
37253d967b
|
Merge remote-tracking branch 'upstream/revert-1980-revert-1948-poisson' into qps-proto3
Conflicts:
test/cpp/qps/qps_test_openloop.cc
|
10 years ago |
Vijay Pai
|
93b0f63043
|
Merge pull request #1979 from ctiller/cereal-is-bad-for-your-health
Dont serialize new call requests under the server test lock
|
10 years ago |
Siddharth Rakesh
|
199ad685fd
|
Merge branch 'master' of https://github.com/grpc/grpc into leaderboard
|
10 years ago |
Siddharth Rakesh
|
39824335ea
|
Newer version
|
10 years ago |
Vijay Pai
|
d9c7e7e373
|
Stop worrying about 1 second deadline as a fatal problem
Also fix reporter
|
10 years ago |
Vijay Pai
|
372fd8791b
|
Revert "Revert "Open loop sync/async multithreaded testing""
|
10 years ago |
Vijay Pai
|
b6015c383c
|
Merge pull request #1983 from dgquintas/reporter-qps-test-fix
Missing required changes from pull req. #1964
|
10 years ago |
David Garcia Quintas
|
bb7370fc68
|
Missing required changes from pull req. #1964
|
10 years ago |
Craig Tiller
|
a3f6d58aff
|
Add some commentary
|
10 years ago |
Craig Tiller
|
eefa549fb5
|
Split channel level and call level callback serialization
This effectively doubles our qps/core on qps_test on my machine.
|
10 years ago |
David Garcia Quintas
|
237443faa4
|
Merge branch 'master' of github.com:grpc/grpc into compression
|
10 years ago |
Eric Dobson
|
a6124ec210
|
Fix typo in grpc_security.h
|
10 years ago |
Craig Tiller
|
4cfef38965
|
Fix compilation on Windows
|
10 years ago |
Craig Tiller
|
cfef24bb56
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
|
10 years ago |
Craig Tiller
|
52d646eddd
|
Merge github.com:grpc/grpc into cereal-is-bad-for-your-health
|
10 years ago |
Vijay Pai
|
b32c082906
|
Merge pull request #1980 from grpc/revert-1948-poisson
Revert "Open loop sync/async multithreaded testing"
|
10 years ago |
Craig Tiller
|
d55636d813
|
Revert "Open loop sync/async multithreaded testing"
|
10 years ago |
Craig Tiller
|
250e96d941
|
Dont serialize new call requests under the server test lock
|
10 years ago |
Craig Tiller
|
571af49aaf
|
Merge branch 'who-broke-the-build' into we-dont-need-no-backup
|
10 years ago |
Craig Tiller
|
18c6d9c227
|
Fix build breakage
|
10 years ago |
Craig Tiller
|
1207ef5f52
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
|
10 years ago |
Craig Tiller
|
5049bf7a6e
|
Fix ownership
|
10 years ago |
Craig Tiller
|
723e84ef1a
|
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
|
10 years ago |
Craig Tiller
|
c170dee3fc
|
Merge pull request #1974 from vjpai/comments-1972
Fix comments about return value of grpc_completion_queue_{next,pluck}
|
10 years ago |
Craig Tiller
|
ba9df85f7e
|
Merge pull request #1948 from vjpai/poisson
Open loop sync/async multithreaded testing
|
10 years ago |
Vijay Pai
|
2e84c85c0c
|
Merge pull request #1964 from dgquintas/reporter-interface-tweak
Removed redundant parameter from Reporter interface.
|
10 years ago |
Vijay Pai
|
74ff607331
|
Merge pull request #1902 from ctiller/not-everything-is-linux
Fix compilation on mac
|
10 years ago |
vjpai
|
1854d77da0
|
Fix comments about return value of grpc_completion_queue_{next,pluck}
|
10 years ago |
vjpai
|
fb61373066
|
Add a new test for qps openloop to make sure this code gets exercised
regularly.
Also, convert qps_test to test, from benchmark
|
10 years ago |
vjpai
|
aa4548ddf0
|
Add a new test for qps openloop to make sure this code gets exercised
regularly.
Also, convert qps_test to test, from benchmark
|
10 years ago |
Siddharth Rakesh
|
6190bc23e4
|
Merge branch 'master' of https://github.com/grpc/grpc
|
10 years ago |
Siddharth Rakesh
|
467af23d22
|
Merge branch 'master' of https://github.com/grpc/grpc into leaderboard
|
10 years ago |
Craig Tiller
|
3a227ee45d
|
Merge branch 'you-complete-me' into we-dont-need-no-backup
Conflicts:
src/core/surface/server.c
|
10 years ago |