Michael Lumish
|
7ad166fafc
|
Merge pull request #10825 from murgatroid99/node_only_uv
Remove non-libuv code from Node extension
|
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 |
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 |
Craig Tiller
|
8861386b86
|
Allow specifying a maximum run time to run_tests
|
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 |
Yuchen Zeng
|
79759fea1a
|
Merge branch 'master' into v1.3.x
|
8 years ago |
murgatroid99
|
627e2a5abd
|
Remove another from Node extension
|
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 |
Craig Tiller
|
09ebed7bf4
|
Ensure port server can shutdown
|
8 years ago |
Craig Tiller
|
a27edc69c3
|
Ensure port server running
|
8 years ago |
Craig Tiller
|
9fd7cf5dc3
|
Recycle ports
|
8 years ago |
Craig Tiller
|
c9c6aa7df0
|
Be resilient against failed runs
|
8 years ago |
Craig Tiller
|
b56dae554c
|
Allow a longer fetch time for port server
|
8 years ago |
Craig Tiller
|
b219338e54
|
Merge pull request #10822 from ctiller/threaded_port_server
Threaded port_server
|
8 years ago |
Craig Tiller
|
dc2e0843dc
|
Merge pull request #10826 from ctiller/ubsan
Slow down timers for ubsan builds
|
8 years ago |
MakMukhi
|
c090c619c1
|
Merge pull request #10644 from MakMukhi/master
Added unit testing support.
|
8 years ago |
makdharma
|
dc36f4df6a
|
Merge pull request #10764 from makdharma/v1.3.x
disable mongoose on v1.3.x
|
8 years ago |
Yang Gao
|
c83346f3c8
|
Merge pull request #10796 from danzh2010/udpserver2
Add lock to shutdown_fd() callback in udp_server.c
|
8 years ago |
Craig Tiller
|
ec49524269
|
Add a mutex around allocate_port
|
8 years ago |
Craig Tiller
|
25149249ec
|
Slow down timers for ubsan builds
|
8 years ago |
murgatroid99
|
f94f64fc12
|
Remove non-libuv code from Node extension
|
8 years ago |
Craig Tiller
|
731adcc0b4
|
Merge pull request #10584 from ctiller/hybrid
Hybrid CQ support
|
8 years ago |
Vijay Pai
|
e40588d8e9
|
Merge pull request #10799 from vjpai/buildhealth
Avoid duplication in Bazel rules by using grpc_cc_libraries rule-creator
|
8 years ago |
Craig Tiller
|
ea525ebd39
|
Threaded port_server
|
8 years ago |
Mark D. Roth
|
18548b8a0b
|
Merge pull request #10258 from markdroth/service_config_lb_semantics
Fix semantics of LB policy selection.
|
8 years ago |
Craig Tiller
|
c6f6663fb7
|
Rollback some changes
|
8 years ago |
Craig Tiller
|
0d46284799
|
Rollback some changes
|
8 years ago |
Craig Tiller
|
11c7c1eab9
|
Merge branch 'hybrid' of github.com:ctiller/grpc into hybrid
|
8 years ago |
Craig Tiller
|
d978a95d3c
|
Merge github.com:grpc/grpc into hybrid
|
8 years ago |
Craig Tiller
|
7e0e18d21e
|
Merge pull request #10802 from ctiller/proxy
Fix HTTP proxy tests
|
8 years ago |
Craig Tiller
|
4a1925444d
|
Remove more spam
|
8 years ago |
Craig Tiller
|
b2b4122c03
|
Remove logging
|
8 years ago |
David G. Quintas
|
c3ddcf28a5
|
Merge pull request #10801 from dgquintas/demote_handshake
Demote handshake logging msg to DEBUG
|
8 years ago |
Craig Tiller
|
9c92a69342
|
Merge pull request #10163 from ctiller/count_now
Track calls to gpr_now()
|
8 years ago |
Craig Tiller
|
add943869a
|
Diff now too
|
8 years ago |
Craig Tiller
|
ee880fd373
|
Merge github.com:grpc/grpc into count_now
|
8 years ago |
Craig Tiller
|
1a0b4cf5ee
|
Merge pull request #10777 from ctiller/c++compat1
C++ compatibility fix for tmpfile_posix.c
|
8 years ago |
Craig Tiller
|
9c1dd5c9e5
|
Merge pull request #10779 from ctiller/c++compat2
C++ compatibility fix for stack_lockfree.c
|
8 years ago |
Craig Tiller
|
20cb627339
|
Fix HTTP proxy tests
- heap allocate the pollset shutdown closure (this may be called asynchronously)
- ensure a poller remains until all endpoints are closed
|
8 years ago |
David Garcia Quintas
|
c3fc8342b1
|
Demote handshake logging msg to DEBUG
|
8 years ago |
Eric Anderson
|
401aa08915
|
doc/interop: Simplify language to fix missed x-user-ip
|
8 years ago |
Eric Anderson
|
811fcef8ad
|
doc/interop: Fix link for CacheableUnaryCall
|
8 years ago |
Vijay Pai
|
a8749903dd
|
Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro
|
8 years ago |
Muxi Yan
|
42a95a21e3
|
Merge pull request #10505 from muxi/move-parsing-queue
Move response message processing to a user-specified queue
|
8 years ago |