Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding a helpful warning message on top of the Makefile and BUILD file. | Nicolas "Pixel" Noble | 2015-04-21 |
| | |||
* | Run capable test suites against grpc_unsecure | 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. | ||
* | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 |
| | |||
* | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 |
| | |||
* | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
|\ | | | | | Wrap ParseCommandLineFlags in InitTest | ||
* | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| | | |||
| * | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 |
|/ | |||
* | sync and resolve conflict | Yang Gao | 2015-04-15 |
|\ | |||
* | | Remove outdated protos | Yang Gao | 2015-04-15 |
| | | |||
| * | Merge pull request #1267 from vjpai/timers | Craig Tiller | 2015-04-14 |
| |\ | | | | | | | Infrastructure for timer insertion, logging, and testing | ||
| * \ | Merge pull request #1241 from ctiller/local_worker | Vijay Pai | 2015-04-14 |
| |\ \ | | | | | | | | | Allow RunScenarios to spawn in-process workers | ||
| * \ \ | Merge pull request #1272 from yang-g/interop | Nicolas Noble | 2015-04-13 |
| |\ \ \ | |/ / / |/| | | | Further refactor interop_client and server to libraries | ||
* | | | | 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 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | * | | Allow a build config called CONFIG=latprof that defines the appropriate | Vijay Pai | 2015-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing actually takes place. | ||
| | | * | | Move files to a new "profiling" directory to better distinguish from census | Vijay Pai | 2015-04-13 |
| | | |/ | | | | | | | | | | | | | statistics | ||
| * | | | 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 pull request #1249 from ctiller/tls | Nicolas Noble | 2015-04-10 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Thread local storage for grpc | ||
| | | * | | Merge github.com:grpc/grpc into local_worker | Craig Tiller | 2015-04-10 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #1244 from yang-g/interop | Nicolas Noble | 2015-04-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Split interop client and server into components | ||
* | | | | | | Add missing public headers | Yang Gao | 2015-04-10 |
| | | | | | | |||
* | | | | | | Merge pull request #1240 from ctiller/qps | Vijay Pai | 2015-04-10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Define a smoke test for performance work, fix some bugs | ||
| | | * | | | | Thread local storage for grpc | Craig Tiller | 2015-04-10 |
| | | | | | | | |||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into interop | Yang Gao | 2015-04-10 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns | Michael Lumish | 2015-04-10 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION> | ||
| * | | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION> | Tim Emiola | 2015-04-10 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This resolves a blocker stopping a clean linuxbrew install to work with one of the wrapped libraries. | ||
| | | | | * | Merge branch 'qps' into local_worker | Craig Tiller | 2015-04-10 |
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc | ||
| | * | | | | Merge github.com:google/grpc into qps | Craig Tiller | 2015-04-10 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | | | | Add reporting library, use it | Craig Tiller | 2015-04-10 |
| | | | | | | |||
| | | * | | | Split interop client and server into components | Yang Gao | 2015-04-09 |
| |_|/ / / |/| | | | | |||
| | | | * | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 |
| | | |/ | | |/| | | | | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. | ||
* | / | | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
|/ / / | |||
| * / | Smoke test initial version | Craig Tiller | 2015-04-09 |
|/ / | |||
| * | Begin port selection code for windows | Craig Tiller | 2015-04-08 |
| | | |||
| * | Add endpoint_pair_windows.c | Craig Tiller | 2015-04-08 |
| | | |||
* | | Merge pull request #1226 from murgatroid99/objective_c_plugin | Tim Emiola | 2015-04-08 |
|\ \ | | | | | | | Objective C protoc plugin | ||
* | | | Enable dylib installation on MacOS | Masood Malekghassemi | 2015-04-07 |
| | | | | | | | | | | | | | | | | | | Enables the installation of dylibs to the MacOS prefix, and ensures that the install name of the dylibs are just their file names rather than their relative paths from project root when built. | ||
| * | | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | | | |||
* | | | Bumping library version to 0.6. | Nicolas "Pixel" Noble | 2015-04-07 |
| | | | |||
* | | | Merge branch 'master' of github.com:google/grpc into the-purge | Nicolas "Pixel" Noble | 2015-04-06 |
|\| | | |||
* | | | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | | | |||
| * | | Adding joinable threads, and gpr_thd_join. | Nicolas Noble | 2015-04-03 |
| |/ | |||
| * | Add new CONFIG for building with mutrace | Vijay Pai | 2015-04-02 |
|/ | |||
* | Refactor and add a unit test | Yang Gao | 2015-03-27 |
| | |||
* | merge upstream and resolve conflict | Yang Gao | 2015-03-26 |
|\ |