Eric Anderson
5554738645
Define limit on metadata size
...
Fixes grpc/grpc-common#273
10 years ago
Craig Tiller
60078bb26d
Potential fix for failing to start binaries on mac
10 years ago
Craig Tiller
79e3251939
Merge github.com:grpc/grpc into hpack_fix
10 years ago
Eric Anderson
2e18fd6493
Add "identity" as a content encoding
...
Fixes grpc/grpc-common#257
10 years ago
Eric Anderson
981201fc5e
Content-type is required for requests
...
This fixes grpc/grpc-common#185
10 years ago
Eric Anderson
21f37347a2
Rename Delimited-Message to Length-Prefixed-Message
...
This fixes grpc/grpc-common#205
10 years ago
Eric Anderson
82cfe9028c
Replace curly quotes with plain ASCII quotes
...
The pretty quotes were automatically converted from ASCII quotes when
the documented was a Google Doc. Now they just make modifying the
document harder.
10 years ago
Eric Anderson
81790fc7cf
Escape some special markdown characters
...
None of them were causing display problems online, but it would be easy
for them to start causing trouble.
10 years ago
Masood Malekghassemi
36297accb6
Update Python C wrapping layers to new credentials API
10 years ago
vjpai
fba20c987d
Address some review comments about signal and restoring qps_test_with_poll
...
Make payloads respect the new defaults
10 years ago
Sree Kuchibhotla
c36b480ce9
Fix a small error
10 years ago
Nathaniel Manista
51741d20e3
Add a useful __str__ method to face exceptions
10 years ago
Craig Tiller
176844d362
Merge github.com:grpc/grpc into new_op
10 years ago
Craig Tiller
8f7794d8db
Robustness work for lb_policies_test
10 years ago
vjpai
1f6f02a6f4
Merge branch 'master' into protosplit
10 years ago
vjpai
3affdddf5b
Add secure testing to sweep
10 years ago
vjpai
f8603adba1
Secure performance testing for C++ is in the hizzouse!
10 years ago
Craig Tiller
10cb14c87e
Merge pull request #4042 from adelez/separate_reporting
...
Define resultset.
10 years ago
Adele Zhou
7cf7211fc7
Define resultset.
10 years ago
Craig Tiller
6c4ec787e6
Merge pull request #4013 from dgquintas/bb_readall
...
Added grpc_byte_buffer_reader_readall
10 years ago
Nicolas Noble
52541439e4
Merge pull request #4039 from ctiller/covrep
...
Coverage improvements
10 years ago
Craig Tiller
d8e265aae5
Merge remote-tracking branch 'origin/run_some_tests_faster' into lb_policies_fxxx
10 years ago
Craig Tiller
883064cc0d
If run_tests is invoked with a regex, compile only those targets
10 years ago
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
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