Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac | apolcyn | 2018-01-25 |
|\ | | | | | Ruby macos kokoro environment and package build updates | ||
| * | Fix linker error on objc mac tests by explicitly installing cocoapods ↵ | Alexander Polcyn | 2018-01-24 |
| | | | | | | | | v1.3.1, rather than picking up 1.4.1 | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-24 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
* | | | Build fix | Muxi Yan | 2018-01-19 |
| | | | |||
| * | | Regenerate projects | Mehrdad Afshari | 2018-01-19 |
| | | | |||
* | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\| | | | | | | | | | | | fix-stream-compression-config-interface | ||
| * | | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | | |||
| * | | Merge pull request #14031 from muxi/fix-boringssl-sed | Muxi Yan | 2018-01-17 |
| |\ \ | | | | | | | | | Fix sed error in podspecs on sed 4.4 | ||
| * | | | Specify minimum supported versions in README.md | Muxi Yan | 2018-01-17 |
| | |/ | |/| | |||
| | * | Fix sed error in podspecs on sed 4.4 | Muxi Yan | 2018-01-16 |
| |/ | |||
| * | Merge pull request #13865 from muxi/add-objc-compression | Muxi Yan | 2018-01-03 |
| |\ | | | | | | | Add API to enable compression | ||
| | * | Reconcile messages.proto; abort() when an invalid compression algorithm is set | Muxi Yan | 2018-01-02 |
| | | | |||
| * | | print output when the first test succeeded | Muxi Yan | 2017-12-22 |
| | | | |||
| * | | Redirect stderr of xcodebuild | Muxi Yan | 2017-12-22 |
| | | | |||
| | * | Add interface to API to enable compression | Muxi Yan | 2017-12-21 |
| | | | |||
| * | | Retry test when xcodebuild exit with simulator error | Muxi Yan | 2017-12-20 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-13 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | Add a comment when Xcode simulator fails to start. | Muxi Yan | 2017-12-11 |
| | | |||
| * | pre-boot xcode sim in objc-tests | Muxi Yan | 2017-12-11 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-08 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-06 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
* \ \ | Merge commit 'b0bad8f^' into fix-stream-compression-config-interface | Muxi Yan | 2017-12-06 |
|\ \ \ | |||
* \ \ \ | Merge e759d2a^ | Muxi Yan | 2017-12-06 |
|\ \ \ \ | |||
| | | | * | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | |/ | | | | | | | | | | | | | removed"" | ||
| | | * | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | | | | |||
| | | * | Merge master after no Extern C changes | Yash Tibrewal | 2017-11-30 |
| | | |\ | |||
| | | | * | Merge pull request #13432 from ncteisen/no-more-extern-c | Noah Eisen | 2017-11-30 |
| | | | |\ | | | | | | | | | | | | | No More Extern "C" | ||
| | | | * \ | Merge pull request #13571 from muxi/verbose-objc-tests | Muxi Yan | 2017-11-30 |
| | | | |\ \ | | | | | | | | | | | | | | | Verbose log of start of each test suite | ||
| | | * | \ \ | Merge branch 'master' into execctx | Yash Tibrewal | 2017-11-30 |
| | | |\ \ \ \ | |||
| | | | | | * | | Fine tune test output better | Muxi Yan | 2017-11-30 |
| | | | | | | | | |||
| | | | | | * | | Verbose log of start of each test suite | Muxi Yan | 2017-11-30 |
| | | | | |/ / | | | | |/| | | |||
| | | * | | | | Remove _ prefixed variable names | Yash Tibrewal | 2017-11-29 |
| | | | | | | | |||
| | | | | * | | Fix in one more file | Muxi Yan | 2017-11-29 |
| | | | | | | | |||
| | | | | * | | Upgrade protobuf version in podspec | Muxi Yan | 2017-11-29 |
| | | | |/ / | |||
| | | | | * | Fix ObjC++ build error | Muxi Yan | 2017-11-29 |
| | | | |/ | |||
| | | * | | Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵ | Yash Tibrewal | 2017-11-28 |
| | | | | | | | | | | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests | ||
| | | | * | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 |
| | | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into fix-objc-void-func | Muxi Yan | 2017-11-27 |
| | | | |\ | |||
| | | * | | | minor objc test change | Yash Tibrewal | 2017-11-27 |
| | | | |/ | | | |/| | |||
| | | * | | Fix ObjC C++ syntax error | Muxi Yan | 2017-11-27 |
| | |/ / | |||
| | * | | Add comment to self == [GRPCCall self] | Muxi Yan | 2017-11-06 |
| | | | | |||
| | * | | Change [GRPCCall load] to [GRPCCall initialize] | Muxi Yan | 2017-11-05 |
| |/ / | |||
| | * | Fix gRPC ObjC void function definition | Muxi Yan | 2017-10-20 |
| |/ | |||
| * | Refer test to internal doc of issue | Muxi Yan | 2017-10-16 |
| | | |||
| * | Add user-agent test and regex matching test to test suite | Muxi Yan | 2017-10-11 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | Make platform-specific headers textual | Muxi Yan | 2017-10-06 |
| |/ | |||
| * | Add test for forward declaration | Muxi Yan | 2017-10-05 |
| | | |||
* | | Fix Objective C build | Muxi Yan | 2017-10-02 |
| | | |||
| * | Update version to 1.8.0-dev, update g word to 'generous' | murgatroid99 | 2017-10-02 |
|/ |