aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Merge branch 'master' into protosplitGravatar vjpai2015-11-04
|\
* | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| |
* | Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | | | | | Have not yet added tests with security support, coming soon
| * Fixing proto dependencies for targets that aren't libraries.Gravatar Nicolas "Pixel" Noble2015-11-03
| |
* | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| |
* | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
|\|
* | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| |
| * Disabling qps openloop's test.Gravatar Nicolas "Pixel" Noble2015-10-27
| |
| * File changes after re-running generate_projects.sh after my previous commit: ↵Gravatar Sree Kuchibhotla2015-10-26
| | | | | | | | 117c8af8d327455e6
| * Merge pull request #3868 from sreecha/stress_tests_newGravatar David G. Quintas2015-10-22
| |\ | | | | | | Interop stress tests
| * \ merge & resolve conflictsGravatar Alistair Veitch2015-10-22
| |\ \
| | | * Merge branch 'master' into stress_tests_newGravatar Sree Kuchibhotla2015-10-22
| | | |\ | | | |/ | | |/|
* | | | Split qpstest.proto into two parts - one for performance stats andGravatar vjpai2015-10-21
| | | | | | | | | | | | | | | | | | | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
| * | | add CPU testsGravatar Alistair Veitch2015-10-20
|/ / /
| | * Interop stress testsGravatar Sree Kuchibhotla2015-10-19
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
| |\ \ | |/ / |/| |
* | | Merge pull request #3726 from dgquintas/iomgr_executorGravatar Craig Tiller2015-10-19
|\ \ \ | | | | | | | | Introducing grpc_executor, for all your threading needs
* | | | Move qpstest.proto to a common area (test/proto) instead of test/cpp/qpsGravatar vjpai2015-10-19
| |_|/ |/| |
* | | fixed faulty mergeGravatar David Garcia Quintas2015-10-14
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-13
| | |\ | |_|/ |/| |
* | | Move profiling system to gprGravatar Craig Tiller2015-10-09
| | |
* | | Get basic profiler working againGravatar Craig Tiller2015-10-08
| | |
| * | Introducing grpc_executor, for all your threading needsGravatar David Garcia Quintas2015-10-07
|/ /
| * μChannels implementation.Gravatar David Garcia Quintas2015-10-05
|/
* Update build filesGravatar Masood Malekghassemi2015-10-02
|
* Update build toolsGravatar Masood Malekghassemi2015-10-02
|
* Enable backtraces on C testsGravatar Craig Tiller2015-09-28
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\
* \ Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\ \
| | * Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
| | |\ | | |/ | |/|
| * | Disable zookeeper test for nowGravatar Craig Tiller2015-09-24
| | |
| * | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ \ | | | | | | | | Release 0.11 to master upmerge.
| | * | Fixing Makefile issue which would re-evaluate the base path for included ↵Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | | | | | dependency files.
| | * | Fixing usage of the BUILDDIR variable.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make
* | | | Final patches for renameGravatar Craig Tiller2015-09-22
| | | |
* | | | Split closures from iomgr.hGravatar Craig Tiller2015-09-22
| | | |
* | | | Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\| | |
| * | | Merge pull request #3027 from jboeuf/security_connector_refactoringGravatar Craig Tiller2015-09-22
| |\ \ \ | | | | | | | | | | Security connector refactoring
* | | | | FixesGravatar Craig Tiller2015-09-21
| | | | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-16
| |\ \ \ \
| | | * \ \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-09-15
| | | |\ \ \ | | | |/ / / | | |/| | | | | | | | | security_connector_refactoring
* | | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #3340 from grpc/release-0_11Gravatar Eric Anderson2015-09-14
| |\ \ \ \ \ | | | |_|/ / | | |/| | | Release 0.11 branch to master.
| | | * | | Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-11
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-11
|\| | | | |
| * | | | | Merge pull request #3248 from dgquintas/lb_registryGravatar Craig Tiller2015-09-11
| |\ \ \ \ \ | | | | | | | | | | | | | | Introduced a registry for LB policies.
| | | | | | * Enable -WshadowGravatar Craig Tiller2015-09-11
| | |_|_|_|/ | |/| | | |
| * | | | | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
| |\ \ \ \ \
| | | | * | | grpc++.h was not installedGravatar Craig Tiller2015-09-11
| | | |/ / / | | |/| | |