Hope Casey-Allen
|
91cb48ad1a
|
Add timer tests for long running services
|
6 years ago |
Yash Tibrewal
|
b49f47d4f2
|
linux version needs to be defined
|
6 years ago |
Sree Kuchibhotla
|
bdd13cb0ae
|
Revert "Revert "Restrict the number of threads in C++ sync server""
|
6 years ago |
Nicolas Noble
|
bea98c3c1b
|
Revert "Restrict the number of threads in C++ sync server"
|
6 years ago |
Sree Kuchibhotla
|
c2a22a1ab8
|
Address core review comments
|
6 years ago |
Alexander Polcyn
|
9896c64186
|
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
This reverts commit d9e8f86675 , reversing
changes made to 04847aeb1e .
|
6 years ago |
Alexander Polcyn
|
f34c653936
|
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
This reverts commit ae8d3efc3a , reversing
changes made to e41215e181 .
|
6 years ago |
Alex Polcyn
|
1b1d5e52e7
|
Get c-ares to compile and do address sorting on windows
|
6 years ago |
Sree Kuchibhotla
|
b95772eeb9
|
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
|
6 years ago |
Yash Tibrewal
|
0d757a659f
|
Adding docs and cleaning up
|
6 years ago |
Yash Tibrewal
|
f0397933b0
|
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
to be traced. Adding tests for Fathom and TracedBuffer. A lot more.
Please read PR description.
|
6 years ago |
Adele Zhou
|
8edd56841e
|
Step 3 of multipool RBE configuration.
|
6 years ago |
Sree Kuchibhotla
|
16ad9b8280
|
Added a test to catch such things in future
|
7 years ago |
Adele Zhou
|
ff1d1b3b68
|
Add tags argument to grpc_cc_test and tag tcp_server_posix_test manual.
|
7 years ago |
Alexander Polcyn
|
4e8a2f5f27
|
Remove already_closed param from fd_orphan
|
7 years ago |
Muxi Yan
|
cf23f867f2
|
clang-format
|
7 years ago |
Muxi Yan
|
1aedfa8628
|
Add CFStream tests
|
7 years ago |
Yash Tibrewal
|
adc733f024
|
Make linux polling engines capable of tracking errors separately with
backward compatibility.
|
7 years ago |
Sree Kuchibhotla
|
1dd12c084a
|
Fix some more formatting issues
|
7 years ago |
Dan Zhang
|
8bd239551a
|
use renamed function in test for cheking so_reuseport
|
7 years ago |
Dan Zhang
|
8c2314093b
|
Allow udp_server to create multiple listeners for each port via SO_REUSEPORT
|
7 years ago |
Sree Kuchibhotla
|
33643ef34e
|
Fix type coversion errors
|
7 years ago |
Yash Tibrewal
|
c0cd82faed
|
Remove unnecessary includes of exec_ctx.h
|
7 years ago |
kpayson64
|
539f5068bd
|
Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
|
7 years ago |
Yash Tibrewal
|
337373b91f
|
More explicit static casts for size_t to socklen_t
|
7 years ago |
Vijay Pai
|
2fe87b0905
|
Move assignment for Thread, make destructor optional, loop cv waits
|
7 years ago |
Dan Zhang
|
1bdc940469
|
fix format
|
7 years ago |
Dan Zhang
|
6cc5a09ffd
|
fix format
|
7 years ago |
Dan Zhang
|
b293e9e822
|
Refactors grpc udp_server_listener to be object oriented. Also adds a mutex to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel.
|
7 years ago |
Vijay Pai
|
03e2e13283
|
Minor fixes
|
7 years ago |
Adele Zhou
|
1c805ec901
|
Add more bazel tests
|
7 years ago |
Vijay Pai
|
c02d997607
|
Minor bug fixes
|
7 years ago |
Vijay Pai
|
14300f121c
|
Fix one Linux-specific test
|
7 years ago |
Vijay Pai
|
87e2e6a58a
|
clang-fmt
|
7 years ago |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
7 years ago |
Vijay Pai
|
58a62755fc
|
Remove support for detached threads. All threads must be joined.
|
7 years ago |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
7 years ago |
Noah Eisen
|
e1bec40dfb
|
Manually fix build issue
|
7 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
cddf6f838a
|
Add some manual const casts to fix build
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Vijay Pai
|
d4d0a30c6f
|
Privatize useful.h and avl.h
|
7 years ago |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Mehrdad Afshari
|
fb66900a9a
|
Eliminate GRPC_LINUX_LEGACY_EPOLL
Rename:
GRPC_LINUX_LEGACY_EPOLL to GRPC_LINUX_EPOLL, and
GRPC_LINUX_EPOLL to GRPC_LINUX_EPOLL_CREATE1
|
7 years ago |
Dan Zhang
|
3742b724c9
|
change to int type
|
7 years ago |
Dan Zhang
|
9ee9c924d8
|
change to pass in value
|
7 years ago |
ncteisen
|
9be168be0c
|
Missing s/NULL/nullptr
|
7 years ago |
ncteisen
|
5219f3f4c1
|
Missing s/NULL/nullptr
|
7 years ago |
Dan Zhang
|
0c2fc922a6
|
fix data race in shutdown_and_destroy_pollset
|
7 years ago |
Dan Zhang
|
40ebe9af7f
|
fix typo
|
7 years ago |