Craig Tiller
9beccc6024
Merge github.com:grpc/grpc into new_op
10 years ago
vjpai
454074369e
Better reasonable default
10 years ago
vjpai
783c144afa
Fix up single run test
...
Enable reasonable default if resp size not specified
10 years ago
Craig Tiller
187c4b36d9
Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition
...
Move static value grpc::string_ref::npos definition to cc file
10 years ago
Craig Tiller
5dd93dae93
Coverage improvements
10 years ago
Craig Tiller
a147aee75a
Merge github.com:grpc/grpc into new_op
10 years ago
Vijay Pai
ce84670628
clang-format
10 years ago
vjpai
780a7f205d
Add in security support, make payload protos configurable
...
Have not yet added tests with security support, coming soon
10 years ago
Craig Tiller
01dc5bac3b
Merge github.com:grpc/grpc into hpack_fix
10 years ago
Sree Kuchibhotla
4d0f2f9dab
Fix typo in my previous commit. %s/guage/gauge/g
10 years ago
Sree Kuchibhotla
b5e98c5c69
Make number of stubs per channel configurable and expose metrics from
...
client
10 years ago
Craig Tiller
795f1de325
Temporary patch for max table size not being implemented yet
10 years ago
Sree Kuchibhotla
241a5ad3cb
Merge pull request #4030 from nicolasnoble/targets-can-have-protos-too
...
Fixing proto dependencies for targets that aren't libraries.
10 years ago
Craig Tiller
32bd81d205
Add a test for cancel_with_status
10 years ago
Craig Tiller
0cec9f91d8
Merge branch 'new_op' of github.com:ctiller/grpc into new_op
10 years ago
Craig Tiller
1726e83fe2
Add a test with a large negative deadline
...
Mirrors a node test, and fix a bug that it found
10 years ago
Yang Gao
392a1707c0
Merge pull request #4021 from vjpai/mock
...
Mark a method with GRPC_OVERRIDE to avoid compiler warning
10 years ago
Craig Tiller
46714f9d51
Fix pollsets on Windows
...
Needed to properly implement pollset reset
10 years ago
Jan Tattermusch
04f4054546
use QueryPerformanceCounter as precise clock for windows
10 years ago
Craig Tiller
61ead3e061
Lower latency profiling
...
Current latency profiles have their tails dominated by writing latency
logs, which is hugely undesirable.
Now when a thread log fills up, push it to a background thread to write
to disk. At shutdown, wait for all latency traces to be flushed.
10 years ago
adelez
786a031b5d
Merge pull request #4008 from adelez/separate_reporting
...
Create a separate utility for reporting.
10 years ago
Adele Zhou
d01cbe324c
Move string filter to report_utils
10 years ago
Nicolas "Pixel" Noble
472bb6849c
Fixing proto dependencies for targets that aren't libraries.
10 years ago
Adele Zhou
a30f829e62
Renamed report_utils.py.
10 years ago
Adele Zhou
2271ab5aea
Create a separate utility for reporting.
10 years ago
Michael Lumish
e146e0c7dc
Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation
...
Add simple profiling instrumentation for C#
10 years ago
Craig Tiller
4b65b1dec3
Fix for returned status
...
If we already have a status from the wire when we're disconnecting,
leave it in place - don't overwrite it. Fixes disappearing_server_test.
10 years ago
vjpai
d08a738166
Cleanup some names
...
Remove some unused options and make server_threads relevant
Start stubbing out better qps/core calculations
10 years ago
Jan Tattermusch
452ca9b912
add profiling support
10 years ago
vjpai
9b14e15165
Merge commit '6bf1de9' into protosplit
10 years ago
vjpai
6bf1de9ab2
Mark a method with GRPC_OVERRIDE to avoid compiler warning
10 years ago
vjpai
aa39192d70
Cleanup directory and make minor changes
10 years ago
vjpai
b8024dd0af
Merge branch 'master' into protosplit
10 years ago
Craig Tiller
5925603101
stream_op cleanup: miscellany
10 years ago
Craig Tiller
93b944785c
stream_op cleanup: test fixes and updates
10 years ago
Craig Tiller
c7e1a2a38d
stream_op cleanup: surface layer
10 years ago
Craig Tiller
9d35a1f9ce
stream_op cleanup: transport changes
10 years ago
Craig Tiller
e8b5f627cc
stream_op cleanup: pollset changes
10 years ago
Craig Tiller
48db18f910
stream_op cleanup: iomgr closure, executor changes
10 years ago
Craig Tiller
577c9b2f11
stream_op cleanup: channel, client_config changes
10 years ago
Craig Tiller
0581d129f5
stream_op cleanup: security changes
10 years ago
Craig Tiller
ca1593a955
stream_op cleanup: build system changes
10 years ago
Vijay Pai
6b43ac41b9
Merge pull request #4018 from ctiller/latent-see
...
Fix nap condition for pollset wakeup
10 years ago
vjpai
11537dc71c
Merge remote-tracking branch 'upstream/master' into protosplit
10 years ago
Craig Tiller
66197ca25d
Fix nap condition for pollset wakeup
...
If:
- one thread issues a kick forcing pollset re-evaluation
- concurrently with a second thread forcing a specific poller to be awoken
And:
- both threads kicks are processed as a single wakeup
Then:
- since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack
Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
10 years ago
David Garcia Quintas
6eb3925a70
Added grpc_byte_buffer_reader_readall
10 years ago
Craig Tiller
89ea0c7815
Merge pull request #4006 from dgquintas/fix-lb-test
...
Fixed potential stack corruption
10 years ago
Michael Lumish
a16f88b65b
Merge pull request #4012 from grpc/release-0_11
...
Bring to master the ObjC documentation changes made for the release.
10 years ago
Michael Lumish
e745ff2c3f
Merge pull request #4011 from jcanizales/make-xctool-work-on-release-too
...
Make xctool work on the release branch too.
10 years ago
Jorge Canizales
d76f1467d2
Prevent XCode 7 from showing spurious warnings
...
This will hopefully make xctool work on Travis too (cross fingers!)
10 years ago