Yunjia Wang
02a26ac893
Merge branch 'thread_pool' of https://github.com/yunjiaw26/grpc into thread_pool
5 years ago
Yunjia Wang
fdc250d618
remove bencharmk
5 years ago
yunjiaw26
b0b81792ee
Delete bm_threadpool.cc
5 years ago
Yunjia Wang
532def2dc2
Merge remote-tracking branch 'upstream/master' into thread_pool
5 years ago
Yunjia Wang
42b7374880
Force run
5 years ago
Yunjia Wang
ccd75156e4
Merge branch 'threadpool'
5 years ago
Yunjia Wang
6929c4b155
Merge branch 'mpmcqueue'
5 years ago
yunjiaw26
aec511e0e0
Merge pull request #19358 from yunjiaw26/mpmcqueue
...
MPMCQueue
5 years ago
Guantao Liu
478160d9e2
Merge pull request #19454 from guantaol/no_backup_poller
...
Disable the backup poller when using the background poller
5 years ago
Soheil Hassas Yeganeh
d9165a7b32
Merge pull request #19529 from soheilhy/revert-host-split
...
Clearly callout the behavior for listening ports.
5 years ago
Soheil Hassas Yeganeh
def083b2c8
Clearly callout the behavior for listening ports.
...
This is to clarify that the port number is a required part
of the listening address.
5 years ago
Soheil Hassas Yeganeh
6376cc9b8f
Revert "Return empty strings on optional ports for backward compatibility."
...
This reverts commit 01b82d3a39
.
5 years ago
Soheil Hassas Yeganeh
64871bfea2
Revert "Fix stale comment in split host port."
...
This reverts commit bf9b4c257b
.
5 years ago
Yunjia Wang
a63cbfb61e
Fix headers order
5 years ago
Juanli Shen
aa27b05587
Merge pull request #19486 from AspirinSJL/typo_dns
...
Fix typo
5 years ago
Yunjia Wang
be186ac8d9
Fix guards name
5 years ago
Jan Tattermusch
99e8298a61
Merge pull request #19515 from mgravell/mgravell/benchmarkdotnet
...
csharp convert micro-benchmarks to benchmarkdotnet
5 years ago
Jan Tattermusch
47287e8ed7
add license headers
5 years ago
Jan Tattermusch
3ba99a685e
make pingbenchmark compile
5 years ago
Jan Tattermusch
43240238d2
tweak iteration counts for multithreaded benchmarks
5 years ago
Jan Tattermusch
a56998bdff
fix small nits
5 years ago
mgravell
ffac31b108
incorrectly added
5 years ago
mgravell
dd5f19765e
add framework overhead "PingBenchmark"
5 years ago
mgravell
36c1a11d84
give useful names to benchmarks
5 years ago
mgravell
aa535356e8
fix encode benchmark (and simplify decode benchmark)
5 years ago
Soheil Hassas Yeganeh
d3316ad22e
Merge pull request #19522 from soheilhy/fix-host-split
...
Return empty strings on optional ports for backward compatibility.
5 years ago
Yunjia Wang
500cb1f99b
Reformat
5 years ago
Yunjia Wang
74c862c682
Merge branch 'mpmcqueue' into threadpool
5 years ago
Yunjia Wang
651a8b0ec2
Change FetchAdd/Sub to Load-Add/Sub-Store
5 years ago
Yunjia Wang
093dd768bb
reformat
5 years ago
Soheil Hassas Yeganeh
bf9b4c257b
Fix stale comment in split host port.
5 years ago
Yash Tibrewal
842a3dcd9d
Merge pull request #19516 from yashykt/inqcmsgsize
...
Increase the control message size
5 years ago
Guantao Liu
5a18779d05
Merge branch 'no_backup_poller' of github.com:guantaol/grpc into no_backup_poller
5 years ago
Yunjia Wang
9421a27a76
Remove extra headers
5 years ago
Guantao Liu
da56330cd6
Merge remote-tracking branch 'upstream/master' into no_backup_poller
...
Also, fix a segfault issue on g_event_engine when using a custom iomgr.
5 years ago
Yunjia Wang
cac8afa159
Add benchmark
5 years ago
Soheil Hassas Yeganeh
01b82d3a39
Return empty strings on optional ports for backward compatibility.
...
gpr_split_host_port returns an empty string for the port
when given "0.0.0.0:" as the input.
Change the emptiness check to an explicit argument called has_port,
to remain backward compatible.
Added a test to cover both v4 and v6.
5 years ago
Yash Tibrewal
1487ac42cc
Remove CMSG_SPACE for macos
5 years ago
Yunjia Wang
410451c126
Add threadpool implementation
5 years ago
Yunjia Wang
0141b18d66
Merge remote-tracking branch 'upstream/master' into threadpool
5 years ago
Yunjia Wang
416d9434a8
Modify BUILD for threadpool
5 years ago
Yash Tibrewal
02ff96bd31
No need to allocate space for receive timestamp if errqueue is not present
5 years ago
Yash Tibrewal
a94e00dccf
Reviewer comments
5 years ago
Yash Tibrewal
7cb861ce29
Reviewer comments
5 years ago
Yash Tibrewal
f44e0c07a7
Reviewer comments
5 years ago
Soheil Hassas Yeganeh
39e982a263
Merge pull request #19488 from soheilhy/string-view2
...
Introduce string_view and use it for gpr_split_host_port
5 years ago
Yash Tibrewal
420d5413c7
Use the actual formula
5 years ago
rmstar
8ce8cfe4c3
Merge pull request #19439 from rmstar/enable_cfstream
...
Enable CFStream by default on iOS
5 years ago
Yash Tibrewal
464f558a45
Increase the control message size
5 years ago
mgravell
0a1147b58c
found another way to nop the native-call
5 years ago