aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Added useful behavior for empty batchGravatar murgatroid992015-02-12
|
* Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
|\ | | | | Epoll based multipoller
* \ Merge pull request #471 from jboeuf/call_host_name_checkGravatar Nicolas Noble2015-02-11
|\ \ | | | | | | Adding call host (:authority header) check in the secure channel.
| | * Merge branch 'master' into epollGravatar David Klempner2015-02-11
| | |\ | |_|/ |/| |
* | | Merge pull request #448 from nicolasnoble/grpc-win32Gravatar Craig Tiller2015-02-11
|\ \ \ | | | | | | | | Windows port of iomgr.
| | | * Epoll based multipollerGravatar David Klempner2015-02-10
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free.
| | * Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10
| |/ |/| | | | | | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters.
* | Fix some testsGravatar Craig Tiller2015-02-10
| |
| * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| |\ | |/ |/|
* | Fix duplicated lineGravatar Craig Tiller2015-02-09
| |
* | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-06
|\ \
| * \ Merge pull request #387 from maxwell-demon/census_active_opsGravatar Alistair Veitch2015-02-06
| |\ \ | | | | | | | | V0 implementation of census_get_active_ops().
* | | | FixesGravatar Craig Tiller2015-02-05
| | | |
* | | | Fix in-flight cancellationsGravatar Craig Tiller2015-02-05
| | | |
* | | | Add a failing testGravatar Craig Tiller2015-02-05
| | | |
| | * | prefix struct & functions in census_tracing.h per ctiller's suggestion.Gravatar Hongyu Chen2015-02-05
| | | |
* | | | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| | | |
* | | | Converted some cancellation testsGravatar Craig Tiller2015-02-05
| | | |
* | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\| | |
* | | | Convert simple_delayed_requestGravatar Craig Tiller2015-02-05
| | | |
* | | | Convert more tests (and re-enable some disabled ones)Gravatar Craig Tiller2015-02-05
| | | |
| * | | Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
| |\ \ \ | | | | | | | | | | Adding support for loading the SSL roots from an environment variable.
* | | | | Convert request_response_with_trailing_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Convert request_response_with_binary_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Convert request_response_with_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| | | | |
* | | | | Fix memory usageGravatar Craig Tiller2015-02-05
| | | | |
| | | * | Update trace_test.cGravatar Alistair Veitch2015-02-05
| | | | |
* | | | | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\| | | |
| * | | | Merge pull request #396 from dklempner/source_cleanupGravatar Craig Tiller2015-02-04
| |\ \ \ \ | | | | | | | | | | | | Fix up feature test macros
| * \ \ \ \ Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-02-04
| |\ \ \ \ \
| | | | | | * 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
| | | |