Sree Kuchibhotla
abc24c5317
Merge branch 'master' into cq_mpsc_based
8 years ago
Yong Ni
35ee7e7967
Added verbose option to run_interop_test to ease tracing the commands invoked
8 years ago
Matt Kwong
6be9397089
Merge pull request #10847 from matt-kwong/cherry-pick_max_time
...
Cherry-pick: Allow specifying a maximum run time to run_tests
8 years ago
murgatroid99
cb5c62afab
Remove extra header from node_grpc.cc
8 years ago
murgatroid99
31d1826c0e
Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv
8 years ago
Craig Tiller
737da9fdea
Merge github.com:grpc/grpc into c++lame
8 years ago
David G. Quintas
23da3495b0
Merge pull request #10871 from apolcyn/revert_merge_from_master_into_13x
...
Revert "Merge branch 'master' into v1.3.x"
8 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Noah Eisen
436a394296
Merge pull request #10823 from ncteisen/client-auth-filter-fuzz
...
Don't Abort on Input
8 years ago
Nathaniel Manista
ec6f434610
Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-later
...
src/python/grpcio/README.rst clean-up.
8 years ago
Mahak Mukhi
78ca0d1d57
Fix for recent cmake failure owing to gmock
8 years ago
David G. Quintas
4dad725622
Merge pull request #10805 from dgquintas/g_for_1.4.x
...
updated g meaning for 1.4.x
8 years ago
Vijay Pai
1820965334
Merge pull request #10629 from kuscsik/build_fix
...
core: fix duplicated definition
8 years ago
Craig Tiller
78e0864d3d
Expand allowable resource quota failures: unavailable seems sane
8 years ago
Nathaniel Manista
b1faf02140
What was once Mac OS X is now called macOS
8 years ago
Nathaniel Manista
ffc23ff17f
Drop Python 2.7-only implication
8 years ago
Julien Boeuf
b71ef65cb3
more TLS cleanup.
...
- using NULL-terminated strings as opposed to const unsigned char *
with length since the credentials are in PEM format.
- aligning the structures with gRPC so that we have less convertions to
do back and forth.
8 years ago
Craig Tiller
0f4168aa36
Expose extensibility point for flow control
8 years ago
Craig Tiller
ff54f5b150
Merge github.com:grpc/grpc into trickle_stall
8 years ago
jiangtaoli2016
a04aeec396
Merge branch 'master' into new_tsi
8 years ago
Craig Tiller
53e6b56e32
Reduce server memory usage
...
(this needs more testing/analysis to prove that it's safe)
Switch from a lock free stack to an mpscq protected by a spinlock for incoming requests. The mpscq is unbounded and so needs (much) less memory allocated up front.
memory_profile_test shows this reduces initial server creation cost from 4MB to 1.5KB.
8 years ago
Craig Tiller
e7c31edb55
Print before commenting to ensure theres A copy of the results somewhere
8 years ago
Craig Tiller
bb4046cd77
Regenerate projects
8 years ago
Craig Tiller
e38948a1cd
clang-format
8 years ago
Craig Tiller
017b452b7b
Use larger block size in proto write
8 years ago
Matt Kwong
0f3b87aef2
Fix C/C++ test filtering
8 years ago
Zoltan Kuscsik
fcb56a785d
core, avl: rename static functions
...
Renamed remove and add static functions
to remove_key and add_key
8 years ago
Sree Kuchibhotla
d7c323f5cd
Merge branch 'master' into cq_limited_pollers
8 years ago
Sree Kuchibhotla
736dd90614
correctly use cq vtable for all functions
8 years ago
Muxi Yan
b53fd4df37
Add cronet_compression workaround filter
8 years ago
Noah Eisen
f725d7e6b6
Merge branch 'master' of https://github.com/grpc/grpc into client-auth-filter-fuzz
8 years ago
Craig Tiller
7f88c48411
Fix portability test
8 years ago
jiangtaoli2016
7e41158311
Merge branch 'master' into new_tsi
8 years ago
Sree Kuchibhotla
8e3684518d
Fix Tsan failures
8 years ago
Craig Tiller
8861386b86
Allow specifying a maximum run time to run_tests
8 years ago
Nicolas "Pixel" Noble
3bd8177ce6
Converting end2end/generate_tests.bzl.
8 years ago
Craig Tiller
819cd88bd7
Allow EPOLLEXCLUSIVE tests to be omitted outside of CI
8 years ago
Sree Kuchibhotla
60b282e62e
Fix compilation issue (when GRPC_CQ_REF_COUNT_DEBUG is defined)
8 years ago
murgatroid99
2f04c73c7d
Clang format
8 years ago
murgatroid99
bc528641fe
Remove another instance of '#ifdef GRPC_UV' from Node extension
8 years ago
murgatroid99
3049462b75
Merge remote-tracking branch 'upstream/v1.3.x' into node_only_uv
8 years ago
Sree Kuchibhotla
ff7a587608
Merge branch 'master' into cq_mpsc_based
8 years ago
Sree Kuchibhotla
c2134c3804
Create cq vtable
8 years ago
Yuchen Zeng
79759fea1a
Merge branch 'master' into v1.3.x
8 years ago
Makarand Dharmapurikar
326345ee8c
Merge branch 'fixbazel' of https://github.com/makdharma/grpc into fixbazel
8 years ago
murgatroid99
627e2a5abd
Remove another from Node extension
8 years ago
Craig Tiller
56fcfa8238
Merge branch 'epex4' of github.com:ctiller/grpc into epex4
8 years ago
Craig Tiller
f54b89c4f8
Merge github.com:grpc/grpc into epex4
8 years ago
murgatroid99
bac1c1b6bf
Removed another couple of uses of '--iomgr_platform=uv'
8 years ago
Craig Tiller
b864e7c41c
Merge pull request #10844 from ctiller/PSC
...
Fixes for test stability (especially microbenchmarks)
8 years ago