Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Parallel experiment | Craig Tiller | 2016-03-23 | |
| | | ||||
* | | Support tracing fuzzers | Craig Tiller | 2016-03-23 | |
| | | ||||
* | | Longer | Craig Tiller | 2016-03-23 | |
| | | ||||
* | | Merge github.com:grpc/grpc into fuzzy-bits | Craig Tiller | 2016-03-21 | |
|\ \ | ||||
| | * | Merge branch 'master' into make_clang_great_again_v2 | Vijay Pai | 2016-03-19 | |
| | |\ | | |/ | |/| | ||||
| * | | Merge pull request #5829 from jtattermusch/fix_openssl_deadlink | Jan Tattermusch | 2016-03-18 | |
| |\ \ | | | | | | | | | Fix gcc4.4 tests | |||
| | * | | Fix gcc4.4 tests | Jan Tattermusch | 2016-03-18 | |
| | | | | ||||
* | | | | Complete fuzzer framework | Craig Tiller | 2016-03-18 | |
| | | | | ||||
* | | | | Renames | Craig Tiller | 2016-03-18 | |
| | | | | ||||
| * | | | fixed backslashes | David Garcia Quintas | 2016-03-17 | |
| | | | | ||||
* | | | | j | Craig Tiller | 2016-03-17 | |
| | | | | ||||
* | | | | Merge branch 'make_clang_great_again_v2' of github.com:vjpai/grpc into ↵ | Craig Tiller | 2016-03-17 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | fuzzy-bits | |||
* | | | | stuff | Craig Tiller | 2016-03-17 | |
| | | | | ||||
* | | | | adddeps | Craig Tiller | 2016-03-17 | |
| | | | | ||||
* | | | | First version of json fuzzer | Craig Tiller | 2016-03-17 | |
| |_|/ |/| | | ||||
| | * | moved apt-gets from .sh file to dockerfile for nanopb | David Garcia Quintas | 2016-03-16 | |
| |/ |/| | ||||
| * | Update clang for the Dockerfile used in tsan tests | Vijay Pai | 2016-03-16 | |
|/ | ||||
* | Fix code coverage. | Adele Zhou | 2016-03-14 | |
| | ||||
* | add support for clang3.4 and 3.6 | Jan Tattermusch | 2016-03-09 | |
| | ||||
* | Expand gtest suites into individual run_tests tests | Craig Tiller | 2016-02-24 | |
| | ||||
* | Use env-var for post git step | Craig Tiller | 2016-02-24 | |
| | ||||
* | Merge github.com:grpc/grpc into 44 | Craig Tiller | 2016-02-24 | |
|\ | ||||
| * | Merge pull request #5365 from ctiller/naming-crisis | Nicolas Noble | 2016-02-24 | |
| |\ | | | | | | | Add a sanity test to ensure that name aliasing rules are obeyed | |||
| * \ | Merge pull request #5369 from jtattermusch/run_tests_improvements | Craig Tiller | 2016-02-23 | |
| |\ \ | | | | | | | | | Run tests improvements | |||
| | | * | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 | |
| | | |\ | | |_|/ | |/| | | ||||
* | | | | Ensure we can compile boringssl before trying: old compiler compatibility | Craig Tiller | 2016-02-23 | |
| |/ / |/| | | | | | | | | Allow compiling with openssl | |||
* | | | add more compilers | Jan Tattermusch | 2016-02-23 | |
| | | | ||||
| | * | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 | |
| |/ |/| | ||||
| * | Revert "Revert "Proto API for LB request/responses"" | Craig Tiller | 2016-02-11 | |
|/ | ||||
* | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 | |
| | ||||
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-11 | |
|\ | ||||
| * | Merge pull request #5191 from ctiller/fixdocker | Vijay Pai | 2016-02-11 | |
| |\ | | | | | | | Fix docker inception for now | |||
| | * | Fix docker inception for now | Craig Tiller | 2016-02-10 | |
| | | | ||||
| * | | Rollback gpr deletion | Craig Tiller | 2016-02-09 | |
| |/ | ||||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-08 | |
|\| | ||||
| * | addressing comments | Jan Tattermusch | 2016-02-08 | |
| | | ||||
| * | cleanup sanity docker image | Jan Tattermusch | 2016-02-08 | |
| | | ||||
| * | polish C# dependencies | Jan Tattermusch | 2016-02-08 | |
| | | ||||
| * | remove trailing whitespaces | Jan Tattermusch | 2016-02-08 | |
| | | ||||
| * | dockerfile refactoring | Jan Tattermusch | 2016-02-08 | |
| | | ||||
| * | build.yaml centric versioning | Craig Tiller | 2016-02-08 | |
| | | ||||
| * | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 | |
| | | ||||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-28 | |
|\| | ||||
| * | Merge pull request #4812 from ctiller/integrate-zlib | Jan Tattermusch | 2016-01-22 | |
| |\ | | | | | | | Make zlib a first class build citizen | |||
| | * | Fix sanity | Craig Tiller | 2016-01-21 | |
| | | | ||||
| * | | Move build configs into build.yaml | Craig Tiller | 2016-01-20 | |
| |/ | | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time. | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-20 | |
|\| | ||||
| * | Use CPU cost modelling to increase parallelism | Craig Tiller | 2016-01-20 | |
| | | ||||
* | | Srcs and hdrs sanity checks skip third_party | David Garcia Quintas | 2016-01-11 | |
|/ | ||||
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 | |
| |