aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
...
* | clang-format codeGravatar Craig Tiller2016-03-16
| |
* | Get stack traces in crash dumps working for WindowsGravatar Craig Tiller2016-03-16
| |
| * Added a channel argument to set the maximum reconnect backoff duration. ↵Gravatar Aaron Isotton2016-03-08
| | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377.
* | Fixes to thingsGravatar Craig Tiller2016-02-28
|/
* Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
|
* Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
|
* Fix crash on macGravatar Craig Tiller2016-02-25
|
* Fix windowsGravatar Craig Tiller2016-02-25
|
* Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
|
* Merge branch 'hide-the-worker' into hide-the-pollsetGravatar Craig Tiller2016-02-24
|\
| * Port pollset worker changes to windowsGravatar Craig Tiller2016-02-24
| |
* | Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
|/ | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
* Move worker into pollsetGravatar Craig Tiller2016-02-18
|
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
|
* Merge pull request #4950 from ctiller/offload-racingGravatar David G. Quintas2016-01-28
|\ | | | | Preparatory changes for work shedding
| * Fix copyrightsGravatar Craig Tiller2016-01-28
| |
| * Fix windowsGravatar Craig Tiller2016-01-28
| |
| * Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\|
| * Fix copyrightsGravatar Craig Tiller2016-01-27
| |
| * Small testing fixesGravatar Craig Tiller2016-01-27
|/ | | | | | | - end2end test deadlines may complete before checking IsCancelled => don't expect it to be false in these cases - add exponential backoff to port_posix - ensure run_tests rebuilds targets with a regex I commonly use
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Fix proxy end2end testsGravatar Craig Tiller2015-12-14
| | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future.
* fix build and windows testGravatar yang-g2015-11-21
|
* merge with headGravatar yang-g2015-11-20
|\
| * Adding grpc_tcp_listener as an actual object being returned.Gravatar Nicolas Noble2015-11-19
| |
* | refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
|/ | | | be reused by the set_initial_string_test
* Add more verbose traces for port_server usageGravatar Craig Tiller2015-10-05
|
* Dont call malloc eitherGravatar Craig Tiller2015-09-30
|
* FixesGravatar Craig Tiller2015-09-30
|
* Remove stdio usage from signal handlerGravatar Craig Tiller2015-09-30
|
* Fix mac buildGravatar Craig Tiller2015-09-28
|
* Fix mac buildGravatar Craig Tiller2015-09-28
|
* Enable backtraces on C testsGravatar Craig Tiller2015-09-28
|
* clang-format all core filesGravatar Craig Tiller2015-09-23
|
* Update Windows stuffGravatar Craig Tiller2015-09-23
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|