aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Adding a helpful warning message on top of the Makefile and BUILD file.Gravatar Nicolas "Pixel" Noble2015-04-21
|
* Run capable test suites against grpc_unsecureGravatar Craig Tiller2015-04-20
|
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
| | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.
* Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
|
* Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
|
* Merge pull request #1291 from yang-g/headersGravatar Nicolas Noble2015-04-16
|\ | | | | Wrap ParseCommandLineFlags in InitTest
* | Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
| |
| * Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
|/
* sync and resolve conflictGravatar Yang Gao2015-04-15
|\
* | Remove outdated protosGravatar Yang Gao2015-04-15
| |
| * Merge pull request #1267 from vjpai/timersGravatar Craig Tiller2015-04-14
| |\ | | | | | | Infrastructure for timer insertion, logging, and testing
| * \ Merge pull request #1241 from ctiller/local_workerGravatar Vijay Pai2015-04-14
| |\ \ | | | | | | | | Allow RunScenarios to spawn in-process workers
| * \ \ Merge pull request #1272 from yang-g/interopGravatar Nicolas Noble2015-04-13
| |\ \ \ | |/ / / |/| | | Further refactor interop_client and server to libraries
* | | | Further refactor interop_client and server to librariesGravatar Yang Gao2015-04-13
| | | |
| | | * Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| | | |\
| | | | * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-04-13
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Allow a build config called CONFIG=latprof that defines the appropriateGravatar Vijay Pai2015-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 censusGravatar Vijay Pai2015-04-13
| | | |/ | | | | | | | | | | | | statistics
| * | | 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 remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-04-13
| | | |\ | |_|_|/ |/| | |
| | | * Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timersGravatar Vijay Pai2015-04-13
| | | |\
| | | | * Infrastructure for timer insertion, logging, and testing.Gravatar Vijay Pai2015-04-13
| | | | |
* | | | | Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
|\ \ \ \ \ | |_|_|/ / |/| | | | Thread local storage for grpc
| | | * | Merge github.com:grpc/grpc into local_workerGravatar Craig Tiller2015-04-10
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #1244 from yang-g/interopGravatar Nicolas Noble2015-04-10
|\ \ \ \ \ | | | | | | | | | | | | Split interop client and server into components
* | | | | | Add missing public headersGravatar Yang Gao2015-04-10
| | | | | |
* | | | | | Merge pull request #1240 from ctiller/qpsGravatar Vijay Pai2015-04-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Define a smoke test for performance work, fix some bugs
| | | * | | | Thread local storage for grpcGravatar Craig Tiller2015-04-10
| | | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/master' into interopGravatar Yang Gao2015-04-10
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lnsGravatar Michael Lumish2015-04-10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION>
| * | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION>Gravatar Tim Emiola2015-04-10
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This resolves a blocker stopping a clean linuxbrew install to work with one of the wrapped libraries.
| | | | | * Merge branch 'qps' into local_workerGravatar Craig Tiller2015-04-10
| | | | | |\ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json test/cpp/qps/worker.cc
| | * | | | Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
| | |\ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | | | Add reporting library, use itGravatar Craig Tiller2015-04-10
| | | | | |
| | | * | | Split interop client and server into componentsGravatar Yang Gao2015-04-09
| |_|/ / / |/| | | |
| | | | * Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-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.Gravatar Nicolas "Pixel" Noble2015-04-09
|/ / /
| * / Smoke test initial versionGravatar Craig Tiller2015-04-09
|/ /
| * Begin port selection code for windowsGravatar Craig Tiller2015-04-08
| |
| * Add endpoint_pair_windows.cGravatar Craig Tiller2015-04-08
| |
* | Merge pull request #1226 from murgatroid99/objective_c_pluginGravatar Tim Emiola2015-04-08
|\ \ | | | | | | Objective C protoc plugin
* | | Enable dylib installation on MacOSGravatar Masood Malekghassemi2015-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 errorGravatar murgatroid992015-04-07
| | |
* | | Bumping library version to 0.6.Gravatar Nicolas "Pixel" Noble2015-04-07
| | |
* | | Merge branch 'master' of github.com:google/grpc into the-purgeGravatar Nicolas "Pixel" Noble2015-04-06
|\| |
* | | Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
| | |
| * | Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
| |/
| * Add new CONFIG for building with mutraceGravatar Vijay Pai2015-04-02
|/
* Refactor and add a unit testGravatar Yang Gao2015-03-27
|
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\