aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/udp_server_test.cc
Commit message (Collapse)AuthorAge
* use renamed function in test for cheking so_reuseportGravatar Dan Zhang2018-04-12
|
* Allow udp_server to create multiple listeners for each port via SO_REUSEPORTGravatar Dan Zhang2018-04-12
|
* More explicit static casts for size_t to socklen_tGravatar Yash Tibrewal2018-03-12
|
* fix formatGravatar Dan Zhang2018-02-28
|
* fix formatGravatar Dan Zhang2018-02-27
|
* Refactors grpc udp_server_listener to be object oriented. Also adds a mutex ↵Gravatar Dan Zhang2018-02-27
| | | | 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.
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Add some manual const casts to fix buildGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|
* change to int typeGravatar Dan Zhang2018-01-11
|
* change to pass in valueGravatar Dan Zhang2018-01-10
|
* fix data race in shutdown_and_destroy_pollsetGravatar Dan Zhang2017-12-22
|
* fix typoGravatar Dan Zhang2017-12-22
|
* fix udp_server_test flakinessGravatar Dan Zhang2017-12-22
|
* format changeGravatar Dan Zhang2017-12-20
|
* Add a start_cb to grpc_udp_listener to be called when listener isGravatar Dan Zhang2017-12-20
| | | | created.
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
| * fix compile errorGravatar Dan Zhang2017-11-30
| |
* | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| |
| * Modify udp_server to do asynchronous read and write and only re-armGravatar Dan Zhang2017-11-29
| | | | | | | | | | | | | | notification when needed. This change prevents event loop thread from doing actual I/O work which might take long time.
* | Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| |
* | A few src/core fixes due to missing exec_ctx_finishGravatar Yash Tibrewal2017-11-21
| |
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|/
* Merge masterGravatar Yash Tibrewal2017-11-06
|
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25