aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
| | | | | | * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-04
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc/support/time_win32.h
| | * | | | | | Fix a memory leak and a gpr_strdup/free mismatch in json_testGravatar David Klempner2015-02-04
| | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge branch 'master' into source_cleanupGravatar David Klempner2015-02-04
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Convert request_response_with_payloadGravatar Craig Tiller2015-02-04
| | | | | | |
* | | | | | | Add useful utilitiesGravatar Craig Tiller2015-02-04
| | | | | | |
* | | | | | | Remove invalid checksGravatar Craig Tiller2015-02-04
| | | | | | |
| | * | | | | Fling client needs to have 4 invocations of event_finish to make thisGravatar Vijay Pai2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a real ping-pong test
| | | | | * | V0 implementation of census_get_active_ops().Gravatar Hongyu Chen2015-02-04
| | | | | | |
| | | * | | | Fix up feature test macrosGravatar David Klempner2015-02-04
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all feature test macros to the start of the file and check that they aren't already defined or defined to a lower value than the file needs. Projects should be allowed to put these in CFLAGS and we shouldn't break when they do.
| | | * | | Addressing comments.Gravatar Julien Boeuf2015-02-03
| | | | | | | | | | | | | | | | | | | | | | | | The new gpr_tmpfile API is actually much nicer to use. Thanks Nico!
| * | | | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-03
| |\| | | |
* | | | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: Makefile
* | | | | | First test passesGravatar Craig Tiller2015-02-03
| | | | | |
* | | | | | Updated the first test (which fails)Gravatar Craig Tiller2015-02-03
| | | | | |
| | | | | * First draft of the win32 implementation of iomgr.Gravatar Nicolas "Pixel" Noble2015-02-04
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet.
* | | | | WIP simple_requestGravatar Craig Tiller2015-02-03
| | | | |
* | | | | Fork tests into legacy/non-legacyGravatar Craig Tiller2015-02-03
| | | | |
* | | | | Flesh out batch APIGravatar Craig Tiller2015-02-03
| |/ / / |/| | |
| * | | Cleaning out remains of google3.Gravatar Nicolas "Pixel" Noble2015-02-03
| | | |
| | * | Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
| |/ / | | | | | | | | | | | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
| * | Merge pull request #358 from dklempner/buildGravatar Nathaniel Manista2015-02-02
| |\ \
| | * | Make several python scripts explicitly python2.7Gravatar David Klempner2015-02-02
| | |/ | | | | | | | | | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop.
| * | 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 'async-api-prep' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-02
|\ \ \
* \ \ \ Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-02
|\ \ \ \ | | |/ / | |/| |
* | | | Fix tests to be a bit more saneGravatar Craig Tiller2015-02-02
| | | |
| * | | Fix poll_kick_posix_test under asanGravatar David Klempner2015-02-02
| | |/ | |/| | | | | | | | | | 1. Init the freelist_mu in the forced-fallback path 2. Free allocated memory in the test_over_free test case.
* | | Cleanup output of testsGravatar Craig Tiller2015-02-02
| | |
| | * 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.
* | Rename & semantic fixup progressGravatar Craig Tiller2015-01-30
| |
| * Init fixGravatar Craig Tiller2015-01-30
| |
* | Init fixGravatar Craig Tiller2015-01-29
| |
* | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-29
|\| | | | | | | | | Conflicts: test/core/echo/echo_test.c
| * Fixing echo test.Gravatar Nicolas "Pixel" Noble2015-01-30
| |
* | Add missing waitGravatar Craig Tiller2015-01-29
| |
| * Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | fixing all subsequent errors.
* | Fix echo testGravatar Craig Tiller2015-01-29
| |
* | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-29
|\| | | | | | | | | Conflicts: test/core/echo/client.c
| * Merge pull request #168 from nicolasnoble/jsonGravatar Craig Tiller2015-01-29
| |\ | | | | | | Replacing cJSON with our own code instead.
| | * Adding a few more tests.Gravatar Nicolas "Pixel" Noble2015-01-29
| | |
| | * Adding a few more test to improve coverage.Gravatar Nicolas "Pixel" Noble2015-01-29
| | |
| * | Add a timeout to echo client's RPCsGravatar David Klempner2015-01-28
| | | | | | | | | | | | | | | This ensures that echo test fails in a timely manner rather than hanging when it breaks.
* | | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-28
|\| |
| | * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| | * Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
| | |
| * | Merge pull request #167 from maxwell-demon/masterGravatar Alistair Veitch2015-01-27
| |\ \ | | | | | | | | Fix census_log_tests on platforms with only one core.
| * \ \ Merge pull request #157 from dklempner/eventfdGravatar Craig Tiller2015-01-27
| |\ \ \ | | | | | | | | | | Add support for eventfd based kicking on linux.
| | | | * Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| | | | |
* | | | | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/ / / /
* | | | sync up with masterGravatar Yang Gao2015-01-27
|\ \ \ \