Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3544 from ctiller/backtrace-on-crash | 2015-09-28 | |
|\ | | | | | Enable backtraces on C tests | ||
| * | Enable backtraces on C tests | 2015-09-28 | |
| | | |||
* | | Merge pull request #2920 from nicolasnoble/winnt-check | 2015-09-25 | |
|\ \ | |/ |/| | Better handling of _WIN32_WINNT. | ||
* | | More PDB trickery | 2015-09-25 | |
| | | |||
* | | Merge github.com:grpc/grpc into shindig | 2015-09-24 | |
|\ \ | |||
* \ \ | Merge github.com:grpc/grpc into shindig | 2015-09-24 | |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into come-out-of-the-shadow | 2015-09-24 | |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #3372 from grpc/release-0_11 | 2015-09-23 | |
| |\ \ \ | | | | | | | | | | | Release 0.11 to master upmerge. | ||
* | | | | | Merge github.com:grpc/grpc into shindig | 2015-09-23 | |
|\| | | | | |||
* | | | | | Enable warnings as errors on Windows | 2015-09-23 | |
| | | | | | |||
| | * | | | Fixing Makefile issue which would re-evaluate the base path for included ↵ | 2015-09-23 | |
| | | | | | | | | | | | | | | | | | | | | dependency files. | ||
| | * | | | Fixing usage of the BUILDDIR variable. | 2015-09-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make | ||
| * | | | | Fixed TODO comment | 2015-09-21 | |
| | | | | | |||
| * | | | | Added check for OpenSSL version | 2015-09-21 | |
| | | | | | |||
| * | | | | Removed C++ build from gyp file, fixed some minor issues | 2015-09-21 | |
| | | | | | |||
| * | | | | Added grpc.gyp template | 2015-09-21 | |
|/ / / / | |||
* | | | | Merge pull request #3340 from grpc/release-0_11 | 2015-09-14 | |
|\| | | | | | | | | | | | Release 0.11 branch to master. | ||
| | * | | Enable -Wshadow | 2015-09-11 | |
| |/ / |/| | | |||
* | | | Merge github.com:grpc/grpc into immolating-conversion | 2015-09-11 | |
|\ \ \ | |||
| | * | | Update template to latest changes | 2015-09-11 | |
| |/ / | |||
* | | | Enable -Wconversion | 2015-09-10 | |
| | | | |||
* | | | First round of fixing up implicit 64->32 bit conversions | 2015-09-10 | |
| | | | |||
* | | | Core compiles with -Wsign-conversion | 2015-09-10 | |
| | | | |||
* | | | Merge github.com:grpc/grpc into immolating-conversion | 2015-09-10 | |
|\| | | |||
* | | | Sign conversion fixes | 2015-09-10 | |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into winnt-check | 2015-09-04 | |
| | |\ | | |/ | |/| | | | | | | | Conflicts: vsprojects/global.props | ||
| * | | Handle test dependencies better | 2015-09-01 | |
| | | | |||
| * | | Merge branch 'third-coming' into endpoints | 2015-09-01 | |
| |\ \ | |||
| * | | | Use msbuild for tests | 2015-09-01 | |
| | | | | |||
| | * | | C tests dont need protobuf | 2015-08-31 | |
| |/ / | |||
| * | | Hand-written changes | 2015-08-31 | |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | 2015-08-26 | |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs | ||
* | | | Its not enough to just serialize the clean step... | 2015-08-25 | |
| | | | |||
* | | | Dont try to parallelize OpenSSL build | 2015-08-25 | |
| | | | |||
* | | | Make googletest a submodule | 2015-08-24 | |
| | | | |||
* | | | Exclude qps_test from tsan runs | 2015-08-19 | |
| | | | | | | | | | | | | | | | | | | | | | The TSAN deadlock detector has some problems that prevents this test from running successfully. Issue #2994 has been filed to re-enable these in the future. | ||
* | | | Fixing zookeeper's installation. | 2015-08-14 | |
| | | | |||
* | | | Merge pull request #2549 from hongweiwang/zookeeper | 2015-08-14 | |
|\ \ \ | | | | | | | | | Zookeeper name resolver | ||
| | * \ | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | 2015-08-14 | |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Recreating grpc_test_util_unsecure's template. | 2015-08-14 | |
| | | | | |||
* | | | | Let grpc target depend on //external:zlib so that "-lz" or a real zlib | 2015-08-13 | |
| |_|/ |/| | | | | | | | | | | | | | | target like https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can be pulled in. | ||
| | * | add protobuf.props to plugin projects | 2015-08-08 | |
| |/ |/| | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | 2015-08-07 | |
| |\ | |/ |/| | |||
* | | Reduce mac CI load | 2015-08-07 | |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | 2015-08-06 | |
| |\ | |/ |/| | |||
* | | Merge pull request #2750 from ctiller/propagate | 2015-08-06 | |
|\ \ | | | | | | | Core-supported context propagation | ||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | 2015-08-05 | |
| | |\ | |||
* | | | | Initial Doxygen import for core, c++ | 2015-08-05 | |
| |_|/ |/| | | |||
| * | | Merge github.com:grpc/grpc into propagate | 2015-08-05 | |
| |\ \ | |/ / |/| | | |||
* | | | Revert "Fixing environments where pkg-config isn't installed." | 2015-08-05 | |
| | | | | | | | | | | | | This reverts commit 2ed6878412d54ad1a6509de45d6351a3f697bb48. |