Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* | Muxi Yan | 2018-02-06 | |
| | | | ||||
* | | | Minor fix on obj-c code | Vijay Pai | 2018-02-06 | |
| | | | ||||
| * | | Resolve warnings of implementing deprecated class | Muxi Yan | 2018-02-05 | |
| | | | ||||
| | * | Add MobileLog support | Muxi Yan | 2018-02-05 | |
| | | | ||||
| * | | Fix a typo | Muxi Yan | 2018-02-05 | |
| | | | ||||
| * | | Fix reference of self in block | Muxi Yan | 2018-02-05 | |
| |/ | ||||
| * | Remove initial backoff override in ObjC | Muxi Yan | 2018-02-02 | |
| | | ||||
* | | Merge branch 'master' into gpr_review_host_port | Vijay Pai | 2018-02-02 | |
|\| | ||||
| * | Merge pull request #14015 from vjpai/alarm | Vijay Pai | 2018-02-02 | |
| |\ | | | | | | | Remove alarm from core, implement in C++ layer only | |||
| * | | Exclude bcm.c for dup symbol issue | Muxi Yan | 2018-01-30 | |
| | | | ||||
| * | | Update BoringSSL podspec | Muxi Yan | 2018-01-29 | |
| | | | ||||
* | | | Privatize host_port.h; was not used in any wrapped language implementation | Vijay Pai | 2018-01-25 | |
|/ / | ||||
* | | 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 | |||
| | | * | Removing grpc_alarm from core requires a major version bump for core | Vijay Pai | 2018-01-21 | |
| | |/ | |/| | ||||
* | | | 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 | |
| | | | | |