aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/core/iomgr/pollset_posix.c src/core/surface/call.c src/core/surface/channel.c src/core/surface/server.c src/python/src/grpc/_adapter/_low_test.py tools/doxygen/Doxyfile.core.internal
| * merge with masterGravatar Alistair Veitch2015-06-01
| |\
* | \ Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core
| * | Merge github.com:grpc/grpc into but-maybe-i-want-to-pollGravatar Craig Tiller2015-05-30
| |\ \ | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \
| | | * \ Merge branch 'master' of github.com:grpc/grpc into mdctx_free_credsGravatar Julien Boeuf2015-05-29
| | | |\ \
| | * | \ \ Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
| | |\ \ \ \ | | | | |/ / | | | |/| |
* | | | | | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\| | | | |
| * | | | | Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
| | | * | Removing mdctx from the credentials.Gravatar Julien Boeuf2015-05-29
| | | | |
* | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\| | | |
| * | | | Merge pull request #1784 from jtattermusch/update_nuspecGravatar Michael Lumish2015-05-29
| |\ \ \ \ | | | | | | | | | | | | update nuspec files
* | | | | | Refactor pollset_kickGravatar Craig Tiller2015-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow multiple threads to be polling Remove unnecessary windows stubs
* | | | | | Merge github.com:grpc/grpc into we-dont-need-no-cvGravatar Craig Tiller2015-05-28
|\| | | | |
| * | | | | Merge pull request #1770 from jtattermusch/plugin_vcxprojGravatar Nicolas Noble2015-05-28
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Provide VS projects for building protoc plugins on Windows
| | | * | | update nuspec filesGravatar Jan Tattermusch2015-05-28
| | | | | |
* | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-27
|\| | | | |
| | * | | | update gitignoreGravatar Jan Tattermusch2015-05-27
| | | | | |
| | * | | | update readmeGravatar Jan Tattermusch2015-05-27
| | | | | |
| | * | | | provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
| | |/ / /
| | | | * Initial refactoring and context API changesGravatar Alistair Veitch2015-05-26
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
| | | |\ \ | | | |/ / | | |/| |
| * / | | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
| |/ / / | | | | | | | | | | | | | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
* | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/dualstack_socket_test.c test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c test/core/end2end/tests/early_server_shutdown_finishes_tags.c test/core/end2end/tests/graceful_server_shutdown.c test/core/end2end/tests/invoke_large_request.c test/core/end2end/tests/max_concurrent_streams.c test/core/end2end/tests/max_message_length.c test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c test/core/end2end/tests/request_response_with_metadata_and_payload.c test/core/end2end/tests/request_response_with_payload.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c test/core/end2end/tests/request_with_large_metadata.c test/core/end2end/tests/request_with_payload.c test/core/httpcli/httpcli_test.c tools/run_tests/run_tests.py
| * | | added support for building Symbol packagesGravatar Jan Tattermusch2015-05-21
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
| | |\ \ | | |/ / | |/| |
| | * | API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
| | * | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
| | | |
* | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-19
|\ \ \ \ | | |/ / | |/| |
| | * | Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
| |/ / | | | | | | | | | half-close first
| * / Add testing for GRPC_TRACEGravatar Craig Tiller2015-05-18
| |/
| * Actually removing grpc_http.h from build.json.Gravatar Nicolas "Pixel" Noble2015-05-18
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-18
|\|
| * Merge pull request #1630 from jtattermusch/nuget_adjustmentsGravatar Tim Emiola2015-05-18
| |\ | | | | | | NuGet packaging adjustments
* | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-17
|\| |
| | * some nuget packaging adjustmentsGravatar Jan Tattermusch2015-05-15
| | |
| * | Fix test, readd it to buildGravatar Craig Tiller2015-05-15
| |/
| * Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crashGravatar Nicolas Noble2015-05-15
| |\ | | | | | | Add subprocess GPR API
| | * Add header to build.jsonGravatar Craig Tiller2015-05-15
| | |
| * | GPR_ASSERT is not an expressionGravatar Craig Tiller2015-05-15
| | |
| | * Add subprocess GPR APIGravatar Craig Tiller2015-05-15
| |/ | | | | | | | | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear
| * fixing nitsGravatar Jan Tattermusch2015-05-14
| |
| * Update readme for building nuget packageGravatar Jan Tattermusch2015-05-14
| |
| * bumped version of grpc.native.csharp_ext packageGravatar Jan Tattermusch2015-05-14
| |
| * Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
| |\ | | | | | | C Core API cleanup.
* | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-13
|\| |
* | | Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backupGravatar Craig Tiller2015-05-12
|\ \ \ | | |/ | |/|
| | * Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-05-12
| | | | | | | | | | | | | | | | | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them.
* | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-11
|\ \ \ | | |/ | |/|
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | |\ | | |/ | |/| | | | | | | Conflicts: vsprojects/Grpc.mak