aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/port_server_client.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\
* \ Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\ \
| | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-11
| | |\ | | |/ | |/|
| * | Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
| | |
| | * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| |/
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|
| * Add rich closure debug modeGravatar ncteisen2017-06-08
| |
| * Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
| |\ | | | | | | Support grpclb address in the c-ares resolver
| * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | |
| | * Fix the flush of exec_ctx in port_server_clientGravatar Yuchen Zeng2017-05-18
| | |
| | * Flush exec_ctx before using pollset_workGravatar Yuchen Zeng2017-05-17
| |/
* / Converting codeGravatar Craig Tiller2017-05-12
|/
* Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-25
|\
| * Allow a longer fetch time for port serverGravatar Craig Tiller2017-04-25
| |
* | FixesGravatar Craig Tiller2017-04-17
| |
* | Fixup testsGravatar Craig Tiller2017-04-17
|/
* Actually print error messageGravatar Craig Tiller2017-03-07
|
* Merge github.com:grpc/grpc into always-use-port-serverGravatar Craig Tiller2017-02-28
|\
| * zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
| |
* | Eliminate port server env var, force its use always, consolidate codeGravatar Craig Tiller2017-02-17
|/
* Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* clang-formatGravatar Craig Tiller2017-01-06
|
* Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
|
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
|
* Make all tests build againGravatar Craig Tiller2016-09-28
|
* Add tracing, fix some transport bugs wrt buffer_poolsGravatar Craig Tiller2016-09-28
|
* Update testsGravatar Craig Tiller2016-09-23
|
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
|\
| * moar renamingsGravatar David Garcia Quintas2016-06-06
| |
| * s/grpc_pops/grpc_polling_entityGravatar David Garcia Quintas2016-05-31
| |
* | Fix leakGravatar Craig Tiller2016-05-09
| |
* | Bug fixes to error handlingGravatar Craig Tiller2016-05-06
| |
* | API fuzzer compiles with new error handlingGravatar Craig Tiller2016-05-05
| |
| * allocate grpc_pops on the stackGravatar David Garcia Quintas2016-05-04
| |
| * Introduced grpc_pops (pollset or pollset_set)Gravatar David Garcia Quintas2016-05-03
| |
| * Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
* Split port_posix.c into platform specifics and a portable interface to ↵Gravatar Craig Tiller2016-03-17
port_server.py