aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
|\ | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
* | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | Clean up anything that failed
| * Move some code out of src/ into tools/Gravatar Craig Tiller2015-06-23
|/ | | | It shouldn't count towards coverage
* Add missing headers to build.jsonGravatar yang-g2015-06-23
|
* Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
|\ | | | | Remove Protobuf dependency for C++
* \ Merge pull request #2154 from jcanizales/fix-build-jsonGravatar Craig Tiller2015-06-22
|\ \ | | | | | | Add pollset_set.h to build.json
* \ \ Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-22
|\ \ \
| | * | Add pollset_set.h to build.jsonGravatar Jorge Canizales2015-06-20
| |/ /
| | * Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| | |\ | | |/ | |/|
* | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-19
|\ \ \
| | * \ Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
* | | | Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
| | | |
| * | | Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
|/ / /
| * | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\ \ | |/ / |/| |
| | * Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| | | * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| | |/| | |/|/ | |/| |/| |
* | | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
|\ \ \
| * | | regenerate Grpc.makGravatar Jan Tattermusch2015-06-15
| | | |
* | | | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
|/ / / | | | | | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
| * | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-09
| |\ \ | |/ / |/| |
* | | Remove non-existing file from build.jsonGravatar Yang Gao2015-06-09
| | |
* | | Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| | |
| | * Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-06
| | |\ | | |/ | |/|
| * | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-06
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: test/core/bad_client/bad_client.c test/core/httpcli/httpcli_test.c
* | | Add a test of bad settings frame (and fix a bug!)Gravatar Craig Tiller2015-06-05
| | |
| | * Add missing file to build.jsonGravatar Craig Tiller2015-06-05
| | |
| | * Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
| |/
| * Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-04
| |\ | |/ |/| | | | | Conflicts: tools/doxygen/Doxyfile.core.internal
* | Merge pull request #1894 from yang-g/create-thread-poolGravatar Nicolas Noble2015-06-03
|\ \ | | | | | | Add ability to override default thread pool
* | | Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| | |
| * | Add ability to override default thread poolGravatar Yang Gao2015-06-03
|/ /
* | bump C# package versionsGravatar Jan Tattermusch2015-06-02
| |
| * 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
| | | | | |