aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
...
| | * | 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
|\ \
* | | Fix tests to be a bit more saneGravatar Craig Tiller2015-02-02
| | |
* | | 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
| |
* | Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-29
|\| | | | | | | | | Conflicts: test/core/echo/echo_test.c
| * Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | fixing all subsequent errors.
* | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/
* sync up with masterGravatar Yang Gao2015-01-27
|\
* | run clang-formatGravatar Yang Gao2015-01-26
| |
| * remove stale commentGravatar Craig Tiller2015-01-23
| |
| * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| |
| * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| |
| * Add missing includeGravatar Craig Tiller2015-01-23
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
| |
| * Remove use of sprintfGravatar Craig Tiller2015-01-23
|/
* Merge pull request #179 from ctiller/kill-printfGravatar jboeuf2015-01-23
|\ | | | | Remove uses of sprintf
* | Removed unnecessary test fileGravatar murgatroid992015-01-23
| |
| * Move string.h to internal codeGravatar Craig Tiller2015-01-23
| |
* | Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\|
| * Merge pull request #153 from ctiller/windows-fixesGravatar Jan Tattermusch2015-01-23
| |\ | | | | | | Windows fixes
| | * Fix indentationGravatar Craig Tiller2015-01-22
| | |
* | | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ \ | |/ / |/| |
| | * Const correctness fixesGravatar Craig Tiller2015-01-21
| | |
| * | clang-formatGravatar Craig Tiller2015-01-20
| | |
| * | Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-20
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/stream/stream_context.cc src/cpp/stream/stream_context.h src/php/ext/grpc/call.c test/core/end2end/tests/max_concurrent_streams.c
* / | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby.
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| |
* | Explicitly name the target language.Gravatar Craig Tiller2015-01-18
| | | | | | | | Instead of C++ or not C++, name C++ and C, in preparation for being able to name other languages in the future.
| * Compile fixGravatar Craig Tiller2015-01-16
| |
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|/|
* | clang compile fixesGravatar Craig Tiller2015-01-16
| |
* | Merge pull request #88 from ctiller/shutdownGravatar Yang Gao2015-01-16
|\ \ | | | | | | Add an optional server shutdown event.
| * | Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
| | | | | | | | | | | | | | | | | | Allows servers to expedite shutdown once all in-progress calls are completed. We may want to eventually remove grpc_server_shutdown in preference to this.
* | | Build fixGravatar 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)