aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/no_server_test.c
Commit message (Collapse)AuthorAge
* Fix some memory leaksGravatar Craig Tiller2015-05-01
|
* Fix no-server-testGravatar Craig Tiller2015-04-29
|
* Speed up test, reduce flakinessGravatar Craig Tiller2015-03-02
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|\
* | Fix returned statusGravatar Craig Tiller2015-01-16
| | | | | | | | | | The client should return status deadline exceeded when the deadline is exceeded (not cancelled status)
| * clang-format codebaseGravatar Craig Tiller2015-01-13
| |
| * Moving prototype from Google to GitHubGravatar Craig Tiller2015-01-13
|/ | | | | I'd started some prototyping work on this change before the move to GitHub; this change restores things.
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
| | | | | | | | | | | | | This change implements a platform independent alarm manager in alarm.c. It's integrated with iomgr, and some tests are cleaned up. The alarm implementation itself is a fairly direct port of LazyAlarmList from eventmanager. SpinLock has been replaced for now with gpr_mu, and other atomic operations have been dropped (again, for now). A majority of tests have been ported. Change on 2014/12/19 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82551363
* Trailing metadata support.Gravatar ctiller2014-12-16
| | | | | | | | | Actually exposing it from the C API. Also removing grpc_status, since it's mostly useless. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82180546
* Initial import.Gravatar Nicolas Noble2014-11-26