aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
| * | Merge pull request #3582 from ctiller/safe-signalGravatar Nicolas Noble2015-09-30
| |\ \ | | | | | | | | Remove stdio usage from signal handler
| * \ \ Merge github.com:grpc/grpc into pfftGravatar Craig Tiller2015-09-30
| |\ \ \
| | | * | Dont call malloc eitherGravatar Craig Tiller2015-09-30
| | | | |
| | | * | FixesGravatar Craig Tiller2015-09-30
| | | | |
| | | * | Remove stdio usage from signal handlerGravatar Craig Tiller2015-09-30
| | |/ /
| | * | Pass through grpc_fd pointer rather than int.Gravatar Robbie Shade2015-09-29
| | | |
* | | | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/ / /
* / / Fix alarmsGravatar Craig Tiller2015-09-28
|/ / | | | | | | | | | | - make kick_poller() do something on POSIX - fix some conditions whereby alarms are held in a pollset exec context for too long - make channel_connectivity tests dependent on the correct behavior
* | Merge pull request #3550 from ctiller/pfftGravatar Nicolas Noble2015-09-28
|\ \ | | | | | | Fix mac build (for realsies)
| * | Fix mac buildGravatar Craig Tiller2015-09-28
| | |
* | | Merge pull request #3546 from ctiller/pfftGravatar Nicolas Noble2015-09-28
|\| | | | | | | | Fix mac build
* | | Merge pull request #3493 from ctiller/lowercase-all-properGravatar Masood Malekghassemi2015-09-28
|\ \ \ | | | | | | | | Remove metadata canonicalization, and fix some bugs
| | * | Fix mac buildGravatar Craig Tiller2015-09-28
| |/ / |/| |
* | | Merge pull request #3544 from ctiller/backtrace-on-crashGravatar Nicolas Noble2015-09-28
|\ \ \ | | | | | | | | Enable backtraces on C tests
| * | | Enable backtraces on C testsGravatar Craig Tiller2015-09-28
| | | |
| | * | Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
| |/ / |/| |
* | | Stop shadowing global nameGravatar Robbie Shade2015-09-25
| | |
* | | Add grpc_server argument to grpc_udp_server_startGravatar Robbie Shade2015-09-25
|/ /
* | Merge pull request #3479 from dgquintas/fix_fixturesGravatar Craig Tiller2015-09-25
|\ \ | | | | | | Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATION
| * | Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATIONGravatar David Garcia Quintas2015-09-24
| | |
* | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\ \ \
| * | | Fix build breakageGravatar Craig Tiller2015-09-24
| | | |
| * | | Merge pull request #3444 from dgquintas/lb_policies_testGravatar Craig Tiller2015-09-23
| |\ \ \ | | | | | | | | | | Improvements to lb_policies_test's rebirth testcase.
| | | | * Updated end2end/READMEGravatar David G. Quintas2015-09-23
| | |_|/ | |/| |
| | * | Improvements to lb_policies_test's rebirth testcase.Gravatar David Garcia Quintas2015-09-23
| | |/
* | | Fix Windows compilationGravatar Craig Tiller2015-09-23
| | |
* | | clang-format all core filesGravatar Craig Tiller2015-09-23
| | |
* | | Update Windows stuffGravatar Craig Tiller2015-09-23
| | |
| * | Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
| |/
* | Increase deadline ==> decrease flakesGravatar Craig Tiller2015-09-22
| |
* | Finish cleanupGravatar Craig Tiller2015-09-22
| |
* | 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
| |
* | Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\|
* | Fix testsGravatar Craig Tiller2015-09-22
| |
* | Fix list iterationGravatar Craig Tiller2015-09-22
| |
* | Test bug fixesGravatar Craig Tiller2015-09-21
| |
* | FixesGravatar Craig Tiller2015-09-21
| |
* | FixesGravatar Craig Tiller2015-09-21
| |
* | Call lists compileGravatar Craig Tiller2015-09-21
| |
* | Call list progressGravatar Craig Tiller2015-09-21
| |
| * Merge pull request #3176 from jboeuf/core_creds_pluginGravatar Yang Gao2015-09-21
| |\ | | | | | | Design and implementation of the core credentials plugin API.