Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Actually removing grpc_http.h from build.json. | Nicolas "Pixel" Noble | 2015-05-18 |
| | |||
* | Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash | Nicolas Noble | 2015-05-15 |
|\ | | | | | Add subprocess GPR API | ||
| * | Add header to build.json | Craig Tiller | 2015-05-15 |
| | | |||
* | | GPR_ASSERT is not an expression | Craig Tiller | 2015-05-15 |
| | | |||
| * | Add subprocess GPR API | Craig Tiller | 2015-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 | ||
* | Addressing comments. | Julien Boeuf | 2015-05-08 |
| | |||
* | Merging with master. | Julien Boeuf | 2015-05-08 |
|\ | |||
| * | added csharp generator plugin | Jan Tattermusch | 2015-05-07 |
| | | |||
* | | Adding support for per call credentials in core. | Julien Boeuf | 2015-05-07 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 |
|\ | |||
* | | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 |
| | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | ||
| * | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-25 |
| |\ | |/ |/| | | | | | Conflicts: Makefile | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ \ | | | | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | | Add the new header to build.json and regenerate projects | Yang Gao | 2015-04-24 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| | * | Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass | Craig Tiller | 2015-04-22 |
| | |\ | | |/ | |/| | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c | ||
| | * | stuff | Craig Tiller | 2015-04-21 |
| | | | |||
| * | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| | * | Adding a helpful warning message on top of the Makefile and BUILD file. | Nicolas "Pixel" Noble | 2015-04-21 |
| | | | |||
| * | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
| |\| | |||
| | * | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 |
| | | | | | | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors. | ||
| | * | Avoid generating libs for unknown types. | Yang Gao | 2015-04-16 |
| | | | |||
| * | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
| |/ | |||
| * | sync and resolve conflict | Yang Gao | 2015-04-15 |
| |\ | |||
| * | | Remove outdated protos | Yang Gao | 2015-04-15 |
| | | | |||
| * | | Further refactor interop_client and server to libraries | Yang Gao | 2015-04-13 |
| | | | |||
| | * | Merge branch 'master' of git://github.com/vjpai/grpc into timers | Vijay Pai | 2015-04-13 |
| | |\ | |||
| | | * | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
| | | |\ | |||
| | * | | | Stub out precise clock structure from the overall flow of timers.c so that | Vijay Pai | 2015-04-13 |
| | | | | | | | | | | | | | | | | | | | | there are no ifdefs in the middle of structures of the main code path | ||
| | * | | | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
| | |/ / | | | | | | | | | | | | | statistics | ||
| | | * | Update build files | Craig Tiller | 2015-04-13 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into windows-fixes | Craig Tiller | 2015-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 remote-tracking branch 'upstream/master' | Vijay Pai | 2015-04-13 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers | Vijay Pai | 2015-04-13 |
| |/| | | |||
| | * | | Infrastructure for timer insertion, logging, and testing. | Vijay Pai | 2015-04-13 |
| | | | | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 |
|\| | | | |/ / |/| | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | | Extend bazel BUILD file to build all the C/C++ libraries as well as | Ming Zhao | 2015-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", ) | ||
| * | Add endpoint_pair_windows.c | Craig Tiller | 2015-04-08 |
| | | |||
* | | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
|/ | |||
* | Early support for Bazel. | Nicolas "Pixel" Noble | 2015-03-31 |