aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar 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).
* Merge pull request #5797 from ctiller/win2Gravatar Jan Tattermusch2016-03-21
|\ | | | | Make stack traces show up in run_tests.py logs
| * Make stack traces show up in run_tests.py logsGravatar Craig Tiller2016-03-17
| |
* | Upgrade windows to the fixed posix port server codeGravatar Craig Tiller2016-03-17
| |
* | Split port_posix.c into platform specifics and a portable interface to ↵Gravatar Craig Tiller2016-03-17
|/ | | | port_server.py
* Disable warning: system header is brokenGravatar Craig Tiller2016-03-16
|
* Drop the LGravatar Craig Tiller2016-03-16
|
* Tweaking formattingGravatar Craig Tiller2016-03-16
|
* clang-fmtGravatar Craig Tiller2016-03-16
|
* Review feedbackGravatar Craig Tiller2016-03-16
|
* Fix copyrightGravatar Craig Tiller2016-03-16
|
* clang-format codeGravatar Craig Tiller2016-03-16
|
* Get stack traces in crash dumps working for WindowsGravatar Craig Tiller2016-03-16
|
* 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
|