David G. Quintas
|
85af4be655
|
Merge pull request #1993 from ctiller/break-break-break-the-locks
Cache commonly used grpc-status mdelems
|
10 years ago |
Craig Tiller
|
f78b9a7e52
|
Add comment
|
10 years ago |
Craig Tiller
|
db8e17986d
|
Add comment
|
10 years ago |
Craig Tiller
|
0d911aad69
|
Merge github.com:grpc/grpc into break-break-break-the-locks
|
10 years ago |
David G. Quintas
|
cb7bcb1983
|
Merge pull request #1958 from vjpai/qps-proto3
Update QPS test to proto3
|
10 years ago |
Michael Lumish
|
02f9cb2efa
|
Merge pull request #1966 from jtattermusch/csharp_revamp
Stop using native callbacks for C#
|
10 years ago |
Tim Emiola
|
d8463500c3
|
Merge pull request #1992 from jtattermusch/csharp_channel
Add host and port overload for new channel
|
10 years ago |
Tim Emiola
|
2299ad6742
|
Merge pull request #1959 from murgatroid99/node_long_field_strings
Fixed handling of 64 bit integers in Node library
|
10 years ago |
David G. Quintas
|
ee9f2da57c
|
Merge pull request #2009 from yang-g/ghost
Remove non-existing file from build.json
|
10 years ago |
Yang Gao
|
9e640c8064
|
Remove non-existing file from build.json
|
10 years ago |
Craig Tiller
|
03764bb828
|
Merge pull request #1971 from endobson/patch-1
Fix typo in grpc_security.h
|
10 years ago |
Tim Emiola
|
2e6def0f9e
|
Update README.rst
|
10 years ago |
Craig Tiller
|
887774dc33
|
Merge pull request #1963 from dgquintas/compression
Made grpc_byte_buffer_reader able to decompress msgs.
|
10 years ago |
vjpai
|
e78ee18db5
|
Renumber message fields
|
10 years ago |
Nicolas Noble
|
b8e1674f07
|
Merge pull request #2000 from dgquintas/extern-c-braces
Added braces to "extern C".
|
10 years ago |
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 |
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 |
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 |
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 |