Yuchen Zeng
|
c76e9d3062
|
Merge remote-tracking branch 'upstream/master' into cares_buildin
|
9 years ago |
Yuchen Zeng
|
e8d8309301
|
Refactor grpc_ares_ev_driver
|
9 years ago |
apolcyn
|
086e28d5f5
|
Merge pull request #8539 from apolcyn/fix_ruby_bm_crashes_master
increase max thread pool size in benchmarks and fix shutdown ordering
|
9 years ago |
Michael Lumish
|
15b04e41f1
|
Merge pull request #8559 from murgatroid99/v1.0.1_upmerge
V1.0.1 upmerge
|
9 years ago |
Masood Malekghassemi
|
a12e6d8037
|
Merge pull request #8367 from soltanmm-google/blurb
Partially implement gRPC Python server reflection
|
9 years ago |
murgatroid99
|
45096614fe
|
Fix incorrect ruby_generator.cc merge
|
9 years ago |
murgatroid99
|
5d6ae930ab
|
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
|
9 years ago |
Stanley Cheung
|
eb44fd68fb
|
Merge pull request #8549 from fr05t1k/fix/phpdoc-types
PHPDoc types
|
9 years ago |
Craig Tiller
|
e9ba66e821
|
Merge pull request #8555 from ctiller/buffer_pools_for_realsies
More Windows Fixes
|
9 years ago |
Craig Tiller
|
f405035002
|
More Windows Fixes
|
9 years ago |
Craig Tiller
|
1e1711845f
|
Merge pull request #8553 from ctiller/buffer_pools_for_realsies
Fix windows
|
9 years ago |
Craig Tiller
|
6108d1fee3
|
clang-format code
|
9 years ago |
Craig Tiller
|
85fe038342
|
Fix some other Windows bugs while we're here
|
9 years ago |
Craig Tiller
|
a5ea56b68f
|
clang-format code
|
9 years ago |
Craig Tiller
|
290e9a726d
|
Fix resource quotas on Windows
|
9 years ago |
Craig Tiller
|
6628e36a89
|
Merge pull request #8239 from ctiller/buffer_pools_for_realsies
Resource quotas
|
9 years ago |
Jan Tattermusch
|
d28417c856
|
Merge pull request #8484 from jtattermusch/performance_tests_report
Make benchmarks create report.xml
|
9 years ago |
Jan Tattermusch
|
3600bf01ee
|
Merge pull request #8535 from jtattermusch/lazy_streaming_call_finished
Lazy initialize streamingResponseCallFinishedTcs
|
9 years ago |
Craig Tiller
|
bba5285df0
|
Merge github.com:grpc/grpc into buffer_pools_for_realsies
|
9 years ago |
Stanislav Pavlovichev
|
4407a948b1
|
phpdoc types
|
9 years ago |
Alexander Polcyn
|
287b760e97
|
revert change to shutdown ordering, but keep timer
|
9 years ago |
Michael Lumish
|
51fc01dffa
|
Merge pull request #8419 from murgatroid99/node_express_benchmark
Add benchmark client and server for Node Express
|
9 years ago |
Michael Lumish
|
b78062dc0d
|
Merge pull request #8544 from murgatroid99/node_perf_investigation
Disable Nagle's algorithm in libuv endpoints
|
9 years ago |
Masood Malekghassemi
|
c293f7215f
|
Merge pull request #8524 from soltanmm-google/grit-in-the-eye
Break out of build process if in vanilla MSYS
|
9 years ago |
Craig Tiller
|
693d3949b4
|
Fix potential use-after-free: connected subchannel gets destroyed after its been picked by an lbpolicy
|
9 years ago |
Craig Tiller
|
7a4089769d
|
Fix memory leak
|
9 years ago |
Sree Kuchibhotla
|
899f771ce3
|
Merge pull request #8531 from sreecha/pi_delete_fix
Remove fd from polling island before deleting it
|
9 years ago |
Craig Tiller
|
0f7eb30aec
|
Handle calls that are started after transport closure
|
9 years ago |
Craig Tiller
|
86cb138ee9
|
Handle failed calls in sync client
|
9 years ago |
apolcyn
|
6040b471bc
|
Merge pull request #8543 from apolcyn/fix_ruby_plugin_build
fix type comparison in ruby plugin
|
9 years ago |
Sree Kuchibhotla
|
eebc8c8600
|
Merge pull request #8498 from sreecha/sync_streaming
New streaming perf scenario for sync server
|
9 years ago |
murgatroid99
|
04d2829fe6
|
Add comment
|
9 years ago |
murgatroid99
|
12e5775bd0
|
Disable Nagle's algorithm in libuv endpoints
|
9 years ago |
Alexander Polcyn
|
79a1375f2a
|
fix type comparison in ruby plugin
|
9 years ago |
Michael Lumish
|
7bf63a2cd5
|
Merge pull request #8541 from murgatroid99/node_artifact_dont_cache_clean
npm cache clean is not a good idea in the artifact build
|
9 years ago |
murgatroid99
|
50cc196a43
|
npm cache clean is not a good idea in the artifact build
|
9 years ago |
Alex Polcyn
|
419934af6f
|
increase max thread pool size in benchmarks and fix shutdown ordering
|
9 years ago |
Craig Tiller
|
6476170c4b
|
Mark disappearing_server as flaky: this was always so, but is more pronounced now - and will be fixed with retries
|
9 years ago |
Craig Tiller
|
64542dfccd
|
Merge github.com:grpc/grpc into buffer_pools_for_realsies
|
9 years ago |
Craig Tiller
|
c5d447eb30
|
Merge pull request #8520 from murgatroid99/udp_server_test_fix
Fix issue with pointers in udp_server_test
|
9 years ago |
Craig Tiller
|
423efd5882
|
Update comment
|
9 years ago |
Jan Tattermusch
|
1a47fd02f6
|
lazy initialize streamingResponseCallFinishedTcs
|
9 years ago |
Craig Tiller
|
8abc796ed7
|
Review feedback
|
9 years ago |
Craig Tiller
|
3d357d901c
|
Merge github.com:grpc/grpc into buffer_pools_for_realsies
|
9 years ago |
apolcyn
|
d92b795b53
|
Merge pull request #8511 from apolcyn/make_fewer_calls_to_run_batch_on_unary_calls_rebased
combine more core batch ops
|
9 years ago |
Sree Kuchibhotla
|
485a902264
|
minor formatting fix
|
9 years ago |
Sree Kuchibhotla
|
a129adf13a
|
Remove fd from polling island before deleting it
|
9 years ago |
Michael Lumish
|
7e15bd0b20
|
Merge pull request #8529 from murgatroid99/node_fix_module_caching
Decrease Node module cache time to avoid errors with out-of-date modules
|
9 years ago |
murgatroid99
|
06fbca03d0
|
Don't try to build Node 7 artifacts yet
|
9 years ago |
apolcyn
|
6490409be9
|
Merge pull request #8525 from apolcyn/fix_ruby_plugin_windows
convert uint to int in generator
|
9 years ago |