aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into sanityGravatar Nicolas "Pixel" Noble2015-04-14
|\ | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| * Merge pull request #1273 from soltanmm/auth-interopGravatar Tim Emiola2015-04-14
| |\ | | | | | | Fix Python auth and interop test
| * \ Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsyGravatar Vijay Pai2015-04-13
| |\ \ | | | | | | | | Inline initial slice buffer allocation
| * \ \ Merge pull request #1272 from yang-g/interopGravatar Nicolas Noble2015-04-13
| |\ \ \ | | | | | | | | | | Further refactor interop_client and server to libraries
| | | | * Fix Python auth and interop testGravatar Masood Malekghassemi2015-04-13
| | | | |
| * | | | Merge pull request #1270 from jboeuf/server_security_context_factoryGravatar Yang Gao2015-04-13
| |\ \ \ \ | | | | | | | | | | | | Refactoring of server context creation (incremental improvement).
| | | | * | Inline initial slice buffer allocationGravatar Craig Tiller2015-04-13
| | | | | |
| * | | | | Merge pull request #1269 from ctiller/racefixGravatar jboeuf2015-04-13
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fix race on shutdown
| | | | * | Further refactor interop_client and server to librariesGravatar Yang Gao2015-04-13
| | | | |/
| * | | | Merge pull request #1271 from murgatroid99/node_version_bump_0.6.1Gravatar Tim Emiola2015-04-13
| |\ \ \ \ | | | | | | | | | | | | Bump node library version to publish bugfix
| | * | | | Bump node library version to publish bugfixGravatar murgatroid992015-04-13
| |/ / / /
| * | | | Merge pull request #1268 from murgatroid99/node_response_error_testGravatar Tim Emiola2015-04-13
| |\ \ \ \ | | | | | | | | | | | | Fixed bugs in trailing metadata handling and math server example
| * \ \ \ \ Merge pull request #1232 from ctiller/windows-fixesGravatar Nicolas Noble2015-04-13
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Windows fixes
| | | | | * Refactoring of server context creation (incremental improvement).Gravatar Julien Boeuf2015-04-13
| | |_|_|/ | |/| | |
| | | | * Fix race on shutdownGravatar Craig Tiller2015-04-13
| | |_|/ | |/| |
| | | * Fixed bugs in trailing metadata handling and math server exampleGravatar murgatroid992015-04-13
| | |/ | |/|
| | * third_party/opensslGravatar Craig Tiller2015-04-13
| | |
| | * Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
| | |\ | | |/ | |/|
| * | Merge pull request #1245 from yugui/fix/prefixGravatar Tim Emiola2015-04-13
| |\ \ | | | | | | | | Avoid identifiers reserved by Ruby
| | | * Update build filesGravatar Craig Tiller2015-04-13
| | | |
| | | * Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
| * | | Merge pull request #1265 from nicolasnoble/gpr-platformGravatar Craig Tiller2015-04-12
| |\ \ \ | | | | | | | | | | Getting a bit more laxist with the various GPR rules.
| | * | | Getting a bit more laxist with the various GPR rules.Gravatar Nicolas "Pixel" Noble2015-04-12
| |/ / / | | | | | | | | | | | | Also fixing WINSOCK check.
| * | | Merge pull request #1264 from nicolasnoble/tlsGravatar Craig Tiller2015-04-11
| |\ \ \ | | | | | | | | | | Fixing FreeBSD's TLS port_platform entry.
| | * | | Fixing FreeBSD's TLS port_platform entry.Gravatar Nicolas "Pixel" Noble2015-04-11
| |/ / /
| | * | Also fix rb_CallOps too.Gravatar Yuki Yugui Sonoda2015-04-11
| | | |
| | * | Use the prefix "grpc_rb_" rather than just "grpc_".Gravatar Yuki Yugui Sonoda2015-04-11
| | | |
| | * | Merge branch 'master' into fix/prefixGravatar Yuki Yugui Sonoda2015-04-11
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_byte_buffer.c src/ruby/ext/grpc/rb_byte_buffer.h src/ruby/ext/grpc/rb_call.c src/ruby/ext/grpc/rb_call.h src/ruby/ext/grpc/rb_channel.c src/ruby/ext/grpc/rb_completion_queue.h src/ruby/ext/grpc/rb_event.c src/ruby/ext/grpc/rb_grpc.c src/ruby/ext/grpc/rb_metadata.c src/ruby/ext/grpc/rb_server.c test/cpp/interop/client_helper.h test/cpp/interop/server_helper.h
| * | | Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
| |\ \ \ | | | | | | | | | | FreeBSD preliminary work.
| * \ \ \ Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
| |\ \ \ \ | | | | | | | | | | | | Thread local storage for grpc
| * \ \ \ \ Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_apiGravatar Jan Tattermusch2015-04-10
| |\ \ \ \ \ | | | | | | | | | | | | | | Grpc ruby switch to new call api
| * \ \ \ \ \ Merge pull request #1257 from yang-g/codegennamespaceGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | When the proto file does not contain a package, do not generate namespac...
| * \ \ \ \ \ \ Merge pull request #1260 from donnadionne/pythonGravatar Tim Emiola2015-04-10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Python
| | * \ \ \ \ \ \ Merge branch 'master' of github.com:google/grpc into pythonGravatar Donna Dionne2015-04-10
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1253 from soltanmm/auth-interopGravatar Tim Emiola2015-04-10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix wrong docker instance in Python interop tests
| | | | | * | | | | Fixed bad op referenceGravatar Tim Emiola2015-04-10
| | | | | | | | | |
| | | * | | | | | | Also fixing docker file to ensure service account is copied.Gravatar Donna Dionne2015-04-10
| | | | | | | | | |
| | | * | | | | | | python auth test command changeGravatar Donna Dionne2015-04-10
| | | | | | | | | |
| | | | | * | | | | Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| | | | | | | | | |
| * | | | | | | | | Merge pull request #1258 from yang-g/interopGravatar jboeuf2015-04-10
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | It turns out I missed an indirect dependency after all in 1244
| | * | | | | | | | It turns out I missed an indirect dependency after all in 1244Gravatar Yang Gao2015-04-10
| | | | | | | | | |
| | | | * | | | | | When the proto file does not contain a package, do not generate namespaceGravatar Yang Gao2015-04-10
| | | | | | | | | |
| * | | | | | | | | Merge pull request #1016 from dklempner/no_kick_selfGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove the current poller from the watch list to avoid immediately kicki...
| * \ \ \ \ \ \ \ \ \ Merge pull request #1244 from yang-g/interopGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | Split interop client and server into components
| | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| | | | | | | | |\ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #1255 from yang-g/headersGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add missing public headers
| | * | | | | | | | | | Add missing public headersGravatar Yang Gao2015-04-10
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #1248 from mzhaom/bazel-buildGravatar Nicolas Noble2015-04-10
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Extend bazel BUILD file to build all the C/C++ libraries as well as protobuf plugins.
| | | | | * | | | | | Fix wrong docker instance in Python interop testsGravatar Masood Malekghassemi2015-04-10
| | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Extend bazel BUILD file to build all the C/C++ libraries as well asGravatar Ming Zhao2015-04-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protobuf plugins. This requires WORKSPACE to define these external dependencies for openssl and protobuf, for examples: bind( name = "libssl", actual = "//third_party/boringssl:boringssl", ) # Library needed to build protobuf codegen plugin. bind( name = "protobuf_compiler", actual = "//third_party/protobuf:protoc_lib", ) # Library that C++ code generated by protobuf C compiler should depend # on. bind( name = "protobuf_clib", actual = "//third_party/protobuf:proto_lib", )